:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #232736;--border: #2e3348;--text: #e2e4ea;--text-dim: #8b8fa3;--accent: #6c5ce7;--pro-ua: #3498db;--neutral: #95a5a6;--pro-ru: #e74c3c;--green: #2ecc71;--orange: #e67e22;--radius: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.header{text-align:center;padding-bottom:2rem;margin-bottom:2.5rem;border-bottom:1px solid var(--border)}.header h1{font-size:1.6rem;font-weight:700;letter-spacing:-.5px}.header h1 span{color:var(--accent)}.header .subtitle{color:var(--text-dim);font-size:.9rem;margin-top:.25rem}.meta-row{display:flex;justify-content:center;gap:2rem;margin-top:.75rem;font-size:.82rem;color:var(--text-dim)}.meta-row strong{color:var(--text)}.intro-block{text-align:left;max-width:740px;margin:1.5rem auto 0;padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-dim);font-size:.88rem;line-height:1.7}.intro-block p+p{margin-top:.75rem}.intro-block strong{color:var(--text)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.card h3{font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.section-block{margin-bottom:2rem}.ioe-hero{display:flex;align-items:center;justify-content:center;gap:3rem;padding:2.5rem;margin-bottom:2.5rem}.ioe-hero .score-display{text-align:center;flex-shrink:0}.ioe-hero .big-num{font-size:4.5rem;font-weight:800;line-height:1}.ioe-hero .big-label{font-size:.88rem;color:var(--text-dim);margin-top:.25rem}.ioe-right{max-width:540px}.ioe-right h2{font-size:1.2rem;margin-bottom:.5rem}.band-pill{display:inline-block;padding:.2rem .75rem;border-radius:20px;font-weight:600;font-size:.85rem;margin-bottom:.75rem}.explanation{color:var(--text-dim);font-size:.88rem;line-height:1.7}.scale-labels{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;margin-top:1.25rem;margin-bottom:.3rem}.band-scale{display:flex;height:8px;border-radius:4px;overflow:hidden;gap:2px}.band-scale div{flex:1}.band-marker{position:relative;height:16px;margin-top:3px}.scale-numbers{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-dim);margin-top:2px}.how-computed{margin-top:1rem;padding:.6rem 1rem;border-radius:8px;background:var(--surface2);font-size:.8rem;color:var(--text-dim);line-height:1.6}.section-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.section-intro{color:var(--text-dim);font-size:.88rem;line-height:1.6;margin-bottom:1.25rem;max-width:740px}.tab-intro{color:var(--text-dim);font-size:.84rem;line-height:1.6;margin-bottom:1rem;font-style:italic}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}.grid-full{grid-column:1 / -1}.card-question{color:var(--text-dim);font-size:.84rem;line-height:1.6;margin-bottom:.75rem;font-style:italic}.card-interpretation{color:var(--text-dim);font-size:.84rem;line-height:1.6;margin-bottom:1rem}.coeff-score{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.3rem}.coeff-unit{font-size:1rem;font-weight:400;color:var(--text-dim)}.ise-legend{margin-bottom:1rem}.ise-cat{display:flex;align-items:flex-start;gap:.5rem;font-size:.78rem;color:var(--text-dim);margin-bottom:.4rem;line-height:1.5}.ise-cat strong{color:var(--text)}.dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.axes-detail{margin-top:1rem;border-top:1px solid var(--border);padding-top:.75rem}.axes-title{font-size:.75rem;color:var(--text-dim);margin-bottom:.5rem;font-weight:600}.axis-row{margin-bottom:.6rem}.axis-label{font-size:.78rem;color:var(--text-dim);display:block;margin-bottom:.25rem}.axis-bar-wrapper{position:relative}.axis-bar{height:6px;background:linear-gradient(to right,var(--pro-ua),var(--neutral) 50%,var(--pro-ru));border-radius:3px;position:relative;opacity:.4}.axis-indicator{position:absolute;top:-3px;width:12px;height:12px;border-radius:50%;background:var(--text);border:2px solid var(--bg);transform:translate(-6px)}.axis-endpoints{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-dim);margin-top:2px;opacity:.7}.bar-row{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.bar-label{font-size:.75rem;min-width:10rem}.bar-track{flex:1;height:8px;background:var(--surface2);border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px;transition:width .6s ease}.bar-pct{font-size:.72rem;color:var(--text-dim);min-width:3rem;text-align:right}.detail-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:.82rem;border-top:1px solid var(--border)}.detail-row:first-of-type{border-top:none}.detail-row .label{color:var(--text-dim)}.speakers-table{width:100%;border-collapse:collapse;font-size:.82rem}.speakers-table th{text-align:left;font-weight:600;padding:.5rem .75rem;border-bottom:2px solid var(--border);color:var(--text-dim);font-size:.72rem;text-transform:uppercase;letter-spacing:.5px}.speakers-table td{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.speakers-table tr:last-child td{border-bottom:none}.pill{display:inline-block;padding:.15rem .6rem;border-radius:10px;font-size:.72rem;font-weight:600}.pill-ua{background:#3498db26;color:var(--pro-ua)}.pill-ru{background:#e74c3c26;color:var(--pro-ru)}.pill-n{background:#95a5a626;color:var(--neutral)}.tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.tab{padding:.4rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-dim);cursor:pointer;font-size:.82rem;transition:all .15s}.tab:hover{border-color:var(--accent);color:var(--text)}.tab.active{border-color:var(--accent);color:var(--text);background:var(--surface2)}.segment-item{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;margin-bottom:.75rem}.seg-header{display:flex;align-items:center;gap:1rem;margin-bottom:.4rem}.seg-score{font-size:1.3rem;font-weight:800;min-width:3.5rem}.seg-meta{font-size:.78rem;color:var(--text-dim)}.seg-rationale{font-size:.84rem;color:var(--text-dim);line-height:1.6;margin-bottom:.4rem}.verbatim-label{font-size:.72rem;color:var(--text-dim);margin-bottom:.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.markers{display:flex;flex-direction:column;gap:.3rem}.marker{font-size:.8rem;padding:.3rem .75rem;border-radius:6px;background:var(--surface2);border-left:3px solid var(--border);color:var(--text-dim);font-style:italic;line-height:1.5;white-space:normal}.methodology{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.methodo-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.methodo-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.methodo-item h4{font-size:.88rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.methodo-item p{font-size:.82rem;color:var(--text-dim);line-height:1.7}.methodo-item p+p{margin-top:.6rem}.methodo-item strong{color:var(--text)}.methodo-item em{color:var(--accent);font-style:normal;font-weight:600}.footer{text-align:center;padding:2rem 0;color:var(--text-dim);font-size:.78rem;border-top:1px solid var(--border);margin-top:2rem}.loading{display:flex;align-items:center;justify-content:center;min-height:70vh;flex-direction:column;gap:1rem}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-box{text-align:center;padding:4rem}.error-box h2{color:var(--pro-ru);margin-bottom:1rem}.error-box p{color:var(--text-dim)}.auth-gate{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.auth-box{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:3rem 2.5rem;max-width:400px;width:100%;text-align:center}.auth-icon{color:var(--accent);margin-bottom:1.5rem}.auth-box h2{font-size:1.3rem;margin-bottom:.5rem}.auth-box p{color:var(--text-dim);font-size:.88rem;line-height:1.6;margin-bottom:1.5rem}.auth-box form{display:flex;flex-direction:column;gap:.75rem}.auth-box input{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;color:var(--text);font-size:.95rem;outline:none;transition:border-color .2s}.auth-box input:focus{border-color:var(--accent)}.auth-box input.auth-error{border-color:var(--pro-ru);animation:shake .3s}.auth-box button{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.75rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .2s}.auth-box button:hover{opacity:.85}.auth-msg{color:var(--pro-ru);font-size:.82rem;margin-top:.75rem}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media(max-width:960px){.ioe-hero{flex-direction:column;text-align:center}.grid-3,.grid-2,.methodo-grid{grid-template-columns:1fr}}.recharts-cartesian-axis-tick-value{fill:var(--text-dim)!important;font-size:.75rem}.recharts-legend-item-text{color:var(--text-dim)!important;font-size:.82rem}.recharts-default-tooltip{background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:8px!important}
