:root{--navy:#0f2a44;--navy-deep:#0a1f33;--navy-soft:#16395c;--red:#cf2630;--red-dark:#a81d26;--text:#1f2d3d;--gray:#64748b;--bg:#f7f8fa;--white:#fff;--border:#e3e8ee;--shadow:0 1px 2px #0f2a440d;--shadow-hover:0 4px 14px #0f2a441a;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:var(--bg);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}input,textarea,select{font-size:max(16px,1rem)}html{touch-action:manipulation}html,body{overflow-x:clip}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{z-index:50;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.brand{color:var(--text);align-items:center;gap:10px;font-size:1.05rem;text-decoration:none;display:inline-flex}.brand-mark{width:38px;height:38px;display:block}.brand-text{color:var(--navy);white-space:nowrap;font-weight:700}.brand-text strong{color:var(--red);font-weight:700}.navbar-links{align-items:center;gap:26px;display:flex}.navbar-links a{color:var(--text);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .15s}.navbar-links a:hover,.navbar-links a.active{color:var(--red)}.navbar-cta,.navbar-links a.navbar-cta{background:var(--red);color:var(--white);border-radius:7px;padding:9px 18px}.navbar-links a.navbar-cta:hover{background:var(--red-dark);color:var(--white)}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;display:none}.navbar-toggle span{background:var(--text);border-radius:2px;width:24px;height:2px;display:block}.hero{background:var(--white);color:var(--text);text-align:center;border-bottom:1px solid var(--border);padding:72px 0 60px}.hero-inner{max-width:720px}.hero h1{letter-spacing:-.5px;color:var(--navy);font-size:2.5rem;line-height:1.12}.hero-sub{max-width:600px;color:var(--gray);margin:18px auto 30px;font-size:1.1rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.btn-primary{background:var(--red);color:var(--white);border-radius:6px;padding:13px 26px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.btn-primary:hover{background:var(--red-dark)}.btn-ghost{color:var(--navy);border:1px solid var(--border);border-radius:6px;padding:13px 26px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-block}.btn-ghost:hover{background:var(--bg);border-color:#c9d2db}.hero-stats{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:14px 40px;margin-top:40px;padding-top:32px;list-style:none;display:flex}.hero-stats li{flex-direction:column;display:flex}.hero-stats strong{color:var(--navy);font-size:1.05rem}.hero-stats span{color:var(--gray);font-size:.85rem}.features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;padding:64px 20px;display:grid}.feature{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:30px 26px;transition:box-shadow .2s,border-color .2s}.feature:hover{box-shadow:var(--shadow-hover);border-color:#d3dbe3}.feature.soon{opacity:.85}.feature-icon{width:56px;height:56px;color:var(--navy);background:#0f2a4412;border-radius:14px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.feature.soon .feature-icon{color:var(--red);background:#cf263017}.feature h2{margin-bottom:10px;font-size:1.35rem}.feature p{color:var(--gray);margin-bottom:18px;font-size:.97rem}.feature-link{color:var(--red);font-weight:700;text-decoration:none}.feature-link:hover{text-decoration:underline}.feature-soon{text-transform:uppercase;letter-spacing:.5px;color:var(--gray);background:#eef1f4;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:700;display:inline-block}.steps-wrap{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:64px 0}.section-title{text-align:center;margin-bottom:40px;font-size:1.9rem}.steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;display:grid}.step{text-align:center;padding:0 12px}.step-num{background:var(--red);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.2rem;font-weight:800;display:inline-flex}.step h3{margin-bottom:8px;font-size:1.2rem}.step p{color:var(--gray);font-size:.95rem}.capabilities{padding:64px 0}.cap-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:28px 36px;display:grid}.cap-item{gap:14px;display:flex}.cap-icon{width:44px;height:44px;color:var(--navy);background:#0f2a4412;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.cap-item h3{color:var(--navy);margin-bottom:4px;font-size:1.02rem}.cap-item p{color:var(--gray);font-size:.9rem;line-height:1.55}.faq-wrap{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:64px 0}.faq{max-width:760px;margin:0 auto}.faq details{border-bottom:1px solid var(--border)}.faq details:first-child{border-top:1px solid var(--border)}.faq summary{color:var(--navy);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:18px 4px;font-size:1.02rem;font-weight:600;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--gray);flex-shrink:0;font-size:1.4rem;font-weight:400;line-height:1}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--gray);padding:0 4px 14px;font-size:.95rem;line-height:1.6}.faq-table{border:1px solid var(--border);border-radius:6px;margin:0 4px 20px;list-style:none;overflow:hidden}.faq-table li{color:var(--gray);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;padding:10px 14px;font-size:.92rem;display:flex}.faq-table li:nth-child(2n){background:var(--bg)}.faq-cat{color:var(--navy);font-weight:600}.faq-bullets{color:var(--gray);margin:0 4px 20px;padding-left:20px;font-size:.93rem;line-height:1.6}.faq-bullets li{margin-bottom:6px}.faq-bullets li::marker{color:var(--red)}.cta-band{text-align:center;padding:72px 0}.cta-band h2{margin-bottom:10px;font-size:2rem}.cta-band p{color:var(--gray);margin-bottom:26px;font-size:1.05rem}.landing-footer{background:var(--navy-deep);color:#aeb6bf;padding:26px 0}.landing-footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.landing-footer nav{gap:22px;display:flex}.landing-footer a{color:#d6dce2;font-size:.9rem;text-decoration:none}.landing-footer a:hover{color:var(--white)}.page-head{background:var(--white);color:var(--text);text-align:center;border-bottom:1px solid var(--border);padding:44px 0 36px}.page-head h1{color:var(--navy);font-size:2rem}.page-head p{color:var(--gray);margin-top:10px;font-size:1.02rem}.empty-state{text-align:center;max-width:560px;margin:0 auto;padding:70px 20px 90px}.empty-icon{width:88px;height:88px;color:var(--navy);background:#0f2a4412;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.empty-state h2{margin-bottom:12px;font-size:1.6rem}.empty-state p{color:var(--gray);margin-bottom:26px;font-size:1.02rem}@media (width<=760px){.navbar-toggle{display:flex}.navbar-links{background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0;padding:8px 0;display:none;position:absolute;top:64px;left:0;right:0}.navbar-links.open{display:flex}.navbar-links a{padding:14px 20px}.navbar-links a.navbar-cta{text-align:center;margin:8px 20px 4px}.hero h1{font-size:2.1rem}}.site-header{background:var(--white);color:var(--text);text-align:center;border-bottom:1px solid var(--border);padding:44px 0 36px}.logo{letter-spacing:1px;text-transform:uppercase;font-size:2.2rem}.tagline{color:#d6dce2;margin-top:10px;font-size:1.05rem}.search{width:100%;max-width:420px;box-shadow:var(--shadow);border:none;border-radius:30px;outline:none;margin-top:24px;padding:12px 18px;font-size:1rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:26px;padding:44px 0;display:grid}.card{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--accent,var(--navy));border-radius:var(--radius);color:var(--text);flex-direction:column;padding:24px 22px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.card:hover{box-shadow:var(--shadow-hover)}.card-head{align-items:center;gap:14px;margin-bottom:14px;display:flex}.card-icon .category-icon{background:var(--bg);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.card-icon .category-icon img{width:32px;height:32px}.card-title{color:var(--navy);font-size:1.2rem;line-height:1.2}.card-meta{color:var(--gray);margin-top:2px;font-size:.85rem}.card-description{color:var(--gray);min-height:40px;margin-bottom:20px;font-size:.92rem}.card-actions{gap:10px;margin-top:auto;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:11px 14px;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn:disabled{cursor:not-allowed;opacity:.55}.btn-tests{background:var(--white);color:var(--navy);border-color:var(--border)}.btn-tests:hover:not(:disabled){background:var(--bg);border-color:#c9d2db}.btn-join{background:var(--navy);color:var(--white)}.btn-join:hover:not(:disabled){background:var(--navy-deep)}.no-results{text-align:center;color:var(--gray);padding:40px 0 80px;font-size:1.1rem}.practice-area{max-width:720px;margin:0 auto;padding:40px 0 70px}.practice-top{justify-content:center;margin-bottom:16px;display:flex}.progress-pill{background:var(--text);color:var(--white);border-radius:20px;padding:6px 16px;font-size:.9rem;font-weight:600}.question{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 26px 28px}.question-topic{text-transform:uppercase;letter-spacing:.5px;color:var(--red);margin-bottom:8px;font-size:.78rem;font-weight:700}.question-text{color:var(--text);margin-bottom:18px;font-size:1.2rem;line-height:1.4}.question-image{border:1px solid #e2e6ea;border-radius:8px;max-width:100%;max-height:300px;margin:0 auto 22px;display:block}.answers{list-style:none}.answers li{margin-bottom:12px}.answers li:last-child{margin-bottom:0}.answer-btn{text-align:left;background:var(--white);width:100%;color:var(--text);cursor:pointer;border:2px solid #e2e6ea;border-radius:8px;padding:14px 16px;font-size:1rem;transition:border-color .15s,background .15s;display:block}.answer-btn:not(:disabled):hover{background:#f4f9fd;border-color:#2980b9}.answer-btn:disabled{cursor:default}.answer-btn.correct{color:#1e7d4f;background:#eafaf1;border-color:#27ae60;font-weight:600}.answer-btn.wrong{color:#b03a2e;background:#fdecea;border-color:#e74c3c;font-weight:600}.answer-btn.chosen{box-shadow:inset 0 0 0 2px #0000000f}.feedback{text-align:center;border-radius:8px;margin-top:18px;padding:12px 14px;font-weight:600}.feedback-correct{color:#1e7d4f;background:#eafaf1}.feedback-wrong{color:#b03a2e;background:#fdecea}.feedback-warning{color:#9c640c;background:#fef5e7}.explanation{color:var(--text);white-space:pre-line;background:#f4f6f8;border-left:4px solid #2980b9;border-radius:6px;margin-top:16px;padding:14px 16px;font-size:.95rem;line-height:1.5}.practice-nav{justify-content:space-between;gap:14px;margin-top:24px;display:flex}.btn-nav{background:var(--white);color:var(--text);cursor:pointer;text-align:center;border:2px solid #ccd2d8;border-radius:8px;flex:1;padding:13px;font-size:.98rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s}.btn-nav:not(:disabled):hover{border-color:var(--text)}.btn-nav-primary{background:var(--red);border-color:var(--red);color:var(--white)}.btn-nav-primary:not(:disabled):hover{background:var(--red-dark);border-color:var(--red-dark)}.btn-nav:disabled{opacity:.45;cursor:not-allowed}body.quiz-page{min-height:100vh}body.quiz-page .site-header{flex:none;padding:14px 0 12px}body.quiz-page .site-header .back-link{margin-bottom:6px}body.quiz-page .logo{font-size:1.4rem}body.quiz-page .tagline{margin-top:2px;font-size:.9rem}body.quiz-page main.container{width:80%;max-width:none;margin:0 auto;padding:24px 0 110px}body.quiz-page .practice-nav{z-index:20;background:var(--white);border-top:1px solid var(--border);margin:0;padding:12px 10%;position:fixed;bottom:0;left:0;right:0}body.quiz-page .site-footer{display:none}.quiz-topbar{z-index:10;background:var(--white);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:20px;padding:14px 26px;display:flex;position:sticky;top:0}.quiz-close{width:44px;height:44px;color:var(--text);border:1px solid #d3d9df;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;text-decoration:none;transition:background .15s;display:flex}.quiz-close:hover{background:#f1f3f5}.quiz-progress-bar{background:#e3e7ec;border-radius:6px;flex:auto;height:12px;overflow:hidden}.quiz-progress-fill{background:#2f6fd0;border-radius:6px;width:0;height:100%;transition:width .25s}.quiz-progress-label{color:var(--text);white-space:nowrap;flex:none;font-size:.95rem;font-weight:700}body.quiz-page .practice-area{width:100%;max-width:none;margin:0;padding:0}body.quiz-page .practice-top{margin-bottom:12px}.practice-stats{white-space:nowrap;flex:none;gap:8px;display:flex}.practice-stats .stat{border-radius:20px;padding:5px 12px;font-size:.9rem;font-weight:600}.practice-stats .stat-correct{color:#1e7d4f;background:#eafaf1}.practice-stats .stat-wrong{color:#b03a2e;background:#fdecea}.btn-restart{background:var(--white);color:var(--text);cursor:pointer;border:1px solid #d3d9df;border-radius:20px;flex:none;align-items:center;gap:6px;margin-left:4px;padding:6px 14px;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.btn-restart:before{content:"↻";font-size:1rem;line-height:1;display:inline-block}.btn-restart:hover{background:#f1f3f5;border-color:#c2c9d0}.btn-restart:active{background:#e7eaee}.btn-restart:disabled{cursor:default}.btn-restart.is-loading{opacity:.75}.btn-restart.is-loading:before{animation:.7s linear infinite spin-restart}@keyframes spin-restart{to{transform:rotate(360deg)}}.btn-offline,.offline-badge{cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:opacity .15s;display:inline-flex}.btn-offline{color:#5a6570}.btn-offline:hover{color:var(--text)}.btn-offline:disabled{opacity:.4;cursor:default}.offline-badge{color:#1db954}.offline-badge:hover{opacity:.85}.dl-icon{width:28px;height:28px;display:block}.offline-dl{color:#2980b9;white-space:nowrap;flex:none;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.offline-dl .dl-icon{width:22px;height:22px}.dl-icon-spin{animation:1s linear infinite dl-spin}@keyframes dl-spin{to{transform:rotate(360deg)}}.dl-modal-overlay{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dl-modal{text-align:center;background:#f2f2f4;border-radius:14px;width:100%;max-width:300px;overflow:hidden;box-shadow:0 12px 40px #0000004d}.dl-modal h3{color:#111;padding:18px 20px 4px;font-size:1.05rem;font-weight:700}.dl-modal p{color:#333;padding:0 20px 16px;font-size:.85rem}.dl-modal-actions{border-top:1px solid #d5d5da;display:flex}.dl-modal-actions button{color:#157aff;cursor:pointer;background:0 0;border:none;flex:50%;padding:12px 0;font-size:1rem}.dl-modal-actions button:active{background:#e3e3e8}.dl-modal-cancel{border-right:1px solid #d5d5da}.dl-modal-remove{font-weight:600}.offline-pill{letter-spacing:.02em;text-transform:uppercase;color:#c0392b;background:#fdecea;border:1px solid #f5c6c0;border-radius:20px;flex:none;padding:3px 9px;font-size:.75rem;font-weight:700}@media (width>=761px){.btn-offline,.offline-badge,.offline-dl{display:none}}body.quiz-page .question{box-shadow:none;background:0 0;border-radius:0;padding:0}body.quiz-page .question-top{grid-template-columns:1.1fr 1fr;align-items:start;gap:20px;margin-bottom:16px;display:grid}body.quiz-page .question-top.no-image{grid-template-columns:1fr}body.quiz-page .question-image{object-fit:contain;border:none;border-radius:0;justify-self:start;width:auto;max-width:100%;max-height:360px;margin:0}body.quiz-page .question-text{margin-bottom:0;font-size:1.25rem;line-height:1.35}body.quiz-page .answers{margin-top:16px}body.quiz-page .answers li{margin-bottom:6px}body.quiz-page .answer-btn{text-align:left;width:100%;min-height:0;color:var(--text);background:0 0;border:1px solid #0000;border-radius:6px;align-items:baseline;gap:10px;padding:8px 10px;font-size:1.05rem;display:flex;overflow:visible}body.quiz-page .answer-btn:not(:disabled):hover{background:#eef2f6}body.quiz-page .answer-letter{width:auto;color:var(--red);background:0 0;border:none;flex:none;font-size:1.05rem;font-weight:700;display:inline}body.quiz-page .answer-text{flex:auto;padding:0;font-size:1.05rem;display:inline}body.quiz-page .answer-btn.selected{background:#e8f0fb;border-color:#2980b9}body.quiz-page .answer-btn.correct{color:#1e7d4f;background:#eafaf1;border-color:#58d68d}body.quiz-page .answer-btn.correct .answer-letter{color:#1e7d4f}body.quiz-page .answer-btn.wrong{color:#b03a2e;background:#fdecea;border-color:#e57373}body.quiz-page .answer-btn.wrong .answer-letter{color:#b03a2e}body.practice-page .answers{margin-top:14px}body.practice-page .feedback,body.practice-page .explanation{margin-top:12px}body.quiz-page .practice-nav{flex:none;margin-top:12px}@media (width<=640px){body.quiz-page .question-top{grid-template-columns:1fr}.quiz-topbar{gap:10px 12px;padding:12px 16px}.quiz-topbar .practice-stats{flex-wrap:wrap;flex-basis:100%;justify-content:center;align-items:center;row-gap:8px}.practice-stats .btn-restart{border-radius:50%;justify-content:center;width:34px;height:34px;margin-left:0;padding:0}.btn-restart .btn-restart-label{display:none}}@media (width<=360px){.practice-stats{gap:6px}.practice-stats .stat{padding:4px 8px;font-size:.8rem}}.result{max-width:760px;margin:0 auto;padding:40px 0 70px}.result-banner{text-align:center;border-radius:var(--radius);color:var(--white);margin-bottom:22px;padding:28px 24px}.result-banner h2{margin-bottom:6px;font-size:1.9rem}.result-banner.passed{background:linear-gradient(135deg,#27ae60,#1e8449)}.result-banner.failed{background:linear-gradient(135deg,#c0392b,#922b21)}.result-counts{gap:14px;margin-bottom:22px;display:flex}.count-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;flex:1;padding:18px 10px}.count-card strong{font-size:2rem;line-height:1.1;display:block}.count-card span{color:var(--gray);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.count-card.correct strong{color:#1e7d4f}.count-card.wrong strong{color:#b03a2e}.review-title{color:var(--text);margin:10px 0 16px}.review{flex-direction:column;gap:14px;display:flex}.review-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border-left:5px solid #ccc;padding:18px 20px}.review-item.ok{border-left-color:#27ae60}.review-item.ko{border-left-color:#e74c3c}.review-question{color:var(--text);margin-bottom:12px;font-weight:600;line-height:1.4}.review-num{min-width:22px;color:var(--gray);font-weight:700;display:inline-block}.review-list{list-style:none}.review-answer{color:var(--text);background:#f6f7f9;border-radius:6px;margin-bottom:6px;padding:8px 12px;font-size:.96rem}.review-answer.correct{color:#1e7d4f;background:#eafaf1;font-weight:600}.review-answer.wrong{color:#b03a2e;background:#fdecea;font-weight:600}.review-tag{opacity:.8;font-size:.82rem;font-weight:600}.back-link{color:#d6dce2;margin-bottom:18px;font-size:.95rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--white);text-decoration:underline}.modes{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px;max-width:820px;margin:0 auto;padding:50px 0;display:grid}.mode{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;border-top:6px solid var(--red);padding:36px 28px;transition:transform .25s,box-shadow .25s}.mode:hover{transform:translateY(-6px);box-shadow:0 16px 36px #0000002e}.mode-exam{border-top-color:#2980b9}.mode-practice{border-top-color:#27ae60}.mode-icon{margin-bottom:12px;font-size:3.4rem}.mode-title{color:var(--text);margin-bottom:12px;font-size:1.5rem}.mode-desc{color:var(--gray);min-height:60px;margin-bottom:24px;font-size:.95rem}.mode-exam .btn-join{background:#2980b9}.mode-exam .btn-join:hover{background:#1f618d}.mode-practice .btn-join{background:#27ae60}.mode-practice .btn-join:hover{background:#1e8449}.site-footer{color:#aeb6bf;text-align:center;background:#1c2833;padding:22px 0;font-size:.9rem}@media (width<=640px){.card-grid{grid-template-columns:1fr}.logo{font-size:1.8rem}}.site-footer{text-align:center;opacity:.7;margin-top:48px;padding:20px 0;font-size:.85rem}.site-footer a{color:inherit}.nav-loading{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#141c268c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.nav-loading-box{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:16px;padding:28px 36px;display:flex}.nav-loading-text{color:var(--text);font-size:1rem;font-weight:600}.spinner{border:4px solid #c0392b33;border-top-color:var(--red);border-radius:50%;width:40px;height:40px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.6s}}.ce-ref{color:var(--navy);text-underline-offset:2px;font-weight:600;-webkit-text-decoration:underline #0f2a4459;text-decoration:underline #0f2a4459}.ce-ref:hover{color:var(--red)}.ce-version{color:var(--gray);margin-top:6px;font-size:.9rem}.ce-main{padding:28px 20px 80px}.ce-search{background:var(--white);border:1px solid var(--border);max-width:680px;box-shadow:var(--shadow);color:var(--gray);border-radius:30px;align-items:center;gap:10px;margin:0 auto 28px;padding:10px 16px;display:flex}.ce-search input{color:var(--text);background:0 0;border:none;outline:none;flex:1}.ce-result-count{max-width:820px;color:var(--gray);margin:0 auto 12px;font-size:.9rem}.ce-list{max-width:820px;margin:0 auto;list-style:none}.ce-tree{max-width:820px;margin:0 auto}.ce-titulo{border-bottom:2px solid var(--border);color:var(--navy);margin:34px 0 4px;padding-bottom:8px;font-size:1.3rem}.ce-capitulo{color:var(--navy-soft);margin:22px 0 4px;font-size:1.08rem}.ce-seccao{color:var(--text);margin:16px 0 2px;font-size:.98rem}.ce-subseccao{color:var(--gray);margin:12px 0 2px;font-size:.9rem;font-weight:600}.ce-article{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);align-items:baseline;gap:12px;margin-top:6px;padding:11px 14px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.ce-article:hover{border-color:var(--navy);box-shadow:var(--shadow-hover)}.ce-art-num{color:var(--navy);white-space:nowrap;flex:none;font-weight:700}.ce-art-title{color:var(--gray)}.ce-article.revoked{opacity:.6}.ce-article.revoked .ce-art-title{font-style:italic}.ce-article-page{max-width:760px;padding:24px 20px 80px}.ce-breadcrumb{color:var(--gray);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:18px;font-size:.85rem;display:flex}.ce-breadcrumb a{color:var(--navy);font-weight:600;text-decoration:none}.ce-breadcrumb a:hover{color:var(--red)}.ce-breadcrumb .sep{color:var(--border)}.ce-art-head{border-bottom:1px solid var(--border);margin-bottom:22px;padding-bottom:18px}.ce-art-head h1{color:var(--navy);font-size:1.9rem}.ce-art-epigraph{color:var(--text);margin-top:4px;font-size:1.15rem;font-weight:600}.ce-art-context{color:var(--gray);margin-top:10px;font-size:.82rem}.ce-art-body{font-size:1.02rem;line-height:1.65}.ce-revoked{color:var(--gray);font-style:italic}.ce-para{border-radius:var(--radius);margin:0 -10px;padding:6px 10px;scroll-margin-top:80px}.ce-para:target{background:#cf263014}.ce-para-num{color:var(--navy);font-weight:700;text-decoration:none}.ce-para-num:hover{color:var(--red)}.ce-items{margin:6px 0 6px 22px;list-style:none}.ce-items li{margin:4px 0}.ce-item-label{color:var(--navy-soft);margin-right:4px;font-weight:600}.ce-figure{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);margin:16px 0;padding:12px;overflow-x:auto}.ce-figure img{margin:0 auto;display:block}.ce-figure figcaption{color:var(--gray);text-align:center;margin-top:8px;font-size:.82rem}.ce-history{color:var(--gray);margin-top:28px;font-size:.88rem}.ce-history summary{cursor:pointer;color:var(--navy);font-weight:600}.ce-history ul{margin:8px 0 0 18px}.ce-art-nav{justify-content:space-between;gap:14px;margin-top:36px;display:flex}.ce-nav-link{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);max-width:48%;color:var(--text);flex-direction:column;gap:3px;padding:12px 16px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.ce-nav-link:hover{border-color:var(--navy);box-shadow:var(--shadow-hover)}.ce-nav-link.next{text-align:right;margin-left:auto}.ce-nav-link .dir{color:var(--gray);font-size:.78rem;font-weight:600}.ce-nav-link .lbl{color:var(--navy);font-size:.9rem;font-weight:600}.ce-foot{text-align:center;color:var(--gray);margin-top:40px;font-size:.8rem}
