@import url('styles.css');

.prototype-shell{width:min(880px,calc(100% - 28px));margin:0 auto;padding:46px 0 90px}
.prototype-top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}
.prototype-brand{display:flex;align-items:center;gap:12px}
.prototype-brand img{width:48px;height:48px}
.prototype-kicker{margin:0;color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.prototype-title{margin:2px 0 0;font-family:"Space Grotesk",Inter,sans-serif;font-size:1.2rem}
.demo-pill{font-size:.75rem;padding:7px 11px;border-radius:999px;background:rgba(141,178,255,.12);border:1px solid rgba(141,178,255,.28);color:#b9ccff;white-space:nowrap}
.prototype-card{border:1px solid var(--card-border);border-radius:30px;background:linear-gradient(180deg,rgba(17,30,49,.94),rgba(11,22,37,.94));box-shadow:var(--shadow);overflow:hidden}
.progress-wrap{padding:20px 26px 0}.progress-line{height:7px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.progress-bar{height:100%;width:16.666%;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:inherit;transition:width .35s ease}.progress-text{display:flex;justify-content:space-between;color:var(--muted);font-size:.78rem;margin-top:9px}
.prototype-screen{display:none;padding:34px 34px 36px}.prototype-screen.active{display:block;animation:fadeSlide .3s ease}.prototype-screen h1,.prototype-screen h2{font-family:"Space Grotesk",Inter,sans-serif;letter-spacing:-.03em;line-height:1.08}.prototype-screen h1{font-size:clamp(2.25rem,7vw,4rem);margin:5px 0 14px}.prototype-screen h2{font-size:clamp(1.75rem,5vw,2.65rem);margin:0 0 10px}.screen-intro{color:var(--muted);font-size:1.02rem;max-width:680px}.helper{font-size:.86rem;color:#8fa0b7;margin-top:8px}
.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:27px 0}.choice-grid.feelings{grid-template-columns:repeat(5,1fr)}.choice{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.035);color:white;border-radius:18px;padding:17px;text-align:left;font:inherit;cursor:pointer;transition:.18s transform,.18s border-color,.18s background;min-height:74px}.choice:hover,.choice:focus-visible{transform:translateY(-2px);border-color:rgba(126,231,207,.45);outline:none}.choice.selected{border-color:var(--accent);background:rgba(126,231,207,.11);box-shadow:inset 0 0 0 1px rgba(126,231,207,.18)}.choice .emoji{font-size:1.7rem;display:block;margin-bottom:6px}.choice small{display:block;color:var(--muted);margin-top:4px}.choice.danger.selected{border-color:#ff9e9e;background:rgba(255,120,120,.11)}
.prototype-actions{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:24px}.prototype-actions .button{border:0;cursor:pointer;font:inherit}.prototype-actions .button:disabled{opacity:.4;cursor:not-allowed;transform:none}.back-btn{background:transparent;color:#b9c4d1;padding-left:0}.next-btn{min-width:130px}
.info-card{padding:18px;border:1px solid rgba(141,178,255,.2);border-radius:18px;background:rgba(141,178,255,.07);color:#dce6f5;margin:20px 0}.info-card strong{display:block;margin-bottom:4px}.safety-card{display:none;padding:18px;border:1px solid rgba(255,147,147,.28);border-radius:18px;background:rgba(255,110,110,.08);margin:18px 0}.safety-card.show{display:block}.safety-card strong{color:#ffd2d2}.safety-card p{margin:6px 0 0;color:#d8c8ce}
.summary{display:grid;gap:12px;margin:24px 0}.summary-row{padding:18px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.summary-row span{display:block;color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.summary-row strong{display:block;margin-top:5px;font-size:1.02rem}.summary-note{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:.87rem;margin-top:18px}.summary-note::before{content:'🔒'}
.mode-switch{display:flex;gap:8px;margin:22px 0}.mode-switch button{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);color:#c9d3e0;border-radius:999px;padding:9px 13px;cursor:pointer}.mode-switch button.active{background:rgba(126,231,207,.12);border-color:rgba(126,231,207,.36);color:white}
.prototype-footer{text-align:center;color:#7f8da1;font-size:.78rem;margin-top:18px}.prototype-footer a{color:#b5c4d7}
@keyframes fadeSlide{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:700px){.prototype-shell{padding-top:22px}.prototype-top{align-items:flex-start}.prototype-screen{padding:26px 20px 28px}.progress-wrap{padding:17px 20px 0}.choice-grid,.choice-grid.feelings{grid-template-columns:1fr 1fr}.prototype-actions{align-items:stretch}.prototype-actions .button{flex:1}.back-btn{flex:0!important}.demo-pill{font-size:.68rem}.choice{min-height:70px}}
@media(max-width:430px){.choice-grid.feelings{grid-template-columns:1fr}.choice-grid{grid-template-columns:1fr}.prototype-screen h1{font-size:2.35rem}}
.prototype-brand img{width:118px!important;height:auto!important;border-radius:0!important;object-fit:contain}
.prototype-brand img{background:#dadddf;padding:5px 7px;border-radius:9px!important}
