@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap";:root{--purple:#7c3aed;--purple-light:#9d5ff5;--purple-pale:#f3eaff;--purple-mid:#e9d5ff;--purple-muted:#c4b5fd;--orange:#f97316;--orange-light:#fb923c;--orange-pale:#fff7ed;--orange-border:#fed7aa;--white:#fff;--off-white:#faf5ff;--border:#f0e6ff;--text-dark:#1a1a1a;--text-mid:#374151;--text-muted:#9ca3af;--text-sub:#6b7280;--font-display:"Syne", sans-serif;--font-body:"DM Sans", sans-serif;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:20px;--radius-pill:999px;--shadow-card:0 2px 12px #7c3aed0f;--shadow-btn:0 4px 14px #f9731659;--shadow-phone:0 40px 80px #5a1e8c2e, 0 8px 24px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-body);background:#f0ede8}button{font-family:var(--font-body);cursor:pointer}.phone-shell{background:var(--white);width:390px;height:844px;box-shadow:var(--shadow-phone);border-radius:40px;flex-direction:column;display:flex;overflow:hidden}.page-content{scrollbar-width:none;flex-direction:column;flex:1;gap:16px;padding:20px 18px;display:flex;overflow-y:auto}.page-content::-webkit-scrollbar{display:none}.page-header{font-family:var(--font-display);color:var(--text-dark);margin-bottom:2px;font-size:22px;font-weight:800}.page-subheader{color:var(--text-muted);margin-bottom:14px;font-size:13px}.card{border-radius:var(--radius-lg);background:var(--white);border:1.5px solid var(--border);box-shadow:var(--shadow-card);padding:18px}.section-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--purple-light);margin-bottom:10px;font-size:11px;font-weight:600}.topbar{background:var(--white);border-bottom:2px solid var(--purple-pale);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px 14px;display:flex}.topbar__title{font-family:var(--font-display);letter-spacing:-1px;font-size:18px;font-weight:800;line-height:1}.topbar__title--purple{color:var(--purple)}.topbar__title--orange{color:var(--orange)}.topbar__title--purple1{color:var(--purple)}.topbar__title--orange1{color:var(--orange)}.topbar__lock{background:var(--purple-pale);border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;transition:background .2s,transform .15s;display:flex}.topbar__lock:hover{background:var(--purple-mid);transform:scale(1.08)}.bottom-nav{background:var(--white);border-top:2px solid var(--purple-pale);flex-shrink:0;justify-content:space-around;padding:10px 6px 16px;display:flex}.bottom-nav__btn{border-radius:var(--radius-md);background:0 0;border:none;flex-direction:column;align-items:center;gap:3px;padding:6px 10px;transition:background .15s;display:flex}.bottom-nav__btn:hover,.bottom-nav__btn--active{background:var(--purple-pale)}.bottom-nav__icon{font-size:20px;line-height:1}.bottom-nav__label{letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);font-size:9px;font-weight:600}.bottom-nav__btn--active .bottom-nav__label{color:var(--purple)}.intro-card{background:linear-gradient(135deg, var(--purple) 0%, var(--purple-light) 100%);color:var(--white);border:none}.intro-card .section-label{color:#ffffffbf}.intro-card__lines{flex-direction:column;gap:7px;margin-top:6px;display:flex}.progress-card__body{align-items:center;gap:18px;display:flex}.progress-card__text{color:var(--text-sub);font-size:13px;line-height:1.6}.progress-card__text strong{color:var(--text-dark)}.story-item{background:var(--off-white);border-radius:var(--radius-md);align-items:center;gap:14px;padding:12px 14px;display:flex}.story-item__thumb{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--orange), var(--orange-light));flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.story-item__info{flex:1}.story-item__title{font-family:var(--font-display);color:var(--text-dark);font-size:15px;font-weight:700}.story-item__subtitle{color:var(--text-muted);margin-top:2px;font-size:12px}.story-item__badge{background:var(--purple);color:var(--white);border-radius:var(--radius-pill);padding:3px 10px;font-size:11px;font-weight:700}.mission-card{background:linear-gradient(135deg, var(--orange-pale) 0%, var(--white) 100%);border-color:var(--orange-border)}.mission-card__hint{color:var(--text-sub);margin-bottom:12px;font-size:13px}.mission-card__btn{border-radius:var(--radius-md);background:linear-gradient(90deg, var(--orange) 0%, var(--orange-light) 100%);width:100%;color:var(--white);font-family:var(--font-display);box-shadow:var(--shadow-btn);border:none;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex}.mission-card__btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731673}.mission-card__btn:active{transform:translateY(0)}.progress-ring{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.progress-ring svg{transform:rotate(-90deg)}.progress-ring__label{font-family:var(--font-display);color:var(--purple);font-size:20px;font-weight:800;position:absolute}.minimap__grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.minimap__cell{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--purple-pale), var(--purple-mid));border:1.5px dashed var(--purple-muted);cursor:pointer;justify-content:center;align-items:center;height:90px;font-size:30px;transition:transform .15s,box-shadow .15s;display:flex}.minimap__cell:hover{transform:scale(1.04);box-shadow:0 4px 16px #7c3aed26}.unlock-item{border-radius:var(--radius-md);background:var(--off-white);border:1.5px solid var(--border);cursor:pointer;align-items:center;gap:14px;padding:14px;transition:transform .15s,box-shadow .15s;display:flex}.unlock-item:hover{transform:translate(4px);box-shadow:0 2px 10px #7c3aed1a}.unlock-item__icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.unlock-item__icon--purple{background:linear-gradient(135deg, var(--purple), var(--purple-light))}.unlock-item__icon--orange{background:linear-gradient(135deg, var(--orange), var(--orange-light))}.unlock-item__title{font-family:var(--font-display);color:var(--text-dark);font-size:14px;font-weight:700}.unlock-item__subtitle{color:var(--text-muted);margin-top:2px;font-size:11px}.camera__viewfinder{border-radius:var(--radius-xl);border:2px solid var(--purple);background:#1a1a2e;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:260px;font-size:44px;display:flex}.camera__hint{color:var(--purple-muted);font-size:13px}.camera__shutter{background:linear-gradient(135deg, var(--purple), var(--orange));border:none;border-radius:50%;justify-content:center;align-items:center;width:66px;height:66px;margin:16px auto 0;font-size:26px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 20px #7c3aed66}.camera__shutter:hover{transform:scale(1.1);box-shadow:0 6px 26px #7c3aed80}.camera__shutter:active{transform:scale(.96)}.profile__hero{text-align:center;padding:24px 18px}.profile__avatar{background:linear-gradient(135deg, var(--purple), var(--orange));border:3px solid var(--purple-pale);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 14px;font-size:30px;display:flex}.profile__name{font-family:var(--font-display);color:var(--text-dark);font-size:22px;font-weight:800}.profile__dob{color:var(--text-muted);margin-top:4px;font-size:13px}.profile__field{background:var(--off-white);border-radius:var(--radius-sm);border:1.5px solid var(--border);color:var(--text-mid);align-items:center;gap:12px;padding:12px 14px;font-size:14px;display:flex}.profile__field+.profile__field{margin-top:8px}.profile__field__icon{font-size:18px}
