:root{--gold:#c79a19;--gold-dark:#a77d08;--gold-soft:#f8f0d6;--gold-pale:#fffaf0;--white:#ffffff;--surface:#fcfcfb;--surface-soft:#f7f7f5;--text:#171717;--text-secondary:#666666;--text-muted:#9a9a9a;--border:#e9e9e7;--border-gold:rgba(199, 154, 25, 0.45);--shadow-sm:0 2px 10px rgba(20, 20, 20, 0.04);--shadow-md:0 12px 35px rgba(20, 20, 20, 0.07);--shadow-gold:0 12px 35px rgba(199, 154, 25, 0.12);--radius-lg:24px;--radius-md:16px;--radius-sm:12px;--content-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(180deg,#fff 0,#fff 45%,#fafaf9 100%);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a,button{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:100;height:82px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.topbar-inner{width:min(calc(100% - 40px),var(--content-width));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:14px;min-width:0}.brand-logo{width:48px;height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:13px;background:var(--white);border:1px solid var(--border-gold);box-shadow:var(--shadow-sm)}.brand-logo img{width:100%;height:100%;object-fit:contain;display:block}.brand-text{min-width:0}.brand-name{font-size:17px;line-height:1.15;font-weight:800;letter-spacing:.04em;color:#181818}.brand-tagline{margin-top:4px;font-size:12px;line-height:1.2;color:var(--text-secondary);letter-spacing:.01em}.release-status{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:13px;font-weight:700;color:var(--gold-dark)}.status-dot,.today-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px var(--gold-pale)}.main-content{width:min(calc(100% - 40px),var(--content-width));margin:0 auto;padding:34px 0 90px;flex:1}.hero-card{position:relative;min-height:300px;overflow:hidden;display:flex;align-items:center;padding:48px;background:linear-gradient(135deg,#fff 0,#fffdf8 55%,#fff 100%);border:1px solid var(--border-gold);border-radius:var(--radius-lg);box-shadow:var(--shadow-gold)}.hero-content{position:relative;z-index:2;max-width:790px}.eyebrow{margin-bottom:14px;font-size:12px;line-height:1;font-weight:800;color:var(--gold-dark);letter-spacing:.16em}.hero-card h1{margin:0;font-size:clamp(38px, 5vw, 64px);line-height:1.04;letter-spacing:-.045em;font-weight:850;color:#161616}.hero-card h1 span{color:var(--gold-dark)}.hero-card p{max-width:760px;margin:22px 0 0;font-size:17px;line-height:1.7;color:#666}.hero-mark{position:absolute;width:430px;height:430px;right:-120px;top:-110px;pointer-events:none}.hero-ring{position:absolute;border-radius:50%;border:1px solid rgba(199,154,25,.2)}.hero-ring-one{width:420px;height:420px;right:0;top:0}.hero-ring-two{width:320px;height:320px;right:50px;top:50px;border-color:rgba(199,154,25,.13)}.hero-ring-three{width:220px;height:220px;right:100px;top:100px;border-color:rgba(199,154,25,.09)}.hero-gold-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--gold);right:203px;top:203px;box-shadow:0 0 0 10px rgba(199,154,25,.08),0 0 0 22px rgba(199,154,25,.035)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:44px 0 18px}.section-heading h2{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.025em;color:#161616}.section-heading p{margin:8px 0 0;color:var(--text-secondary);font-size:14px}.today-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:var(--gold-pale);border:1px solid var(--border-gold);color:var(--gold-dark);font-size:12px;font-weight:800;white-space:nowrap}.day-grid{display:grid;grid-template-columns:repeat(14,minmax(52px,1fr));gap:14px;padding:28px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.day-button{position:relative;width:100%;aspect-ratio:1;padding:0;border-radius:50%;border:1px solid #e2e2df;background:linear-gradient(145deg,#fff,#f8f8f7);color:#b8b8b5;font-size:13px;font-weight:800;cursor:not-allowed;transition:transform 160ms,box-shadow 160ms,border-color 160ms,background 160ms}.day-button::after{content:"";position:absolute;inset:4px;border-radius:50%;border:1px solid rgba(0,0,0,.025);pointer-events:none}.day-button.available{cursor:pointer;background:#fff;border-color:var(--gold);color:#191919;box-shadow:0 5px 15px rgba(199,154,25,.1)}.day-button.available:hover{transform:translateY(-3px);background:var(--gold-pale);border-color:var(--gold-dark);box-shadow:0 9px 22px rgba(199,154,25,.16)}.day-button.available:focus-visible{outline:rgba(199,154,25,.24) solid 3px;outline-offset:3px}.day-button.today{background:var(--gold);color:#fff;border-color:var(--gold);box-shadow:0 8px 22px rgba(199,154,25,.28)}.day-button.today:hover{background:var(--gold-dark);color:#fff}.day-button.locked{opacity:.72}.day-button.completed::before{content:"✓";position:absolute;top:-3px;right:-3px;width:17px;height:17px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid var(--gold);color:var(--gold-dark);font-size:9px;z-index:2}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px;color:var(--text-secondary)}.loading-spinner{width:34px;height:34px;margin-bottom:14px;border-radius:50%;border:3px solid var(--gold-soft);border-top-color:var(--gold);animation:.8s linear infinite spin}.loading-state p{margin:0;font-size:14px}@keyframes spin{to{transform:rotate(360deg)}}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:260px;padding:30px}.error-state.hidden{display:none}.error-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;border-radius:50%;background:#fff6f0;border:1px solid #f0d4c0;color:#a8542b;font-weight:900}.error-state h3{margin:0;font-size:18px}.error-state p{max-width:500px;margin:8px 0 18px;color:var(--text-secondary);line-height:1.6}.gold-button{border:0;padding:11px 18px;border-radius:999px;background:var(--gold);color:#fff;font-weight:800;cursor:pointer}.gold-button:hover{background:var(--gold-dark)}.footer{border-top:1px solid var(--border);background:#fff}.footer-inner{width:min(calc(100% - 40px),var(--content-width));min-height:88px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:34px;height:34px;object-fit:contain}.footer-brand div{display:flex;flex-direction:column;gap:2px}.footer-brand strong{font-size:12px;letter-spacing:.06em}.footer-brand span{font-size:11px;color:var(--text-secondary)}.footer-copy{font-size:12px;color:var(--text-secondary)}.install-button{position:fixed;right:22px;bottom:calc(22px + env(safe-area-inset-bottom));z-index:500;display:inline-flex;align-items:center;gap:9px;padding:12px 17px;border:1px solid var(--border-gold);border-radius:999px;background:rgba(255,255,255,.97);color:#1b1b1b;box-shadow:0 12px 32px rgba(0,0,0,.12),0 3px 10px rgba(199,154,25,.1);font-size:13px;font-weight:800;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform 160ms,box-shadow 160ms}.install-button:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,0,0,.14),0 5px 15px rgba(199,154,25,.13)}.install-button:active{transform:translateY(0)}.install-button.hidden{display:none}.install-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gold-pale);color:var(--gold-dark);font-size:16px;line-height:1}@media (max-width:900px){.day-grid{grid-template-columns:repeat(10,minmax(48px,1fr));gap:12px;padding:22px}.hero-card{padding:38px}.hero-mark{opacity:.55}}@media (max-width:640px){.topbar{height:72px}.topbar-inner{width:min(calc(100% - 24px),var(--content-width))}.brand-logo{width:42px;height:42px;flex-basis:42px;border-radius:11px}.brand-name{font-size:14px}.brand-tagline{font-size:10px}.release-status{font-size:11px}.main-content{width:min(calc(100% - 24px),var(--content-width));padding-top:20px}.hero-card{min-height:280px;padding:30px 24px;border-radius:20px}.hero-card h1{font-size:38px}.hero-card p{font-size:14px;line-height:1.65}.hero-mark{right:-210px;top:-120px;opacity:.38}.section-heading{align-items:flex-start;flex-direction:column;margin-top:34px}.section-heading h2{font-size:24px}.day-grid{grid-template-columns:repeat(6,minmax(42px,1fr));gap:10px;padding:17px}.day-button,.today-badge{font-size:11px}.footer-inner{width:min(calc(100% - 24px),var(--content-width));min-height:76px}.install-button{right:14px;bottom:calc(14px + env(safe-area-inset-bottom));padding:11px 14px}}@media (max-width:390px){.day-grid{grid-template-columns:repeat(5,minmax(42px,1fr))}.brand-tagline{display:none}.release-status{max-width:100px;text-align:right;white-space:normal}}