:root{--bg:#f7f5f2;--surface:#fff;--surface-soft:#f2f0ec;--green:#2d4a3e;--green-hover:#3d6155;--green-light:#eef5f1;--green-mid:#4a7c65;--green-muted:#6b7b6e;--text:#1c2b22;--text-muted:#6b7b6e;--text-hint:#9ca89e;--border:#00000014;--border-mid:#00000021;--border-strong:#0003;--lvl-0-bg:#f1efe8;--lvl-0-fg:#5f5e5a;--lvl-1-bg:#eaf3de;--lvl-1-fg:#3b6d11;--lvl-2-bg:#e3f5f0;--lvl-2-fg:#1f7a64;--lvl-3-bg:#fef5e7;--lvl-3-fg:#b07d1a;--lvl-4-bg:#fcebeb;--lvl-4-fg:#a32d2d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 4px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001a;--focus-ring:0 0 0 3px #2d4a3e38;color:var(--text);background:var(--bg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}*,:before,:after{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}button{font:inherit;cursor:pointer;color:inherit;border-radius:var(--radius-sm);background:0 0;border:none;min-height:40px;padding:10px 18px;transition:background .14s,color .14s,border-color .14s,box-shadow .14s,transform .12s}button:focus-visible,select:focus-visible,input:focus-visible{box-shadow:var(--focus-ring);outline:none}.app-shell{max-width:980px;margin:0 auto;padding:40px 24px 80px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:16px;padding:24px 28px}.btn-primary{background:var(--green);color:#fff;border-radius:var(--radius-sm);border:none;min-width:120px;padding:10px 22px;font-weight:600}.btn-primary:hover:not(:disabled){background:var(--green-hover);transform:translateY(-1px)}.btn-primary:disabled{color:#e8ede9;cursor:not-allowed;background:#b8c4ba;transform:none}.btn-secondary{background:var(--surface);color:var(--text);border:1.5px solid var(--border-mid);border-radius:var(--radius-sm);min-width:100px;padding:9px 18px;font-weight:500}.btn-secondary:hover:not(:disabled){background:var(--surface-soft);border-color:var(--border-strong);transform:none}.ava-header-shell{margin-bottom:0}.ava-header{border-bottom:1px solid var(--border);box-shadow:none;background:0 0;border-radius:0;justify-content:space-between;align-items:center;gap:16px;margin-bottom:0;padding:16px 0 18px;display:flex}.ava-header__restart-row{justify-content:flex-end;align-items:center;padding:8px 0 0;display:flex}.ava-header__brand{align-items:center;gap:11px;display:flex}button.ava-header__brand{cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;margin:0;padding:0}.ava-header__restart-icon{justify-content:center;align-items:center;padding-left:10px;padding-right:10px;display:inline-flex}.ava-logo-mark{flex-shrink:0;width:auto;height:34px;display:block}.ava-header__title{color:var(--text);letter-spacing:.01em;margin:0;font-size:.97rem;font-weight:600}.ava-header__tagline{display:none}.ava-header__nav{align-items:center;gap:2px;display:flex}.ava-header__nav-link{border-radius:var(--radius-sm);color:var(--text-muted);background:0 0;border:none;min-height:auto;padding:7px 13px;font-size:.88rem;font-weight:500}.ava-header__nav-link:hover{background:var(--green-light);color:var(--green);transform:none}.stepper{justify-content:center;align-items:center;gap:0;margin:0 0 4px;padding:0;list-style:none;display:flex}.stepper__item{align-items:center;display:flex}.stepper__item:not(:last-child):after{content:"";background:#d4ddd6;width:36px;height:1.5px;display:block}.stepper__item.is-done-line:after{background:var(--green)}.stepper__dot{background:var(--surface);width:28px;height:28px;color:var(--text-hint);border:1.5px solid #d4ddd6;border-radius:50%;justify-content:center;align-items:center;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.stepper__dot.is-current{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 0 0 4px #2d4a3e24}.stepper__dot.is-complete{background:var(--green);color:#fff;border-color:var(--green)}.wizard{margin-bottom:16px}.wizard__title{color:var(--text);letter-spacing:-.018em;margin:28px 0 8px;font-size:clamp(1.55rem,2.6vw,2.2rem);font-weight:700;line-height:1.18}.wizard__title:focus,.wizard__title:focus-visible{box-shadow:none;outline:none}.wizard__helper{color:var(--text-muted);max-width:60ch;margin:0 0 26px;font-size:.97rem;line-height:1.55}.wizard__status{color:var(--text-muted);margin:-4px 0 16px;font-size:.86rem}.wizard-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:12px;margin-top:8px;padding-top:20px;display:flex}.wizard-footer__right{gap:8px;display:flex}.choice-grid{gap:10px;margin-bottom:24px;display:grid}.choice-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.choice-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.choice-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-card{text-align:left;background:var(--surface);width:100%;min-height:148px;color:var(--text);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;gap:9px;padding:16px 14px 14px;font-weight:400;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative}.choice-card:hover{border-color:var(--green);box-shadow:var(--shadow-sm);background:#f5f9f6;transform:none}.choice-card:focus-visible{box-shadow:var(--focus-ring);outline:none}.choice-card.is-selected{border-color:var(--green);background:var(--green-light);box-shadow:0 4px 14px #2d4a3e1a}.choice-card__check{background:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:10px;right:10px}.choice-card__icon{color:#4a6558;background:#f0ede8;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.choice-card__label{color:var(--text);font-size:.9rem;font-weight:600;line-height:1.3}.choice-card__description{color:var(--text-muted);font-size:.82rem;line-height:1.45}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--text-hint);margin:0 0 10px;font-size:.68rem;font-weight:700}.notice{border-radius:var(--radius-sm);background:var(--green-light);color:var(--green);border:1px solid #c8ddd2;margin-top:14px;padding:11px 14px;font-size:.9rem;font-weight:500}.debug-toggle{color:var(--text-hint);align-items:center;gap:8px;margin:10px 0 20px;font-size:.86rem;font-weight:500;display:flex}.debug-toggle input{width:auto}.summary-grid{grid-template-columns:130px 1fr;gap:7px 12px;margin:10px 0 0;font-size:.9rem;display:grid}.summary-grid dt{font-weight:600}summary{cursor:pointer;color:var(--text);font-weight:600}.result__empty{border:1px dashed var(--border-mid);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text-muted);margin-top:12px;padding:11px 13px;font-size:.9rem}.modal-overlay{z-index:200;background:#141e1880;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);width:100%;max-width:390px;box-shadow:var(--shadow-lg);border-radius:20px;padding:30px}.modal__logo{background:var(--green);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:18px;display:flex}.modal__title{color:var(--text);letter-spacing:-.01em;margin:0 0 8px;font-size:1.18rem;font-weight:700;line-height:1.3}.modal__desc{color:var(--text-muted);margin:0 0 20px;font-size:.93rem;line-height:1.65}.modal__bullets{flex-direction:column;gap:11px;margin:0 0 24px;padding:0;list-style:none;display:flex}.modal__bullet{color:var(--text);align-items:flex-start;gap:10px;font-size:.91rem;line-height:1.5;display:flex}.modal__bullet strong{font-weight:600}.modal__bullet-icon{background:var(--green-light);width:20px;height:20px;color:var(--green-mid);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.modal__actions{flex-direction:column;gap:7px;display:flex}.modal__btn-start{background:var(--green);color:#fff;border-radius:var(--radius-sm);border:none;width:100%;min-height:auto;padding:11px;font-size:.97rem;font-weight:600}.modal__btn-start:hover{background:var(--green-hover);transform:none}.modal__btn-skip{border-radius:var(--radius-sm);width:100%;color:var(--text-hint);background:0 0;border:none;min-height:auto;padding:8px;font-size:.84rem;font-weight:500}.modal__btn-skip:hover{color:var(--green);background:var(--green-light);transform:none}.drawer-overlay{z-index:100;background:#141e1859;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{background:var(--surface);flex-direction:column;width:100%;max-width:540px;height:100%;display:flex;box-shadow:-6px 0 32px #0000001a}.drawer__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 26px;display:flex}.drawer__title{color:var(--text);font-size:.95rem;font-weight:700}.drawer__close{border-radius:var(--radius-sm);color:var(--text-hint);background:0 0;border:none;align-items:center;min-height:auto;padding:6px;display:flex}.drawer__close:hover{background:var(--surface-soft);color:var(--text);transform:none}.drawer__body{flex:1;padding:26px;overflow-y:auto}.drawer-cross-link{font:inherit;color:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin:0;padding:0;-webkit-text-decoration:underline #2d4a3e59;text-decoration:underline #2d4a3e59;display:inline}.drawer-cross-link:hover{color:var(--green);-webkit-text-decoration-color:var(--green-hover);text-decoration-color:var(--green-hover)}.drawer-cross-link:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:2px}.prompt-library__drawer-cross{margin-top:22px;margin-bottom:0}.methodology__drawer-cross{margin-top:18px;margin-bottom:0}.methodology__title{color:var(--text);letter-spacing:-.02em;margin:0 0 20px;font-size:1.35rem;font-weight:700;line-height:1.25}.methodology__rule{border:none;border-top:1px solid var(--border);margin:22px 0}.methodology__subheading--tight{margin-top:16px}.methodology__subheading--tight:first-of-type{margin-top:14px}.methodology__table-wrap{-webkit-overflow-scrolling:touch;margin:8px 0 4px;overflow-x:auto}.methodology__table{border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius-md);width:100%;min-width:260px;font-size:.82rem;overflow:hidden}.methodology__table th,.methodology__table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;color:var(--text-muted);padding:8px 10px}.methodology__table th{background:var(--surface-soft);color:var(--text);text-transform:none;font-size:.78rem;font-weight:700}.methodology__table tbody tr:last-child td{border-bottom:none}.methodology__table td:last-child{color:var(--text);white-space:nowrap;font-weight:600}.methodology__table--wide{min-width:520px}.methodology__table--wide td:not(:first-child){white-space:normal;color:var(--text-muted);font-weight:400}.methodology__table--levels{min-width:480px}.methodology__table--levels td:nth-child(4),.methodology__table--levels td:first-child{white-space:nowrap;color:var(--text);font-weight:600}.methodology__table--levels td:nth-child(2){color:var(--text);white-space:nowrap;font-weight:600}.methodology__body--after-table{margin-top:12px}.methodology__disclaimer--flush{border-top:none;margin-top:0;padding-top:0}.methodology__tldr{background:var(--green);border-radius:var(--radius-md);margin-bottom:26px;padding:18px 20px}.methodology__tldr-label{text-transform:uppercase;letter-spacing:.1em;color:#7fb89a;margin:0 0 10px;font-size:.68rem;font-weight:700}.methodology__tldr-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.methodology__tldr-list li{color:#c8dff0;padding-left:13px;font-size:.9rem;line-height:1.55;position:relative}.methodology__tldr-list li:before{content:"";background:#7fb89a;border-radius:50%;width:5px;height:5px;position:absolute;top:.58em;left:0}.methodology__tldr-list strong{color:#fff;font-weight:600}.methodology__heading{color:var(--text);letter-spacing:-.01em;margin:0 0 10px;font-size:1.2rem;font-weight:700;line-height:1.3}.methodology__subheading{color:var(--text);margin:24px 0 9px;font-size:.97rem;font-weight:700}.methodology__body{color:var(--text-muted);margin:0 0 10px;font-size:.93rem;line-height:1.72}.methodology__principle{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);align-items:flex-start;gap:12px;margin-bottom:8px;padding:13px 15px;display:flex}.methodology__principle-icon{background:var(--green-light);width:28px;height:28px;color:var(--green-mid);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.methodology__principle-title{color:var(--text);margin:0 0 3px;font-size:.91rem;font-weight:700}.methodology__principle-desc{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.55}.methodology__factor-list{flex-direction:column;gap:8px;margin:12px 0 0;display:flex}.methodology__factor{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px}.methodology__factor-header{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px;display:flex}.methodology__factor-name{color:var(--text);font-size:.88rem;font-weight:700}.methodology__factor-q{color:var(--text-hint);font-size:.8rem;font-style:italic}.methodology__factor-options{flex-wrap:wrap;gap:5px;display:flex}.methodology__factor-opt{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:20px;align-items:center;gap:4px;padding:3px 9px;font-size:.78rem;display:inline-flex}.methodology__factor-pts{color:var(--text-hint);font-size:.74rem;font-weight:700}.methodology__levels{flex-direction:column;gap:7px;margin-top:12px;display:flex}.methodology__level{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:flex-start;gap:13px;padding:12px 14px;display:flex}.methodology__level-badge{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:700;display:flex}.methodology__level--gray .methodology__level-badge{background:var(--lvl-0-bg);color:var(--lvl-0-fg)}.methodology__level--green .methodology__level-badge{background:var(--lvl-1-bg);color:var(--lvl-1-fg)}.methodology__level--teal .methodology__level-badge{background:var(--lvl-2-bg);color:var(--lvl-2-fg)}.methodology__level--amber .methodology__level-badge{background:var(--lvl-3-bg);color:var(--lvl-3-fg)}.methodology__level--red .methodology__level-badge{background:var(--lvl-4-bg);color:var(--lvl-4-fg)}.methodology__level-body{flex:1}.methodology__level-name{color:var(--text);margin:0 0 2px;font-size:.88rem;font-weight:700}.methodology__level-desc{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.5}.methodology__level-range{white-space:nowrap;border-radius:20px;flex-shrink:0;align-self:center;padding:2px 8px;font-size:.74rem;font-weight:600}.methodology__level--gray .methodology__level-range{background:var(--lvl-0-bg);color:var(--lvl-0-fg)}.methodology__level--green .methodology__level-range{background:var(--lvl-1-bg);color:var(--lvl-1-fg)}.methodology__level--teal .methodology__level-range{background:var(--lvl-2-bg);color:var(--lvl-2-fg)}.methodology__level--amber .methodology__level-range{background:var(--lvl-3-bg);color:var(--lvl-3-fg)}.methodology__level--red .methodology__level-range{background:var(--lvl-4-bg);color:var(--lvl-4-fg)}.methodology__disclaimer{border-top:1px solid var(--border);color:var(--text-hint);margin-top:26px;padding-top:18px;font-size:.82rem;line-height:1.65}.prompt-library__connect{background:var(--green-light);border-radius:var(--radius-md);color:var(--green);border:1px solid #c8ddd2;align-items:flex-start;gap:9px;margin-bottom:16px;padding:11px 14px;font-size:.88rem;line-height:1.55;display:flex}.prompt-library__connect svg{color:var(--green-mid);flex-shrink:0;margin-top:2px}.prompt-library__filters{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.prompt-library__filter-btn{border:1.5px solid var(--border-mid);background:var(--surface);color:var(--text-muted);border-radius:20px;min-height:auto;padding:5px 12px;font-size:.82rem;font-weight:600}.prompt-library__filter-btn:hover{border-color:var(--green);background:var(--green-light);color:var(--green);transform:none}.prompt-library__filter-btn.is-active{background:var(--green);color:#fff;border-color:#0000}.prompt-library__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.prompt-library__footer-note{border-top:1px solid var(--border);color:var(--text-hint);margin-top:18px;padding-top:14px;font-size:.83rem;line-height:1.6}.prompt-library__reading{border-top:1px solid var(--border);margin-top:28px;padding-top:22px}.prompt-library__reading-h2{color:var(--text);margin:0 0 16px;font-size:.95rem;font-weight:600;line-height:1.35}.prompt-library__reading-h3{letter-spacing:.06em;text-transform:uppercase;color:var(--text-hint);margin:0 0 12px;font-size:.7rem;font-weight:600;line-height:1.4}.prompt-library__reading-list+.prompt-library__reading-h3{margin-top:28px}.prompt-library__reading-list{flex-direction:column;gap:22px;margin:0;padding:0;list-style:none;display:flex}.prompt-library__reading-item{flex-direction:column;gap:6px;display:flex}.prompt-library__reading-title{color:var(--green);text-underline-offset:2px;align-self:flex-start;font-size:.88rem;font-weight:600;line-height:1.4;-webkit-text-decoration:underline #2d4a3e59;text-decoration:underline #2d4a3e59}.prompt-library__reading-title:hover{color:var(--green-hover);-webkit-text-decoration-color:var(--green-hover);text-decoration-color:var(--green-hover)}.prompt-library__reading-why,.prompt-library__reading-get{margin:0;font-size:.83rem;line-height:1.6}.prompt-library__reading-why{color:var(--text-muted)}.prompt-library__reading-get{color:var(--text-hint)}.prompt-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.prompt-card__header{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;min-height:auto;padding:12px 15px;font-weight:400;display:flex}.prompt-card__header:hover{background:var(--surface-soft);transform:none}.prompt-card__meta{flex-direction:column;flex:1;gap:3px;display:flex}.prompt-card__name{color:var(--text);font-size:.91rem;font-weight:700;line-height:1.3}.prompt-card__when{color:var(--text-muted);font-size:.83rem;line-height:1.45}.prompt-card__badges{flex-shrink:0;align-items:center;gap:6px;display:flex}.prompt-card__seq-tag{background:var(--surface-soft);color:var(--text-hint);white-space:nowrap;border-radius:20px;padding:2px 8px;font-size:.71rem;font-weight:600}.prompt-card__level-tag{white-space:nowrap;border-radius:20px;padding:2px 8px;font-size:.71rem;font-weight:700}.prompt-card__chevron{color:var(--text-hint);flex-shrink:0;margin-top:2px;transition:transform .2s}.prompt-card__chevron.is-open{transform:rotate(180deg)}.prompt-card__body{border-top:1px solid var(--border);padding:13px 15px}.prompt-card__actions{justify-content:flex-end;margin-bottom:8px;display:flex}.prompt-card__text{color:#2d4a3e;border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;background:#f2f7f4;border:1px solid #c8ddd2;margin:0 0 10px;padding:12px 14px;font-family:SF Mono,Fira Code,ui-monospace,Menlo,monospace;font-size:.8rem;line-height:1.8;overflow-x:auto}.prompt-card__footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.prompt-card__note{color:var(--text-muted);flex:1;margin:0;font-size:.83rem;line-height:1.55}.prompt-card__copy{white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;min-width:auto;padding:6px 12px;font-size:.83rem;display:inline-flex}.result-screen{flex-direction:column;gap:14px;display:flex}.result-screen__context{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:0;padding:12px 18px;display:flex}.result-screen__context-label{text-transform:uppercase;letter-spacing:.09em;color:var(--text-hint);margin-right:2px;font-size:.68rem;font-weight:700}.result-screen__pill{background:var(--green-light);color:var(--green);cursor:pointer;border:none;border-radius:20px;min-height:auto;padding:3px 10px;font-size:.82rem;font-weight:600}.result-screen__pill:hover{background:#d4e8dd;transform:none}.result-screen__restart{color:var(--text-hint);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;min-height:auto;margin-left:auto;padding:3px 7px;font-size:.82rem;font-weight:500}.result-screen__restart:hover{color:var(--green);background:var(--green-light);transform:none}.result-screen__verdict{align-items:center;gap:16px;margin-bottom:0;padding:16px 20px;display:flex}.result-screen__verdict-badge{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:800;display:flex}.result-screen__verdict.level--gray .result-screen__verdict-badge{background:var(--lvl-0-bg);color:var(--lvl-0-fg)}.result-screen__verdict.level--green .result-screen__verdict-badge{background:var(--lvl-1-bg);color:var(--lvl-1-fg)}.result-screen__verdict.level--teal .result-screen__verdict-badge{background:var(--lvl-2-bg);color:var(--lvl-2-fg)}.result-screen__verdict.level--amber .result-screen__verdict-badge{background:var(--lvl-3-bg);color:var(--lvl-3-fg)}.result-screen__verdict.level--red .result-screen__verdict-badge{background:var(--lvl-4-bg);color:var(--lvl-4-fg)}.result-screen__verdict-body{flex:1}.result-screen__verdict-title{color:var(--text);margin:0 0 3px;font-size:1rem;font-weight:700}.result-screen__verdict-desc{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.5}.result-screen__score-track{flex-shrink:0;align-items:center;gap:4px;display:flex}.result-screen__score-seg{background:#e0e8e2;border-radius:999px;width:24px;height:5px}.result-screen__score-seg.is-filled.level--green{background:var(--lvl-1-fg)}.result-screen__score-seg.is-filled.level--teal{background:var(--lvl-2-fg)}.result-screen__score-seg.is-filled.level--amber{background:var(--lvl-3-fg)}.result-screen__score-seg.is-filled.level--red{background:var(--lvl-4-fg)}.result-screen__score-label{color:var(--text-hint);white-space:nowrap;margin-left:5px;font-size:.8rem}.result-screen__step{flex-direction:column;gap:9px;display:flex}.result-screen__step-label{text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);align-items:center;gap:8px;font-size:.72rem;font-weight:700;display:flex}.result-screen__step-num{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.72rem;font-weight:700;display:flex}.result-screen__switch-card{margin-bottom:0;padding:16px 18px}.result-screen__switch-title{color:var(--text);margin:0 0 5px;font-size:.93rem;font-weight:700}.result-screen__switch-desc{color:var(--text-muted);margin:0 0 13px;font-size:.87rem;line-height:1.6}.result-screen__model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:11px;display:grid}.result-screen__model-chip{border:1.5px solid var(--border-mid);border-radius:var(--radius-sm);text-align:center;background:var(--surface);color:var(--text);min-height:auto;padding:8px 10px;font-size:.85rem;font-weight:600}.result-screen__model-chip:hover{border-color:var(--green);background:var(--green-light);color:var(--green);transform:none}.result-screen__model-chip.is-selected{border-color:var(--green);background:var(--green-light);color:var(--green)}.result-screen__model-tip{background:var(--surface-soft);border-radius:var(--radius-sm);color:var(--text-muted);align-items:flex-start;gap:8px;padding:9px 12px;font-size:.85rem;line-height:1.55;display:flex}.result-screen__model-tip svg{color:var(--text-hint);flex-shrink:0;margin-top:2px}.result-screen__model-tip strong{color:var(--text);font-weight:600}.result-screen__model-link{color:var(--green);font-weight:600;text-decoration:none}.result-screen__model-link:hover{text-decoration:underline}.result-screen__prompts{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.result-screen__prompt-header{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:0;align-items:flex-start;gap:9px;width:100%;min-height:auto;padding:11px 15px;font-weight:400;display:flex}.result-screen__prompt-header:hover{background:var(--surface-soft);transform:none}.result-screen__prompt-num{background:var(--green-light);width:20px;height:20px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.72rem;font-weight:700;display:flex}.result-screen__prompt-meta{flex-direction:column;flex:1;gap:2px;display:flex}.result-screen__prompt-name{color:var(--text);font-size:.9rem;font-weight:700}.result-screen__prompt-why{color:var(--text-muted);font-size:.82rem;line-height:1.45}.result-screen__prompt-chevron{color:var(--text-hint);flex-shrink:0;margin-top:3px;transition:transform .2s}.result-screen__prompt-chevron.is-open{transform:rotate(180deg)}.result-screen__prompt-body{border-top:1px solid var(--border);padding:12px 15px}.result-screen__prompt-actions{justify-content:flex-end;margin-bottom:8px;display:flex}.result-screen__prompt-text{color:#2d4a3e;border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;background:#f2f7f4;border:1px solid #c8ddd2;margin:0 0 10px;padding:11px 13px;font-family:SF Mono,Fira Code,ui-monospace,Menlo,monospace;font-size:.79rem;line-height:1.8;overflow-x:auto}.result-screen__prompt-footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.result-screen__prompt-note{color:var(--text-muted);flex:1;margin:0;font-size:.83rem;line-height:1.55}.result-screen__copy-btn{white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;min-width:auto;padding:6px 12px;font-size:.83rem;display:inline-flex}.result-screen__prompts-note{color:var(--text-hint);margin:0;font-size:.83rem;line-height:1.6}.result-screen__prompts-note code{background:var(--green-light);color:var(--green);border-radius:4px;padding:1px 5px;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.82em}.result h2{color:var(--green);letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.1}.result p{color:var(--text-muted);font-size:1rem;line-height:1.6}.result ul{border-top:1px solid var(--border);margin:18px 0 0;padding:0;list-style:none}.result li{border-bottom:1px solid var(--border);color:var(--text);gap:10px;padding:11px 0;display:flex}.result li:before{content:"";background:var(--green-mid);border-radius:50%;flex:none;width:7px;height:7px;margin-top:.56em}@media (width<=700px){.app-shell{padding:20px 14px 52px}.card{padding:18px 16px}.ava-header{flex-direction:column;align-items:flex-start;gap:10px}.stepper{justify-content:flex-start;overflow-x:auto}.stepper__item:not(:last-child):after{width:22px}.wizard__title{margin-top:20px;font-size:1.5rem}.wizard__helper{margin-bottom:18px;font-size:.93rem}.choice-grid--4,.choice-grid--5,.choice-grid--3{grid-template-columns:1fr 1fr}.wizard-footer{flex-direction:column}.wizard-footer button{width:100%}.drawer{max-width:100%}.drawer__body{padding:18px 16px}.result-screen__verdict{flex-wrap:wrap}.result-screen__score-track{width:100%}.result-screen__model-grid{grid-template-columns:1fr}.prompt-card__footer,.result-screen__prompt-footer{flex-direction:column;align-items:flex-start}.ava-header__nav{flex-wrap:wrap}}.reveal-wizard{padding:60px 0}.reveal-wizard__flow{align-items:flex-start;gap:0;display:flex}.reveal-wizard__timeline{flex-direction:column;flex-shrink:0;align-items:center;width:44px;padding-top:8px;display:flex}.reveal-wizard__tl-item{flex-direction:column;align-items:center;display:flex}.reveal-wizard__tl-dot{z-index:1;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:background .25s;position:relative}.reveal-wizard__tl-dot.is-done{background:var(--green)}.reveal-wizard__tl-dot.is-active{background:var(--green);box-shadow:0 0 0 3px #2d4a3e26}.reveal-wizard__tl-dot.is-pending{background:#d4ddd6}.reveal-wizard__tl-dot.is-result{background:var(--green);border:2px solid var(--green);width:8px;height:8px}.reveal-wizard__tl-line{background:#d4ddd6;flex:1;width:1.5px;min-height:32px;transition:background .3s}.reveal-wizard__tl-line.is-done{background:var(--green)}.reveal-wizard__tl-line--result{background:var(--green);min-height:20px}.reveal-wizard__steps{flex-direction:column;flex:1;min-width:0;display:flex}.reveal-wizard__step{transition:opacity .25s}.reveal-wizard__step.is-active{opacity:1}.reveal-wizard__step.is-answered{opacity:.65}.reveal-wizard__step.is-answered:hover{opacity:.85}.reveal-wizard__answered{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:24px;padding:2px 0 0;display:flex}.reveal-wizard__answered-q{color:var(--text-hint);white-space:normal;text-overflow:unset;font-size:.84rem;font-weight:400;overflow:visible}.reveal-wizard__answered-pill{background:var(--green-light);color:var(--green);cursor:pointer;border:1px solid #c8ddd2;border-radius:20px;flex-shrink:0;align-items:center;gap:7px;min-height:auto;padding:4px 11px 4px 5px;font-size:.82rem;font-weight:600;transition:background .14s;display:inline-flex}.reveal-wizard__answered-pill:hover{background:#d4e8dd;transform:none}.reveal-wizard__answered-check{background:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.reveal-wizard__question{padding-bottom:32px}.reveal-wizard__q-title{color:var(--text);letter-spacing:-.018em;margin:0 0 7px;font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:700;line-height:1.2}.reveal-wizard__q-sub{color:var(--text-muted);max-width:58ch;margin:0 0 20px;font-size:.95rem;line-height:1.55}.reveal-wizard__result{flex-direction:column;gap:14px;padding-top:8px;display:flex}.reveal-wizard__verdict{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:16px;padding:16px 18px;display:flex}.reveal-wizard__verdict-badge{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;font-weight:800;display:flex}.reveal-wizard__verdict.level--gray .reveal-wizard__verdict-badge{background:var(--lvl-0-bg);color:var(--lvl-0-fg)}.reveal-wizard__verdict.level--green .reveal-wizard__verdict-badge{background:var(--lvl-1-bg);color:var(--lvl-1-fg)}.reveal-wizard__verdict.level--teal .reveal-wizard__verdict-badge{background:var(--lvl-2-bg);color:var(--lvl-2-fg)}.reveal-wizard__verdict.level--amber .reveal-wizard__verdict-badge{background:var(--lvl-3-bg);color:var(--lvl-3-fg)}.reveal-wizard__verdict.level--red .reveal-wizard__verdict-badge{background:var(--lvl-4-bg);color:var(--lvl-4-fg)}.reveal-wizard__verdict-title{color:var(--text);margin:0 0 3px;font-size:1rem;font-weight:700}.reveal-wizard__verdict-desc{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.5}.reveal-wizard__section{flex-direction:column;gap:10px;margin-top:2.5rem;display:flex}.reveal-wizard__prompts-hint{color:var(--text-muted);margin:.25rem 0 1rem;font-size:13px}.reveal-wizard__section-label{text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);align-items:center;gap:8px;font-size:.72rem;font-weight:700;display:flex}.reveal-wizard__prompts{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.reveal-wizard__prompt-num{background:var(--green-light);width:20px;height:20px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:6px;font-size:.72rem;font-weight:700;display:flex}.reveal-wizard__prompts-note{color:var(--text-hint);margin:0;font-size:.83rem;line-height:1.6}.reveal-wizard__prompts-note code{background:var(--green-light);color:var(--green);border-radius:4px;padding:1px 5px;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.82em}@media (width<=700px){.reveal-wizard__timeline{width:32px}.reveal-wizard__verdict{flex-wrap:wrap}}.ava-logo-mark{justify-content:center;align-items:center;width:auto;height:90px;display:flex}.ava-header{margin-bottom:0;padding-top:0;padding-bottom:0}.reveal-wizard__timeline{padding-top:100px}.prompt-card__meta{flex-direction:column;gap:3px;display:flex}.prompt-card__name,.prompt-card__when{display:block}.choice-card__icon{color:#4a6558;background:#f0ede8}.choice-card.is-selected .choice-card__icon{color:#2d4a3e;background:#d4e8dd}.choice-card__icon svg{stroke:currentColor;fill:none;color:inherit}
