:root{color-scheme:light;--bg: #f5f3ef;--panel: rgba(255, 255, 255, .92);--panel-border: #d8d3ca;--shell-border: #c2c2c2;--shell-bg: #ffffff;--muted-surface: #f6f6f6;--muted-surface-strong: #ebebeb;--button-fill: #e6e6e6;--line: #d3d3d3;--text: #2e2e2e;--subtle: #737373;--error: #b74545;--error-bg: #f6eaea;--success: #53694b;--success-bg: #eef2ea;--warning: #7b6a35;--warning-bg: #f6f1e4;--shadow: 0 28px 80px rgba(46, 39, 24, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(circle at top left,rgba(223,218,208,.55),transparent 36%),linear-gradient(180deg,#f8f7f3 0%,var(--bg) 100%);color:var(--text)}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.prototype-page{padding:40px 24px 56px}.prototype-stage{max-width:1320px;margin:0 auto}.prototype-intro{max-width:780px;margin-bottom:28px}.prototype-kicker{margin:0 0 8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--subtle)}.prototype-intro h1{margin:0 0 10px;font-size:clamp(32px,4vw,48px);letter-spacing:-.03em}.prototype-intro p{margin:0;max-width:64ch;line-height:1.55;color:#544f46}.prototype-layout{display:grid;grid-template-columns:minmax(320px,420px) minmax(320px,1fr);gap:24px;align-items:start}.prototype-device,.prototype-panel{background:var(--panel);border:1px solid var(--panel-border);border-radius:28px;box-shadow:var(--shadow)}.prototype-device{padding:22px;position:sticky;top:24px}.prototype-panel{padding:22px;display:grid;gap:18px}.prototype-panel__section h2,.prototype-preview-strip h2{margin:0 0 12px;font-size:15px}.prototype-disclosure{border:1px solid #e7dfd2;border-radius:18px;background:#fcfaf6e6}.prototype-disclosure__summary{list-style:none;cursor:pointer;padding:14px 16px;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.prototype-disclosure__summary::-webkit-details-marker{display:none}.prototype-disclosure__summary:after{content:"+";color:var(--subtle);font-size:20px;line-height:1}.prototype-disclosure[open] .prototype-disclosure__summary:after{content:"−"}.prototype-disclosure__body{border-top:1px solid #ece4d7;padding:14px 16px 16px}.prototype-pills{display:flex;flex-wrap:wrap;gap:8px}.prototype-pill-group{display:flex;align-items:center;gap:8px}.prototype-pill,.prototype-link-button{border:1px solid var(--panel-border);background:#fff;color:var(--text);border-radius:999px;padding:9px 12px;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.prototype-pill:hover,.prototype-link-button:hover{transform:translateY(-1px);border-color:#bbb2a0}.prototype-pill.is-active{background:#efe8d7;border-color:#d4c5a8}.prototype-actions{display:flex;flex-wrap:wrap;gap:10px}.prototype-microcopy{margin:0 0 10px;color:var(--subtle);font-size:12px}.prototype-mapping-list{display:grid;gap:8px;max-height:320px;overflow:auto}.prototype-mapping-row{display:flex;justify-content:space-between;gap:14px;padding:8px 10px;background:#faf8f3eb;border:1px solid #ebe4d8;border-radius:12px;font-size:13px}.prototype-mapping-row code{color:var(--subtle)}.prototype-node-link,.prototype-mapping-row a,.prototype-microcopy a{color:#5f6f4c;text-decoration:none;font-size:12px;border-bottom:1px solid rgba(95,111,76,.25)}.prototype-node-link:hover,.prototype-mapping-row a:hover,.prototype-microcopy a:hover{color:#48583b;border-bottom-color:currentColor}.prototype-log{margin:0;padding-left:18px;color:#51493f;display:grid;gap:8px}.v5-screen-wrap{display:flex;justify-content:center}.v5-mobile-shell{width:286px;height:610px;border-radius:28px;border:1.2px solid var(--shell-border);background:var(--shell-bg);position:relative;overflow:hidden}.v5-mobile-notch{width:108px;height:18px;border-radius:999px;background:#f0f0f0;position:absolute;top:12px;left:50%;transform:translate(-50%)}.v5-mobile-content{padding:44px 22px 16px;height:100%;display:flex;flex-direction:column}.v5-screen-header{margin-bottom:18px}.v5-screen-header h2{margin:0;font-size:11px;line-height:15px}.v5-screen-header p{margin:4px 0 0;font-size:10px;line-height:14px;color:#6e6e6e}.v5-divider{border-bottom:1px solid var(--line);margin-top:10px}.v5-shell-body-with-nav{height:calc(100% - 72px);display:flex;flex-direction:column;justify-content:space-between;gap:16px}.v5-stack{display:grid;gap:12px}.v5-stack--tight{display:grid;gap:14px}.v5-helper-copy,.v5-field__label,.v5-card p,.v5-alert p,.v5-list-item span,.v5-history-result p,.v5-upload-state p,.v5-outcome-card p,.v5-camera-block p{font-size:10px;line-height:14px;color:var(--subtle)}.v5-helper-copy{margin:0}.v5-actions{display:flex;gap:10px}.v5-actions--split>*{flex:1}.v5-button{min-height:30px;border-radius:8px;border:1px solid var(--shell-border);cursor:pointer;transition:background .14s ease,border-color .14s ease,transform .14s ease,box-shadow .14s ease;font-size:10px;line-height:14px}.v5-button--primary{background:var(--button-fill);font-weight:600}.v5-button--secondary{background:#fff;font-weight:400}.v5-button--small{min-height:30px}.v5-button:hover:not(:disabled){transform:translateY(-1px);border-color:#a9a9a9}.v5-button:active:not(:disabled){transform:translateY(0);background:#dbdbdb}.v5-button:focus-visible,.v5-input:focus-visible,.v5-checkbox-row:focus-visible,.v5-list-item:focus-visible,.v5-bottom-nav__item:focus-visible,.prototype-pill:focus-visible,.prototype-link-button:focus-visible{outline:2px solid #7c8d68;outline-offset:2px}.v5-button:disabled{opacity:.5;cursor:not-allowed}.v5-field{display:grid;gap:6px}.v5-input,.v5-code-input{width:100%;min-height:30px;border-radius:8px;border:1px solid var(--shell-border);background:#fff;padding:8px 10px;font-size:10px;color:var(--text)}.v5-input.is-error,.v5-code-input.is-error{border-color:var(--error);background:#fff9f9}.v5-field__error{color:var(--error);font-size:10px}.v5-code-input{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;padding:0;border:none;background:transparent}.v5-code-input__cell{min-height:40px;border-radius:8px;border:1px solid var(--shell-border);background:#fff;display:grid;place-items:center;font-weight:600;font-size:11px}.v5-code-input__native{position:absolute;opacity:0;pointer-events:none}.v5-checkbox-row{border:none;padding:0;background:transparent;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer;color:var(--text);font-size:10px}.v5-checkbox-row__box{width:16px;height:16px;border-radius:4px;border:1px solid var(--shell-border);background:#fff;position:relative;flex:0 0 auto}.v5-checkbox-row.is-checked .v5-checkbox-row__box:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:2px;background:#869672}.v5-chip-row{display:flex;gap:8px;flex-wrap:wrap}.v5-chip{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;border:1px solid var(--shell-border);background:#fff;font-size:10px}.v5-chip--success{background:var(--success-bg);color:var(--success)}.v5-chip--warning{background:var(--warning-bg);color:var(--warning)}.v5-list-item,.v5-card,.v5-alert,.v5-history-result,.v5-upload-state,.v5-outcome-card{width:100%;border:1px solid var(--shell-border);background:#fff;border-radius:10px}.v5-list-item{padding:10px 14px;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.v5-list-item:hover{transform:translateY(-1px);border-color:#aba39a}.v5-list-item strong,.v5-card strong,.v5-alert strong,.v5-history-result strong,.v5-upload-state strong,.v5-outcome-card strong,.v5-camera-block strong{display:block;margin-bottom:4px;font-size:10px;line-height:14px}.v5-card,.v5-alert,.v5-upload-state,.v5-outcome-card{padding:12px 14px}.v5-alert{background:var(--muted-surface-strong)}.v5-alert--error{background:var(--error-bg);border-color:#e0bcbc}.v5-alert--success{background:var(--success-bg);border-color:#cbd8c4}.v5-progress{margin-top:10px;height:10px;border-radius:999px;border:1px solid var(--shell-border);background:#f6f6f6;overflow:hidden}.v5-progress__bar{height:100%;background:linear-gradient(90deg,#bdbdbd,#8f8f8f);transition:width .22s ease}.v5-camera-block{border:1px solid var(--shell-border);border-radius:10px;padding:12px;background:#fafafa}.v5-camera-block__viewport{height:118px;border-radius:10px;border:1px solid var(--shell-border);background:linear-gradient(180deg,#efefef,#e2e2e2),repeating-linear-gradient(90deg,transparent 0 24px,rgba(255,255,255,.25) 24px 25px);margin-bottom:10px;position:relative;overflow:hidden}.v5-camera-block__frame{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:1px dashed rgba(72,72,72,.35);border-radius:18px}.v5-camera-block__focus{position:absolute;width:74px;height:74px;top:0;right:0;bottom:0;left:0;margin:auto;border-radius:50%;border:2px solid rgba(72,72,72,.22)}.v5-camera-block__recording-pill{position:absolute;top:10px;right:10px;padding:4px 8px;border-radius:999px;background:#cb5d5d;color:#fff;font-size:9px;letter-spacing:.08em}.v5-camera-block.is-recording .v5-camera-block__viewport{animation:pulse-frame 1s ease-in-out infinite}@keyframes pulse-frame{0%,to{box-shadow:inset 0 0 #cb5d5d00}50%{box-shadow:inset 0 0 0 3px #cb5d5d38}}.v5-history-result{padding:10px 12px;display:flex;justify-content:space-between;gap:10px;align-items:start}.v5-thumbnail-strip{padding:12px;border-radius:10px;background:var(--muted-surface);border:1px solid var(--shell-border);display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.v5-thumbnail-strip span{height:26px;border-radius:6px;background:#fff;border:1px solid var(--shell-border)}.v5-thumbnail-strip span.is-filled{background:#d9d9d9}.v5-terms-doc{border-radius:10px;border:1px solid var(--shell-border);background:var(--muted-surface);min-height:188px;padding:14px;display:grid;gap:10px;margin-bottom:16px}.v5-terms-doc__line{height:8px;border-radius:999px;background:#e6e6e6}.v5-grid-two{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.v5-bottom-nav{border:1px solid var(--shell-border);background:var(--muted-surface);border-radius:10px;padding:8px 14px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.v5-bottom-nav__item{border:none;border-radius:999px;background:transparent;min-height:18px;cursor:pointer;display:grid;place-items:center;padding:0}.v5-bottom-nav__dot{width:30px;height:10px;border-radius:999px;background:#e6e6e6;transition:background .14s ease,transform .14s ease}.v5-bottom-nav__item:hover .v5-bottom-nav__dot{transform:translateY(-1px)}.v5-bottom-nav__item.is-active .v5-bottom-nav__dot{background:#b9b9b9}.v5-upload-state--failed .v5-progress__bar{background:linear-gradient(90deg,#d3b0b0,#bc7777)}.v5-outcome-card__badge{width:18px;height:18px;border-radius:50%;background:#dfe8db;border:1px solid #b9ccb1;margin-bottom:8px}@media (max-width: 1040px){.prototype-layout{grid-template-columns:1fr}.prototype-device{position:static}}@media (max-width: 640px){.prototype-page{padding:18px 12px 32px}.prototype-device,.prototype-panel{border-radius:20px;padding:14px}}
