:root{--primary: #2A0A64;--primary-light: #3D1A80;--primary-dark: #1A0640;--accent: #EA005F;--accent-light: #FF2A7F;--accent-dark: #B8004A;--glass: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .1);--surface: #120830;--text-primary: #f0f0ff;--text-muted: rgba(240, 240, 255, .55);--radius: 16px;--font-body: "Sora", sans-serif;--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font-body);background:var(--surface);color:var(--text-primary);overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 15% 20%,rgba(234,0,95,.1) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 85% 75%,rgba(42,10,100,.6) 0%,transparent 60%),radial-gradient(ellipse 50% 50% at 50% 50%,rgba(38,84,124,.1) 0%,transparent 70%);z-index:0;pointer-events:none}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;z-index:0;pointer-events:none}.page{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12083099;position:sticky;top:0;z-index:100}.logo-group{display:flex;align-items:center;gap:14px}.logo-mark{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-light),var(--accent));border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:500;font-size:13px;color:#fff;box-shadow:0 0 20px #ea005f4d}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-text-title{font-size:15px;font-weight:700;color:var(--text-primary)}.logo-text-subtitle{font-size:11px;font-weight:300;color:var(--accent);text-transform:uppercase;margin-top:2px;letter-spacing:.08em}.header-actions{display:flex;align-items:center;gap:12px}.header-badge{display:flex;align-items:center;gap:7px;background:#ea005f1f;border:1px solid rgba(234,0,95,.25);border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600;color:var(--accent)}.pulse-dot{width:7px;height:7px;background:var(--accent);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.btn-new-conversation{display:flex;align-items:center;gap:6px;background:#ea005f1f;border:1px solid rgba(234,0,95,.25);border-radius:100px;padding:8px 16px;font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--accent);cursor:pointer;transition:all .2s ease}.btn-new-conversation:hover{background:#ea005f40;transform:translateY(-1px)}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.info-section{display:flex;flex-direction:column;align-items:center;padding:40px 24px 20px;text-align:center;gap:16px}.eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);background:#ea005f14;border:1px solid rgba(234,0,95,.2);padding:7px 16px;border-radius:100px}.info-section h1{font-size:clamp(24px,4vw,38px);font-weight:700;line-height:1.1;letter-spacing:-.03em;max-width:720px}.info-section h1 em{font-style:normal;background:linear-gradient(90deg,var(--accent),var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-subtitle{font-size:15px;font-weight:300;color:var(--text-muted);max-width:520px;line-height:1.55}.info-dates{font-size:13px;font-weight:400;color:var(--text-muted);max-width:560px;line-height:1.5}.info-prize{font-size:14px;font-weight:600;color:var(--accent-light);letter-spacing:.02em;max-width:560px}.btn-start-chat{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;margin-top:12px;background:var(--accent);border:none;border-radius:14px;font-family:var(--font-body);font-size:17px;font-weight:700;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 8px 30px #ea005f66;animation:btnPulse 2s ease-in-out infinite;position:relative}.btn-start-chat:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:18px;border:2px solid var(--accent);animation:btnRing 2s ease-in-out infinite;pointer-events:none}.btn-start-chat:hover{background:var(--accent-light);transform:translateY(-3px) scale(1.03);box-shadow:0 14px 40px #ea005f80;animation:none}.btn-start-chat:hover:after{animation:none;opacity:0}@keyframes btnPulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes btnRing{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.1)}}.postulaciones-closed{text-align:center;margin-top:16px;padding:24px 32px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;max-width:480px}.postulaciones-closed .closed-icon{font-size:40px;display:block;margin-bottom:8px}.postulaciones-closed .closed-title{font-size:18px;font-weight:700;color:var(--accent);margin-bottom:8px}.postulaciones-closed .closed-message{font-size:14px;color:var(--text-muted);line-height:1.6}.postulaciones-closed .closed-countdown{font-size:14px;color:var(--accent-light);margin-top:12px;padding:10px 16px;border-radius:10px;background:#ea005f14;border:1px solid rgba(234,0,95,.2)}.postulaciones-closed .closed-countdown strong{font-weight:700;color:var(--accent)}.btn-hint{font-size:13px;color:var(--accent);font-weight:500;animation:hintBounce 1.5s ease-in-out infinite;margin-top:4px}.btn-bases-link{font-size:13px;color:var(--text-muted);font-weight:400;text-decoration:none;margin-top:8px;transition:color .2s ease}.btn-bases-link:hover{color:var(--accent-light);text-decoration:underline}@keyframes hintBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;max-width:1000px;width:100%;padding:0 24px 24px;margin:0 auto}.card{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius);padding:16px 14px;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .25s ease;cursor:default}.card:hover{border-color:#ea005f4d;transform:translateY(-3px);background:#ea005f12}.card-icon{font-size:20px;margin-bottom:8px;display:block}.card h3{font-size:13px;font-weight:600;margin-bottom:5px}.card p{font-size:12px;color:var(--text-muted);line-height:1.5}.chat-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#120830eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius)}.chat-overlay-content{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.chat-overlay-content p{font-size:16px;font-weight:600;color:var(--text-primary)}.chat-overlay-sub{font-size:13px!important;font-weight:300!important;color:var(--text-muted)!important}.chat-overlay-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-container{flex:1;display:flex;flex-direction:column;max-width:800px;width:100%;margin:0 auto;padding:0 24px 24px;min-height:0;position:relative}.chat-widget{flex:1;display:flex;flex-direction:column;background:#120830cc;border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;min-height:400px}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.chat-message{max-width:80%;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5;word-wrap:break-word}.chat-message--bot{align-self:flex-start;background:#1e0850;color:var(--text-primary);border-bottom-left-radius:4px}.chat-message--bot p{margin:0 0 8px}.chat-message--bot p:last-child{margin-bottom:0}.chat-message--bot strong{color:var(--accent-light)}.chat-message--bot ul,.chat-message--bot ol{margin:8px 0;padding-left:20px}.chat-message--bot li{margin-bottom:4px}.chat-message--user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;gap:12px;color:var(--text-muted)}.chat-welcome-icon{font-size:32px}.chat-welcome p{font-size:14px;max-width:320px;line-height:1.5}.chat-user-email{font-size:11px;color:var(--text-muted);font-family:var(--font-mono);opacity:.7}.typing-indicator{animation:blink 1.4s infinite}@keyframes blink{0%,to{opacity:.2}50%{opacity:1}}.chat-input-area{display:flex;align-items:center;gap:10px;padding:16px 20px;border-top:1px solid var(--border);background:#12083099}.chat-input{flex:1;background:#ffffff0f;border:1px solid var(--border);border-radius:12px;padding:12px 16px;font-family:var(--font-body);font-size:14px;color:var(--text-primary);resize:none;min-height:44px;max-height:none;overflow-y:auto}.chat-input::placeholder{color:var(--text-muted)}.chat-input:focus{outline:none;border-color:#ea005f66}.chat-send-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--accent);border:none;border-radius:12px;color:#fff;font-size:18px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-send-btn:hover{background:var(--accent-light);transform:translateY(-1px)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.login-screen{display:none;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;gap:20px}.login-screen.active{display:flex}.login-icon{font-size:48px}.login-screen h2{font-size:22px;font-weight:700}.login-screen p{font-size:14px;color:var(--text-muted);max-width:400px;line-height:1.5}.btn-login{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--accent);border:none;border-radius:12px;font-family:var(--font-body);font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.btn-login:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 30px #ea005f66}.footer{text-align:center;padding:8px;font-size:11px;color:var(--text-muted);border-top:1px solid var(--border);position:relative;z-index:1}.footer strong{color:var(--accent);font-weight:600}.footer-contact{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-contact:hover{color:var(--accent-light);text-decoration:underline}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-down{animation:fadeDown .6s ease both}.animate-fade-up{animation:fadeUp .7s ease .3s both}@media(max-width:600px){.header{padding:14px 16px}.header-badge{display:none}.info-section{padding:20px 16px 12px}.info-section h1{font-size:20px}.cards{grid-template-columns:1fr 1fr;max-width:340px;gap:10px;padding:0 16px 16px}.btn-start-chat{font-size:14px;padding:14px 24px}}@media(min-width:601px)and (max-width:900px){.cards{grid-template-columns:repeat(3,1fr);max-width:520px}.info-section h1{font-size:26px}}.terms-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.terms-modal{background:#fff;color:#1a1a1a;border-radius:16px;padding:32px;max-width:520px;width:90%;max-height:80vh;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 60px #0000004d}.terms-modal h2{font-size:20px;font-weight:700;color:#1a1a1a}.terms-content{overflow-y:auto;max-height:300px;padding-right:8px;display:flex;flex-direction:column;gap:12px}.terms-content p{font-size:14px;line-height:1.6;color:#333}.terms-content h3{font-size:14px;font-weight:700;color:#1a1a1a;margin-top:4px}.terms-intro{font-size:15px;font-weight:500;color:#1a1a1a;text-align:center;margin-bottom:4px}.terms-doc-link{margin-top:8px;padding-top:12px;border-top:1px solid #eee;font-size:13px;color:#555}.terms-doc-link a{color:var(--accent);text-decoration:none;font-weight:600}.terms-doc-link a:hover{text-decoration:underline}.terms-check{display:flex;align-items:center;gap:10px;cursor:pointer;padding:12px 16px;border-radius:10px;border:2px solid #ddd;transition:all .2s ease;-webkit-user-select:none;user-select:none}.terms-check:hover{border-color:var(--accent);background:#fef0f5}.terms-check input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent);cursor:pointer}.terms-check span{font-size:14px;font-weight:600;color:#1a1a1a}.card-clickable{cursor:pointer}.card-clickable:active{transform:scale(.97)}.card-more{font-size:10px;color:var(--accent);opacity:.7;margin-top:6px;display:block}.card-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-detail-modal{background:#fff;color:#1a1a1a;border-radius:16px;padding:28px;max-width:480px;width:90%;box-shadow:0 20px 60px #0000004d}.card-detail-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.card-detail-header span{font-size:24px}.card-detail-header h3{flex:1;font-size:18px;font-weight:700;color:#1a1a1a}.card-detail-close{background:none;border:none;font-size:20px;cursor:pointer;color:#666;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.card-detail-close:hover{background:#f0f0f0}.card-detail-text{font-size:14px;line-height:1.7;color:#333;white-space:pre-line}.idea-carousel-modal{background:linear-gradient(135deg,#1e0850,#2a1060);color:#f0f0ff;border-radius:16px;padding:32px;max-width:80vw;width:80vw;max-height:80vh;box-shadow:0 20px 60px #0006;border:1px solid rgba(234,0,95,.3);animation:slideUp .4s ease both;display:flex;flex-direction:column;overflow:hidden}.idea-carousel-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.idea-carousel-badge{background:#ea005f26;border:1px solid rgba(234,0,95,.3);border-radius:100px;padding:5px 12px;font-size:11px;font-weight:600;color:#ea005f;letter-spacing:.04em}.idea-carousel-counter{flex:1;text-align:right;font-size:12px;color:#f0f0ff80;margin-right:8px}.idea-carousel-body{margin-bottom:20px;overflow-y:auto;flex:1}.idea-carousel-title{font-size:20px;font-weight:700;color:#f0f0ff;margin:0 0 10px;line-height:1.3}.idea-carousel-leader{font-size:14px;color:#f0f0ff99;margin:0 0 18px;font-style:italic}.idea-carousel-desc{font-size:15px;line-height:1.7;color:#f0f0ffe6;margin:0 0 18px;white-space:pre-line}.idea-carousel-impact{font-size:14px;font-weight:600;color:#ea005f;margin:0;background:#ea005f14;border-radius:8px;padding:12px 16px}.idea-carousel-nav{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.idea-carousel-btn{flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:10px 16px;color:#f0f0ff;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s}.idea-carousel-btn:hover{background:#ea005f33;border-color:#ea005f66}.success-card{align-self:flex-start;max-width:90%;background:linear-gradient(135deg,#1e0850,#2a1060);border:1px solid rgba(234,0,95,.3);border-radius:16px;padding:24px;animation:slideUp .6s ease both}.success-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.success-robot{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid var(--accent);box-shadow:0 0 20px #ea005f66;animation:bounceIn .8s ease .3s both}.success-title-group{display:flex;flex-direction:column;gap:4px}.success-title{font-size:17px;font-weight:700;background:linear-gradient(90deg,var(--accent),var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.success-subtitle{font-size:12px;color:var(--text-muted)}.success-body{display:flex;flex-direction:column;gap:12px;padding:16px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.success-code{display:inline-flex;align-items:center;gap:8px;background:#ea005f26;border:1px solid rgba(234,0,95,.3);border-radius:8px;padding:8px 14px;font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--accent-light);width:fit-content}.success-code-icon{font-size:14px}.success-message{font-size:13px;line-height:1.6;color:var(--text-primary)}.success-message strong{color:var(--accent-light)}.success-footer{margin-top:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:8px}.success-tip{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:var(--text-muted);line-height:1.5}.success-tip strong{color:var(--text-primary)}.success-tip-icon{font-size:13px;flex-shrink:0;margin-top:1px}.confetti{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000;overflow:hidden}.confetti-piece{position:absolute;width:10px;height:10px;top:-20px;animation:confettiFall 3s ease-in forwards}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--surface);gap:24px}.splash-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 15% 20%,rgba(234,0,95,.1) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 85% 75%,rgba(42,10,100,.6) 0%,transparent 60%);pointer-events:none}.splash-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px}.splash-image{max-width:85vw;max-height:55vh;border-radius:16px;box-shadow:0 20px 60px #ea005f4d,0 0 0 1px #ea005f33;animation:splashFadeIn .8s ease both;object-fit:contain}.splash-countdown-container{display:flex;flex-direction:column;align-items:center;gap:12px}.splash-countdown-ring{position:relative;width:80px;height:80px}.splash-countdown-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.splash-countdown-bg{fill:none;stroke:#ffffff1a;stroke-width:4}.splash-countdown-progress{fill:none;stroke:var(--accent);stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.splash-countdown-number{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:var(--accent-light);font-family:var(--font-mono)}.splash-countdown-label{font-size:14px;color:var(--text-muted);font-weight:300;animation:splashFadeIn 1s ease .5s both}.splash-date{position:relative;z-index:1;font-size:16px;font-weight:600;color:var(--accent-light);background:#ea005f1f;border:1px solid rgba(234,0,95,.25);padding:10px 24px;border-radius:100px;animation:splashFadeIn 1s ease .8s both}@keyframes splashFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card-badge{display:inline-block;font-size:10px;font-weight:700;padding:3px 8px;border-radius:100px;margin-bottom:6px}.card-status-active{border-color:#00dc8299!important;background:#00dc8214!important;box-shadow:0 0 24px #00dc8240;animation:activeGlow 2s ease-in-out infinite}.card-status-active .card-badge--active{background:#00dc8233;color:#00dc82;border:1px solid rgba(0,220,130,.4);animation:badgePulse 1.5s ease-in-out infinite}.card-status-upcoming{border-color:#ffc83280!important;background:#ffc8320f!important;box-shadow:0 0 16px #ffc83226}.card-status-upcoming .card-badge--upcoming{background:#ffc83226;color:#ffc832;border:1px solid rgba(255,200,50,.3)}.card-status-completed{opacity:.65;border-color:#ffffff0f!important}.card-status-completed .card-badge--completed{background:#ffffff14;color:#ffffff80;border:1px solid rgba(255,255,255,.1)}@keyframes activeGlow{0%,to{box-shadow:0 0 20px #00dc8233}50%{box-shadow:0 0 32px #00dc8259}}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.card-detail-auto-hint{margin-top:14px;font-size:12px;color:#999;font-style:italic;text-align:center;animation:hintBounce 1.5s ease-in-out infinite}.loading-shell{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--surface)}.judge-login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;position:relative;z-index:1}.judge-login-card{width:100%;max-width:420px;background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius);padding:40px 32px;animation:fadeUp .6s ease both}.judge-login-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:32px;text-align:center}.judge-login-logo{display:flex;align-items:center;gap:12px}.judge-login-logo-mark{width:44px;height:44px;background:linear-gradient(135deg,var(--primary-light),var(--accent));border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:500;font-size:13px;color:#fff;box-shadow:0 0 20px #ea005f4d}.judge-login-title{font-size:22px;font-weight:700;color:var(--text-primary)}.judge-login-subtitle{font-size:14px;color:var(--text-muted);line-height:1.5}.judge-login-form{display:flex;flex-direction:column;gap:18px}.judge-login-field{display:flex;flex-direction:column;gap:6px}.judge-login-label{font-size:13px;font-weight:500;color:var(--text-muted)}.judge-login-input{width:100%;padding:12px 16px;background:#ffffff0a;border:1px solid var(--border);border-radius:10px;font-family:var(--font-body);font-size:14px;color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.judge-login-input::placeholder{color:var(--text-muted)}.judge-login-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #ea005f26}.judge-login-input--error{border-color:var(--accent)!important;box-shadow:0 0 0 3px #ea005f26}.judge-login-input--otp{font-family:var(--font-mono);font-size:24px;letter-spacing:.5em;text-align:center;padding:14px 16px}.judge-login-error{font-size:13px;color:var(--accent);font-weight:500;display:flex;align-items:center;gap:6px}.judge-login-hint{font-size:12px;color:var(--text-muted);text-align:center}.judge-login-hint--warning{color:var(--accent-light)}.judge-login-btn{width:100%;padding:14px;background:var(--accent);border:none;border-radius:10px;font-family:var(--font-body);font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.judge-login-btn:hover{background:var(--accent-light);transform:translateY(-1px);box-shadow:0 8px 24px #ea005f59}.judge-login-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.judge-login-btn--secondary{background:transparent;border:1px solid var(--border);color:var(--text-primary)}.judge-login-btn--secondary:hover{background:#ffffff0f;border-color:var(--accent);color:var(--accent-light)}.judge-login-link{font-size:13px;color:var(--accent);text-decoration:none;text-align:center;cursor:pointer;transition:color .2s ease}.judge-login-link:hover{color:var(--accent-light);text-decoration:underline}.judge-login-max-retries{text-align:center;padding:16px;background:#ea005f14;border:1px solid rgba(234,0,95,.2);border-radius:10px;font-size:13px;color:var(--accent-light);line-height:1.5}.judge-layout{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.judge-tabs{display:flex;gap:4px;padding:12px 24px;border-bottom:1px solid var(--border);background:#12083066;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.judge-tab{padding:10px 20px;background:transparent;border:1px solid transparent;border-radius:8px;font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.judge-tab:hover{color:var(--text-primary);background:#ffffff0a;border-color:var(--border)}.judge-tab--active{color:var(--accent-light);background:#ea005f1a;border-color:#ea005f4d}.judge-content{flex:1;padding:24px;overflow-y:auto}.judge-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border);background:#12083099;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.judge-header-info{display:flex;align-items:center;gap:12px}.judge-header-name{font-size:15px;font-weight:600;color:var(--text-primary)}.judge-header-country{font-size:12px;font-weight:600;color:var(--accent);background:#ea005f1f;border:1px solid rgba(234,0,95,.25);border-radius:100px;padding:4px 10px;font-family:var(--font-mono)}.judge-header-president{font-size:11px;font-weight:600;color:#ffc832;background:#ffc8321f;border:1px solid rgba(255,200,50,.25);border-radius:100px;padding:4px 10px}.judge-header-logout{padding:8px 16px;background:transparent;border:1px solid var(--border);border-radius:8px;font-family:var(--font-body);font-size:12px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.judge-header-logout:hover{border-color:var(--accent);color:var(--accent-light);background:#ea005f14}.judge-initiatives-page{max-width:1100px;margin:0 auto;width:100%}.judge-initiatives-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.judge-initiatives-empty{text-align:center;padding:60px 24px;color:var(--text-muted);font-size:15px;line-height:1.6}.judge-initiative-card{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius);padding:20px;cursor:pointer;transition:all .25s ease}.judge-initiative-card:hover{border-color:#ea005f59;transform:translateY(-3px);background:#ea005f0f;box-shadow:0 8px 24px #ea005f1f}.judge-initiative-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.judge-initiative-code{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--accent);background:#ea005f1a;border-radius:6px;padding:3px 8px;display:inline-block;margin-bottom:10px}.judge-initiative-name{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:12px;line-height:1.3}.judge-initiative-info{display:flex;flex-direction:column;gap:4px}.judge-initiative-label{font-size:12px;color:var(--text-muted);line-height:1.4}.judge-vote-page{max-width:640px;margin:0 auto;width:100%}.judge-vote-placeholder{text-align:center;padding:60px 24px;color:var(--text-muted);font-size:15px}.judge-vote-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:1px solid var(--border);border-radius:8px;font-family:var(--font-body);font-size:13px;color:var(--text-muted);cursor:pointer;transition:all .2s ease;margin-bottom:20px}.judge-vote-back-btn:hover{border-color:var(--accent);color:var(--accent-light);background:#ea005f0f}.judge-vote-initiative-info{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:24px}.judge-vote-initiative-code{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--accent);background:#ea005f1a;border-radius:6px;padding:3px 8px;display:inline-block;margin-bottom:8px}.judge-vote-initiative-name{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.judge-vote-initiative-details{font-size:13px;color:var(--text-muted);line-height:1.5}.judge-vote-form{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;gap:24px}.judge-vote-field{display:flex;flex-direction:column;gap:8px}.judge-vote-label{font-size:14px;font-weight:500;color:var(--text-primary)}.judge-score-selector{display:flex;flex-wrap:wrap;gap:8px}.judge-score-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid var(--border);border-radius:10px;font-family:var(--font-mono);font-size:16px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:all .2s ease}.judge-score-btn:hover{border-color:var(--accent);background:#ea005f14;color:var(--accent-light)}.judge-score-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.judge-score-btn--selected{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 12px #ea005f59}.judge-score-btn--selected:hover{background:var(--accent-light);border-color:var(--accent-light)}.judge-vote-country-display{font-family:var(--font-mono);font-size:14px;color:var(--text-muted);background:#ffffff0a;border:1px solid var(--border);border-radius:10px;padding:12px 16px}.judge-comment-field{display:flex;flex-direction:column;gap:8px}.judge-vote-textarea{width:100%;min-height:100px;padding:12px 16px;background:#ffffff0a;border:1px solid var(--border);border-radius:10px;font-family:var(--font-body);font-size:14px;color:var(--text-primary);resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.judge-vote-textarea::placeholder{color:var(--text-muted)}.judge-vote-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #ea005f26}.judge-comment-counter{font-size:12px;color:var(--text-muted);text-align:right;font-family:var(--font-mono)}.judge-vote-submit{width:100%;padding:14px;background:var(--accent);border:none;border-radius:10px;font-family:var(--font-body);font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.judge-vote-submit:hover{background:var(--accent-light);transform:translateY(-1px);box-shadow:0 8px 24px #ea005f59}.judge-vote-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.judge-vote-error{font-size:13px;color:var(--accent);background:#ea005f14;border:1px solid rgba(234,0,95,.2);border-radius:8px;padding:10px 14px;line-height:1.5}.judge-vote-success{font-size:14px;color:#00dc82;background:#00dc8214;border:1px solid rgba(0,220,130,.25);border-radius:8px;padding:12px 16px;text-align:center;font-weight:500}.judge-results-page{max-width:800px;margin:0 auto;width:100%}.judge-results-empty{text-align:center;padding:60px 24px;color:var(--text-muted);font-size:15px;line-height:1.6}.judge-results-table{display:flex;flex-direction:column;gap:8px}.judge-results-row{display:grid;grid-template-columns:40px 1fr 80px 80px 80px;align-items:center;gap:16px;padding:16px 20px;min-height:60px;background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:12px;transition:border-color .2s ease}.judge-results-row:nth-child(odd){background:#ffffff0a}.judge-results-row:nth-child(2n){background:#ffffff14}.judge-results-row:hover{border-color:var(--primary-light)}.judge-results-score{font-family:var(--font-mono);font-size:14px;font-weight:600;color:var(--accent-light);min-width:48px;text-align:center;display:flex;align-items:center;justify-content:center}.judge-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;gap:16px}.judge-loading-spinner{width:40px;height:40px;position:relative}.judge-loading-spinner-circle{display:block;width:100%;height:100%;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:judgeSpinnerRotate .8s linear infinite}@keyframes judgeSpinnerRotate{to{transform:rotate(360deg)}}.judge-loading-message{font-size:14px;color:var(--text-muted);text-align:center}.judge-error-message{background:#ea005f0f;border:1px solid rgba(234,0,95,.2);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:12px}.judge-error-text{font-size:14px;color:var(--accent-light);line-height:1.5}.judge-error-actions{display:flex;gap:10px}.judge-error-retry-btn{padding:8px 16px;background:var(--accent);border:none;border-radius:8px;font-family:var(--font-body);font-size:13px;font-weight:500;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.judge-error-retry-btn:hover{background:var(--accent-light);transform:translateY(-1px)}.judge-error-dismiss-btn{padding:8px 16px;background:transparent;border:1px solid var(--border);border-radius:8px;font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.judge-error-dismiss-btn:hover{border-color:var(--primary-light);color:var(--text-primary)}.judge-not-registered{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 24px;text-align:center;gap:16px;color:var(--text-muted);font-size:15px;line-height:1.6}@media(max-width:600px){.judge-login-card{padding:28px 20px}.judge-header{padding:12px 16px;flex-wrap:wrap;gap:8px}.judge-header-info{gap:8px}.judge-header-name{font-size:13px}.judge-tabs{padding:10px 16px;overflow-x:auto}.judge-tab{padding:8px 14px;font-size:12px;white-space:nowrap}.judge-content{padding:16px}.judge-initiatives-grid{grid-template-columns:1fr;gap:12px}.judge-vote-form{padding:18px}.judge-score-selector{gap:6px}.judge-score-btn{width:38px;height:38px;font-size:14px}.judge-results-row{grid-template-columns:30px 1fr 60px 60px 60px;gap:8px;padding:14px 16px}.judge-results-score{text-align:left}}@media(min-width:601px)and (max-width:900px){.judge-initiatives-grid{grid-template-columns:repeat(2,1fr)}.judge-content{padding:20px}.judge-results-row{grid-template-columns:30px 1fr 70px 70px 70px;gap:12px}}.judge-results-header{display:grid;grid-template-columns:40px 1fr 80px 80px 80px;gap:16px;padding:12px 20px;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.judge-results-rank{font-family:var(--font-mono);font-weight:600;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.judge-results-name{font-weight:600;color:#fff;white-space:normal;word-break:break-word;line-height:1.4}.judge-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.judge-modal{width:100%;max-width:500px;max-height:90vh;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;animation:fadeUp .3s ease both}.judge-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.judge-modal-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-top:8px}.judge-modal-close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);border-radius:8px;font-size:16px;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.judge-modal-close:hover{border-color:var(--accent);color:var(--accent-light);background:#ea005f14}.judge-initiative-card--voted{opacity:.6;border-color:#00dc824d;position:relative}.judge-initiative-card--voted:hover{opacity:.85}.judge-initiative-voted-badge{position:absolute;top:12px;right:12px;font-size:11px;font-weight:600;color:#00dc82;background:#00dc821f;border:1px solid rgba(0,220,130,.3);border-radius:100px;padding:3px 10px}.judge-results-row--clickable{cursor:pointer;transition:all .2s ease}.judge-results-row--clickable:hover{border-color:var(--accent);background:#ea005f0f;transform:translate(4px)}.judge-results-name--clickable{text-decoration:underline;text-decoration-color:transparent;transition:all .2s ease;cursor:pointer}.judge-results-row--clickable:hover .judge-results-name--clickable{text-decoration-color:#fff}.judge-vote-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;gap:12px;color:var(--text-muted);font-size:14px}.judge-results-refresh-bar{display:flex;justify-content:flex-end;padding:0 4px 12px}.judge-results-countdown{font-size:12px;font-family:var(--font-mono);color:var(--text-muted);background:#ffffff0a;border:1px solid var(--border);border-radius:6px;padding:4px 10px}
