:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#14263a;background:#f3f6fa;font-synthesis:none;--ink: #14263a;--deep: #102338;--blue: #1e557a;--blue-soft: #e6eff6;--gold: #c28b3c;--gold-soft: #f7ecd9;--muted: #708090;--line: #d8e2eb;--paper: #fff;--danger: #b15855}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f3f6fa}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}h1,h2,h3,p{margin-top:0}h1{margin-bottom:12px;font-size:clamp(28px,5vw,44px);line-height:1.12;letter-spacing:0}h2{font-size:22px;line-height:1.2}h3{margin:0 0 5px;font-size:15px}.muted{color:var(--muted);line-height:1.65}.eyebrow{margin-bottom:9px;color:var(--gold);font-size:11px;letter-spacing:.12em;font-weight:800;text-transform:uppercase}.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;color:#f7d99f;background:var(--deep);font-size:20px;box-shadow:0 10px 24px #10233833}.auth-page{min-height:100svh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 10% 0%,#e7f0f7,transparent 34%),#f3f6fa}.auth-panel{width:min(100%,480px);padding:42px;border:1px solid var(--line);border-radius:22px;background:#ffffffeb;box-shadow:0 22px 60px #122a401c}.brand-lockup{display:flex;align-items:center;gap:12px;margin-bottom:42px}.brand-lockup strong{display:block;font-size:17px}.brand-lockup small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.stack{display:grid;gap:15px}.form-card{margin-top:25px}label{display:grid;gap:7px;color:var(--ink);font-size:13px;font-weight:700}input,textarea{width:100%;border:1px solid var(--line);border-radius:10px;outline:0;color:var(--ink);background:#fbfdff;padding:12px 13px;transition:.2s border,.2s box-shadow}input:focus,textarea:focus{border-color:#5d91b3;box-shadow:0 0 0 3px #3a759e1f}textarea{resize:vertical}.primary-button,.secondary-button{min-height:42px;padding:0 16px;border-radius:10px;font-weight:800;transition:.2s transform,.2s background,.2s border}.primary-button{border:1px solid var(--deep);color:#fff;background:var(--deep);box-shadow:0 10px 20px #10233829}.primary-button:hover{transform:translateY(-1px);background:#1a3551}.secondary-button{border:1px solid #b9cddd;color:var(--blue);background:var(--blue-soft)}.secondary-button:hover{border-color:#7da5bf;background:#d8e8f3}.compact{min-height:34px;padding:0 11px;font-size:12px}.text-button,.link-button{border:0;color:var(--blue);background:transparent;font-weight:700}.text-button{display:block;margin:18px auto 0;font-size:13px}.danger{color:var(--danger)}.error-note{padding:10px 12px;border:1px solid #efd5d3;border-radius:9px;color:var(--danger);background:#fff5f4;font-size:13px}.choice-block{margin-top:28px}.choice-block h2{margin-bottom:12px;font-size:17px}.inline-form{display:flex;gap:8px}.inline-form input{min-width:0}.rule{margin:26px 0 0;display:flex;align-items:center;gap:12px;color:#8a99a7;font-size:12px}.rule:before,.rule:after{content:"";height:1px;flex:1;background:var(--line)}.loading-screen{min-height:100svh;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted);background:#f3f6fa}.loading-screen .brand-mark{animation:breathe 1.8s ease-in-out infinite}@keyframes breathe{50%{transform:translateY(-4px);box-shadow:0 15px 30px #10233847}}.app-shell{min-height:100svh;padding-bottom:80px}.topbar{height:68px;position:sticky;top:0;z-index:5;border-bottom:1px solid var(--line);background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-inner{width:min(100% - 40px,1080px);height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.mini-brand{display:flex;align-items:center;gap:9px;font-size:17px}.mini-brand span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;color:#f7d99f;background:var(--deep);font-size:13px}.user-menu{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px}.icon-button{width:34px;height:34px;border:0;border-radius:9px;color:var(--blue);background:var(--blue-soft);font-size:18px}.content{padding:42px 20px 54px}.content-inner{width:min(100%,940px);margin:auto}.dashboard{max-width:880px;margin:auto}.hero-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px}.hero-row h1{max-width:600px}.orb{flex:0 0 106px;width:106px;height:106px;display:grid;place-items:center;border-radius:50%;color:#8ca0b0;background:#e2ebf2;font-size:34px;box-shadow:inset 0 0 0 12px #ffffff7a}.orb.lit{color:var(--gold);background:var(--gold-soft);box-shadow:0 0 0 12px #c28b3c17,inset 0 0 0 12px #ffffff8c}.checkin-button{width:100%;min-height:76px;display:flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:14px;color:#fff;background:var(--deep);box-shadow:0 14px 28px #10233833;font-size:17px;font-weight:800;transition:.2s transform,.2s background}.checkin-button:hover{transform:translateY(-2px);background:#1c3a58}.checkin-button.done{color:var(--deep);background:var(--gold-soft);box-shadow:none}.checkin-button:active{transform:scale(.99)}.checkin-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#ffffff2b}.done .checkin-icon{background:#c28b3c29}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 42px}.stat-card,.soft-panel,.calendar-card,.admin-card,.milestone-card{border:1px solid var(--line);border-radius:14px;background:var(--paper)}.stat-card{min-height:132px;padding:19px;display:flex;flex-direction:column}.stat-label{display:block;margin-bottom:12px;color:var(--muted);font-size:12px}.stat-card strong{color:var(--ink);font-size:28px;line-height:1}.stat-card strong em,.milestone-head strong em{color:var(--muted);font-size:13px;font-style:normal;font-weight:500}.stat-card small{margin-top:auto;color:var(--muted);font-size:11px}.progress-line{height:5px;margin:15px 0 10px;overflow:hidden;border-radius:5px;background:#e8eef3}.progress-line i,.member-progress i{display:block;height:100%;border-radius:inherit;background:var(--gold)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin:0 0 14px}.section-heading h2{margin-bottom:0}.journey-panel{min-height:90px;padding:20px;display:flex;align-items:center;gap:18px}.journey-lines{width:120px;display:flex;align-items:center;gap:7px}.journey-lines span{flex:1;height:6px;border-radius:6px;background:var(--gold)}.journey-lines span:nth-child(3),.journey-lines span:nth-child(4){background:#dce6ee}.journey-panel strong{font-size:14px}.journey-panel p{margin:4px 0 0;color:var(--muted);font-size:12px}.journey-panel .secondary-button{margin-left:auto;white-space:nowrap}.month-switch{display:flex;align-items:center;gap:12px;color:var(--ink)}.month-switch button{width:30px;height:30px;border:0;border-radius:8px;color:var(--blue);background:var(--blue-soft);font-size:19px}.calendar-card{padding:18px}.week-labels,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.week-labels{margin-bottom:8px;color:var(--muted);font-size:11px}.calendar-grid{gap:6px}.calendar-day{position:relative;min-height:55px;display:grid;place-items:center;border:1px solid transparent;border-radius:10px;color:#687b8c;background:#f8fbfd;font-size:13px}.calendar-day.checked{color:#fff;background:var(--blue)}.calendar-day.today{border-color:var(--gold)}.calendar-day i{position:absolute;top:5px;right:7px;color:#f7d99f;font-size:9px;font-style:normal}.history-legend{display:flex;gap:17px;align-items:center;margin-top:14px;font-size:11px;color:var(--muted)}.history-legend span{display:flex;align-items:center;gap:6px}.dot{width:8px;height:8px;display:inline-block;border-radius:50%}.checked-dot{background:var(--blue)}.today-dot{border:1px solid var(--gold)}.growth-hero{margin-bottom:24px}.star-count{width:100px;height:100px;display:grid;place-content:center;text-align:center;border-radius:50%;color:var(--gold);background:var(--gold-soft)}.star-count strong{display:block;font-size:34px;line-height:1}.star-count span{display:block;margin-top:5px;color:#9e793b;font-size:12px}.milestone-card{padding:24px;margin-bottom:34px;background:linear-gradient(135deg,#fff,#f6f9fc)}.milestone-head{display:flex;justify-content:space-between;align-items:end;gap:16px}.milestone-head h2{margin:0}.milestone-head>strong{color:var(--blue);font-size:30px}.milestone-track{display:grid;grid-template-columns:repeat(12,minmax(62px,1fr));gap:7px;margin:30px 0 16px;overflow-x:auto;padding-bottom:8px}.milestone-node{position:relative;min-width:62px;display:grid;justify-items:center;gap:7px;color:#9aa9b6}.milestone-node:not(:last-child):after{content:"";position:absolute;top:14px;left:calc(50% + 16px);width:calc(100% - 22px);height:2px;background:#dbe4eb}.milestone-node.reached{color:var(--blue)}.milestone-node.reached:not(:last-child):after{background:var(--gold)}.node-dot{width:29px;height:29px;display:grid;place-items:center;border:1px solid #c7d5e0;border-radius:50%;background:#eef3f7;font-size:11px}.reached .node-dot{border-color:var(--gold);color:#fff;background:var(--gold);box-shadow:0 0 0 5px #c28b3c1f}.current .node-dot{border-color:var(--blue);animation:pulse 1.8s ease-in-out infinite}.milestone-node small{white-space:nowrap;font-size:11px;font-weight:800}.milestone-node em{font-size:10px;font-style:normal}.next-note{margin:0;color:var(--muted);font-size:12px}@keyframes pulse{50%{box-shadow:0 0 0 5px #1e557a24}}.badge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.badge-card{position:relative;min-height:88px;display:flex;align-items:center;gap:13px;padding:16px;border:1px solid var(--line);border-radius:13px;background:#f7fafc;opacity:.7}.badge-card.unlocked{opacity:1;background:#fff}.badge-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:11px;color:#a5b3bf;background:#e8eef3;font-size:20px}.unlocked .badge-icon{color:var(--gold);background:var(--gold-soft)}.badge-card p{margin:0;color:var(--muted);font-size:11px}.badge-state{position:absolute;top:13px;right:13px;color:var(--muted);font-size:10px}.unlocked .badge-state{color:var(--gold)}.group-hero{margin-bottom:24px}.group-emblem{width:94px;height:94px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:var(--blue-soft);font-size:42px}.group-stats{margin-bottom:36px}.member-list{display:grid;gap:9px}.member-row{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:var(--paper)}.avatar,.profile-avatar{display:grid;place-items:center;color:var(--blue);background:var(--blue-soft);font-weight:800}.avatar{width:38px;height:38px;flex:0 0 38px;border-radius:12px}.member-meta{min-width:0;display:grid;gap:3px;flex:1}.member-meta strong{font-size:14px}.member-meta strong small{color:var(--muted);font-weight:500}.member-meta>span{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.member-progress{display:flex;align-items:center;gap:8px}.member-progress i{width:60px;height:4px;background:var(--gold)}.member-progress small{color:var(--muted);font-size:10px}.member-received{display:grid;gap:4px;color:var(--muted);font-size:10px;text-align:right;white-space:nowrap}.member-received small{color:var(--blue);font-weight:800}.member-actions{display:flex;gap:5px}.member-actions button{width:35px;height:35px;border:0;border-radius:9px;color:var(--blue);background:var(--blue-soft);font-size:19px}.member-actions button:hover{background:#d2e3ef}.admin-popover-wrap{position:relative}.admin-popover{position:absolute;right:0;z-index:3;width:min(360px,calc(100vw - 28px));margin-top:8px;padding:17px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 16px 36px #122a4029}.admin-popover hr{border:0;border-top:1px solid var(--line);margin:14px 0}.invite-code{display:block;color:var(--blue);font-size:26px;letter-spacing:.16em}.admin-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.admin-member{display:flex;align-items:center;gap:12px;padding:9px 0;border-top:1px solid var(--line);font-size:13px}.admin-member span{flex:1}.notice{width:100%;display:flex;justify-content:space-between;gap:16px;margin:-18px auto 22px;padding:11px 13px;border:1px solid #c9dce9;border-radius:9px;color:var(--blue);background:var(--blue-soft);font-size:13px;text-align:left}.notice span{color:var(--muted)}.profile-head{display:flex;align-items:center;gap:16px;margin-bottom:24px}.profile-avatar{width:64px;height:64px;border-radius:19px;color:#fff;background:var(--deep);font-size:25px}.profile-head h1{margin-bottom:4px;font-size:32px}.profile-head p{margin-bottom:0}.profile-form{width:min(100%,560px);display:grid;gap:17px;padding:22px}.field-hint{color:var(--muted);font-size:11px;font-weight:400}.inline-notice{margin:0}.profile-stats{width:min(100%,560px);display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:16px}.profile-stats div{display:grid;gap:5px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff}.profile-stats strong{font-size:23px}.profile-stats span{color:var(--muted);font-size:11px}.logout-button{margin-left:0}.bottom-nav{position:fixed;z-index:10;right:0;bottom:0;left:0;display:flex;justify-content:center;gap:5px;height:74px;padding:8px 12px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav button{min-width:68px;border:0;border-radius:11px;color:#8a9aa8;background:transparent}.bottom-nav button.active{color:var(--blue);background:var(--blue-soft)}.bottom-nav span,.bottom-nav small{display:block}.bottom-nav span{height:25px;font-size:19px}.bottom-nav small{font-size:10px;font-weight:800}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:640px){.auth-panel{padding:31px 23px;border-radius:18px}.topbar-inner{width:min(100% - 28px,1080px)}.content{padding:28px 14px 40px}.hero-row{align-items:flex-start}.hero-row h1{font-size:31px}.orb{flex-basis:74px;width:74px;height:74px;font-size:25px}.stat-grid{gap:8px;margin-bottom:30px}.stat-card{min-height:122px;padding:14px 12px}.stat-card strong{font-size:23px}.stat-card small{line-height:1.35}.section-heading{align-items:flex-start}.journey-panel{flex-wrap:wrap;gap:11px}.journey-panel>div:nth-child(2){flex:1;min-width:160px}.journey-panel .secondary-button{margin-left:0}.calendar-day{min-height:45px}.badge-grid{grid-template-columns:1fr}.badge-card{min-height:78px}.star-count{width:76px;height:76px}.star-count strong{font-size:27px}.member-row{align-items:flex-start;flex-wrap:wrap}.member-meta{min-width:calc(100% - 55px)}.member-received{margin-left:50px;text-align:left}.member-actions{margin-left:auto}.bottom-nav{justify-content:space-around}.bottom-nav button{min-width:48px}}@media(max-width:390px){.topbar{height:60px}.content{padding-right:12px;padding-left:12px}.hero-row h1{font-size:27px}.stat-card{padding:12px 9px}.stat-card strong{font-size:20px}.stat-label{font-size:10px}.month-switch{gap:5px;font-size:12px}.calendar-grid{gap:3px}.calendar-day{min-height:40px}.journey-lines{width:90px}.bottom-nav button{min-width:42px}.bottom-nav small{font-size:9px}}
