:root{
 --bg:#f4f5f4;--card:#fff;--ink:#171717;--muted:#6d706f;--line:#dedfdd;
 --green:#f06f24;--green2:#fff1e8;--dark:#111211;--dark2:#27211d;
 --orange:#f0782c;--orange2:#ff9a4c;--orange-soft:#fff0e4;--red:#aa3c3c;
 --shadow:0 14px 35px rgba(26,24,22,.08)
}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink)}button,input{font:inherit}button{cursor:pointer}.layout{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{
 position:fixed;inset:0 auto 0 0;width:260px;height:100vh;padding:24px 18px;
 color:#fff;background:
 linear-gradient(180deg,rgba(17,18,17,.96),rgba(31,23,18,.98)),
 repeating-linear-gradient(135deg,transparent 0 30px,rgba(240,120,44,.16) 30px 31px);
 display:flex;flex-direction:column;overflow:hidden;z-index:5
}.sidebar>*{position:relative;z-index:1}.brand{font-size:21px;font-weight:850}.brand small{display:block;font-size:13px;color:#cabbb0;font-weight:400;margin-top:4px}nav{display:grid;gap:7px;margin-top:26px}.nav-btn{border:0;background:transparent;color:#e3dfdc;padding:11px 12px;text-align:left;border-radius:10px}.nav-btn:hover,.nav-btn.active{background:linear-gradient(90deg,rgba(240,120,44,.25),rgba(255,255,255,.06));color:#fff}.side-bottom{margin-top:auto;text-align:center}.logo{width:205px;max-width:96%;height:auto;object-fit:contain;margin:0 auto 14px;filter:drop-shadow(0 7px 15px rgba(0,0,0,.35))}.side-note{font-size:11px;color:#b8aaa0;line-height:1.45}main{grid-column:2;padding:28px 34px 60px;max-width:1280px;width:100%}header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--orange);font-size:11px;font-weight:850}h1{font-size:32px;margin:3px 0}h2{line-height:1.25}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mt{margin-top:16px}.section-title{margin:28px 0 14px}.muted{color:var(--muted)}.btn{border:0;border-radius:10px;padding:11px 15px;font-weight:750}.primary{background:linear-gradient(135deg,var(--orange),#d85419);color:#fff}.ghost{background:#fff;border:1px solid var(--line);color:var(--ink)}.dark-btn{background:#151515;color:#fff}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--orange-soft);color:#ad4f17;font-size:12px;font-weight:800}.badge.green{background:var(--green2);color:var(--green)}.pick{text-align:left;transition:.16s}.pick:hover{transform:translateY(-2px);border-color:#e8a679}.step{font-size:13px;color:var(--muted);margin-bottom:9px}.progress{height:8px;background:#e7e7e5;border-radius:999px;overflow:hidden}.progress>div{height:100%;background:linear-gradient(90deg,var(--orange),#24201d)}.quiz{max-width:920px}.qtitle{font-size:23px;line-height:1.4;margin:14px 0}.options{display:grid;gap:10px;margin:18px 0}.option{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px;text-align:left}.option:hover{border-color:#e5a16e}.option.selected{border-color:var(--orange);background:#fff7f0}.option.correct{border-color:#f06f24;background:#edf7f2}.option.wrong{border-color:#cf7777;background:#fff2f2}.feedback{margin-top:18px;padding:16px;border-left:5px solid var(--orange);background:#fff8f2;border-radius:12px}.feedback.bad{border-color:var(--red);background:#fff4f4}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.score{font-size:44px;font-weight:900}.recommend{border-left:4px solid var(--orange);padding-left:13px;margin:12px 0}.notice{background:#fff4e7;border:1px solid #efc49f;color:#6d3e1e;padding:13px;border-radius:11px;margin-bottom:14px}.hero-dashboard{
 position:relative;overflow:hidden;color:#fff;border-radius:25px;padding:30px;
 display:grid;grid-template-columns:minmax(0,1.22fr) minmax(330px,.78fr);gap:26px;
 background:
 linear-gradient(120deg,rgba(16,17,16,.98) 0%,rgba(54,37,26,.98) 45%,rgba(224,91,25,.94) 140%);
}.hero-dashboard:before{
 content:"";position:absolute;inset:0;pointer-events:none;opacity:.25;
 background:
 linear-gradient(30deg,transparent 24%,rgba(255,142,73,.27) 25% 26%,transparent 27% 48%,rgba(255,255,255,.08) 49% 50%,transparent 51%),
 linear-gradient(-30deg,transparent 24%,rgba(255,142,73,.15) 25% 26%,transparent 27%);
 background-size:76px 76px
}.hero-dashboard:after{content:"";position:absolute;width:410px;height:410px;right:-120px;top:-120px;background:url("assets/emblem.png") center/contain no-repeat;opacity:.12;transform:rotate(8deg)}.hero-copy,.resume-card{position:relative;z-index:1}.hero-copy h2{font-size:34px;margin:10px 0 8px}.hero-copy p{color:#f1e6df;max-width:650px;line-height:1.6}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.resume-card{background:rgba(255,255,255,.97);color:var(--ink);border-radius:19px;padding:20px;min-height:218px;display:flex;flex-direction:column;justify-content:space-between}.resume-head{display:flex;gap:12px;align-items:center}.resume-mark{width:50px;height:50px;border-radius:14px;background:#fff0e4;display:flex;align-items:center;justify-content:center}.resume-mark img{width:39px;height:39px}.resume-title{font-size:18px;font-weight:850}.learning-route{margin-top:16px;background:#171717;color:#fff;position:relative;overflow:hidden}.learning-route:after{content:"";position:absolute;right:-70px;bottom:-105px;width:270px;height:270px;border:1px solid rgba(240,120,44,.35);transform:rotate(45deg);box-shadow:0 0 0 35px rgba(240,120,44,.05),0 0 0 70px rgba(240,120,44,.035)}.route-head{position:relative;z-index:1;display:flex;justify-content:space-between;gap:12px;align-items:center}.route-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:15px}.route-stage{border:1px solid #393633;background:#22211f;border-radius:13px;padding:12px;min-height:110px}.route-stage.done{border-color:#e36d26;background:linear-gradient(145deg,#27211d,#532a14)}.route-stage .route-num{display:flex;width:28px;height:28px;border-radius:50%;align-items:center;justify-content:center;background:#383532;color:#d9d2cd;font-weight:850;margin-bottom:9px}.route-stage.done .route-num{background:var(--orange);color:#fff}.route-stage b{display:block;font-size:13px}.route-stage small{display:block;color:#aaa29d;margin-top:5px;line-height:1.35}.next-card{position:relative;z-index:1;margin-top:12px;border-top:1px solid #3c3935;padding-top:14px;display:flex;justify-content:space-between;gap:14px;align-items:center}.next-card strong{color:#ff9a4c}.npa-library-hero{background:linear-gradient(135deg,#171717,#2d221c 60%,#613016);color:#fff;border:none}.npa-doc-card{position:relative;overflow:hidden;min-height:205px}.npa-doc-kind{text-transform:uppercase;font-size:10px;letter-spacing:.1em;color:var(--orange);font-weight:850}.npa-doc-card h3{font-size:20px;margin:8px 0}.npa-top{display:grid;grid-template-columns:1.4fr .6fr;gap:14px}.npa-stat{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.npa-search{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fff}.npa-toolbar{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:15px 0}.npa-index-card{min-height:145px;width:100%;border:1px solid var(--line);background:#fff;color:var(--ink)}.npa-full-item{padding:15px 18px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:start}.npa-point-num{font-size:18px;font-weight:900;color:#bf5318}.npa-brief{background:#fff7f0;border-left:4px solid var(--orange);border-radius:10px;padding:12px 14px;line-height:1.55}.npa-brief:before{content:"Суть";display:block;text-transform:uppercase;font-size:10px;letter-spacing:.08em;font-weight:900;color:#b34b12;margin-bottom:5px}.npa-related{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.relation-chip{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f0efed;color:#3c3835;font-size:11px;font-weight:750;text-decoration:none;border:0}.relation-chip{background:#1f1f1f;color:#fff}.relation-chip:hover{background:#3b281d}.npa-source-details{margin-top:10px;background:#f8f8f7;border:1px solid var(--line);border-radius:10px;padding:0 11px}.npa-source-details>summary{padding:9px 0;cursor:pointer;color:var(--muted);font-weight:700}.npa-source-text{padding:0 0 11px;line-height:1.55;font-size:14px}.npa-section-title{padding:13px 18px 5px;font-weight:850;color:#b24e16}.npa-chapter{background:#fff;border:1px solid var(--line);border-radius:16px;margin:12px 0;overflow:hidden}.npa-chapter>summary{padding:16px 18px;cursor:pointer;font-weight:800;display:flex;justify-content:space-between;gap:12px;list-style:none}.npa-chapter>summary::-webkit-details-marker{display:none}.npa-stage{display:grid;grid-template-columns:90px 165px minmax(0,1fr) 170px;gap:9px;padding:11px 0;border-bottom:1px solid var(--line);font-size:13px}.npa-stage-head{font-weight:800;background:#f0efed;padding:9px;border-radius:8px}.article-item{padding:17px;border-bottom:1px solid var(--line)}.article-title{font-size:17px;font-weight:850;margin-bottom:8px}.article-warning{margin-top:10px;background:#fff0e4;border:1px solid #f0b98f;padding:10px;border-radius:10px;color:#70401f}.scenario{background:#f8f8f7;border:1px solid var(--line);border-radius:14px;padding:18px;margin:16px 0;font-size:17px;line-height:1.55}.term{font-size:34px;text-align:center;font-weight:900;margin:18px 0 24px}.error{border-left:4px solid var(--red);background:#fff;border-radius:10px;padding:12px 14px;margin:9px 0}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line)}th,td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:#f0efed}.exam-hero{background:linear-gradient(135deg,#151515,#33231a 62%,#743414);color:#fff;border:none}.exam-question .option.correct,.exam-question .option.wrong{background:#fff;border-color:var(--line)}.exam-result-topic{display:grid;grid-template-columns:1fr 110px;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.exam-review{padding:13px 0;border-bottom:1px solid var(--line)}.exam-review .correct-line{color:#a84310;font-weight:750}

@media(max-width:1000px){.route-grid{grid-template-columns:1fr 1fr}.hero-dashboard{grid-template-columns:1fr}}
@media(max-width:900px){.layout{display:block}.sidebar{position:static;width:auto;height:auto}.side-bottom{display:none}nav{grid-template-columns:repeat(3,1fr)}main{padding:20px}.grid,.hero-dashboard,.npa-top{grid-template-columns:1fr}.npa-full-item{grid-template-columns:55px minmax(0,1fr)}.npa-full-item .npa-read{grid-column:2}.npa-stage{grid-template-columns:1fr}.npa-stage-head{display:none}
}:root{--warm-ink:#201b18;--warm-dark:#191715;--warm-mid:#3a2b23;--cream:#faf7f3;--cream2:#f4eee8}body{background:radial-gradient(circle at 92% 8%,rgba(240,120,44,.07),transparent 22%),linear-gradient(#f5f5f3,#f3f1ef)}main{position:relative}.sidebar{background:linear-gradient(180deg,rgba(18,18,17,.98),rgba(42,29,22,.98) 78%,rgba(93,42,18,.97)),repeating-linear-gradient(135deg,transparent 0 30px,rgba(240,120,44,.17) 30px 31px)}.hero-dashboard{background:linear-gradient(120deg,rgba(19,18,17,.99),rgba(67,43,29,.98) 52%,rgba(225,91,24,.9) 145%)}.learning-route{background:linear-gradient(135deg,#201c19,#3b2b22 64%,#6b3117)}.route-stage{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.14)}.route-stage.done{background:linear-gradient(145deg,rgba(54,43,36,.96),rgba(111,51,20,.95))}.home-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.section-entry{position:relative;overflow:hidden;min-height:188px;padding:20px;background:linear-gradient(155deg,#fff,#faf6f2);text-align:left}.section-entry:before{content:"";position:absolute;right:-34px;top:-40px;width:120px;height:120px;border:1px solid rgba(240,120,44,.22);transform:rotate(45deg);box-shadow:0 0 0 24px rgba(240,120,44,.035)}.section-entry>*{position:relative;z-index:1}.section-entry .section-icon{width:40px;height:40px;border-radius:11px;background:#27211d;color:#ff8b42;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:12px}.section-entry h3{margin:0 0 7px;font-size:19px}.section-entry .section-progress{font-size:28px;font-weight:900;color:#bd5016;margin:10px 0 3px}.section-entry.dark-accent{background:linear-gradient(145deg,#28231f,#443026);color:#fff;border-color:#4c3c32}.section-entry.dark-accent .muted{color:#cfc4bc}.section-entry.dark-accent .section-icon{background:#fff1e7;color:#c85113}.resume-card{border:1px solid #ead6c8}.resume-location{padding:10px 0 2px;color:#6f6863;font-size:13px;line-height:1.45}.npa-library-hero{background:linear-gradient(135deg,#201c19,#423026 68%,#743616)}.npa-doc-card{background:linear-gradient(155deg,#fff,#f8f3ee)}.npa-doc-card[data-doc="684"]{border-top:4px solid #ed6e24}.npa-doc-card[data-doc="276"]{border-top:4px solid #332a25}.law-overview{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;margin-top:14px}.law-overview .card:last-child{background:linear-gradient(145deg,#27221f,#453127);color:#fff;border:none}.law-overview .card:last-child .muted{color:#cabfb7}.chapter-progress{height:6px;background:#e8e0d9;border-radius:999px;overflow:hidden;margin-top:10px}.chapter-progress>div{height:100%;background:linear-gradient(90deg,#f37a2d,#342720)}.article-item{position:relative;padding:18px;border-bottom:1px solid #e7ded7;background:#fff;transition:background .25s,border-color .25s,box-shadow .25s}.article-item:nth-child(even){background:#fcfaf8}.article-title{color:#26201c}.npa-brief{background:#f8eee7;border-left-color:#ef7428}.npa-source-line{margin-top:10px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#756c66;font-size:12px}.article-warning{margin-top:10px;border-left:4px solid #8b4d2f;background:#f1e7e0;padding:11px 13px;border-radius:8px;line-height:1.45;color:#47352b}

@keyframes lawTargetPulse{0%{background:#c8b4a6;box-shadow:0 0 0 3px rgba(238,112,38,.52),0 14px 30px rgba(40,28,20,.18)}28%{background:#e2d3c8;box-shadow:0 0 0 5px rgba(238,112,38,.3),0 10px 22px rgba(40,28,20,.12)}100%{background:#fff7f0;box-shadow:0 0 0 2px rgba(238,112,38,.17)}}.law-target-highlight{animation:lawTargetPulse 3.8s ease-out forwards!important;border-radius:12px!important;position:relative;z-index:2}.law-target-highlight:before{content:"Связанная норма";position:absolute;right:12px;top:8px;background:#211c18;color:#fff;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.03em}

@media(max-width:1000px){.home-sections{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.home-sections,.law-overview{grid-template-columns:1fr}}nav{gap:4px}.nav-group-label{margin:15px 12px 4px;color:#9c8d83;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.16em}.nav-btn{display:flex;align-items:center;gap:11px;min-height:42px;border-left:2px solid transparent}.nav-btn.active{border-left-color:#f0782c}.nav-btn .nav-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.nav-btn.active .nav-icon{color:#ff8c44}.section-svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.section-entry .section-icon{font-size:0}.section-entry .section-icon .section-svg{width:22px;height:22px}.proc-hero{position:relative;overflow:hidden;color:#fff;border:none;background:linear-gradient(120deg,#1d1a18,#4b3021 65%,#8b3c14)}.proc-hero:after{content:"";position:absolute;right:-70px;top:-90px;width:280px;height:280px;opacity:.17;background:repeating-conic-gradient(from 15deg,transparent 0 20deg,#f0782c 21deg 22deg,transparent 23deg 45deg);border-radius:50%}.proc-hero>*{position:relative;z-index:1}.proc-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.proc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.proc-card{position:relative;overflow:hidden;min-height:240px;text-align:left;width:100%;background:linear-gradient(150deg,#fff,#f9f4ef)}.proc-card:after{content:"";position:absolute;right:-38px;bottom:-38px;width:125px;height:125px;border:1px solid rgba(240,120,44,.22);transform:rotate(45deg);box-shadow:0 0 0 25px rgba(240,120,44,.03)}.proc-card>*{position:relative;z-index:1}.proc-icon{width:44px;height:44px;border-radius:13px;background:#27211e;color:#ff8a43;display:flex;align-items:center;justify-content:center;margin-bottom:13px}.proc-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.proc-card h3{font-size:20px;margin:0 0 7px}.proc-mini{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.proc-mini span{font-size:10px;background:#f0e9e3;border-radius:999px;padding:5px 8px;color:#544840;font-weight:750}.proc-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:15px;align-items:start}.proc-title-card{background:linear-gradient(135deg,#211d1a,#4a3022);color:#fff;border:none}.proc-title-card .muted{color:#d2c5bd}.proc-passport{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.proc-fact{padding:13px;border:1px solid #e6ddd7;border-radius:12px;background:#fcfaf8}.proc-fact-label{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#a5582b;font-weight:850;margin-bottom:5px}.proc-fact-value{line-height:1.45;font-size:14px}.proc-source{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.proc-flow-head{display:flex;justify-content:space-between;gap:12px;align-items:end;margin:28px 0 12px}.proc-timeline{position:relative;padding-left:38px}.proc-timeline:before{content:"";position:absolute;left:16px;top:10px;bottom:10px;width:2px;background:linear-gradient(#f0782c,#332720)}.proc-step{position:relative;margin:0 0 12px;background:#fff;border:1px solid #e4dcd6;border-radius:14px;padding:15px 16px}.proc-step:before{content:"";position:absolute;left:-30px;top:20px;width:13px;height:13px;border-radius:50%;background:#f0782c;border:3px solid #f7f3ef;box-shadow:0 0 0 2px #f0782c}.proc-step-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.proc-step-num{font-size:11px;color:#b04d17;font-weight:900;text-transform:uppercase}.proc-step-subject{font-weight:850;margin-top:3px}.proc-deadline{flex:none;background:#2b2420;color:#fff;border-radius:9px;padding:6px 8px;font-size:10px;max-width:180px;text-align:right}.proc-action{color:#4e4945;line-height:1.5;margin-top:9px;font-size:14px}.proc-no-flow{padding:22px;background:#f8f2ed;border:1px dashed #d8bda9;border-radius:14px}.compare-wrap{overflow:auto;border-radius:15px;border:1px solid var(--line)}.compare-table{min-width:1120px;border:0}.compare-table th{position:sticky;top:0;background:#2a231f;color:#fff;font-size:12px}.compare-table td:first-child{font-weight:850;background:#faf6f2;position:sticky;left:0;z-index:1}.compare-table td{font-size:12px;line-height:1.4;min-width:170px}.translation-note{background:#fff1e5;border:1px solid #efbd96;color:#6e3e20;border-radius:11px;padding:12px;margin:12px 0}.translation-box{background:#f8f5f2;border:1px solid #e5ddd7;border-radius:10px;padding:12px 14px;margin-top:10px;line-height:1.55}.translation-box:before{content:"Рабочий перевод";display:block;font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#a45120;font-weight:900;margin-bottom:6px}.news-priority{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#b3501b;font-weight:850}
@media(max-width:1050px){.proc-grid{grid-template-columns:1fr 1fr}.proc-layout{grid-template-columns:1fr}}
@media(max-width:780px){.proc-grid,.proc-passport{grid-template-columns:1fr}.nav-group-label{margin-top:10px}}.sidebar nav{overflow-y:auto;overflow-x:hidden;min-height:0;padding-right:3px}.sidebar nav::-webkit-scrollbar{width:4px}.sidebar nav::-webkit-scrollbar-thumb{background:#5a4032;border-radius:999px}.sidebar .logo{width:150px}.proc-key{background:linear-gradient(145deg,#fff7f0,#f4ebe4);border:1px solid #ead5c6;border-radius:15px;padding:17px}.proc-key b{display:block;font-size:20px;line-height:1.25;color:#2a211c;margin-top:5px}.proc-key span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#a44c1d;font-weight:900}.proc-map{display:grid;grid-template-columns:repeat(var(--phase-count),minmax(145px,1fr));gap:10px;position:relative;margin:18px 0 22px}.proc-map:before{content:"";position:absolute;left:5%;right:5%;top:29px;height:2px;background:linear-gradient(90deg,#ef7427,#3b2a22);z-index:0}.proc-flow-head h2{font-size:25px}.proc-title-card h2{font-size:30px}.proc-title-card p{font-size:16px;line-height:1.55}.topic-section{margin:18px 0 8px;font-size:12px;color:#8a5a3b;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.norm-links{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.norm-link{border:0;border-radius:999px;padding:7px 10px;background:#27211d;color:#fff;font-size:11px;font-weight:800}.norm-link:hover{background:#6b3519}.zru-source-details{margin-top:11px;background:#f7f4f1;border:1px solid #e1d8d1;border-radius:11px;padding:0 12px}.zru-source-details summary{padding:11px 0;cursor:pointer;font-weight:800;color:#5c514b}.zru-source-text{white-space:pre-wrap;font-size:14px;line-height:1.6;max-height:430px;overflow:auto;padding:0 0 13px}.edition-note{font-size:11px;color:#8b7162;margin-top:8px}

@media(max-width:950px){.proc-map{grid-template-columns:1fr;--phase-count:1!important}.proc-map:before{display:none}}:root{
 --paper:#fbf7f2;
 --paper-line:#efe5da;
}.brand img{max-width:46px!important;max-height:46px!important;opacity:.95}.sidebar{
 position:relative;
}.hero-dashboard,.proc-hero,.learning-route{position:relative;overflow:hidden}.home-sections .section-entry:nth-child(1):after,.home-sections .section-entry:nth-child(2):after,.home-sections .section-entry:nth-child(3):after{
 opacity:.16;
}.card,.article-item,.proc-step,.proc-fact,.resume-card,.section-entry,.npa-doc-card{
 background-image:linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.18));
}.proc-step{
 padding:18px 18px 16px;
}.proc-step-top{align-items:center}.proc-step-num{
 display:inline-flex;align-items:center;justify-content:center;
 min-width:58px;padding:5px 9px;border-radius:999px;
 background:#fff3ea;border:1px solid #f1ceb5
}.proc-step-subject{font-size:16px}.proc-action{font-size:15px;color:#3f3833}.proc-deadline{font-size:11px;line-height:1.35;border-radius:10px}.proc-timeline{
 display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-left:0;
}.proc-timeline:before{display:none}.proc-step:before{
 left:auto;top:auto;right:14px;bottom:14px;width:9px;height:9px;border-width:2px;box-shadow:none;
}.proc-step.phase{
 border:1px dashed #d4b79b;background:linear-gradient(145deg,#fffaf6,#f7efe8);
}.proc-map{
 display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:12px 0 18px
}.proc-phase{
 position:relative;padding:14px;border-radius:14px;border:1px solid #ead7c8;
 background:linear-gradient(145deg,#fff,#f9f2eb);min-height:108px
}.proc-phase b{display:block;font-size:14px;margin-bottom:6px}.proc-phase small{display:block;color:#6f655f;line-height:1.45}.proc-phase .phase-count{
 position:absolute;right:10px;top:10px;font-size:10px;background:#2b2420;color:#fff;border-radius:999px;padding:4px 7px
}.proc-phase .phase-arrow{
 position:absolute;right:-8px;top:40px;width:16px;height:16px;transform:rotate(45deg);
 border-top:1px solid #d7c1af;border-right:1px solid #d7c1af;background:#fbf7f2;z-index:2
}.proc-phase:last-child .phase-arrow{display:none}.proc-passport{
 grid-template-columns:repeat(2,minmax(0,1fr));
}.proc-fact{padding:15px 16px}.proc-fact-label{font-size:11px}.proc-fact-value{font-size:15px}.proc-key-stats{
 display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 16px
}.proc-key{
 background:linear-gradient(145deg,#27211d,#4c3325);color:#fff;border-radius:14px;padding:14px 15px
}.proc-key .k-label{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#dbc6b7}.proc-key .k-value{font-size:24px;font-weight:900;margin-top:6px;line-height:1.1}.proc-key .k-sub{font-size:12px;color:#f0e6df;margin-top:4px}.proc-disclosure{margin-top:14px}.proc-disclosure details{background:#faf7f3;border:1px solid #eadfd4;border-radius:12px;padding:12px 14px}.proc-disclosure summary{cursor:pointer;font-weight:800}.npa-brief{font-size:15px}.translation-box,.article-warning,.notice,.translation-note{font-size:14px;line-height:1.55}.resume-card .btn.primary{margin-top:8px}

@media(max-width:1180px){.proc-map{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){.proc-timeline,.proc-passport,.proc-key-stats,.proc-map{grid-template-columns:1fr}
}.sidebar{isolation:isolate}.proc-hero::before{background-position:9% center}.npa-library-hero>*,.proc-hero>*{position:relative;z-index:1}.sidebar .logo{width:168px!important;max-width:82%!important;margin-bottom:12px!important}.nav-btn{background-color:rgba(15,14,13,.09)}.nav-btn:hover,.nav-btn.active{backdrop-filter:blur(1.5px)}.hero-dashboard{
  background:linear-gradient(135deg,#171717 0%,#222222 55%,#8d340c 100%)!important;
  color:#fff!important;
  border:0!important;
}.hero-dashboard .badge{background:#f2f0e8;color:#a84310}.hero-dashboard p,.hero-dashboard .muted{color:#eef5f2!important}.learning-route{
  background:linear-gradient(145deg,#221d19,#3a2a21)!important;
  color:#fff!important;border:0!important;
}.learning-route .eyebrow,.learning-route .muted,.learning-route small{color:#d9c8bc!important}.learning-route .route-stage{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.08)!important}.npa-library-hero,.proc-hero{
  color:#fff!important;border:0!important;
}.npa-library-hero{
  background:linear-gradient(135deg,#1c1a18,#453125 66%,#7a3b1f)!important;
}.proc-hero{
  background:linear-gradient(135deg,#1f1b18,#4b3021 66%,#8b3c14)!important;
}.npa-library-hero p,.proc-hero p,.npa-library-hero .muted,.proc-hero .muted{color:#eadfd7!important}.npa-library-hero .badge,.proc-hero .badge{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.18)}.sidebar .logo{width:152px!important;max-width:78%!important}.sidebar{position:relative;overflow:hidden}:root{
  --accent:#f0782c;
  --accent-2:#ff8d45;
  --ink:#1f1a17;
  --ink-2:#352720;
  --paper:#f7f0e8;
  --paper-2:#efe1d2;
}.hero-dashboard{
  background:linear-gradient(135deg,#1d1917 0%, #382921 55%, #6a3417 100%)!important;
  color:#fff!important;
}.hero-dashboard .badge{
  background:rgba(255,245,236,.88)!important;
  color:#6f3517!important;
}.hero-dashboard .btn.primary{
  background:linear-gradient(135deg,#f0782c,#e85e18)!important;
}.hero-dashboard .btn.dark-btn{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
}.resume-card{
  background:linear-gradient(145deg,#faf5ef,#f1e4d6)!important;
}.resume-mark{
  background:#f2e0cf!important;
}.learning-route{
  background:linear-gradient(145deg,#1f1a17,#392a22)!important;
}.npa-library-hero{
  background:linear-gradient(135deg,#1d1917,#3b2a22 62%,#7a3d1d)!important;
}.proc-hero{
  background:linear-gradient(135deg,#1b1816,#412d23 62%,#8a4218)!important;
}.section-entry.dark-accent{
  background:linear-gradient(145deg,#211a17,#3a2a22 60%,#6c3417)!important;
  color:#fff!important;
  border:0!important;
}.section-entry.dark-accent .muted{
  color:#eadcd2!important;
}.section-entry.dark-accent .section-progress{
  color:#ff9d58!important;
}.card,.section-entry,.proc-step,.proc-fact,.resume-card{
  box-shadow:0 6px 22px rgba(18,14,12,.05);
}.module-start-hero{
  background:linear-gradient(135deg,#1e1916,#3f2c22 64%,#7a3917);
  color:#fff;border:0;position:relative;overflow:hidden
}.module-start-hero:after{
  content:"";position:absolute;right:-45px;top:-55px;width:190px;height:190px;border:1px solid rgba(240,120,44,.28);
  transform:rotate(45deg);box-shadow:0 0 0 30px rgba(240,120,44,.035),0 0 0 60px rgba(240,120,44,.02)
}.module-start-hero>*{position:relative;z-index:1}.module-start-hero .muted{color:#e2d4ca}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:15px}.category-card{text-align:left;min-height:150px;background:linear-gradient(145deg,#fff,#f9f3ed)}.category-card h3{margin:8px 0 5px;font-size:17px}.category-card .cat-count{font-size:25px;font-weight:900;color:#bb4e16}.category-card.selected{border:2px solid #f0782c;background:#fff3e9}.session-size{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.session-size .btn.active{background:#2c241f;color:#fff;border-color:#2c241f}.mode-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.mode-tab{border:1px solid #dfd5ce;background:#fff;border-radius:999px;padding:8px 12px;font-weight:750}.mode-tab.active{background:#2d241f;color:#fff;border-color:#2d241f}.mastery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.mastery-card{border-radius:13px;padding:13px;border:1px solid #e4dad2;background:#fff}.mastery-card b{font-size:25px;display:block}.mastery-card span{font-size:11px;color:#736b65}.mastery-card.good{background:#f3eee8}.mastery-card.warn{background:#fff0e6}.mastery-card.new{background:#faf8f5}.case-library-head{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.case-diagnostic{display:grid;grid-template-columns:1fr 90px;gap:10px;align-items:center;border-bottom:1px solid #e7ded7;padding:10px 0}.case-diagnostic:last-child{border-bottom:0}.case-diag-score{font-size:20px;font-weight:900;color:#bc4f16;text-align:right}.case-actions-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.quick-practice{background:linear-gradient(145deg,#2a221e,#4b3123);color:#fff;border:0}.quick-practice .muted{color:#ddcec4}
@media(max-width:900px){.category-grid{grid-template-columns:1fr 1fr}.case-library-head{grid-template-columns:1fr}
}
@media(max-width:650px){.category-grid,.mastery-grid{grid-template-columns:1fr}
}:root{
  --bg:#f5efe8;
  --paper:#fbf7f2;
  --paper-2:#f3e7d9;
  --ink:#1f1a17;
  --ink-2:#352821;
  --muted:#6d635d;
  --line:#e4d7cb;
  --accent:#f0782c;
  --accent-2:#ff9348;
  --accent-deep:#cf5b1e;
  --accent-soft:#fff0e4;
  --dark-grad-1:#1d1917;
  --dark-grad-2:#3a2a22;
  --dark-grad-3:#723819;
  --shadow:0 12px 30px rgba(19,14,11,.06);
  --radius:18px;
}body{
  background:
    radial-gradient(circle at top right, rgba(240,120,44,.05), transparent 30%),
    linear-gradient(180deg,#f7f2ec 0%, #f3ede5 100%);
  color:var(--ink);
}.main{
  background:transparent;
}.sidebar{
  background:linear-gradient(180deg,#181513 0%, #231d1a 40%, #1b1715 100%);
  color:#fff;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(16,12,10,.16);
}.sidebar .brand-title,.sidebar .brand-subtitle{color:#fff}.sidebar .brand-subtitle{opacity:.78}.sidebar .nav-group-title{
  color:#e5d6ca;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin:16px 0 8px;
  opacity:.82;
}.nav-btn{
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.06)!important;
  background:rgba(255,255,255,.03)!important;
  color:#f6eee8!important;
}.nav-btn:hover{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.12)!important;
}.nav-btn.active{
  background:linear-gradient(135deg,rgba(240,120,44,.22),rgba(240,120,44,.11))!important;
  border-color:rgba(240,120,44,.35)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}.nav-btn .nav-icon{
  background:rgba(255,255,255,.06)!important;
}.nav-btn.active .nav-icon{
  background:rgba(240,120,44,.18)!important;
}.card,.section-entry,.proc-step,.proc-fact,.resume-card,.npa-doc-card,.module-start-hero,.mastery-card,.category-card{
  border-radius:18px!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow)!important;
}.card,.section-entry,.proc-step,.proc-fact,.resume-card,.npa-doc-card,.mastery-card,.category-card{
  background:linear-gradient(180deg,#fff 0%, #fbf8f5 100%)!important;
}.hero-dashboard,.learning-route,.npa-library-hero,.proc-hero,.module-start-hero,.section-entry.dark-accent,.quick-practice{
  border:0!important;
  box-shadow:0 18px 40px rgba(18,13,10,.14)!important;
}.hero-dashboard{
  background:
    radial-gradient(circle at top right, rgba(255,164,97,.16), transparent 28%),
    linear-gradient(135deg,var(--dark-grad-1) 0%, var(--dark-grad-2) 54%, var(--dark-grad-3) 100%)!important;
}.hero-dashboard .hero-visual,.hero-dashboard .hero-side,.hero-dashboard .side-panel{
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  backdrop-filter:blur(1.5px);
}.hero-dashboard h1,.hero-dashboard h2,.hero-dashboard h3,.learning-route h1,.learning-route h2,.learning-route h3,.npa-library-hero h1,.npa-library-hero h2,.npa-library-hero h3,.proc-hero h1,.proc-hero h2,.proc-hero h3,.module-start-hero h1,.module-start-hero h2,.module-start-hero h3,.section-entry.dark-accent h1,.section-entry.dark-accent h2,.section-entry.dark-accent h3,.quick-practice h1,.quick-practice h2,.quick-practice h3{
  color:#fff!important;
}.hero-dashboard .muted,.learning-route .muted,.npa-library-hero .muted,.proc-hero .muted,.module-start-hero .muted,.section-entry.dark-accent .muted,.quick-practice .muted{
  color:#eaded4!important;
}.hero-dashboard .badge,.learning-route .badge,.npa-library-hero .badge,.proc-hero .badge,.module-start-hero .badge,.section-entry.dark-accent .badge,.quick-practice .badge{
  background:rgba(255,248,241,.12)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
}.learning-route{
  background:
    radial-gradient(circle at top right, rgba(255,156,87,.14), transparent 30%),
    linear-gradient(145deg,#201a17,#34271f)!important;
}.npa-library-hero{
  background:
    radial-gradient(circle at top right, rgba(255,156,87,.15), transparent 28%),
    linear-gradient(135deg,#1d1917,#35271f 62%,#6a361c)!important;
}.proc-hero{
  background:
    radial-gradient(circle at top right, rgba(255,156,87,.15), transparent 28%),
    linear-gradient(135deg,#1d1917,#392920 62%,#7c3a17)!important;
}.module-start-hero{
  background:
    radial-gradient(circle at top right, rgba(255,156,87,.15), transparent 28%),
    linear-gradient(135deg,#201a17,#3c2b21 62%,#6d3618)!important;
}.section-entry.dark-accent{
  background:
    radial-gradient(circle at top right, rgba(255,156,87,.14), transparent 28%),
    linear-gradient(145deg,#221a17,#38281f 60%,#6d3316)!important;
}.quick-practice{
  background:
    radial-gradient(circle at top right, rgba(255,156,87,.13), transparent 28%),
    linear-gradient(145deg,#211a16,#3a2920 62%,#673115)!important;
}.btn{
  border-radius:13px!important;
  font-weight:800!important;
  transition:all .16s ease;
}.btn.primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-deep))!important;
  border:0!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(240,120,44,.22);
}.btn.primary:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 24px rgba(240,120,44,.28);
}.btn.ghost{
  background:#fff!important;
  color:var(--ink)!important;
  border:1px solid var(--line)!important;
}.btn.ghost:hover{
  border-color:#d9b698!important;
  background:#fffaf6!important;
}.btn.dark-btn{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
}.badge,.relation-chip,.norm-link{
  border-radius:999px!important;
}.badge{
  background:#fff4ea!important;
  color:#9a4317!important;
  border:1px solid #f3d0ba!important;
}.relation-chip,.norm-link{
  background:#fff7f0!important;
  border:1px solid #f0d6c2!important;
  color:#7b3917!important;
}.relation-chip:hover,.norm-link:hover{
  background:#fff0e2!important;
  border-color:#e3b997!important;
}.section-entry{
  min-height:168px;
  padding:18px 18px 16px!important;
}.section-entry h3{
  margin:6px 0 6px;
  font-size:20px;
}.section-entry .section-icon{
  width:54px;height:54px;border-radius:16px;
  background:linear-gradient(145deg,#fff2e6,#f3ddd0)!important;
  border:1px solid #edd2be!important;
}.section-entry:not(.dark-accent) .section-progress{
  color:#bb4f18!important;
}.section-entry:not(.dark-accent) .muted{
  color:var(--muted)!important;
}.resume-card{
  background:linear-gradient(180deg,#fff,#fcf9f6)!important;
}.resume-card h3,.resume-card h4{color:var(--ink)}.resume-card .resume-progress{
  background:#efe6de!important;
}.resume-card .resume-progress > div{
  background:linear-gradient(90deg,var(--accent),var(--accent-2))!important;
}.resume-mark{
  background:#f7ecdf!important;
  border:1px solid #e8cdb6!important;
}.quiz .card{
  background:#fff!important;
}.step{color:#8b5b3e}.progress{
  background:#efe3d6!important;border-radius:999px!important;
}.progress > div{
  background:linear-gradient(90deg,var(--accent),var(--accent-2))!important;
  border-radius:999px!important;
}.option{
  border-radius:14px!important;
  border:1px solid #e6d8ca!important;
  background:#fff!important;
}.option:hover{
  background:#fff8f2!important;
  border-color:#dcb697!important;
}.option.correct{
  background:#f5ede6!important;
  border-color:#c98351!important;
}.option.wrong{
  background:#fff2ed!important;
  border-color:#d28a63!important;
}.feedback{
  border-radius:16px!important;
  background:#fff8f3!important;
  border:1px solid #efd8c7!important;
}.feedback.bad{
  background:#fff4ee!important;
  border-color:#e3c2ac!important;
}.score{
  color:#bb4d15!important;
}.npa-search input{
  border-radius:13px!important;
  border:1px solid #dfd3c9!important;
  background:#fff!important;
}.npa-doc-card{
  padding:18px!important;
}.article-item,.npa-stage{
  border-radius:14px!important;
  border:1px solid #e8ddd3!important;
  background:#fff!important;
}.npa-brief,.translation-box,.translation-note,.article-warning,.notice{
  line-height:1.62!important;
}details.npa-chapter summary{
  border-radius:14px!important;
}.law-target-highlight{
  box-shadow:0 0 0 2px rgba(240,120,44,.16), 0 0 0 8px rgba(240,120,44,.06)!important;
}.proc-title-card h2{font-size:30px}.proc-key{
  border-radius:16px!important;
  box-shadow:0 14px 28px rgba(20,15,11,.12)!important;
}.proc-phase{
  min-height:118px;
}.proc-step{
  background:linear-gradient(180deg,#fff,#fdfaf7)!important;
}.proc-step-subject{font-weight:800;color:var(--ink)}.proc-action{line-height:1.55}.proc-deadline{
  background:#fff5ee!important;
  border:1px solid #efd5c0!important;
  color:#844220!important;
}.proc-passport{
  gap:12px!important;
}.proc-fact{
  min-height:110px;
}.proc-fact-label{
  letter-spacing:.06em;color:#8e7b70!important
}.proc-fact-value{
  font-size:16px!important;line-height:1.52!important
}.category-card .badge,.case-cat-row .badge{
  background:#fff4ea!important;
  color:#9a4417!important;
}.category-card.selected,.case-cat-row.selected{
  border-color:#efb58b!important;
  box-shadow:0 0 0 3px rgba(240,120,44,.08), var(--shadow)!important;
}.category-card .muted,.case-cat-row .muted{color:var(--muted)!important}.notice,.recommend{
  border-radius:14px!important;
  background:#fff7f0!important;
  border:1px solid #ecd4c0!important;
}.error{
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid #e9dbcf!important;
}body[data-view="exam"] .section-entry.dark-accent{
  background:
    radial-gradient(circle at top right, rgba(255,156,87,.14), transparent 28%),
    linear-gradient(145deg,#221a17,#38281f 60%,#6d3316)!important;
}

@media(max-width:960px){.section-entry{min-height:initial}.proc-title-card h2{font-size:26px}
}body[data-view="exam"] .main .section-entry.dark-accent,body[data-view="exam"] .main .card.module-start-hero,body[data-view="exam"] .main .exam-hero,body[data-view="exam"] .main .quiz > .card:first-child{
  background:
    radial-gradient(circle at top right, rgba(255,162,94,.16), transparent 28%),
    linear-gradient(145deg,#211916 0%, #38271f 58%, #7a3a18 100%) !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 18px 42px rgba(20,13,10,.16)!important;
}body[data-view="exam"] .main .section-entry.dark-accent *,body[data-view="exam"] .main .card.module-start-hero *,body[data-view="exam"] .main .exam-hero *{
  color:inherit;
}body[data-view="exam"] .main .badge{
  background:rgba(255,248,241,.12)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
}body[data-view="progress"] .main{max-width:none}body[data-view="exam"] .exam-hero,body[data-view="exam"] .exam-hero.card,body[data-view="exam"] .exam-hero .card{
  background:
    radial-gradient(circle at top right, rgba(255,162,94,.18), transparent 28%),
    linear-gradient(145deg,#201915 0%, #37261e 56%, #7a3918 100%) !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 18px 42px rgba(20,13,10,.16)!important;
}body[data-view="exam"] .exam-hero h1,body[data-view="exam"] .exam-hero h2,body[data-view="exam"] .exam-hero h3,body[data-view="exam"] .exam-hero p,body[data-view="exam"] .exam-hero li,body[data-view="exam"] .exam-hero .muted,body[data-view="exam"] .exam-hero .step{color:#fff !important}body[data-view="exam"] .exam-hero .badge{
  background:rgba(255,248,241,.12)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
}.side-bottom .logo{display:none!important}.npa-doc-card{min-height:210px}.npa-doc-kind{display:inline-flex;width:max-content;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:#8d421c;background:#fff0e5;border:1px solid #efd0b9}.npa-library-hero{background:radial-gradient(circle at 88% 38%,rgba(255,149,76,.16),transparent 26%),linear-gradient(135deg,#1d1917,#392a22 60%,#713719)!important}@media(max-width:720px){.npa-doc-card{min-height:0}}.sidebar{
  position:relative;
}.npa-library-hero,.law-overview .card:first-child{
  position:relative;
  overflow:hidden;
}.card .badge{
  position:relative;
}
@media(max-width:720px){
}.npa-hierarchy-title{margin:26px 2px 4px;font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#a64b1c}.npa-source-line{margin-top:10px}.npa-full-item .npa-source-details{margin-top:10px}.npa-full-item .edition-note{margin-bottom:8px}.npa-hierarchy-title{display:flex;align-items:center;gap:10px;margin:26px 0 4px;font-size:15px;font-weight:900;letter-spacing:.025em;color:#2e241f}.npa-hierarchy-title span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:9px;background:linear-gradient(145deg,#2a211d,#4b2d20);color:#ff9854;font-size:12px;box-shadow:0 6px 16px rgba(20,14,10,.10)}.npa-doc-card{position:relative;overflow:hidden}.npa-hierarchy-title small{
  margin-left:8px;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:none;
  opacity:.55;
}.custom-flow-mini{
  color:#a94817!important;
  background:#fff0e5!important;
  border:1px solid #efc8ac!important;
}.custom-flow-badge{
  background:#fff0e5!important;
  color:#9b4218!important;
  border-color:#efc8ac!important;
}.custom-flow-warning{
  margin:12px 0 14px;
  padding:13px 15px;
  border-radius:14px;
  background:linear-gradient(180deg,#fff4ea,#fffaf6);
  border:1px solid #edcdb6;
  color:#60483a;
  line-height:1.55;
}.custom-flow-warning b{color:#a14618}.custom-proc-map{
  border:1px dashed #e2b996;
  border-radius:18px;
  padding:12px;
  background:#fffaf6;
}.custom-proc-phase{
  background:linear-gradient(180deg,#fff,#fff7f0)!important;
}.custom-proc-step{
  position:relative;
  border-left:3px solid rgba(240,120,44,.38)!important;
}.custom-phase-label{
  display:inline-flex;
  margin-bottom:8px;
  padding:4px 8px;
  border-radius:999px;
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#9b451b;
  background:#fff0e4;
  border:1px solid #efd0b7;
}.side-bottom{
  position:relative!important;
  padding-top:88px!important;
}.side-bottom .logo{
  display:block!important;
  position:absolute!important;
  left:50%!important;
  top:0!important;
  transform:translateX(-50%)!important;
  width:78px!important;
  height:78px!important;
  object-fit:contain!important;
  opacity:.82!important;
  filter:drop-shadow(0 5px 15px rgba(240,120,44,.22))!important;
}.chapter-nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:16px 0 6px;
}.chapter-nav>span{min-height:1px}.chapter-nav-btn{
  min-height:62px;
  display:flex!important;
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:center;
  text-align:left;
}.chapter-nav-btn.next{align-items:flex-end!important;text-align:right}.chapter-nav-btn small{
  display:block;
  margin-top:4px;
  font-size:11px;
  font-weight:650;
  opacity:.72;
  white-space:normal;
}.exam-profile{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;
  border-radius:15px;
  padding:14px;
  text-align:left;
  cursor:pointer;
}.exam-profile:hover{background:rgba(255,255,255,.1)}.exam-profile.active{
  border-color:rgba(255,151,82,.75);
  background:rgba(240,120,44,.18);
  box-shadow:inset 0 0 0 1px rgba(240,120,44,.18);
}.exam-profile b{display:block;font-size:16px}.exam-profile span{display:block;margin:4px 0;font-weight:800;color:#ffad74!important}.exam-profile small{display:block;line-height:1.35;color:#eaded4!important}
@media(max-width:900px){}
@media(max-width:600px){.chapter-nav{grid-template-columns:1fr}.chapter-nav-btn.next{align-items:flex-start!important;text-align:left}}.legal-current-note{margin:10px 0;padding:11px 13px;border-radius:12px;background:rgba(240,120,44,.08);border:1px solid rgba(240,120,44,.2);font-size:13px;line-height:1.45}.relation-chip.high-law{border-color:rgba(240,120,44,.35);font-weight:800}.watch-note{border-color:rgba(181,52,52,.25)!important;background:rgba(181,52,52,.06)!important}
@media(max-width:700px){}:root{
 --bg:#f4f3f0!important;--card:#ffffff!important;--ink:#1b1b1b!important;--muted:#686868!important;
 --accent:#f06f24!important;--dark:#171717!important;--line:#dedbd6!important;
}body{background:#f4f3f0!important;color:#1b1b1b!important}main,.main,.content{background:transparent!important}.card,.category-card,.mastery-card{background:#fff!important;border-color:#dedbd6!important;color:#1b1b1b!important}.muted{color:#6c6c6c!important}.sidebar{background:linear-gradient(180deg,#111,#1b1b1b 65%,#111)!important}.nav-btn{color:#ddd!important;background:transparent!important}.nav-btn.active{background:rgba(240,111,36,.14)!important;color:#fff!important}.btn.primary{background:linear-gradient(135deg,#ff7a2d,#e85d13)!important;color:#fff!important;border-color:transparent!important}.btn.dark-btn,.btn.ghost.active,.mode-tab.active,.session-size .btn.active{background:#1b1b1b!important;color:#fff!important;border-color:#1b1b1b!important}.topic-section,.npa-hierarchy-title{color:#232323!important}.side-bottom{padding-top:146px!important}.side-bottom .logo{display:block!important;width:132px!important;height:132px!important;top:2px!important;opacity:1!important;filter:drop-shadow(0 8px 22px rgba(240,111,36,.38))!important}.resume-mark{width:72px!important;height:72px!important;background:rgba(240,111,36,.10)!important;border:1px solid rgba(240,111,36,.24)!important}.resume-mark img{width:62px!important;height:62px!important}.hero-dashboard:after{width:560px!important;height:560px!important;right:-125px!important;top:-155px!important;opacity:.20!important}.proc-hero::before{width:245px!important;height:245px!important;right:-32px!important;opacity:.14!important;filter:drop-shadow(0 0 24px rgba(240,111,36,.16))}.hero-dashboard,.npa-library-hero,.proc-hero,.testing-hero{background:linear-gradient(135deg,#151515 0%,#252525 68%,#b9430b 100%)!important;color:#fff!important;border:0!important}.hero-dashboard p,.hero-dashboard .muted,.npa-library-hero p,.proc-hero p,.testing-hero p{color:#e8e8e8!important}.learning-route{background:#181818!important;color:#fff!important;border:0!important}.learning-route .muted,.learning-route small{color:#c8c8c8!important}.module-start-hero{background:#fff!important;color:#1b1b1b!important}.quick-practice{background:linear-gradient(145deg,#191919,#2c2c2c)!important;color:#fff!important}.category-card.selected{border:2px solid #f06f24!important;background:#fff7f2!important}.custom-flow-warning,.custom-proc-map{background:#fff7f2!important;border-color:#f0c8ae!important;color:#282828!important}.proc-map{gap:12px!important;align-items:stretch!important}.proc-phase{background:#fff!important;border:1px solid #dedbd6!important;min-height:150px!important;padding:18px 16px!important;color:#1c1c1c!important}.proc-phase small{color:#606060!important;line-height:1.55!important;margin-top:8px!important}.phase-count{display:none!important}.phase-range{display:inline-flex;margin-bottom:13px;padding:5px 8px;border-radius:999px;background:#1b1b1b;color:#fff;font-size:10px;font-weight:850}.proc-phase .phase-arrow{background:#fff!important;border-color:#d4d0cb!important}.proc-map:before{background:linear-gradient(90deg,#f06f24,#1b1b1b)!important}.test-result-card{background:#fff!important;color:#1b1b1b!important;border:1px solid #dedbd6!important}.test-result-card h2,.test-result-card h3,.test-result-card p,.test-result-card b,.test-result-card strong,.test-result-card div,.test-result-card span{color:#1b1b1b}.test-result-card .muted{color:#6b6b6b!important}.test-result-card .score{color:#e65f18!important}.test-result-card .recommend{background:#fff4ed!important;border:1px solid #f2cdb7!important;color:#222!important}.test-result-card .exam-result-topic,.test-result-card .exam-review{background:#fafafa!important;border:1px solid #e2dfda!important;color:#222!important}.test-result-card .norm-link{color:#fff!important;background:#1c1c1c!important}.exam-start-shell{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.7fr);gap:14px;margin-top:6px}.exam-main-panel{position:relative;overflow:hidden;min-height:390px;padding:34px;border-radius:22px;background:linear-gradient(135deg,#121212,#252525 72%,#bb430b);color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.12)}.exam-main-panel h2{font-size:42px;margin:14px 0 8px}.exam-main-panel>p{max-width:610px;color:#d6d6d6;line-height:1.6}.exam-watermark{position:absolute;right:-70px;bottom:-100px;width:430px;height:430px;background:url("assets/emblem.png") center/contain no-repeat;opacity:.24;filter:drop-shadow(0 0 24px rgba(240,111,36,.22));pointer-events:none}.exam-selected{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr;column-gap:18px;row-gap:3px;width:min(460px,100%);margin:28px 0 20px;padding:16px 18px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}.exam-selected span{grid-column:1/-1;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#bdbdbd}.exam-selected b{font-size:20px}.exam-selected strong{justify-self:end;font-size:20px;color:#ff8a43}.exam-selected small{grid-column:1/-1;color:#d0d0d0}.exam-start-btn{position:relative;z-index:1;min-width:210px;padding:13px 20px!important}.exam-info-panel{padding:24px;border-radius:22px;background:#fff;border:1px solid #dedbd6;color:#1b1b1b}.exam-info-title{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#f06f24;margin-bottom:12px}.exam-rule-card{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:14px 0;border-bottom:1px solid #ece9e5}.exam-rule-card b{color:#f06f24;font-size:12px}.exam-rule-card span{font-size:13px;line-height:1.45}.exam-last{margin-top:18px;padding:15px;border-radius:14px;background:#f5f4f1}.exam-last span,.exam-last small{display:block;color:#737373}.exam-last b{display:block;margin:2px 0;font-size:30px;color:#1b1b1b}.exam-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.exam-mode-card{padding:18px;border:1px solid #dedbd6;background:#fff;border-radius:17px;text-align:left;cursor:pointer;color:#1b1b1b}.exam-mode-card:hover{border-color:#f06f24}.exam-mode-card.active{border:2px solid #f06f24;background:#fff7f2}.exam-mode-card>div{display:flex;justify-content:space-between;align-items:center}.exam-mode-card span{font-weight:850}.exam-mode-card b{font-size:28px;color:#f06f24}.exam-mode-card p{min-height:42px;color:#555}.exam-mode-card small{color:#777}.legal-quote{margin-top:10px!important;padding:16px 18px!important;background:#fafafa!important;border:1px solid #e1ded9!important;border-left:4px solid #f06f24!important;border-radius:12px!important;color:#242424!important;white-space:normal!important;max-height:520px!important;overflow:auto!important}.legal-quote p{margin:0 0 10px!important;line-height:1.65!important;color:#242424!important}.legal-quote p:last-child{margin-bottom:0!important}.edition-note{color:#666!important}.npa-source-details summary,.zru-source-details summary{color:#252525!important}

@media(max-width:900px){.exam-start-shell{grid-template-columns:1fr}.exam-mode-grid{grid-template-columns:1fr}.exam-main-panel{min-height:350px}.exam-watermark{width:320px;height:320px}.side-bottom .logo{width:110px!important;height:110px!important}.side-bottom{padding-top:120px!important}}:root{
  --v24-bg:#f6f6f4;
  --v24-card:#ffffff;
  --v24-text:#191919;
  --v24-muted:#666664;
  --v24-line:#e4e4e1;
  --v24-dark:#171717;
  --v24-dark-2:#242424;
  --v24-orange:#f06f24;
  --v24-orange-2:#ff8a43;
  --v24-soft:rgba(240,111,36,.08);
}body{background:var(--v24-bg)!important;color:var(--v24-text)!important}main,.content{background:transparent!important}.card,.exam-mode-card,.proc-key,.proc-step,.article-item,.npa-full-item{
  background:var(--v24-card)!important;
  color:var(--v24-text)!important;
  border-color:var(--v24-line)!important;
}.muted,.k-sub,.edition-note,.npa-source-line,.proc-step-subject{color:var(--v24-muted)!important}.badge,.npa-doc-kind,.phase-range,.custom-phase-label{
  color:#a54210!important;
  background:var(--v24-soft)!important;
  border-color:rgba(240,111,36,.25)!important;
}.btn.primary{
  background:linear-gradient(135deg,var(--v24-orange),var(--v24-orange-2))!important;
  color:#fff!important;
  border-color:transparent!important;
}.btn.ghost{background:#fff!important;color:#252525!important;border-color:#d9d9d6!important}.btn.ghost:hover{border-color:var(--v24-orange)!important;color:#a54210!important}.hero-dashboard,.npa-library-hero,.proc-hero,.testing-hero,.exam-main-panel,.learning-route{
  background:linear-gradient(135deg,#151515 0%,#252525 76%,#c84a0d 100%)!important;
  color:#fff!important;
  border:0!important;
}.hero-dashboard p,.hero-dashboard .muted,.npa-library-hero p,.proc-hero p,.testing-hero p,.exam-main-panel p,.learning-route p,.learning-route .muted{color:#e7e7e5!important}.notice,.translation-note,.legal-current-note,.custom-flow-warning{
  background:#fafafa!important;
  color:#292929!important;
  border-color:#dededb!important;
}.article-warning,.watch-note{
  background:rgba(240,111,36,.08)!important;
  color:#7f310d!important;
  border-color:rgba(240,111,36,.35)!important;
}.npa-source-details,.zru-source-details,.proc-disclosure details{
  background:#fafafa!important;
  border-color:#e1e1df!important;
}.legal-quote,.translation-box,.npa-source-text,.zru-source-text{
  background:#fff!important;
  color:#202020!important;
  border-left-color:var(--v24-orange)!important;
}.npa-hierarchy-title{color:#202020!important}.npa-hierarchy-title span{
  background:#1b1b1b!important;
  color:var(--v24-orange-2)!important;
  box-shadow:none!important;
}.proc-map,.custom-proc-map{background:#fafafa!important;border-color:#e1e1df!important}.proc-phase,.custom-proc-phase{background:#fff!important;color:#202020!important;border-color:#dededb!important}.proc-phase small{color:#666664!important}.progress-section,.progress-section h1,.progress-section h2,.progress-section h3,.progress-section h4{
  color:#202020!important;
}.side-bottom{padding-top:150px!important}.side-bottom .logo{
  display:block!important;
  width:138px!important;
  height:138px!important;
  top:0!important;
  opacity:.96!important;
  filter:drop-shadow(0 8px 22px rgba(240,111,36,.28))!important;
}.hero-dashboard::before,.proc-hero::before,.testing-hero::before{
  width:330px!important;
  height:330px!important;
  right:-48px!important;
  opacity:.16!important;
}.exam-watermark{
  width:410px!important;
  height:410px!important;
  opacity:.18!important;
}.test-mode-switch{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.law-test-card{min-height:150px}.progress-backup{margin-top:18px}.npa-source-line{padding-top:8px;border-top:1px solid #ececea}

@media(max-width:900px){.hero-dashboard::before,.proc-hero::before,.testing-hero::before{width:230px!important;height:230px!important;right:-55px!important}.exam-watermark{width:290px!important;height:290px!important}
}
@media(max-width:720px){.side-bottom{padding-top:112px!important}.side-bottom .logo{width:104px!important;height:104px!important}
}
.news-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:24px;
  align-items:center;
  padding:28px 30px;
  border-radius:22px;
  background:linear-gradient(135deg,#151515 0%,#252525 72%,#c84a0d 100%);
  color:#fff;
}.news-hero h2{font-size:32px;line-height:1.08;margin:8px 0 10px}.news-hero p{max-width:760px;color:#e9e9e7;line-height:1.6;margin:0}.news-bird{
  width:250px;height:250px;justify-self:end;
  background:url("assets/emblem.png") center/contain no-repeat;
  opacity:.22;
  filter:drop-shadow(0 0 26px rgba(240,111,36,.24));
}.news-status-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.news-status-row span{
  display:flex;gap:6px;align-items:center;
  padding:8px 10px;border-radius:12px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.11);
  color:#ededeb;font-size:12px
}.news-status-row b{color:#ff975a}.news-stage-note{
  margin:14px 0 18px;padding:13px 15px;border-radius:14px;
  background:#fff;border:1px solid #e2e2df;color:#292929;line-height:1.5
}.news-stage-note b{color:#b4440e}.news-toolbar{
  display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;
  padding:15px 0
}.news-search-wrap{display:flex;gap:8px;flex:1;min-width:300px}.news-search{
  width:100%;min-height:42px;border:1px solid #dcdcd8;border-radius:12px;
  background:#fff;color:#1c1c1c;padding:0 13px;font:inherit;outline:none
}.news-search:focus{border-color:#f06f24;box-shadow:0 0 0 3px rgba(240,111,36,.10)}.news-priority-tabs{display:flex;gap:7px;flex-wrap:wrap}.news-category-tabs{
  display:flex;gap:7px;overflow-x:auto;padding:2px 0 16px;scrollbar-width:thin
}.news-category{
  flex:0 0 auto;border:1px solid #dededb;background:#fff;color:#343434;
  padding:8px 11px;border-radius:999px;font-weight:750;cursor:pointer
}.news-category.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.news-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.news-list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.news-list-head h3{margin:0;font-size:18px}.news-list-head span{color:#6a6a67;font-size:12px}.news-feed{display:grid;gap:12px}.news-card{
  border:1px solid #e1e1de;background:#fff;border-radius:18px;padding:18px 19px;
  color:#202020;box-shadow:0 5px 18px rgba(0,0,0,.025)
}.news-card-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.news-category-label{
  display:inline-flex;padding:5px 8px;border-radius:999px;
  background:rgba(240,111,36,.09);border:1px solid rgba(240,111,36,.23);
  color:#a54010;font-weight:850;font-size:10px;text-transform:uppercase;letter-spacing:.045em
}.news-date{font-size:11px;color:#70706d}.news-card h3{font-size:20px;line-height:1.25;margin:12px 0 8px;color:#1c1c1c}.news-card p{line-height:1.58;color:#4f4f4c;margin:0}.news-original{
  margin:-1px 0 9px;color:#777773;font-size:11px;padding-left:9px;
  border-left:2px solid rgba(240,111,36,.42)
}.news-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:13px}.news-tags span{
  padding:4px 7px;border-radius:8px;background:#f6f6f4;color:#5e5e5a;font-size:10px
}.news-card-bottom{
  margin-top:15px;padding-top:13px;border-top:1px solid #ededeb;
  display:flex;justify-content:space-between;gap:12px;align-items:center
}.news-card-bottom>div{display:flex;flex-direction:column}.news-card-bottom b{font-size:12px;color:#252525}.news-card-bottom small{color:#777773}.news-open{color:#b5440d;font-weight:800;text-decoration:none;font-size:12px}.news-open:hover{text-decoration:underline}.news-source-panel,.news-keywords-panel{margin-bottom:12px}.news-source-row{
  display:grid;grid-template-columns:minmax(0,1fr) 28px;gap:8px;align-items:center;
  padding:11px 0;border-bottom:1px solid #ececea
}.news-source-row:last-child{border-bottom:0}.news-source-row div{display:flex;flex-direction:column;gap:3px}.news-source-row b{font-size:12px}.news-source-row small{color:#71716e;line-height:1.35}.news-source-row a{
  display:grid;place-items:center;width:28px;height:28px;border-radius:9px;
  background:#f5f5f3;color:#b4440e;text-decoration:none;font-weight:900
}.keyword-cloud{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0 12px}.keyword-cloud span{
  padding:5px 7px;border-radius:999px;background:#f5f5f3;border:1px solid #e7e7e4;
  color:#545451;font-size:10px
}.link-button{
  border:0;background:none;color:#b4440e;font:inherit;font-weight:800;cursor:pointer;padding:0
}
@media(max-width:1000px){.news-layout{grid-template-columns:1fr}.news-hero{grid-template-columns:1fr 190px}.news-bird{width:190px;height:190px}
}
@media(max-width:700px){.news-hero{grid-template-columns:1fr;padding:22px}.news-bird{position:absolute;right:-36px;bottom:-35px;width:180px;height:180px;opacity:.13}.news-hero-copy{position:relative;z-index:1}.news-hero h2{font-size:27px}.news-search-wrap{min-width:100%}.news-card-bottom{align-items:flex-start;flex-direction:column}
}
.thesaurus-hero{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate;
  background:
    radial-gradient(circle at 88% 14%,rgba(19,177,168,.24),transparent 28%),
    radial-gradient(circle at 71% 92%,rgba(43,39,109,.42),transparent 32%),
    linear-gradient(135deg,#121212 0%,#1f1f25 58%,#3b2519 100%)!important;
  color:#fff!important;
  border:0!important;
  min-height:310px;
}.thesaurus-hero::after{
  content:"";position:absolute;inset:auto 0 0 0;height:4px;
  background:linear-gradient(90deg,#f06f24 0 34%,#f06f24 34% 67%,#242424 67% 100%);
  opacity:.9;z-index:3
}.thesaurus-hero-content{position:relative;z-index:2;max-width:780px}.thesaurus-hero h2,.thesaurus-hero h3{color:#fff!important}.thesaurus-hero p,.thesaurus-hero .muted{color:#e9e9e7!important}.thesaurus-hero .mode-tab,.thesaurus-hero .btn.ghost{
  background:rgba(255,255,255,.07)!important;color:#fff!important;
  border-color:rgba(255,255,255,.18)!important
}.thesaurus-hero .mode-tab.active,.thesaurus-hero .btn.ghost.active{
  background:rgba(240,111,36,.22)!important;border-color:#f06f24!important;color:#fff!important
}.thesaurus-hero .mastery-card{
  background:rgba(255,255,255,.075)!important;border-color:rgba(255,255,255,.12)!important;color:#fff!important;
  backdrop-filter:blur(3px)
}.thesaurus-hero .mastery-card span{color:#dededb!important}.thesaurus-hero .mastery-card.good b{color:#ff9a4c!important}.thesaurus-hero .mastery-card.warn b{color:#ff9a4c!important}.thesaurus-hero .mastery-card.new b{color:#dededb!important}
.news-live-label{
  display:inline-flex;margin-left:7px;padding:4px 6px;border-radius:999px;
  background:#151515;color:#ff8741;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}.news-duplicates{margin-top:10px;color:#73736f;font-size:10px}.news-priority-tabs .dark-btn{background:#1b1b1b!important;color:#fff!important;border-color:#1b1b1b!important}.news-priority-tabs .dark-btn:hover{background:#2a2a2a!important;border-color:#f06f24!important}

@media(max-width:850px){.thesaurus-hero-content{max-width:88%}
}
@media(max-width:620px){.thesaurus-hero{min-height:0}.thesaurus-hero-content{max-width:100%}
}

.module-eyebrow{
  margin-bottom:7px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#ff8a43;
}
.clean-category-card{
  min-height:128px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.clean-category-card h3{margin:0 0 12px}
.category-statline{
  display:flex;
  align-items:baseline;
  gap:7px;
  color:#666;
  font-size:12px;
}
.category-statline b{
  font-size:24px;
  line-height:1;
  color:#202020;
}
.question-hint{
  margin-bottom:10px;
  color:#666;
  font-size:12px;
  font-weight:650;
}
.case-context-line{
  margin:2px 0 10px;
  color:#737370;
  font-size:12px;
  font-weight:650;
}
.term-quiz .step{
  margin-bottom:9px;
}
.term-question-panel{
  position:relative;
  overflow:hidden;
  margin-top:12px;
  padding:25px 28px 27px;
  border-radius:19px;
  background:linear-gradient(135deg,#151515 0%,#242424 77%,#b9440d 100%);
  color:#fff;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}
.term-question-panel::after{
  content:"";
  position:absolute;
  right:-55px;
  bottom:-75px;
  width:230px;
  height:230px;
  border:1px solid rgba(255,138,67,.16);
  transform:rotate(45deg);
  pointer-events:none;
}
.term-question-instruction{
  position:relative;
  z-index:1;
  max-width:820px;
  margin-bottom:12px;
  color:#ff934f;
  font-size:13px;
  font-weight:850;
  letter-spacing:.015em;
}
.term-question-prompt{
  position:relative;
  z-index:1;
  max-width:920px;
  font-size:21px;
  line-height:1.48;
  font-weight:720;
  color:#fff;
}
.term-question-prompt.is-term{
  font-size:31px;
  line-height:1.16;
  font-weight:900;
}
.term-options-card{
  margin-top:12px!important;
  padding-top:20px!important;
}
.term-finish .module-eyebrow{color:#d65c1e}

@media(max-width:700px){
  .term-question-panel{padding:21px 20px 23px}
  .term-question-prompt{font-size:18px}
  .term-question-prompt.is-term{font-size:26px}
  .category-statline{align-items:flex-start;flex-direction:column;gap:3px}
}

.npa-doc-meta-line{
  margin-top:13px;
  color:#747471;
  font-size:11px;
  font-weight:650;
  line-height:1.4;
}

.cases-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#151515 0%,#232323 72%,#7d3817 100%)!important;
  color:#fff!important;
  border:0!important;
}
.cases-hero .muted,
.cases-quick .muted{
  color:#e7ddd7!important;
}
.cases-hero .btn.ghost{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#fff!important;
}
.cases-hero .btn.ghost.active{
  background:#f06f24!important;
  border-color:#f06f24!important;
  color:#fff!important;
}
.cases-quick{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#191919 0%,#262626 76%,#663014 100%)!important;
  color:#fff!important;
  border:0!important;
}
.cases-quick .btn.primary{
  box-shadow:0 10px 24px rgba(240,111,36,.18);
}

.npa-library-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#171717 0%,#222 68%,#693116 100%)!important;
  color:#fff!important;
}
.npa-library-hero .muted,
.npa-library-hero p{
  color:#e5ddd8!important;
}

.npa-doc-card{
  position:relative!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #e2dfdc!important;
  box-shadow:0 7px 20px rgba(24,24,24,.055)!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}

.npa-doc-card:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(240,111,36,.32)!important;
  box-shadow:0 11px 26px rgba(24,24,24,.085)!important;
}
.npa-doc-card h3,
.npa-doc-card p,
.npa-doc-card .badge,
.npa-doc-card .npa-doc-meta-line{
  position:relative!important;
  z-index:1!important;
  max-width:100%!important;
}
.npa-doc-meta-line{
  margin-top:13px;
  color:#746a66!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.4;
}

:root{
  --v37-bg:#f5f5f3;
  --v37-card:#ffffff;
  --v37-text:#1c1c1c;
  --v37-muted:#696966;
  --v37-line:#e1dfdc;
  --v37-orange:#f06f24;
  --v37-orange-soft:#fff4ed;
  --v37-dark:#171717;
}
body{background:var(--v37-bg)!important;color:var(--v37-text)!important}
.card{border-color:var(--v37-line)}

.side-bottom .logo{display:block!important;opacity:.94!important;filter:drop-shadow(0 5px 14px rgba(240,111,36,.16))!important}

.npa-library-hero{
  background:linear-gradient(135deg,#171717 0%,#232323 76%,#9b3b0d 100%)!important;
  color:#fff!important;
  border:0!important;
}
.npa-library-hero p{color:#e8e3df!important}
.npa-hierarchy-title{display:flex!important;align-items:center!important;gap:8px!important;margin:28px 0 8px!important;color:#252525!important;font-size:15px!important;letter-spacing:.01em!important;text-transform:none!important}
.npa-hierarchy-title span{display:inline!important;width:auto!important;height:auto!important;padding:0!important;background:none!important;box-shadow:none!important;border-radius:0!important;color:var(--v37-orange)!important;font-size:13px!important}
.npa-doc-card{
  position:relative!important;
  overflow:hidden!important;
  background:#fff!important;
  background-image:none!important;
  border:1px solid var(--v37-line)!important;
  box-shadow:0 6px 18px rgba(20,20,20,.045)!important;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease!important;
}
.npa-doc-card:hover{transform:translateY(-2px)!important;border-color:rgba(240,111,36,.34)!important;box-shadow:0 10px 24px rgba(20,20,20,.075)!important}
.npa-doc-kind{display:block!important;width:auto!important;padding:0!important;margin:0 0 10px!important;background:none!important;border:0!important;border-radius:0!important;color:#b44a14!important;font-size:10px!important;font-weight:850!important;letter-spacing:.055em!important;text-transform:uppercase!important}
.npa-doc-meta-line{margin-top:14px!important;color:#756d69!important;font-size:11px!important;font-weight:700!important;line-height:1.4!important}
.npa-doc-card h3{padding-right:0!important}

.badge{box-shadow:none!important}

.cases-hero,.cases-quick,.thesaurus-hero{background-image:none!important}
.cases-hero::before,.cases-hero::after,.cases-quick::before,.cases-quick::after,.thesaurus-hero::before,.thesaurus-hero::after{content:none!important;display:none!important;background:none!important}
.cases-hero{background:linear-gradient(135deg,#151515 0%,#252525 73%,#9b3b0d 100%)!important;color:#fff!important;border:0!important}
.cases-quick{background:linear-gradient(135deg,#181818 0%,#292929 78%,#7d2f0a 100%)!important;color:#fff!important;border:0!important}
.thesaurus-hero{background:linear-gradient(135deg,#151515 0%,#232323 73%,#8f350c 100%)!important;color:#fff!important;border:0!important}
.cases-hero .muted,.cases-quick .muted,.thesaurus-hero .muted{color:#e1d9d4!important}

.term-question-panel{background:linear-gradient(135deg,#171717,#252525 78%,#9b3b0d)!important}
.feedback,.progress-section{color:#202020!important}

@media(max-width:720px){
  .npa-hierarchy-title{font-size:14px!important}
  .npa-doc-card{min-height:0!important}
}

.npa-doc-card{
  background:#fff!important;
  background-image:none!important;
  border:1px solid #e1dfdc!important;
  border-left:3px solid #f06f24!important;
  box-shadow:0 5px 16px rgba(20,20,20,.045)!important;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease!important;
}
.npa-doc-card::before,.npa-doc-card::after{content:none!important;display:none!important;background:none!important}
.npa-doc-card:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(240,111,36,.34)!important;
  border-left-color:#f06f24!important;
  box-shadow:0 8px 20px rgba(20,20,20,.065)!important;
}
.npa-library-hero::before,.npa-library-hero::after,
.law-overview .card:first-child::before,.law-overview .card:first-child::after,
.card .badge::before,.card .badge::after{
  content:none!important;display:none!important;background:none!important;
}

.sidebar{
  background:linear-gradient(180deg,#141414 0%,#1a1a1a 72%,#24170f 100%)!important;
  border-right:1px solid rgba(240,111,36,.16)!important;
}
.nav-btn{background:transparent!important}
.nav-btn:hover{background:rgba(255,255,255,.055)!important}
.nav-btn.active{
  background:rgba(240,111,36,.12)!important;
  color:#fff!important;
  border-color:rgba(240,111,36,.22)!important;
}
.badge.green{background:#fff1e8!important;color:#a84310!important}
.option.correct{border-color:#f06f24!important;background:#fff4ed!important}
.exam-review .correct-line{color:#a84310!important}
.thesaurus-hero .mastery-card.good b{color:#ff9a4c!important}
.thesaurus-hero .mastery-card.warn b{color:#f06f24!important}
.thesaurus-hero .mastery-card.new b{color:#dededb!important}

/* Unified local search */
body[data-view="search"] main{min-width:0}
.search-hero{
  padding:28px;border-radius:22px;color:#fff;
  background:linear-gradient(135deg,#151515 0%,#242424 74%,#9b3b0d 100%);
  overflow:hidden;
}
.search-hero h2{margin:10px 0 7px;font-size:31px}
.search-hero p{margin:0;max-width:760px;color:#e4dfdc;line-height:1.55}
.search-hero .badge{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)}
.search-input-wrap{
  display:flex;align-items:center;gap:10px;max-width:850px;margin-top:22px;
  padding:5px 7px 5px 14px;border-radius:14px;background:#fff;border:1px solid rgba(255,255,255,.25);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.search-input-wrap svg{width:22px;height:22px;flex:none;fill:none;stroke:#d85816;stroke-width:2;stroke-linecap:round}
.search-input-wrap input{width:100%;min-width:0;padding:12px 8px;border:0;outline:0;background:transparent;color:#1b1b1b;font-size:16px}
.search-input-wrap input::placeholder{color:#8a8581}
.search-hints{margin-top:10px;color:#cfc8c3;font-size:12px}
.search-summary{margin:20px 2px 5px;color:#625e5a;font-size:13px}
.search-summary b{color:#d85816;font-size:20px;margin-right:3px}
.search-empty{margin-top:16px;box-shadow:none!important}
.search-empty p{margin-bottom:0}
.search-group{margin-top:24px;min-width:0}
.search-group-head{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #dedbd6}
.search-group-head h2{margin:0;font-size:20px}
.search-group-head span{display:inline-grid;place-items:center;min-width:29px;height:29px;padding:0 8px;border-radius:999px;background:#171717;color:#ff8d45;font-size:12px;font-weight:900}
.search-result-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;min-width:0}
.search-result-card{
  position:relative;width:100%;min-width:0;padding:17px 18px 42px;border:1px solid #dfdcd8;border-left:3px solid #f06f24;
  border-radius:15px;background:#fff;color:#1d1d1d;text-align:left;box-shadow:0 5px 16px rgba(20,20,20,.04);
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
  overflow:hidden;
}
.search-result-card:hover{transform:translateY(-1px);border-color:rgba(240,111,36,.48);box-shadow:0 9px 22px rgba(20,20,20,.07)}
.search-result-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.search-type{flex:none;color:#b44913;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.search-source{min-width:0;color:#6f6b67;font-size:11px;font-weight:750;text-align:right;overflow-wrap:anywhere}
.search-result-card h3{margin:10px 0 7px;font-size:17px;line-height:1.36;overflow-wrap:anywhere}
.search-result-card p{margin:0;color:#56524f;font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.search-snippet-label{color:#282522;font-weight:800}
.search-result-card mark{padding:1px 2px;border-radius:3px;background:#ffca9f;color:#32180a;font-weight:800}
.search-open-label{position:absolute;left:18px;bottom:15px;color:#c64f13;font-size:11px;font-weight:850}
.search-group-empty{padding:17px;border:1px dashed #d9d4cf;border-radius:13px;color:#77726e;background:rgba(255,255,255,.55);font-size:13px}
.search-limit-note{margin-top:8px;color:#77716d;font-size:12px}

@media(max-width:760px){
  .search-hero{padding:22px 18px}
  .search-hero h2{font-size:26px}
  .search-result-list{grid-template-columns:1fr}
}
@media(max-width:420px){
  body[data-view="search"] main{padding-left:14px;padding-right:14px}
  .search-hero{padding:19px 15px;border-radius:17px}
  .search-hero h2{font-size:23px}
  .search-input-wrap{padding-left:11px}
  .search-result-card{padding-left:14px;padding-right:14px}
  .search-result-top{align-items:flex-start;flex-direction:column;gap:4px}
  .search-source{text-align:left}
}
@media(max-width:520px){
  nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nav-btn{min-width:0}
  .nav-btn span{min-width:0;overflow-wrap:anywhere}
}

/* Compact selectors: tests, cases, thesaurus and exam (NPA cards are intentionally excluded). */
.topic-test-card,
.category-card,
.exam-mode-card{
  min-width:0;
  min-height:132px!important;
  padding:16px 17px!important;
  border:1px solid #dedbd6!important;
  border-left:3px solid #f06f24!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,#fff 0%,#fbf8f4 100%)!important;
  box-shadow:0 5px 15px rgba(20,20,20,.04)!important;
  color:#1c1c1c!important;
}
.topic-test-card:hover,
.category-card:hover,
.exam-mode-card:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(240,111,36,.42)!important;
  border-left-color:#f06f24!important;
  box-shadow:0 8px 19px rgba(20,20,20,.065)!important;
}
.topic-test-card h3,
.category-card h3{
  margin:10px 0 6px!important;
  font-size:17px!important;
  line-height:1.3;
}
.topic-test-card p,
.category-card .muted,
.category-statline span{
  font-size:12px!important;
  line-height:1.45!important;
}
.topic-test-card .badge,
.category-card .badge{
  background:#1b1b1b!important;
  color:#ff914a!important;
  border:1px solid #303030!important;
  font-size:10px!important;
}
.category-card .cat-count,
.category-statline b{
  color:#e45e17!important;
  font-size:24px!important;
}
.topic-test-card:focus-visible,
.category-card:focus-visible,
.exam-mode-card:focus-visible,
.mode-tab:focus-visible,
.session-size .btn:focus-visible,
.test-mode-switch .btn:focus-visible{
  outline:3px solid rgba(240,111,36,.28);
  outline-offset:2px;
}
.category-card.selected,
.exam-mode-card.active{
  border:2px solid #f06f24!important;
  border-left-width:4px!important;
  background:#fff6ef!important;
}
.test-mode-switch,
.mode-tabs,
.session-size{
  gap:7px!important;
}
.test-mode-switch .btn,
.mode-tab,
.session-size .btn{
  min-height:36px;
  padding:8px 12px!important;
  border-radius:10px!important;
  border:1px solid #dad6d2!important;
  background:#fff!important;
  color:#242424!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:800!important;
}
.test-mode-switch .btn.primary,
.mode-tab.active,
.session-size .btn.active{
  background:#1b1b1b!important;
  color:#fff!important;
  border-color:#1b1b1b!important;
}
.exam-mode-card{
  min-height:118px!important;
}
.exam-mode-card b{
  color:#e85f18!important;
  font-size:25px!important;
}
.exam-mode-card p{
  min-height:0!important;
  margin:9px 0!important;
  font-size:12px!important;
  line-height:1.45!important;
}

@media(max-width:900px){
  .layout,.sidebar,main,#app{min-width:0;max-width:100%}
  .sidebar nav{width:100%;grid-auto-flow:row}
  .nav-group-label{grid-column:1/-1}
}
@media(max-width:520px){
  .sidebar{padding-left:14px!important;padding-right:14px!important}
  header{align-items:stretch;flex-direction:column;gap:10px}
  header>div{min-width:0}
  header #resetBtn{align-self:flex-start}
  .nav-btn{padding:9px 10px!important;font-size:12px}
  .topic-test-card,.category-card,.exam-mode-card{min-height:0!important;padding:14px!important}
  .test-mode-switch,.mode-tabs,.session-size{max-width:100%}
  .test-mode-switch .btn,.mode-tab,.session-size .btn{white-space:normal}
}

/* Procedure cards: light faceted geometry inspired by the supplied reference. */
.proc-card{
  min-height:318px!important;
  padding:19px!important;
  background:linear-gradient(155deg,#fff 0%,#fffaf6 62%,#fff1e5 100%)!important;
  border:1px solid #e5d8cf!important;
  border-top:3px solid #ef6d22!important;
  box-shadow:0 8px 22px rgba(58,36,22,.055)!important;
}
.proc-card::before,.proc-card::after{content:none!important;display:none!important}
.proc-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:17px}
.proc-card-number{color:#d8a783;font-size:28px;font-weight:900;letter-spacing:.04em;line-height:1}
.proc-card h3{margin:0 0 8px!important;font-size:19px!important;line-height:1.25}
.proc-card>p{min-height:58px;margin:0!important;font-size:13px!important;line-height:1.48!important}
.proc-card-facts{display:grid;grid-template-columns:.72fr 1.28fr;gap:12px;margin-top:17px;padding-top:14px;border-top:1px solid #eadfd7;text-align:left}
.proc-card-facts>span{display:block;min-width:0}
.proc-card-facts small{display:block;margin-bottom:4px;color:#9b6b4e;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.proc-card-facts b{display:block;color:#332821;font-size:11px;line-height:1.4;overflow-wrap:anywhere}
.proc-card-facts .custom-flow-mini{color:#b64c12}
.proc-card-open{display:block;margin-top:auto;padding-top:16px;color:#cc5314;font-size:11px;font-weight:900;text-align:left}
.proc-card:hover .proc-motif{transform:rotate(3deg) scale(1.035)}

.proc-motif{
  position:relative;display:grid;place-items:center;flex:0 0 78px;width:78px;height:78px;
  border:1px solid #efc5a7;border-radius:22px;background:radial-gradient(circle at 50% 50%,#fff 0 30%,#ffe9d7 31% 50%,#fff8f2 51% 100%);
  box-shadow:inset 0 0 0 5px rgba(240,111,36,.045),0 6px 14px rgba(178,77,20,.08);
  transition:transform .18s ease;
}
.proc-motif::before{
  content:"";position:absolute;inset:17px;border:1px solid rgba(198,76,15,.42);transform:rotate(45deg);
  background:linear-gradient(135deg,rgba(255,183,124,.36),rgba(255,255,255,.12));
}
.proc-motif-icon{
  position:relative;z-index:3;display:grid;place-items:center;width:34px;height:34px;border-radius:10px;
  background:#fff7f0;border:1px solid #efb88f;color:#c54d10;box-shadow:0 4px 10px rgba(155,59,12,.09);
}
.proc-motif-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.proc-facet{position:absolute;z-index:2;width:15px;height:15px;transform:rotate(45deg);border:1px solid #d85816;background:linear-gradient(135deg,#ff9a50 0 47%,#5f4b40 48% 70%,#f06f24 71%);box-shadow:0 2px 5px rgba(117,49,14,.13)}
.proc-facet-a{top:5px;left:31px}.proc-facet-b{top:31px;right:5px}.proc-facet-c{bottom:5px;left:31px}.proc-facet-d{top:31px;left:5px}
.proc-motif-1,.proc-motif-4{border-radius:50%}
.proc-motif-1 .proc-facet,.proc-motif-4 .proc-facet{border-radius:4px 9px 4px 9px}
.proc-motif-2::before,.proc-motif-5::before{inset:13px 20px;transform:rotate(30deg);border-width:2px}
.proc-motif-2 .proc-facet,.proc-motif-5 .proc-facet{clip-path:polygon(50% 0,100% 100%,0 100%);border:0;transform:none}
.proc-motif-3{border-radius:18px;transform:rotate(2deg)}
.proc-motif-3 .proc-motif-icon{border-radius:50%}

/* Comparison is a responsive card matrix instead of a horizontally scrolling table. */
.compare-intro{border-left:4px solid #f06f24!important}
.compare-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}
.compare-procedure-card{min-width:0;padding:20px;border:1px solid #dfd9d4;border-radius:18px;background:linear-gradient(160deg,#fff,#fffaf6);box-shadow:0 7px 20px rgba(36,25,18,.045)}
.compare-card-head{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;align-items:center;padding-bottom:15px;border-bottom:1px solid #e8dfd8}
.compare-card-head .proc-motif{width:62px;height:62px;flex-basis:62px;border-radius:18px}
.compare-card-head .proc-motif::before{inset:15px}
.compare-card-head .proc-facet{width:12px;height:12px}
.compare-card-head .proc-facet-a{top:3px;left:24px}.compare-card-head .proc-facet-b{top:24px;right:3px}.compare-card-head .proc-facet-c{bottom:3px;left:24px}.compare-card-head .proc-facet-d{top:24px;left:3px}
.compare-card-head .proc-motif-icon{width:29px;height:29px}.compare-card-head .proc-motif-icon svg{width:17px;height:17px}
.compare-card-head>div>span{display:block;margin-bottom:4px;color:#c35217;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.compare-card-head h3{margin:0;font-size:18px;line-height:1.3}
.compare-facts{display:grid;gap:0}
.compare-fact{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;padding:12px 0;border-bottom:1px solid #eee8e3}
.compare-fact>span{color:#9b5b36;font-size:10px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.compare-fact>div{min-width:0;color:#3d3834;font-size:12px;line-height:1.48;overflow-wrap:anywhere}
.compare-more{margin-top:9px;border:1px solid #eadbd0;border-radius:12px;background:#fff8f2}
.compare-more>summary{padding:12px 13px;color:#a64716;font-size:11px;font-weight:900;cursor:pointer}
.compare-more .compare-facts{padding:0 13px 5px}
.compare-open{margin-top:13px;width:100%}

/* Clearer sequence markers for official and instructional procedure schemes. */
.proc-phase{overflow:visible!important;border-top:3px solid #ef6d22!important;background:linear-gradient(155deg,#fff,#fff8f2)!important}
.proc-phase-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:13px}
.proc-phase-index{display:grid;place-items:center;width:34px;height:34px;border-radius:10px 10px 10px 3px;background:linear-gradient(135deg,#ff9a4d,#e75d17);color:#fff;font-size:11px;font-weight:950;box-shadow:0 6px 12px rgba(231,93,23,.18)}
.proc-phase .phase-range{position:static!important;display:inline-flex!important;margin:0!important;padding:5px 8px!important;border:1px solid #efc8ac!important;border-radius:999px!important;background:#fff4ea!important;color:#9d4518!important;font-size:9px!important;font-weight:900!important}
.proc-phase b{font-size:15px!important;line-height:1.3}
.proc-phase .phase-arrow{background:#fff8f2!important;border-color:#dcbda7!important}
.proc-step{border-top:2px solid #f0b78f!important;background:linear-gradient(155deg,#fff,#fcfaf8)!important}
.proc-step-num{background:#fff1e6!important;border:1px solid #efc5a8!important;color:#a54516!important}
.proc-deadline{background:#fff2e8!important;border:1px solid #edc3a7!important;color:#8e3e16!important;font-weight:850!important}

/* Dedicated error-only test entry. */
.retry-errors-card{display:grid;grid-template-columns:74px minmax(0,1fr) auto auto;gap:17px;align-items:center;margin:14px 0 20px;padding:17px 19px;border:1px solid #e7d8cc;border-left:4px solid #f06f24;border-radius:17px;background:linear-gradient(120deg,#fff 0%,#fffaf6 66%,#fff0e4 100%);box-shadow:0 7px 20px rgba(41,27,18,.045)}
.retry-errors-card.is-empty{border-left-color:#c8b8ad;background:linear-gradient(120deg,#fff,#faf7f4)}
.retry-errors-mark{position:relative;display:grid;place-items:center;width:66px;height:66px;border:1px solid #efc3a4;border-radius:20px;background:#fff6ef}
.retry-errors-mark>span{position:absolute;width:22px;height:22px;border:1px solid #e7621c;background:linear-gradient(135deg,#ff9b50,#fff0e4);transform:rotate(45deg)}
.retry-errors-mark>span:first-child{left:7px}.retry-errors-mark>span:nth-child(2){right:7px}
.retry-errors-mark>b{position:relative;z-index:2;display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#ef6a21;color:#fff;font-size:17px}
.retry-errors-copy{min-width:0}.retry-errors-copy h3{margin:3px 0 5px;font-size:19px}.retry-errors-copy p{margin:0;color:#625a55;font-size:12px;line-height:1.45}
.retry-errors-count{text-align:center}.retry-errors-count b{display:block;color:#dd5b17;font-size:28px;line-height:1}.retry-errors-count span{color:#776c65;font-size:10px}
.retry-errors-card .btn{white-space:nowrap}

@media(max-width:980px){.compare-card-grid{grid-template-columns:1fr}.retry-errors-card{grid-template-columns:66px minmax(0,1fr) auto}.retry-errors-card .btn{grid-column:2/-1;justify-self:start}}
@media(max-width:620px){
  .proc-card{min-height:0!important}.proc-card>p{min-height:0}.proc-card-facts{grid-template-columns:1fr 1fr}
  .compare-procedure-card{padding:16px}.compare-fact{grid-template-columns:1fr;gap:4px}
  .retry-errors-card{grid-template-columns:58px minmax(0,1fr);padding:15px}.retry-errors-mark{width:54px;height:54px}.retry-errors-count{grid-column:1;text-align:left}.retry-errors-card .btn{grid-column:2;white-space:normal}
}

/* Procurement news module and compact home sidebar. */
.home-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 318px;gap:16px;align-items:start;margin-top:16px}
.home-content-grid .home-sections{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}
.home-news-panel{position:relative;overflow:hidden;min-width:0;padding:20px;border:1px solid #e4d5ca;border-top:4px solid #ef6d22;border-radius:18px;background:linear-gradient(165deg,#fff,#fff7f0);box-shadow:var(--shadow)}
.home-news-panel::after{content:"";position:absolute;right:-46px;top:-50px;width:116px;height:116px;border:1px solid rgba(239,109,34,.18);transform:rotate(45deg);box-shadow:0 0 0 19px rgba(239,109,34,.025)}
.home-news-panel>*{position:relative;z-index:1}.home-news-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.home-news-head h2{margin:4px 0 0;font-size:21px;line-height:1.18}.home-news-dot{flex:0 0 auto;width:12px;height:12px;margin-top:4px;border-radius:50%;background:#ef6d22;box-shadow:0 0 0 6px rgba(239,109,34,.12)}
.home-news-list{display:grid;margin:15px 0}.home-news-item{min-width:0;padding:13px 0;border:0;border-bottom:1px solid #eadfd7;background:transparent;color:#241e1a;text-align:left;cursor:pointer}.home-news-item:first-child{padding-top:0}.home-news-item span{display:block;margin-bottom:5px;color:#6b5548;font-size:10px;line-height:1.35}.home-news-item b{display:block;font-size:12px;line-height:1.42;overflow-wrap:anywhere}.home-news-item:hover b{color:#a43e0b}.home-news-all{width:100%}

.news-hero{grid-template-columns:minmax(0,1fr);background:radial-gradient(circle at 90% 5%,rgba(255,142,70,.20),transparent 28%),linear-gradient(135deg,#171513 0%,#31251f 66%,#773615 100%)}
.news-hero-side{min-width:0;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.07);backdrop-filter:blur(2px)}
.news-hero-side>span{display:block;color:#f0ddd0;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.news-hero-side>b{display:block;margin:8px 0;color:#ff9a56;font-size:20px;line-height:1.15;overflow-wrap:anywhere}.news-hero-side>small{display:block;color:#f6eee9;line-height:1.45}
.news-refresh-report{margin:0 0 17px;padding:16px;border:1px solid #e1d8d1;border-left:4px solid #ef6d22;border-radius:16px;background:linear-gradient(145deg,#fff,#fbf7f3);box-shadow:0 6px 18px rgba(31,22,16,.035)}
.news-refresh-report.status-ok{border-left-color:#cf5b1e}.news-refresh-report.status-partial{border-left-color:#e58b2c}.news-refresh-report.status-degraded,.news-refresh-report.status-error{border-left-color:#6c5142}.news-refresh-head,.news-refresh-head>div,.news-refresh-times{display:flex;align-items:center;gap:9px}.news-refresh-head{justify-content:space-between}.news-refresh-head>span{color:#5a514c;font-size:11px}.news-status-light{width:9px;height:9px;border-radius:50%;background:#ef6d22;box-shadow:0 0 0 5px rgba(239,109,34,.11)}
.status-refreshing .news-status-light{animation:news-pulse 1.25s ease-in-out infinite}.news-refresh-times{flex-wrap:wrap;margin:11px 0;color:#554c47;font-size:11px}.news-refresh-times span+span{padding-left:12px;border-left:1px solid #ded3ca}.news-refresh-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.news-refresh-metrics>div{min-width:0;padding:10px;border:1px solid #e8dfd8;border-radius:11px;background:#fff}.news-refresh-metrics b{display:block;color:#9e3c0c;font-size:19px}.news-refresh-metrics span{display:block;margin-top:3px;color:#514a46;font-size:9px;line-height:1.3}
@keyframes news-pulse{50%{opacity:.35;transform:scale(.72)}}
.news-toolbar{align-items:flex-start}.news-priority-tabs{max-width:100%}.news-priority-tabs .btn:disabled{opacity:.68;cursor:wait}.news-category-tabs{max-width:100%}
.news-card{position:relative;overflow:hidden;min-width:0;border-color:#e4d8cf;background:linear-gradient(165deg,#fff 0%,#fff 76%,#fff9f4 100%);box-shadow:0 7px 22px rgba(34,24,17,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.news-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#ef6d22,#8d3510)}.news-card:hover{transform:translateY(-2px);border-color:#edbd9d;box-shadow:0 12px 28px rgba(46,28,17,.08)}
.news-card-source{margin-top:10px;color:#5d5049;font-size:11px;font-weight:800}.news-original{color:#4b4541!important}.news-original.is-pending{padding:9px 11px;border:1px solid #edcfba;border-left:3px solid #ef6d22;border-radius:9px;background:#fff5ec}.news-card p{overflow-wrap:anywhere}
.news-why{display:grid;gap:4px;margin-top:13px;padding:12px 13px;border-radius:12px;background:#fff1e6;border:1px solid #efc5a8}.news-why b{color:#8f350b;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.news-why span{color:#332d29;font-size:12px;line-height:1.45}
.news-tags span{background:#f3eee9;border:1px solid #e7dcd3;color:#403a36}.news-related,.news-also{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:11px}.news-related>span,.news-also>span{color:#5a514b;font-size:10px;font-weight:850}.news-related button,.news-also a{max-width:100%;padding:5px 8px;border:1px solid #e7bd9f;border-radius:999px;background:#fff8f2;color:#94380c;font:inherit;font-size:10px;font-weight:800;text-decoration:none;cursor:pointer;overflow-wrap:anywhere}.news-related button:hover,.news-also a:hover{background:#ffeadd}
.news-card-bottom{min-width:0}.news-card-bottom>div{min-width:0}.news-card-bottom b{overflow-wrap:anywhere}.news-open{flex:0 0 auto}.news-live-label{letter-spacing:.035em;text-transform:none}.news-source-panel{min-width:0}.news-source-row{min-width:0}.news-source-row div{min-width:0}.news-source-row b,.news-source-row small{overflow-wrap:anywhere}.secondary-sources{border-top:3px solid #ef6d22!important}
.news-card-image{position:relative;margin:12px 0 15px;border:1px solid #e4ddd7;border-radius:14px;overflow:hidden;background:#eeeae6;aspect-ratio:16/9}.news-card-image img{display:block;width:100%;height:100%;object-fit:cover}.news-card-image figcaption{position:absolute;right:8px;bottom:8px;max-width:calc(100% - 16px);padding:4px 7px;border-radius:7px;background:rgba(18,18,18,.72);color:#fff;font-size:9px;line-height:1.25}.news-card>p{white-space:pre-line}

@media(max-width:1180px){.home-content-grid{grid-template-columns:1fr}.home-news-panel{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:18px;align-items:start}.home-news-list{margin:0}.home-news-all{grid-column:1;width:auto;justify-self:start}}
@media(max-width:1000px){.news-refresh-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.news-hero{grid-template-columns:minmax(0,1fr)}}
@media(max-width:700px){.news-hero{grid-template-columns:1fr}.news-hero-side{margin-top:4px}.news-refresh-times{align-items:flex-start;flex-direction:column}.news-refresh-times span+span{padding-left:0;border-left:0}.news-refresh-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.home-news-panel{display:block}.home-news-list{margin:15px 0}.home-news-all{width:100%}.news-related,.news-also{align-items:flex-start}.news-related>span,.news-also>span{flex-basis:100%}}
@media(max-width:500px){.home-content-grid .home-sections{grid-template-columns:1fr}.news-card{padding:16px}.news-card-top{align-items:flex-start}.news-card-top>div{display:flex;gap:5px;flex-wrap:wrap}.news-category-label{white-space:normal}.news-open{white-space:normal}.news-refresh-metrics>div{padding:8px}.news-refresh-head{align-items:flex-start}.news-search-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0}.news-priority-tabs{width:100%}.news-priority-tabs .btn{flex:1 1 120px}.news-status-row span{max-width:100%;overflow-wrap:anywhere}}
@media(max-width:500px){.news-card-image{margin-left:-4px;margin-right:-4px;border-radius:12px}}

/* Readability and card geometry pass. Legal and learning copy is not changed. */
:root{
  --muted:#4b4b48;
  --v37-muted:#4b4b48;
  --readable-secondary:#4b4b48;
  --readable-accent:#8a3108;
  --readable-dark-secondary:#ededeb;
}

/* Secondary copy on light surfaces: darker neutral graphite instead of pale gray/brown. */
.muted,
.npa-doc-card .muted,
.npa-doc-meta-line,
.npa-source-line,
.edition-note,
.section-entry:not(.dark-accent) .muted,
.resume-location,
.topic-test-card p,
.category-card .muted,
.category-statline span,
.exam-mode-card p,
.mastery-card span,
.proc-card>p,
.proc-action,
.proc-phase small,
.compare-more summary,
.compare-card-head>div>span,
.retry-errors-copy p,
.retry-errors-count span,
.search-summary,
.search-source,
.search-result-card p,
.search-group-empty,
.search-limit-note,
.news-date,
.news-original,
.news-card p,
.news-card-bottom small,
.news-source-row small,
.news-list-head span,
.news-duplicates{
  color:var(--readable-secondary)!important;
}

/* Small labels stay orange, but use a darker accessible shade on light cards. */
.npa-doc-kind,
.npa-hierarchy-title,
.topic-section,
.proc-fact-label,
.proc-step-num,
.proc-card-facts small,
.compare-fact>span,
.search-type,
.search-open-label,
.news-priority,
.news-open,
.eyebrow{
  color:var(--readable-accent)!important;
}

/* Dark panels need light secondary copy; never inherit the graphite override. */
.sidebar .brand small,
.sidebar .side-note,
.sidebar .nav-group-label,
.hero-dashboard p,
.hero-dashboard .muted,
.learning-route p,
.learning-route .muted,
.learning-route small,
.npa-library-hero p,
.npa-library-hero .muted,
.proc-hero p,
.proc-hero .muted,
.testing-hero p,
.testing-hero .muted,
.quick-practice p,
.quick-practice .muted,
.cases-hero p,
.cases-hero .muted,
.thesaurus-hero p,
.thesaurus-hero .muted,
.exam-main-panel p,
.exam-main-panel small,
.section-entry.dark-accent .muted{
  color:var(--readable-dark-secondary)!important;
}
.hero-dashboard .eyebrow,
.learning-route .eyebrow,
.npa-library-hero .eyebrow,
.proc-hero .eyebrow,
.testing-hero .eyebrow,
.quick-practice .eyebrow,
.cases-hero .eyebrow,
.thesaurus-hero .eyebrow,
.exam-main-panel .eyebrow{
  color:#ff9b5a!important;
}

/* NPA cards: one coherent, monochrome law mark rather than scattered decoration. */
.npa-doc-card{
  isolation:isolate!important;
  border-left:4px solid #f06f24!important;
  background:linear-gradient(145deg,#fff 0%,#fff 72%,#fff8f2 100%)!important;
}
.npa-doc-card::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  width:116px!important;
  height:116px!important;
  right:-31px!important;
  bottom:-28px!important;
  background:#f06f24!important;
  opacity:.105!important;
  transform:rotate(8deg)!important;
  clip-path:polygon(50% 0,64% 19%,88% 12%,86% 36%,100% 50%,81% 64%,88% 88%,64% 86%,50% 100%,36% 81%,12% 88%,14% 64%,0 50%,19% 36%,12% 12%,36% 14%)!important;
  pointer-events:none!important;
}
.npa-doc-card::after{content:none!important;display:none!important}
.npa-doc-card>*{position:relative!important;z-index:1!important}
.npa-doc-card:hover::before{opacity:.15!important;transform:rotate(12deg) scale(1.03)!important}

/* Quiet geometric texture for visually empty cards outside the NPA library. */
.section-entry:not(.dark-accent),
.topic-test-card,
.category-card,
.exam-mode-card,
.clean-category-card,
.mastery-card,
.search-result-card,
.news-card,
.compare-procedure-card{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.section-entry:not(.dark-accent)::after,
.topic-test-card::after,
.category-card::after,
.exam-mode-card::after,
.clean-category-card::after,
.mastery-card::after,
.search-result-card::after,
.news-card::after,
.compare-procedure-card::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  width:132px!important;
  height:132px!important;
  right:-43px!important;
  bottom:-47px!important;
  opacity:.085!important;
  pointer-events:none!important;
  transform:rotate(10deg)!important;
  background:
    linear-gradient(45deg,transparent 42%,#f06f24 43% 56%,transparent 57%),
    linear-gradient(-45deg,transparent 42%,#f06f24 43% 56%,transparent 57%)!important;
  background-size:32px 32px!important;
  -webkit-mask-image:radial-gradient(circle at center,#000 20%,rgba(0,0,0,.82) 52%,transparent 74%)!important;
  mask-image:radial-gradient(circle at center,#000 20%,rgba(0,0,0,.82) 52%,transparent 74%)!important;
}
.section-entry:not(.dark-accent)>*,
.topic-test-card>*,
.category-card>*,
.exam-mode-card>*,
.clean-category-card>*,
.mastery-card>*,
.search-result-card>*,
.news-card>*,
.compare-procedure-card>*{
  position:relative!important;
  z-index:1!important;
}
.topic-test-card:nth-child(3n+2)::after,
.category-card:nth-child(3n+2)::after,
.exam-mode-card:nth-child(3n+2)::after,
.clean-category-card:nth-child(3n+2)::after{
  transform:rotate(28deg)!important;
}
.topic-test-card:nth-child(3n)::after,
.category-card:nth-child(3n)::after,
.exam-mode-card:nth-child(3n)::after,
.clean-category-card:nth-child(3n)::after{
  transform:rotate(45deg) scale(.92)!important;
}

@media(max-width:520px){
  .npa-doc-card::before{width:94px!important;height:94px!important;right:-30px!important;bottom:-24px!important}
  .section-entry:not(.dark-accent)::after,
  .topic-test-card::after,
  .category-card::after,
  .exam-mode-card::after,
  .clean-category-card::after,
  .mastery-card::after,
  .search-result-card::after,
  .news-card::after,
  .compare-procedure-card::after{width:104px!important;height:104px!important;right:-36px!important;bottom:-38px!important}
}

/* Procedure passport labels: explicit contrast on the dark statistic tiles. */
.proc-key{
  background:linear-gradient(145deg,#151515,#292929)!important;
  border:1px solid #383838!important;
  box-shadow:0 8px 20px rgba(15,15,15,.09)!important;
}
.proc-key .k-label{
  color:#ffad76!important;
  opacity:1!important;
  font-size:11px!important;
  font-weight:900!important;
}

/* Compact learning progress and direct appendix tables. */
.resume-label{color:#743313!important;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.resume-location{padding:12px 0;color:#3f3f3d!important;font-size:13px;line-height:1.5}.resume-progress{height:9px;margin-top:15px;border-radius:999px;overflow:hidden}.resume-summary{display:flex;justify-content:space-between;gap:12px;margin-top:7px;color:#4b4b48;font-size:12px}.resume-summary b{color:#a64010}
.progress-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:20px;align-items:center;padding:26px;border-radius:22px;background:linear-gradient(135deg,#151515,#252525 70%,#8d350d);color:#fff;overflow:hidden}.progress-hero h2{margin:6px 0 8px;font-size:30px}.progress-hero p{margin:0;color:#ededeb;line-height:1.55}.progress-next{display:grid;gap:8px;padding:17px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.07)}.progress-next span{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#ffad76}.progress-next b{font-size:18px}.progress-next .btn{margin-top:5px}.progress-core-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0}.progress-core-card{display:block;width:100%;padding:18px;text-align:left;color:#202020;background:#fff;border:1px solid #dedbd6;border-radius:18px;box-shadow:0 10px 24px rgba(19,14,11,.05);transition:.16s}.progress-core-card:hover{transform:translateY(-2px);border-color:#f06f24}.progress-core-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.progress-core-head span{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#6a5c54}.progress-core-head b{font-size:25px;color:#a64010}.progress-core-bar{height:8px;margin:16px 0 9px;border-radius:999px;overflow:hidden;background:#ece7e2}.progress-core-bar>div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#f06f24,#1d1d1d)}.progress-core-card small{color:#4b4b48}.progress-focus-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:22px;border:1px solid #dedbd6;border-left:5px solid #f06f24;border-radius:18px;background:#fff}.progress-focus-card h3{margin:5px 0 6px}.progress-focus-card p{margin:0;color:#4b4b48}.progress-focus-actions{display:flex;align-items:center;gap:18px}.progress-focus-actions>div{min-width:92px}.progress-focus-actions span{display:block;font-size:11px;color:#5d5d59}.progress-focus-actions b{display:block;font-size:27px;color:#a64010}.npa-section-description{max-width:880px;margin:8px 0 18px;color:#3f3f3d;line-height:1.6}.npa-table-shell{max-width:100%;overflow-x:auto;border:1px solid #dedbd6;border-radius:15px;background:#fff}.npa-legal-table{min-width:760px;border:0}.npa-legal-table th,.npa-legal-table td{padding:13px 14px;line-height:1.5;overflow-wrap:anywhere}.npa-legal-table thead th{background:#191919;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.npa-legal-table tbody th{width:72px;color:#a64010;background:#fff8f2;font-weight:900}.npa-legal-table tbody tr:nth-child(even) td{background:#fcfbf9}.npa-legal-table p{margin:0 0 8px}.npa-legal-table p:last-child{margin-bottom:0}.npa-table-action{width:112px;text-align:right}.npa-table-action .btn{padding:7px 10px;font-size:11px;white-space:nowrap}.npa-table-note-row td{padding:11px 14px;background:#fff4eb!important;color:#3d332e;font-size:12px;border-bottom:1px solid #edcdb7}.npa-table-note-row b{color:#8a3108}
@media(max-width:980px){.progress-core-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.progress-hero,.progress-focus-card{grid-template-columns:1fr}.progress-focus-actions{justify-content:space-between;flex-wrap:wrap}.npa-section-card{padding:16px}.npa-table-shell{overflow:visible;border:0;background:transparent}.npa-legal-table{display:block;min-width:0;background:transparent;border:0}.npa-legal-table thead{display:none}.npa-legal-table tbody{display:grid;gap:10px}.npa-legal-table tr{display:grid;padding:13px;border:1px solid #dedbd6;border-left:4px solid #f06f24;border-radius:13px;background:#fff}.npa-legal-table th,.npa-legal-table td{display:block;width:auto!important;padding:7px 0;border:0!important;background:transparent!important}.npa-legal-table tbody th{font-size:18px}.npa-legal-table td:not(.npa-table-action)::before{content:attr(data-label);display:block;margin-bottom:3px;color:#7a300d;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.npa-table-note-row{margin-top:-10px;border-left-color:#8a3108!important;background:#fff4eb!important}.npa-table-note-row td::before{display:none!important}.npa-table-action{text-align:left}.npa-table-action .btn{width:100%;margin-top:5px}}
@media(max-width:520px){.progress-core-grid{grid-template-columns:1fr}.progress-hero{padding:20px}.progress-hero h2{font-size:25px}.progress-focus-actions{display:grid;grid-template-columns:1fr}.progress-focus-actions .btn{width:100%}}
.proc-key .k-value{color:#fff!important}
.proc-key .k-sub{color:#ececea!important;opacity:1!important}

/* Errors: independent test, thesaurus and case streams. */
.errors-hero{
  position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;
  padding:27px 29px;border-radius:22px;background:linear-gradient(135deg,#151515 0%,#242424 70%,#9b3b0d 100%);color:#fff;
  box-shadow:0 15px 34px rgba(20,20,20,.10);
}
.errors-hero::after{
  content:"";position:absolute;right:86px;top:-66px;width:265px;height:265px;opacity:.20;transform:rotate(-5deg);pointer-events:none;
  background:url("assets/phoenix-ethereal-visible.png") center/contain no-repeat;
  filter:saturate(.9) brightness(1.04) drop-shadow(0 7px 18px rgba(240,111,36,.12));
}
.errors-hero>*{position:relative;z-index:1}.errors-hero h2{margin:6px 0 8px;font-size:29px}.errors-hero p{max-width:720px;margin:0;color:#efefed!important;line-height:1.55}.errors-hero .eyebrow{color:#ff9b5a!important}
.errors-total{min-width:128px;padding:15px 17px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.08);text-align:center}
.errors-total b{display:block;color:#ff8c45;font-size:38px;line-height:1}.errors-total span{display:block;margin-top:6px;color:#f1f1ef;font-size:11px}
.error-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;align-items:start}
.error-type-card{
  position:relative;overflow:hidden;isolation:isolate;min-width:0;padding:18px;border:1px solid #dfdbd7;border-top:4px solid #f06f24;border-radius:18px;
  background:linear-gradient(155deg,#fff 0%,#fff 72%,#fff6ef 100%);box-shadow:0 7px 20px rgba(24,24,24,.05);
}
.error-type-card::after{
  content:"";position:absolute;z-index:0;right:-44px;top:-45px;width:130px;height:130px;opacity:.085;pointer-events:none;transform:rotate(45deg);
  background:linear-gradient(45deg,transparent 33%,#f06f24 34% 45%,transparent 46% 55%,#f06f24 56% 67%,transparent 68%),linear-gradient(-45deg,transparent 33%,#f06f24 34% 45%,transparent 46% 55%,#f06f24 56% 67%,transparent 68%);
  filter:none;
}
.error-type-terms::after{transform:rotate(22deg) scale(.9)}.error-type-cases::after{transform:rotate(67deg) scale(1.05)}
.error-type-card>*{position:relative;z-index:1}
.error-type-card>header{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:11px;align-items:center;padding-bottom:14px;border-bottom:1px solid #e8e2dd}
.error-type-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#191919;color:#ff8f49;font-size:19px;font-weight:950;box-shadow:inset 0 0 0 1px #303030}
.error-type-card header span{display:block;color:#4b4b48;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.error-type-card header h2{margin:3px 0 0;font-size:20px}
.error-type-count{display:grid;place-items:center;min-width:38px;height:38px;padding:0 8px;border-radius:12px;background:#fff0e6;color:#9a3707;font-size:18px}
.error-entry-list{display:grid;gap:9px;margin-top:12px}
.error-entry{padding:12px;border:1px solid #e7e2de;border-left:3px solid #f06f24;border-radius:12px;background:rgba(255,255,255,.92)}
.error-entry-meta{color:#8a3108;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.error-entry h3{margin:6px 0 7px;font-size:14px;line-height:1.4}
.error-entry p{margin:6px 0 0;color:#41413f;font-size:11px;line-height:1.48}
.error-entry-answer{padding:7px 8px;border-radius:8px;background:#fff2ea;color:#3b302b!important}.error-entry-answer b{color:#8a3108}
.error-entry-note{color:#4b4b48!important}
.error-type-empty{display:flex;gap:10px;align-items:center;min-height:82px;padding:13px;border:1px dashed #d9d4cf;border-radius:12px;background:#faf9f7}
.error-type-empty span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#191919;color:#ff914b;font-weight:900}
.error-type-empty p{margin:0;color:#4b4b48;font-size:12px;line-height:1.4}
.error-retry{width:100%;margin-top:13px}

@media(max-width:1080px){.error-type-grid{grid-template-columns:1fr}.error-type-card{min-height:0}}
@media(max-width:680px){
  .errors-hero{grid-template-columns:1fr;padding:21px 18px}.errors-hero h2{font-size:24px}.errors-total{justify-self:start;min-width:120px}
  .error-type-card{padding:15px}.error-type-card>header{grid-template-columns:42px minmax(0,1fr) auto}.error-type-mark{width:42px;height:42px}
}

/* Compact NPA reading controls. */
.npa-brief::before{content:none!important;display:none!important}
.npa-mark-btn{
  min-height:30px!important;
  padding:6px 10px!important;
  border-radius:8px!important;
  font-size:12px!important;
  line-height:1.2!important;
}
.article-item,.npa-full-item,.npa-table-row,.npa-roadmap-item{scroll-margin-top:18px}
.npa-reading-target{animation:npaReadingTarget 2.35s ease-out}
@keyframes npaReadingTarget{
  0%{box-shadow:0 0 0 3px rgba(240,111,36,.38);background:#fff0e5}
  100%{box-shadow:0 0 0 0 rgba(240,111,36,0)}
}

/* Visible ethereal phoenix accents outside legal-content cards. */
.hero-dashboard::after{
  width:470px!important;
  height:470px!important;
  right:285px!important;
  top:-92px!important;
  background:url("assets/phoenix-ethereal-visible.png") center/contain no-repeat!important;
  opacity:.28!important;
  transform:rotate(-5deg)!important;
  pointer-events:none!important;
  filter:saturate(.92) brightness(1.05) drop-shadow(0 9px 24px rgba(240,111,36,.14))!important;
}
.resume-card,.progress-focus-card,.exam-info-panel,.home-news-panel{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.resume-card::after,.progress-focus-card::after,.exam-info-panel::after,.home-news-panel::after{
  content:"";
  position:absolute;
  z-index:0;
  right:-28px;
  bottom:-54px;
  width:245px;
  aspect-ratio:1;
  background:url("assets/phoenix-ethereal-visible.png") center/contain no-repeat;
  opacity:.34;
  pointer-events:none;
  filter:saturate(.88) contrast(1.02) drop-shadow(0 7px 16px rgba(230,111,43,.10));
}
.progress-focus-card::after{right:18%;bottom:-72px;width:275px;opacity:.27;transform:rotate(-4deg)}
.exam-info-panel::after{right:-62px;bottom:-74px;width:270px;opacity:.28;transform:rotate(3deg)}
.home-news-panel::after{right:-72px;bottom:-92px;width:330px;opacity:.23;transform:rotate(-5deg)}
.resume-card>*,.progress-focus-card>*,.exam-info-panel>*,.home-news-panel>*{position:relative;z-index:1}
@media(max-width:700px){
  .hero-dashboard::after{right:-82px!important;top:2px!important;width:335px!important;height:335px!important;opacity:.18!important}
  .resume-card::after{right:-58px;bottom:-43px;width:205px;opacity:.23}
  .progress-focus-card::after{right:-62px;bottom:-58px;width:220px;opacity:.19}
  .exam-info-panel::after{right:-74px;bottom:-68px;width:210px;opacity:.20}
  .home-news-panel::after{right:-88px;bottom:-72px;width:245px;opacity:.16}
}

/* ПКМ №865: responsive content-plan roadmap. */
/* Clean home banner and two additional phoenix placements. */
.hero-dashboard::before{
  content:none!important;
  display:none!important;
  background:none!important;
}
.proc-hero,.testing-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.proc-hero::before,.testing-hero::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:300px!important;
  height:300px!important;
  right:-34px!important;
  top:auto!important;
  bottom:-88px!important;
  background:url("assets/phoenix-ethereal-visible.png") center/contain no-repeat!important;
  opacity:.22!important;
  transform:rotate(-4deg)!important;
  pointer-events:none!important;
  filter:saturate(.9) brightness(1.04) drop-shadow(0 8px 20px rgba(240,111,36,.12))!important;
}
.testing-hero::before{right:28px!important;bottom:-105px!important;opacity:.20!important;transform:rotate(3deg)!important}
.proc-hero>*,.testing-hero>*{position:relative;z-index:1}
@media(max-width:700px){
  .proc-hero::before,.testing-hero::before{width:230px!important;height:230px!important;right:-64px!important;bottom:-62px!important;opacity:.16!important}
}

/* Platform wordmark: typographic only, without an extra logo or ornament. */
.sidebar .brand{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  flex-direction:column;
  align-items:flex-start;
  gap:5px;
  padding:4px 1px 6px;
  color:#fff5ed!important;
  font-size:28px!important;
  font-weight:950!important;
  line-height:.82!important;
  letter-spacing:-.055em!important;
  text-transform:lowercase;
  text-shadow:0 5px 18px rgba(0,0,0,.24);
}
.sidebar .brand::first-letter{color:#ff7a2d}
.sidebar .brand small{
  margin:0!important;
  padding-left:2px;
  color:#ff9a5b!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.31em!important;
  text-transform:uppercase;
  text-shadow:none;
}
.hero-dashboard .hero-copy h2{
  width:max-content;
  max-width:100%;
  margin:10px 0 13px!important;
  color:#fff!important;
  font-size:clamp(42px,6vw,68px)!important;
  font-weight:950!important;
  line-height:.92!important;
  letter-spacing:-.065em!important;
  text-transform:lowercase;
  text-shadow:0 10px 28px rgba(0,0,0,.26);
}
.hero-dashboard .hero-copy h2::first-letter{color:#ff7b2d}
@media(max-width:700px){
  .sidebar .brand{font-size:24px!important}
  .hero-dashboard .hero-copy h2{font-size:clamp(38px,12vw,50px)!important;letter-spacing:-.055em!important}
}

.npa-index-description{min-height:42px;margin:9px 0 14px;color:#53514f;font-size:12px;line-height:1.45}
.npa-roadmap{display:grid;gap:0;margin-top:16px}
.npa-roadmap-item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:start;padding:0 0 18px;scroll-margin-top:18px}
.npa-roadmap-rail{display:flex;height:100%;min-height:94px;align-items:center;flex-direction:column}
.npa-roadmap-rail span{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:12px;background:#1b1b1b;color:#ff9454;font-size:14px;font-weight:900;box-shadow:0 7px 15px rgba(16,12,10,.10)}
.npa-roadmap-rail i{width:2px;flex:1;min-height:46px;margin-top:7px;background:linear-gradient(#f06f24,#e5ded8)}
.npa-roadmap-body{min-width:0;padding:16px 17px;border:1px solid #dedbd6;border-left:4px solid #f06f24;border-radius:15px;background:linear-gradient(145deg,#fff,#fcfaf7);box-shadow:0 8px 20px rgba(20,15,12,.035)}
.npa-roadmap-body h3{margin:0 0 8px;color:#23211f;font-size:17px;line-height:1.4}
.npa-roadmap-body>p{margin:0;color:#484744;line-height:1.58}
.npa-roadmap-body dl{display:grid;grid-template-columns:minmax(160px,.55fr) minmax(240px,1fr);gap:9px;margin:15px 0 0}
.npa-roadmap-body dl>div{padding:10px 11px;border-radius:11px;background:#f5f3f0}
.npa-roadmap-body dt{margin-bottom:3px;color:#9a3b0d;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.npa-roadmap-body dd{margin:0;color:#3f3d3a;font-size:12px;line-height:1.45}
.npa-milestones{display:flex;gap:6px;flex-wrap:wrap;margin-top:13px}
.npa-milestones span{display:inline-flex;padding:5px 8px;border:1px solid #edcdb9;border-radius:999px;background:#fff5ee;color:#733211;font-size:10px;font-weight:800}
.npa-roadmap-item>.npa-mark-btn{margin-top:5px}
.npa-roadmap-item.search-target .npa-roadmap-body{border-color:#f06f24;box-shadow:0 0 0 4px rgba(240,111,36,.14)}
@media(max-width:760px){
  .npa-roadmap-item{grid-template-columns:42px minmax(0,1fr)}
  .npa-roadmap-rail span{width:34px;height:34px}
  .npa-roadmap-body{padding:14px}
  .npa-roadmap-body dl{grid-template-columns:1fr}
  .npa-roadmap-item>.npa-mark-btn{grid-column:2;width:100%;margin-top:-9px}
}

/* Research library */
.research-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:26px;border-radius:20px;color:#fff;background:linear-gradient(125deg,#1b1917,#443025 68%,#7e3917);overflow:hidden;position:relative}
.research-hero:after{content:"";position:absolute;right:-62px;top:-90px;width:260px;height:260px;border:1px solid rgba(255,143,72,.28);border-radius:50%;box-shadow:0 0 0 34px rgba(240,120,44,.055),0 0 0 68px rgba(240,120,44,.03)}
.research-hero>*{position:relative;z-index:1}.research-hero h2{font-size:30px;max-width:760px;margin:7px 0 8px}.research-hero p{color:#f1e8e1;line-height:1.55;margin:0;max-width:720px}
.research-hero-count{width:118px;height:118px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.96);color:#241e1a;box-shadow:0 12px 30px rgba(0,0,0,.2)}.research-hero-count b{font-size:38px;color:#c75217}.research-hero-count span{font-size:11px;font-weight:800}
.research-grid{display:grid;gap:16px;margin-top:16px}.research-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.research-card:after{content:"";position:absolute;right:-70px;bottom:-90px;width:210px;height:210px;border:1px solid rgba(240,120,44,.14);transform:rotate(45deg);box-shadow:0 0 0 30px rgba(240,120,44,.025)}.research-card>*{position:relative;z-index:1}
.research-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:0}.research-card-head h3{font-size:25px;margin:8px 0 0}.research-category,.research-country{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:850}.research-category{background:#241f1b;color:#ff9856}.research-country{background:#fff0e5;color:#a94613;white-space:nowrap}
.research-author{font-weight:850;margin-top:10px;color:#443b35}.research-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.research-meta span,.research-tags span{font-size:11px;border-radius:999px;padding:5px 9px;background:#f1ece8;color:#544a43;font-weight:700}.research-summary{font-size:16px;line-height:1.6;max-width:940px;margin:20px 0}
.research-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.research-columns section{border-radius:14px;padding:17px;background:#f8f5f2;border:1px solid #eee3dc}.research-columns h4{margin:0 0 10px}.research-columns ul{margin:0;padding-left:19px;line-height:1.55}.research-practice{border-left:4px solid var(--orange)!important;background:#fff7f1!important}.research-practice p{margin:0;line-height:1.6}
.research-details{margin-top:15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0 4px}.research-details summary{cursor:pointer;padding:13px 0;font-weight:800;color:#3d342e}.research-details p{line-height:1.55}.research-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.research-card-footer{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px}.research-card-footer>span{font-size:12px;color:#625952;overflow-wrap:anywhere}
@media(max-width:700px){.research-hero{grid-template-columns:1fr;padding:20px}.research-hero-count{width:104px;height:104px}.research-hero-count span{font-size:10px}.research-hero h2{font-size:25px}.research-columns{grid-template-columns:1fr}.research-card{padding:18px}.research-card-head,.research-card-footer{align-items:flex-start;flex-direction:column}.research-card-head h3{font-size:21px}.research-card-footer .btn{width:100%;text-align:center}}

/* Test builder */
.test-builder{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:19px;padding:22px;box-shadow:var(--shadow)}.test-builder-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.test-builder-head h2{margin:5px 0}.test-builder-head p{margin:0;line-height:1.55;color:#665d57;max-width:760px}.test-builder-total{width:130px;height:130px;border-radius:50%;background:linear-gradient(145deg,#211d1a,#5d2e18);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.test-builder-total b{font-size:37px;color:#ff9552}.test-builder-total span{font-size:10px;max-width:80px;line-height:1.3}
.builder-step{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;padding:19px 0;border-bottom:1px solid var(--line)}.builder-step>span{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#241f1b;color:#ff9450;font-weight:900}.builder-step h3{margin:2px 0 3px}.builder-step p{margin:0 0 11px}.builder-chips{display:flex;gap:7px;flex-wrap:wrap}.builder-chip{border:1px solid #dfd7d1;background:#faf8f6;color:#302a26;border-radius:999px;padding:8px 10px;font-weight:750;display:inline-flex;gap:7px;align-items:center}.builder-chip small{min-width:22px;padding:2px 5px;border-radius:999px;background:#eee7e1;color:#6d5e54}.builder-chip:hover{border-color:#e4864f}.builder-chip.active{background:#28221e;color:#fff;border-color:#28221e}.builder-chip.active small{background:#e66c24;color:#fff}.builder-counts{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.test-builder-footer{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:18px}.test-builder-footer>div{display:flex;align-items:center;gap:12px}.test-builder-footer span{font-size:12px;color:#655c55}
@media(max-width:700px){.test-builder{padding:17px}.test-builder-head{grid-template-columns:1fr}.test-builder-total{width:104px;height:104px}.builder-step{grid-template-columns:34px minmax(0,1fr)}.test-builder-footer,.test-builder-footer>div{align-items:stretch;flex-direction:column}.test-builder-footer .btn{width:100%}.builder-chip{max-width:100%;white-space:normal;text-align:left}}

.saved-test-card{margin:16px 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 20px;border:1px solid #e8c6af;border-radius:18px;background:linear-gradient(120deg,#fffaf6,#fff 58%,#fff2e8);box-shadow:0 12px 30px rgba(75,42,22,.08);position:relative;overflow:hidden}.saved-test-card:after{content:"";position:absolute;width:120px;height:120px;border:18px solid rgba(231,104,34,.07);transform:rotate(45deg);right:72px;top:-82px;pointer-events:none}.saved-test-mark{width:72px;height:72px;border-radius:18px;background:#28211d;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 2px rgba(255,146,78,.25)}.saved-test-mark span{font-size:25px;font-weight:900;color:#ff914b;line-height:1}.saved-test-mark small{font-size:10px;margin-top:5px;color:#f5e8df}.saved-test-copy{min-width:0;position:relative;z-index:1}.saved-test-copy h3{margin:4px 0 5px}.saved-test-copy p{margin:0;color:#574d46;line-height:1.5}.saved-test-copy p span{white-space:nowrap;color:#8a5e43;font-size:11px}.saved-test-actions{display:flex;gap:8px;position:relative;z-index:1}.quiz-session-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.quiz-save-state{display:inline-flex;align-items:center;gap:7px;color:#6b5b50;font-size:11px;font-weight:750}.quiz-save-state:before{content:"";width:8px;height:8px;border-radius:50%;background:#e66c24;box-shadow:0 0 0 4px rgba(230,108,36,.12)}
@media(max-width:700px){.saved-test-card{grid-template-columns:58px minmax(0,1fr);padding:16px;gap:13px}.saved-test-mark{width:58px;height:58px;border-radius:15px}.saved-test-actions{grid-column:1/-1}.saved-test-actions .btn{flex:1}.quiz-session-bar{align-items:flex-start;flex-direction:column;gap:7px}.quiz-save-state{align-self:flex-start}}
