:root{--gold:#e5b84a;--teal:#2dd4bf}section{position:relative;overflow:hidden}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.gold-text{background:linear-gradient(135deg,#e5b84a,#f5d98c,#c49a2a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dot{width:7px;height:7px;border-radius:50%;background:var(--teal)}.pill{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff9;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);padding:6px 14px;border-radius:999px;margin-bottom:1.4rem}.section-pill{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin-bottom:1rem}.section-title{font-size:clamp(1.9rem,4.2vw,2.9rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:.9rem;text-align:center}.section-sub{font-size:15.5px;line-height:1.78;color:#ffffff8f;max-width:700px;margin:0 auto 2.5rem;text-align:center}.btn-gold{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#e5b84a,#f5d98c,#c49a2a);color:#0a0f1e;font-weight:800;font-size:14px;padding:13px 24px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s,transform .2s}.btn-gold:hover{opacity:.9;transform:translateY(-1px)}.btn-gold.pulse{animation:pulse-glow 2.6s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 #e5b84a4d}50%{box-shadow:0 0 0 12px #e5b84a00}}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fffc;font-weight:600;font-size:14px;padding:12px 22px;border-radius:10px;text-decoration:none;border:1px solid rgba(255,255,255,.2);transition:border-color .2s,color .2s;cursor:pointer}.btn-outline:hover{border-color:#fff6;color:#fff}#hero{padding:140px 0 90px}.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(110px)}.orb-1{width:540px;height:540px;top:-120px;left:-80px;background:radial-gradient(circle,rgba(229,184,74,.12),transparent 70%)}.orb-2{width:440px;height:440px;top:-40px;right:-60px;background:radial-gradient(circle,rgba(45,212,191,.09),transparent 70%)}.orb-3{width:300px;height:300px;bottom:-60px;left:40%;background:radial-gradient(circle,rgba(99,102,241,.07),transparent 70%)}.hero-inner{position:relative;z-index:1;max-width:920px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:1.8rem;font-size:13px;color:#ffffff61}.breadcrumb a{color:#ffffff80;text-decoration:none}.breadcrumb a:hover{color:#fffc}h1{font-size:clamp(2rem,4.8vw,3.4rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#fff;margin-bottom:1.25rem}.hero-sub{font-size:clamp(15px,2vw,17px);line-height:1.78;color:#ffffff94;max-width:760px;margin:0 0 1.6rem}.meta-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.8rem}.meta-chip{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:#ffffffbf;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);padding:5px 12px;border-radius:999px}.hero-cta{font-size:15px;padding:14px 28px}#what-this-tests{padding:5.5rem 0;text-align:center}.signals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;text-align:left}.signal-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;transition:border-color .2s,background .2s}.signal-card:hover{border-color:#ffffff26;background:#ffffff0d}.signal-icon-wrap{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}.signal-icon{font-size:1.5rem;line-height:1}.signal-tag{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem}.signal-card h3{font-size:15px;font-weight:800;color:#fff;margin-bottom:.5rem}.signal-card p{font-size:13.5px;line-height:1.68;color:#ffffff8f}.signal-riasec .signal-icon-wrap{background:#6366f126}.signal-riasec .signal-tag{color:#818cf8}.signal-stream .signal-icon-wrap{background:#10b98126}.signal-stream .signal-tag{color:#6ee7b7}.signal-mi .signal-icon-wrap{background:#8b5cf626}.signal-mi .signal-tag{color:#c4b5fd}.signal-apt .signal-icon-wrap{background:#14b8a626}.signal-apt .signal-tag{color:#5eead4}.signal-ls .signal-icon-wrap{background:#ec489926}.signal-ls .signal-tag{color:#f9a8d4}.signal-career .signal-icon-wrap{background:#f59e0b26}.signal-career .signal-tag{color:#fcd34d}#assessment{padding:5.5rem 0;text-align:center}#assessment .results-box{text-align:left}.quiz-box{max-width:780px;margin:0 auto;background:#ffffff06;border:none;border-radius:20px;padding:2rem 2.25rem 1.75rem;text-align:left}.quiz-progress{margin-bottom:1.75rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.q-counter{font-size:12px;font-weight:700;color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em}.q-pct{font-size:12px;font-weight:600;color:var(--teal)}.progress-bar-wrap{height:7px;background:#ffffff14;border-radius:999px;overflow:hidden}.progress-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--teal),var(--gold));border-radius:999px;transition:width .4s ease}.q-num{font-size:11.5px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}.q-text{font-size:clamp(17px,2.5vw,21px);font-weight:700;color:#fff;line-height:1.45;margin-bottom:1.5rem}.q-opts{display:flex;flex-direction:column;gap:.7rem}.opt-radio{position:absolute;opacity:0;width:0;height:0}.opt-label{display:flex;align-items:flex-start;gap:.9rem;background:#ffffff0a;border:none;border-radius:13px;padding:1rem 1.2rem;text-align:left;color:#fffc;font-size:15px;line-height:1.55;font-family:inherit;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.opt-label:hover{background:#ffffff14;color:#fff;transform:translate(4px);box-shadow:0 4px 12px #00000026}.opt-label:focus-within{outline:2px solid var(--teal);outline-offset:2px}.opt-label:active{transform:translate(2px)}.opt-letter{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#ffffff14;border:none;font-size:13px;font-weight:800;color:#ffffff8c;flex-shrink:0;margin-top:1px;transition:background .18s,color .18s}.opt-text{flex:1}.opt-label:hover .opt-letter{background:#ffffff1f;color:#fffc}.opt-label.selected{background:linear-gradient(135deg,#e5b84a21,#e5b84a0d);color:#fff}.opt-label.selected .opt-letter{background:var(--gold);color:#0a0f1e;font-size:15px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.quiz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.07)}.btn-back{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid rgba(255,255,255,.14);color:#ffffff8c;font-size:13px;font-weight:600;padding:9px 16px;border-radius:8px;cursor:pointer;font-family:inherit;transition:.18s}.btn-back:disabled{opacity:.3;cursor:not-allowed}.btn-back:not(:disabled):hover{border-color:#ffffff47;color:#fffc}.btn-next{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#e5b84a,#f5d98c,#c49a2a);color:#0a0f1e;font-size:14px;font-weight:800;padding:11px 22px;border-radius:9px;border:none;cursor:pointer;font-family:inherit;transition:opacity .18s,transform .18s}.btn-next:disabled{opacity:.4;cursor:not-allowed}.btn-next:not(:disabled):hover{opacity:.9;transform:translateY(-1px)}.keyboard-hint{font-size:11.5px;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:4px;cursor:help}@media print{#hero,#faq,#next-steps,#final-cta,.quiz-nav,.res-guidance,.keyboard-hint{display:none}body{background:#fff;color:#000}.res-header,.res-section{background:#fff;border-color:#999;padding:1rem}h1,h2,h3,h4{color:#000}.res-title{font-size:1.8rem;margin-bottom:.5rem}}.results-box{max-width:820px;margin:0 auto;text-align:left}.res-header{display:flex;align-items:flex-start;gap:1.5rem;background:linear-gradient(135deg,#ffffff0a,#ffffff04);border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:1.75rem 2rem;margin-bottom:1.25rem}.res-hero-left{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex-shrink:0}.res-emoji-wrap{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center}.res-emoji{font-size:2.5rem;line-height:1}.res-code-badge{display:inline-block;font-size:12px;font-weight:700;padding:4px 12px;border-radius:8px;letter-spacing:.05em;white-space:nowrap}.res-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;margin-bottom:.4rem}.res-title{font-size:clamp(1.6rem,3.5vw,2.3rem);font-weight:800;line-height:1.1;margin-bottom:.45rem}.res-secondary-badge{display:inline-block;font-size:13px;font-weight:600;color:#ffffffa6;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);padding:4px 12px;border-radius:8px;margin-bottom:.6rem}.res-tagline{font-size:15px;color:#ffffffad;line-height:1.6;margin-bottom:.5rem}.res-combo-note{font-size:13px;color:#ffffff80;line-height:1.65}.res-section{background:#ffffff06;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem 1.6rem;margin-bottom:1.1rem}.res-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}.res-section-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;line-height:1}.res-section-header h3{font-size:16px;font-weight:800;color:#fff}.res-section-note{font-size:13px;color:#ffffff80;margin-bottom:1rem;line-height:1.65}.rb-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.55rem}.rb-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.rb-label{display:flex;align-items:center;gap:.4rem;font-size:13px;min-width:165px}.rb-track{flex:1;height:10px;background:#ffffff12;border-radius:999px;overflow:hidden}.rb-fill{height:100%;border-radius:999px;transition:width .6s ease}.rb-pct{font-size:12px;font-weight:700;min-width:36px;text-align:right}.rg-roles{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.rg-role-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:11px;padding:.85rem 1rem;display:grid;grid-template-columns:1fr auto;gap:.5rem}.rg-role-title{font-size:.93rem;font-weight:700;color:#e2e8f0}.rg-role-path{font-size:.78rem;color:#ffffff73;margin-top:.15rem}.rg-role-salary{font-size:.85rem;font-weight:700;color:#4ade80;white-space:nowrap}.rg-meta{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.5rem}.rg-meta-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.7rem .9rem}.rg-meta-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff59;margin-bottom:.3rem}.rg-meta-val{font-size:.82rem;color:#ffffffa6;line-height:1.55}.rg-reasoning-box{padding:.9rem 1.1rem;border-radius:12px;margin-top:.7rem}.rg-reasoning-title{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.rg-reasoning-text{font-size:13.5px;color:#ffffffa6;line-height:1.7}.start-cards{display:flex;flex-direction:column;gap:.7rem}.start-card{display:flex;align-items:flex-start;gap:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:13px;padding:.9rem 1.1rem}.start-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:8px;background:#2dd4bf1f;border:1px solid rgba(45,212,191,.3);color:#2dd4bf;font-size:14px;font-weight:800}.start-card p{font-size:14px;color:#ffffffb8;line-height:1.65;flex:1}.mi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem;margin-bottom:1rem}.mi-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:.75rem .8rem;text-align:center}.mi-card.mi-top{border-width:2px}.mi-icon{font-size:1.3rem;margin-bottom:.25rem}.mi-name{font-size:12px;font-weight:700;color:#ffffffbf;margin-bottom:.4rem}.mi-score{font-size:.78rem;color:#fff6}.mi-detail-box{padding:1rem 1.1rem;border-radius:12px;font-size:13.5px}.mi-tip-inner{margin-top:.6rem;font-size:13px;color:#ffffffa6;line-height:1.6}.apt-bars{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.85rem}.apt-row{display:flex;flex-direction:column;gap:.3rem}.apt-label{display:flex;align-items:center;gap:.5rem;font-size:13px}.apt-bar{height:9px;background:#ffffff12;border-radius:999px;overflow:hidden}.apt-fill{height:100%;border-radius:999px}.apt-val{font-size:12px;color:#fff6}.apt-meaning{display:flex;flex-direction:column;gap:.5rem}.apt-key{display:flex;align-items:flex-start;gap:.5rem;font-size:13px;color:#fff9;line-height:1.55}.apt-k-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:3px}.ls-type-banner{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.1rem;border-radius:10px;margin-bottom:.8rem}.ls-type-name{font-size:15px;font-weight:800}.ls-type-note{font-size:12px;color:#ffffff73}.ls-tip-box{padding:.85rem 1rem;margin-bottom:.9rem}.ls-tip-box p{font-size:13.5px;color:#ffffffa6;line-height:1.7}.ct-wrap{overflow-x:auto;margin-bottom:.75rem}.career-table{width:100%;border-collapse:collapse;font-size:13px}.career-table th{background:#ffffff0f;color:#fff9;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.6rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.career-table td{padding:.65rem .75rem;color:#ffffffb3;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:top;line-height:1.5}.career-table tr:last-child td{border-bottom:none}.career-table tr:hover td{background:#ffffff08}.salary-pill{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:5px;background:#4ade8026;color:#6ee7b7;white-space:nowrap}.roadmap-phases{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.85rem}.rp-phase{padding:.9rem 1.1rem;border-radius:12px}.rp-free{background:#2dd4bf0f;border:1px solid rgba(45,212,191,.2)}.rp-taste{background:#e5b84a0f;border:1px solid rgba(229,184,74,.2)}.rp-commit{background:#8b5cf60f;border:1px solid rgba(139,92,246,.2)}.rp-tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:.4rem}.rp-phase p{font-size:13.5px;color:#ffffffa6;line-height:1.7}.air-rating-badge{display:inline-block;font-size:13px;font-weight:800;padding:6px 16px;border-radius:10px;margin-bottom:.9rem;letter-spacing:.02em}.air-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:.8rem}.air-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.9rem 1rem}.air-card-title{font-size:12.5px;font-weight:800;color:#ffffffb3;margin-bottom:.4rem}.air-card p{font-size:13px;color:#ffffff8c;line-height:1.6}.air-action-box{padding:.85rem 1rem;border-radius:10px;font-size:13px;color:#ffffffa6;line-height:1.65;margin-bottom:.6rem}.air-risk-box{background:#ef44440f;border:1px solid rgba(239,68,68,.2);border-radius:10px;padding:.8rem 1rem;font-size:13px;color:#fff9;line-height:1.65}.pre11-cards{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.85rem}.pre11-card{display:flex;align-items:flex-start;gap:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.1rem}.pre11-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#e5b84a1f;border:1px solid rgba(229,184,74,.3);color:#e5b84a;font-size:13px;font-weight:800;flex-shrink:0}.pre11-q{font-size:14px;color:#ffffffb3;line-height:1.65}.res-guidance{background:linear-gradient(135deg,#e5b84a14,#2dd4bf0a);border:2px solid rgba(229,184,74,.25);border-radius:20px;padding:2rem;text-align:center;margin-bottom:.5rem}.rg-icon-row{font-size:2rem;margin-bottom:.75rem}.res-section-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;background:#ffffff06;border:1px solid rgba(255,255,255,.08);padding:1.5rem 1.6rem;margin-bottom:1.1rem;border-bottom:none;border-radius:16px 16px 0 0;cursor:pointer;transition:background .2s}.res-section-toggle:hover{background:#ffffff0a}.res-section-toggle[aria-expanded=true]{border-bottom:1px solid rgba(255,255,255,.08);border-bottom-left-radius:16px;border-bottom-right-radius:16px}.res-section-content{max-height:100%;opacity:1;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;background:#ffffff06;border:1px solid rgba(255,255,255,.08);border-top:none;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:1.5rem 1.6rem;margin-bottom:1.1rem;margin-top:-1.1rem}.res-section-content.collapsed{max-height:0;opacity:0;padding:0;margin:0}.res-section-toggle-arrow{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0}.res-section-toggle[aria-expanded=true] .res-section-toggle-arrow{transform:rotate(180deg)}#faq{padding:5.5rem 0}.faq-list{display:flex;flex-direction:column;gap:.6rem;max-width:780px;margin:0 auto}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.3rem;font-size:15px;font-weight:700;color:#ffffffd9;cursor:pointer;list-style:none;gap:1rem}.faq-q::-webkit-details-marker{display:none}.faq-arr{flex-shrink:0;opacity:.45;transition:transform .2s}details[open] .faq-arr{transform:rotate(180deg)}.faq-a{padding:0 1.3rem 1.1rem;font-size:14px;color:#ffffff8c;line-height:1.75}#next-steps{padding:5rem 0;text-align:center}.links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;text-align:left;margin-top:2rem}.link-card{display:flex;align-items:flex-start;gap:.9rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.1rem 1.2rem;text-decoration:none;transition:border-color .2s,background .2s}.link-card:hover{border-color:#fff3;background:#ffffff0d}.lc-icon{font-size:1.5rem;flex-shrink:0}.lc-title{font-size:14.5px;font-weight:700;color:#fff;margin-bottom:.2rem}.lc-desc{font-size:13px;color:#ffffff80;line-height:1.55}#final-cta{padding:5.5rem 0}.cta-inner{text-align:center;max-width:700px;margin:0 auto}.cta-pill{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#ffffff80;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);padding:5px 14px;border-radius:999px;margin-bottom:1.25rem}.cta-headline{font-size:clamp(1.8rem,4vw,2.7rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#fff;margin-bottom:1rem}.cta-sub{font-size:15px;color:#ffffff8c;line-height:1.78;margin-bottom:2rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.cta-note{font-size:13px;color:#ffffff4d}@media (max-width:768px){.signals-grid{grid-template-columns:1fr 1fr}.mi-grid{grid-template-columns:repeat(2,1fr)}.air-grid{grid-template-columns:1fr}.links-grid{grid-template-columns:1fr 1fr}.res-header{flex-direction:column}.rg-meta{grid-template-columns:1fr}.quiz-box{padding:1.5rem 1.2rem}.opt-label{padding:.85rem 1rem;gap:.7rem}.btn-back,.btn-next{font-size:13px;padding:10px 16px}.quiz-nav{flex-wrap:wrap;gap:.7rem}}@media (max-width:500px){.signals-grid{grid-template-columns:1fr}.links-grid{grid-template-columns:1fr}.career-table{font-size:12px}.career-table th,.career-table td{padding:.5rem .55rem}.quiz-box{padding:1.2rem 1rem;border-radius:16px}.opt-label{padding:.8rem .9rem;font-size:14px;gap:.6rem}.opt-letter{width:28px;height:28px;font-size:12px}.q-text{font-size:clamp(15px,2vw,17px)}.btn-back,.btn-next{font-size:12px;padding:8px 12px}.btn-back svg,.btn-next svg{width:12px;height:12px}.keyboard-hint{display:none}.quiz-nav{flex-direction:column;gap:.5rem}.btn-back,.btn-next{width:100%}.res-header{padding:1.3rem 1rem}.res-section{padding:1.2rem 1rem}.res-section-header h3{font-size:15px}.mi-grid{grid-template-columns:repeat(2,1fr)}.air-grid,.rg-meta{grid-template-columns:1fr}.start-cards{gap:.6rem}.start-card{padding:.8rem 1rem}.pre11-card{padding:.8rem .9rem}.res-section-toggle-arrow{width:18px;height:18px}}
