*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;height:100%}:root{--bg:#0d0d0f;--text:#f5f0e8;--muted:#f5f0e899;--border:#f5f0e814;--gold:#f5c842}[data-theme=dark]{--bg:#0d0d0f;--text:#f5f0e8;--muted:#f5f0e899;--border:#f5f0e814}[data-theme=light]{--bg:#fdf8ee;--text:#18131d;--muted:#18131d99;--border:#18131d1f}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}a{text-decoration:none}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1;justify-content:center;align-items:center;padding:64px 24px 96px;display:flex}.avatar{background:linear-gradient(135deg,#e8a020,#f5c842);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 20px;animation:.5s forwards up;display:flex}.avatar-logo{object-fit:contain;width:100%;height:100%}.name{letter-spacing:-2px;color:var(--text);opacity:0;margin-bottom:20px;font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(52px,10vw,96px);font-style:normal;font-weight:800;line-height:1;animation:.6s .1s forwards up}.sub{color:var(--muted);opacity:0;max-width:420px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:17px;font-weight:400;line-height:1.6;animation:.6s .2s forwards up}.buttons{opacity:0;flex-wrap:wrap;justify-content:center;gap:12px;animation:.6s .3s forwards up;display:flex}.btn{cursor:pointer;border:none;border-radius:50px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.btn-gold{background:var(--gold);color:#0d0d0f}.btn-gold:hover{background:#ffe06a;transform:translateY(-2px)}.btn-ghost{color:var(--muted);background:0 0;border:1px solid var(--border)!important}.btn-ghost:hover{color:var(--text)}.footer{border-top:1px solid var(--border);text-align:center;background:linear-gradient(#000000b3,#000000d9);flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:20px 24px;display:flex}.footer-name{color:#f0ede666;letter-spacing:2px;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:600}.footer-info{color:#f0ede6b3;font-size:12px;font-weight:400}@keyframes up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.app-main{padding:96px 20px}.buttons{flex-direction:column;align-items:center}}.apps{width:100%;margin-top:0}.apps-inner{border-top:1px solid #ffffff12;max-width:640px;margin:0 auto}.apps-row{color:inherit;opacity:0;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;text-decoration:none;animation:.6s forwards up;display:flex;transform:translateY(16px)}.apps-row:first-child{animation-delay:50ms}.apps-row:nth-child(2){animation-delay:.15s}.apps-row-main{align-items:center;gap:12px;display:flex}.apps-row-emoji{font-size:20px}.apps-row-text{flex-direction:column;align-items:flex-start;display:flex}.apps-row-title{font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,serif;font-size:18px;font-style:italic;font-weight:900}.apps-row-meta{color:var(--muted);margin-top:2px;font-size:12px}.apps-row-arrow{color:var(--muted);font-size:18px;transition:color .2s,transform .2s}.apps-row:hover .apps-row-arrow{color:var(--gold);transform:translate(4px)}.theme-toggle{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;background:#00000059;border:1px solid #ffffff1f;border-radius:999px;gap:4px;padding:4px;display:flex;position:fixed;top:16px;right:16px}.theme-toggle-btn{color:#f5f0e8bf;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:4px 10px;font-size:11px}.theme-toggle-btn.is-active{color:#f5f0e8;background:#f5c84238}@media (width<=600px){.theme-toggle{top:12px;right:12px}}@media (width<=720px){.apps-grid{grid-template-columns:minmax(0,1fr)}}.policy{background:var(--bg);border:1px solid var(--border);border-radius:20px;width:100%;max-width:760px;padding:28px 28px 24px;box-shadow:0 22px 60px #000000b3}.policy-header{text-align:left;margin-bottom:18px}.policy-title{letter-spacing:-.6px;margin-bottom:4px;font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,serif;font-size:26px;font-style:italic;font-weight:900}.policy-meta{text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);font-size:11px}.policy-body{text-align:left;color:var(--text);font-size:15px;line-height:1.8}.policy-section{margin-bottom:22px}.policy-section h2{color:var(--text);margin-bottom:8px;font-size:16px;font-weight:700}.policy-section h3{color:var(--text);margin-top:10px;margin-bottom:4px;font-size:14px;font-weight:700}.policy-section p+ul{margin-top:4px}.policy-body ul{margin:6px 0 10px;padding-left:20px}.policy-body li{margin-bottom:4px}.policy-no-list{padding-left:0;list-style:none}.policy-no-list li{margin-bottom:4px}.policy a{color:var(--gold)}.policy-section--note{margin-top:8px}.policy-back{margin-top:20px}.policy-back .page-link{font-size:13px}.notfound{text-align:center;max-width:520px;margin:auto}.notfound-label{letter-spacing:1.6px;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:13px}.notfound-title{letter-spacing:-.6px;margin-bottom:12px;font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,serif;font-size:32px;font-style:italic;font-weight:900}.notfound-copy{color:var(--muted);margin-bottom:24px;font-size:14px}.notfound-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}@media (width<=480px){.policy{border-radius:16px;max-width:100%;padding:22px 18px 20px}}.dailybright{flex-direction:column;align-items:stretch;width:100%;max-width:1040px;margin:0 auto;display:flex}.dailybright-hero-row{justify-content:space-between;align-items:center;gap:56px;display:flex}.dailybright-hero-left{text-align:center;max-width:520px}.dailybright-hero-right{flex:1;justify-content:center;display:flex}.dailybright-hero-icon{background:radial-gradient(circle at 30% 0,#fff9da,#f5c842);border-radius:999px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 12px;display:flex;overflow:hidden}.dailybright-hero-icon-image{object-fit:contain;width:100%;height:100%}.dailybright-hero-icon-text{color:#0d0d0f;font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,serif;font-size:26px;font-style:italic;font-weight:900}.dailybright-hero-appname{letter-spacing:1.4px;text-transform:uppercase;color:var(--muted);margin-bottom:20px;font-size:13px}.dailybright-hero-title{letter-spacing:-.8px;margin-bottom:16px;font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,serif;font-size:clamp(30px,4vw,40px);font-style:italic;font-weight:900}.dailybright-hero-subtitle{color:var(--muted);max-width:380px;margin:0 auto 28px;font-size:15px}.dailybright-hero-cta{color:#fff;background:#000;border:1px solid #fff6;margin-bottom:8px;display:inline-block;box-shadow:0 8px 18px #0009}.dailybright-hero-cta:hover{background:#111;border-color:#ffffffb3}.dailybright-hero-apple{vertical-align:-1px;color:#fff;margin-right:6px;font-size:18px}.dailybright-hero-legal{color:var(--muted);margin-top:4px;font-size:12px}.dailybright-hero-legal a{color:inherit;text-underline-offset:3px;text-decoration:underline}.dailybright-hero-mock{width:min(380px,100%);margin:0 auto}.dailybright-hero-mock img{width:100%;height:auto;display:none}[data-theme=dark] .dailybright-hero-image--dark,[data-theme=light] .dailybright-hero-image--light{display:block}.dailybright-features{text-align:center;width:100%}.dailybright-section-label{letter-spacing:1.6px;text-transform:uppercase;color:#f5f0e866;margin-bottom:8px;font-size:11px}.dailybright-section-title{letter-spacing:-.5px;max-width:520px;margin:0 auto 40px;font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,serif;font-size:22px;font-style:italic;font-weight:900}.dailybright-features-list{flex-direction:column;gap:40px;display:flex}.dailybright-feature{align-items:center;gap:32px;display:flex}.dailybright-feature--reverse{flex-direction:row-reverse}.dailybright-feature-media{flex:1}.dailybright-feature-placeholder{background:radial-gradient(circle at 0 0,#f5c8422e,#141417);border:1px solid #f5f0e814;border-radius:24px;width:100%;height:200px}.dailybright-feature-copy{text-align:left;flex:1}.dailybright-feature-copy h3{margin-bottom:8px;font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,serif;font-size:20px;font-style:italic;font-weight:900}.dailybright-feature-copy p{color:#f5f0e8b8;max-width:360px;font-size:14px}.dailybright-footer{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.dailybright-footer-icon{color:#0d0d0f;background:radial-gradient(circle at 30% 0,#fff9da,#f5c842);border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-family:Fraunces,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,serif;font-size:14px;font-style:italic;font-weight:900;display:flex}.dailybright-footer-text{font-size:13px}.dailybright-footer-links{color:#f5f0e8b3;align-items:center;gap:8px;font-size:12px;display:flex}.dailybright-footer-links a{color:inherit}.dailybright-footer-meta{color:#f5f0e873;font-size:11px}@media (width<=800px){.dailybright{align-items:center}.dailybright-hero-row{text-align:center;flex-direction:column-reverse}.dailybright-hero-left{max-width:100%}}@media (width<=480px){.dailybright{align-items:center}}
