.loading-dots{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;color:var(--fg-secondary)}.loading-dots--sm .loading-dots-orbit{width:28px;height:28px}.loading-dots--md .loading-dots-orbit{width:40px;height:40px}.loading-dots--lg .loading-dots-orbit{width:56px;height:56px}.loading-dots-orbit{position:relative}.loading-dots-dot{position:absolute;width:9px;height:9px;border-radius:999px;background:var(--accent);opacity:.8;animation:loading-dots-bounce 1.6s ease-in-out infinite}.loading-dots-dot--1{top:0;left:50%;transform:translate(-50%);animation-delay:0s}.loading-dots-dot--2{bottom:4px;left:4px;animation-delay:.2s}.loading-dots-dot--3{bottom:4px;right:4px;animation-delay:.4s}@keyframes loading-dots-bounce{0%{transform:translateY(0) scale(1);opacity:.4}40%{transform:translateY(-5px) scale(1.08);opacity:1}to{transform:translateY(0) scale(1);opacity:.4}}.loading-dots-label{font-size:.85rem}.language-switcher{display:flex;gap:.25rem}.language-switcher-btn{padding:.35rem .6rem;border:none;border-radius:6px;background:transparent;color:var(--fg-secondary);font-size:.8125rem;font-family:inherit;cursor:pointer;transition:color .2s,background .2s}.language-switcher-btn:hover{color:var(--fg)}.language-switcher-btn.is-active{background:#007aff1f;color:var(--accent);font-weight:500}.fnc{margin:0}.fnc--animate{opacity:0;transform:translateY(12px);animation:fnc-enter .4s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--fnc-delay, 0s)}@keyframes fnc-enter{to{opacity:1;transform:translateY(0)}}.fnc-category-badge{display:inline-block;padding:.18rem .5rem;border-radius:5px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--accent);color:#fff}.fnc-custom-tag{display:inline-block;padding:.18rem .45rem;border-radius:5px;font-size:.68rem;font-weight:600;background:#007aff1a;color:var(--accent)}.fnc-verified{font-size:.75rem;color:var(--accent);font-weight:700}.fnc-hero-inner{display:flex;flex-direction:column;width:100%;background:none;border:none;padding:0;cursor:pointer;text-align:left;border-radius:12px;overflow:hidden;-webkit-tap-highlight-color:transparent;transition:transform .2s ease}.fnc-hero-inner:hover{transform:translateY(-2px)}.fnc-hero-inner:hover .fnc-hero-image img{transform:scale(1.03)}.fnc-hero-image{position:relative;width:100%;height:200px;overflow:hidden;border-radius:12px 12px 0 0;background:#e8e8ed}.fnc-hero-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.fnc-hero-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e0e0e0,#f0f0f0)}.fnc-hero-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.15) 0%,transparent 45%);pointer-events:none}.fnc-hero-body{padding:.5rem 0 .375rem;background:none}.fnc-hero-meta{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.35rem}.fnc-hero-headline{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;color:var(--fg);line-height:1.3;letter-spacing:-.02em}.fnc-hero-snippet{margin:0 0 .5rem;font-size:.8125rem;color:var(--fg-secondary);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fnc-hero-footer{display:flex;align-items:center;gap:.4rem}.fnc-hero-source{font-size:.75rem;font-weight:600;color:var(--fg-secondary)}.fnc-hero-read{margin-left:auto;font-size:.75rem;font-weight:600;color:var(--accent)}.fnc--list+.fnc--list{border-top:.5px solid var(--separator)}.fnc-list-inner{display:flex;align-items:flex-start;gap:.625rem;width:100%;padding:.6rem 0;background:none;border:none;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.fnc-list-inner:hover{opacity:.7}.fnc-list-thumb{flex-shrink:0;width:68px;height:50px;border-radius:7px;overflow:hidden;background:#e8e8ed}.fnc-list-thumb img{width:100%;height:100%;object-fit:cover;display:block}.fnc-list-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.fnc-list-headline{margin:0;font-size:.8125rem;font-weight:600;color:var(--fg);line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fnc-list-meta{display:flex;align-items:center;gap:.3rem}.fnc-list-source{font-size:.7rem;font-weight:500;color:var(--fg-secondary)}.fnc--card{border-radius:12px;overflow:hidden;background:var(--bg-elevated);box-shadow:0 1px 3px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.fnc--card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000014}.fnc-card-inner{display:flex;flex-direction:column;width:100%;background:none;border:none;padding:0;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.fnc-card-image{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#e8e8ed;border-radius:12px 12px 0 0}.fnc-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.fnc--card:hover .fnc-card-image img{transform:scale(1.04)}.fnc-card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e8ed,#f2f2f7)}.fnc-category-badge--overlay{position:absolute;bottom:.5rem;left:.5rem}.fnc-card-body{padding:.5rem .625rem .625rem}.fnc-card-headline{margin:0 0 .3rem;font-size:.8125rem;font-weight:600;color:var(--fg);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fnc-card-snippet{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 .35rem;font-size:.72rem;color:var(--fg-secondary);line-height:1.45}.fnc-card-snippet-icon{display:inline;vertical-align:middle;width:11px;height:11px;margin-right:.25rem;margin-bottom:1px;color:var(--accent);flex-shrink:0;opacity:.7}.fnc-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem}.fnc-card-source{font-size:.72rem;font-weight:600;color:var(--fg-secondary)}.fnc-card-time{font-size:.68rem;color:var(--fg-secondary);opacity:.7}.fnc-card-time:before{content:"·";margin-right:.25rem}@media (prefers-reduced-motion: reduce){.fnc--animate{animation:none;opacity:1;transform:none}.fnc-hero-inner,.fnc--card{transition:none}}.fsg{margin-bottom:1.75rem}.fsg--animate{opacity:0;animation:fsg-fade-in .45s cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--fsg-delay, 0s)}@keyframes fsg-fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fsg-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.625rem}.fsg-title{margin:0;font-size:.72rem;font-weight:700;color:var(--fg-secondary);text-transform:uppercase;letter-spacing:.06em}.fsg-count{font-size:.72rem;color:var(--fg-secondary);font-weight:400}.fsg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.625rem;align-items:start}@media (max-width: 1000px){.fsg-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.fsg{margin-bottom:1.25rem}.fsg-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (max-width: 480px){.fsg-grid{grid-template-columns:1fr}}.fsg-expand-btn{display:none}.fsg-expand-icon{flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.fsg-expand-icon--up{transform:rotate(180deg)}@media (max-width: 768px){.fsg-card--extra{display:none}.fsg--expanded .fsg-card--extra{display:contents}.fsg-expand-btn{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;margin-top:.5rem;padding:.5rem 0 .2rem;background:none;border:none;cursor:pointer;color:var(--accent, #007aff);font-size:.8rem;font-weight:600;letter-spacing:.01em;transition:opacity .15s ease}.fsg-expand-btn:active{opacity:.5}}@media (prefers-reduced-motion: reduce){.fsg--animate{animation:none;opacity:1;transform:none}}.landing-demo-feed{background:var(--bg);color:var(--fg);border-radius:14px;overflow:hidden;box-shadow:0 8px 32px #0000001f;max-width:100%;padding:1rem 1rem 1.25rem;pointer-events:none}.landing-demo-feed-title{font-size:1rem;font-weight:700;color:var(--fg);margin:0 0 .75rem;letter-spacing:-.02em}.landing-demo-feed .fsg{margin-bottom:1rem}.landing-demo-feed .fsg:last-child{margin-bottom:0}.landing-demo-feed .fsg-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.landing-demo-feed .fnc-card-headline,.landing-demo-feed .fnc-card-snippet{font-size:.7rem;line-height:1.35}.landing-demo-feed .fnc-card-snippet{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-demo-feed .fnc-card-meta{font-size:.6rem}.landing-demo-settings{background:var(--bg);color:var(--fg);padding:1rem 1.25rem;border-radius:14px;max-width:100%;box-shadow:0 8px 32px #0000001f;pointer-events:none}.landing-demo-settings-title{font-size:1.15rem;font-weight:700;letter-spacing:-.02em;color:var(--fg);margin:0 0 .35rem;text-align:center}.landing-demo-settings-subtitle{font-size:.8rem;color:var(--fg-secondary);text-align:center;margin:0 0 1.25rem;line-height:1.4}.landing-demo-settings-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.landing-demo-settings-tag{min-height:36px;padding:.5rem .85rem;border-radius:18px;border:1.5px solid var(--separator);background:var(--bg-elevated);color:var(--fg);font-size:.8rem;font-weight:500}.landing-demo-settings-tag.is-selected{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 8px #007aff59}.landing-demo-settings-keywords{padding-top:.25rem}.landing-demo-settings-keywords-title{font-size:.875rem;font-weight:600;color:var(--fg);margin:0 0 .25rem}.landing-demo-settings-keywords-subtitle{font-size:.75rem;color:var(--fg-secondary);line-height:1.4;margin:0 0 .5rem}.landing-demo-settings-keywords-input-wrap{margin-bottom:.5rem}.landing-demo-settings-keywords-input{width:100%;padding:.5rem .75rem;border:1.5px solid var(--separator);border-radius:8px;background:var(--bg-elevated);color:var(--fg);font-size:.8rem;font-family:inherit}.landing-demo-settings-keywords-input::placeholder{color:var(--fg-secondary)}.landing-demo-settings-keywords-chips{display:flex;flex-wrap:wrap;gap:.35rem}.landing-demo-settings-keyword-chip{display:inline-flex;align-items:center;padding:.3rem .5rem .3rem .6rem;background:#007aff1f;border-radius:12px;color:var(--accent);font-size:.75rem;font-weight:500}.landing{min-height:100vh;background:radial-gradient(circle at top,#f5f5f7 0,#fff 55%,#f5f5f7);color:var(--fg);position:relative;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.landing-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;will-change:transform;transform:translate3d(0,calc(var(--scroll-y, 0) * -.1px),0)}.landing-bg-word{position:absolute;left:var(--x, 20%);top:var(--y, 20%);font-size:clamp(.875rem,2.5vw,1.25rem);font-weight:600;color:#0000000a;letter-spacing:.02em;animation:landing-bg-fade 12s ease-in-out infinite;animation-delay:var(--delay, 0s);white-space:nowrap}@keyframes landing-bg-fade{0%,to{opacity:0;transform:scale(.95) translateY(4px)}15%{opacity:.4;transform:scale(1) translateY(0)}85%{opacity:.4;transform:scale(1) translateY(0)}}.landing-header{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 2rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(to bottom,rgba(255,255,255,.94),rgba(255,255,255,.9),rgba(255,255,255,.7),transparent);border-bottom:1px solid rgba(60,60,67,.08)}.landing-login-link{font-size:.9375rem;font-weight:500;color:var(--fg-secondary);text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:color .2s,background-color .2s}.landing-login-link:hover{color:var(--accent);background:#007aff0f}.landing-main{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 1.75rem 2.75rem;gap:3rem}@media (min-width: 960px){.landing-main{max-width:1040px;margin:0 auto;padding-inline:3rem}}.landing-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;padding:clamp(3rem,14vh,6rem) 0 3rem;min-height:calc(100vh - 6.5rem);text-align:center;max-width:460px}.landing-logo-wrap{margin-bottom:1.25rem}.landing-logo{display:inline-block;height:72px;width:auto;max-width:100%;object-fit:contain;animation:landing-logo-float 4s ease-in-out infinite}@keyframes landing-logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.landing-slogan{margin:0 0 2.25rem;font-size:clamp(1.25rem,2.1vw,1.6rem);color:var(--fg-secondary);font-weight:400;line-height:1.45;max-width:32rem}.landing-register-cta{display:inline-block;padding:.9rem 2.3rem;background:var(--accent);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:background-color .2s,transform .2s;box-shadow:0 2px 12px #007aff40}.landing-register-cta:hover{background:var(--accent-hover);transform:translateY(-1px)}.landing-register-cta:active{transform:translateY(0)}.landing-register-cta--hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.landing-early-access{width:100%;max-width:380px;margin-top:1.5rem}.landing-early-access-label{display:block;font-size:.95rem;font-weight:600;color:var(--fg);margin-bottom:.6rem}.landing-early-access-row{display:flex;flex-direction:column;gap:.6rem}@media (min-width: 420px){.landing-early-access-row{flex-direction:row;align-items:stretch}}.landing-early-access-input{flex:1;min-width:0;padding:.85rem 1rem;font-size:1rem;font-family:inherit;border:1.5px solid rgba(60,60,67,.2);border-radius:10px;background:#fff;color:var(--fg);transition:border-color .2s,box-shadow .2s}.landing-early-access-input::placeholder{color:var(--fg-secondary)}.landing-early-access-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #007aff26}.landing-early-access-input:disabled{opacity:.7;cursor:not-allowed}.landing-early-access-btn{flex-shrink:0;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:var(--accent);border:none;border-radius:10px;cursor:pointer;transition:background-color .2s,transform .15s;box-shadow:0 2px 12px #007aff40}.landing-early-access-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.landing-early-access-btn:active:not(:disabled){transform:translateY(0)}.landing-early-access-btn:disabled{opacity:.7;cursor:not-allowed}.landing-early-access-status{margin:.75rem 0 0;font-size:.9rem;line-height:1.4}.landing-early-access-status--success{color:var(--fg);font-weight:500}.landing-early-access-status--error,.landing-early-access-status--recaptcha{color:#c0392b}.landing-features{max-width:820px;text-align:left;margin-top:3.25rem;background:#ffffffe6;border-radius:20px;padding:2rem 1.75rem;box-shadow:0 18px 60px #00000014;border:1px solid rgba(60,60,67,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-features-kicker{margin:0 0 .4rem;font-size:.8125rem;text-transform:uppercase;letter-spacing:.14em;color:var(--fg-secondary);font-weight:600}.landing-features-heading{margin:0 0 1.25rem;font-size:1.375rem;font-weight:600;color:var(--fg)}.landing-features-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem 1.75rem}.landing-feature-item{position:relative;padding-left:.75rem}.landing-feature-item:before{content:"";position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:999px;background:var(--accent)}.landing-feature-title{margin:0 0 .25rem;font-size:.98rem;font-weight:600;color:var(--fg)}.landing-feature-text{margin:0;font-size:.9rem;color:var(--fg-secondary);line-height:1.5}@media (max-width: 640px){.landing-features{padding-inline:1.25rem}}.landing-usecases{max-width:960px;margin-top:2.5rem;padding:2.25rem 1.75rem 2.5rem;border-radius:26px;background:radial-gradient(circle at top left,rgba(0,122,255,.16),transparent 55%),#ffffffe6;border:1px solid rgba(60,60,67,.08);box-shadow:0 22px 70px #00000017;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-usecases-header{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.75rem}.landing-usecases-kicker{margin:0;font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;color:var(--fg-secondary);font-weight:600}.landing-usecases-heading{margin:0;font-size:1.4rem;font-weight:600;color:var(--fg)}.landing-usecases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.landing-usecase-card{border-radius:20px;padding:1.1rem 1.1rem 1.25rem;background:#ffffffe6;border:1px solid rgba(60,60,67,.08);box-shadow:0 10px 30px #0000000d}.landing-usecase-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .65rem;border-radius:999px;background:#007aff0f;margin-bottom:.75rem}.landing-usecase-dot{width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px #007aff29}.landing-usecase-dot-alt{background:#ff9f0a;box-shadow:0 0 0 4px #ff9f0a33}.landing-usecase-dot-accent{background:#34c759;box-shadow:0 0 0 4px #34c75933}.landing-usecase-pill-label{font-size:.75rem;font-weight:600;color:var(--fg-secondary)}.landing-usecase-title{margin:0 0 .35rem;font-size:.98rem;font-weight:600;color:var(--fg)}.landing-usecase-text{margin:0;font-size:.9rem;color:var(--fg-secondary);line-height:1.5}@media (max-width: 640px){.landing-usecases{padding-inline:1.25rem}}.landing-app-preview{max-width:960px;margin-top:2.5rem;padding:0 0 2.5rem}.landing-app-preview-header{display:flex;flex-direction:column;gap:.4rem;margin-bottom:2rem;text-align:center}.landing-app-preview-kicker{margin:0;font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;color:var(--fg-secondary);font-weight:600}.landing-app-preview-heading{margin:0;font-size:1.4rem;font-weight:600;color:var(--fg)}.landing-app-preview-screens{display:flex;flex-direction:column;gap:6rem}.landing-app-preview-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;align-items:start}.landing-app-preview-demo{width:100%;max-width:100%}.landing-app-preview-desc{display:flex;flex-direction:column;gap:.5rem;background:#ffffffe6;border-radius:20px;padding:1.5rem;box-shadow:0 18px 60px #00000014;border:1px solid rgba(60,60,67,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-app-preview-desc-title{margin:0;font-size:1.1rem;font-weight:600;color:var(--fg)}.landing-app-preview-desc-text{margin:0;font-size:.95rem;color:var(--fg-secondary);line-height:1.55}.landing-app-preview-desc--timeline{pointer-events:auto}.landing-app-preview-timeline-kicker{margin:0 0 .25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--fg-secondary);font-weight:600}.landing-app-preview-timeline{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.landing-app-preview-timeline-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem;background:#fff9;border:1px solid rgba(60,60,67,.1);border-radius:12px;cursor:pointer;font-family:inherit;text-align:left;transition:border-color .2s,background .2s,box-shadow .2s}.landing-app-preview-timeline-btn:hover{background:#ffffffe6;border-color:#007aff40}.landing-app-preview-timeline-btn.is-active{background:#007aff14;border-color:#007aff59;box-shadow:0 0 0 1px #007aff26}.landing-app-preview-timeline-time{font-size:.9rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.landing-app-preview-timeline-btn.is-active .landing-app-preview-timeline-time{color:var(--accent)}.landing-app-preview-timeline-text{font-size:.85rem;color:var(--fg-secondary);line-height:1.4}.landing-app-preview-timeline-btn.is-active .landing-app-preview-timeline-text{color:var(--fg)}.landing-app-preview-screens .landing-app-preview-row{opacity:1;transform:translateY(18px);transition:transform .5s cubic-bezier(.22,1,.36,1)}.landing-app-preview.landing-animate-visible .landing-app-preview-screens .landing-app-preview-row:nth-child(1){transform:translateY(0);transition-delay:.15s}.landing-app-preview.landing-animate-visible .landing-app-preview-screens .landing-app-preview-row:nth-child(2){transform:translateY(0);transition-delay:.25s}@media (max-width: 768px){.landing-app-preview-row{grid-template-columns:1fr;gap:1rem}}.landing-footer{margin-top:3.5rem;padding-top:2rem;border-top:1px solid rgba(60,60,67,.1);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.landing-footer-brand{display:flex;align-items:center;gap:.6rem}.landing-footer-logo{height:28px;width:auto;object-fit:contain}.landing-footer-app-name{font-size:1rem;font-weight:600;color:var(--fg);letter-spacing:-.02em}.landing-footer-nav{display:flex;align-items:center;gap:1.5rem}.landing-footer-link{font-size:.9rem;color:var(--fg-secondary);text-decoration:none;transition:color .2s ease}.landing-footer-link:hover{color:var(--accent)}@media (max-width: 480px){.landing-footer{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.5rem;margin-top:3rem}}.landing [data-animate]{opacity:1;transform:translateY(28px);transition:transform .6s cubic-bezier(.22,1,.36,1),box-shadow .3s ease-out}.landing [data-animate].landing-animate-visible{transform:translateY(0)}.landing-features .landing-features-kicker,.landing-features .landing-features-heading{opacity:1;transform:translateY(14px);transition:transform .5s cubic-bezier(.22,1,.36,1)}.landing-features.landing-animate-visible .landing-features-kicker{transform:translateY(0);transition-delay:.05s}.landing-features.landing-animate-visible .landing-features-heading{transform:translateY(0);transition-delay:.12s}.landing-feature-item{opacity:1;transform:translateY(12px);transition:transform .45s cubic-bezier(.22,1,.36,1)}.landing-features.landing-animate-visible .landing-feature-item:nth-child(1){transform:translateY(0);transition-delay:.18s}.landing-features.landing-animate-visible .landing-feature-item:nth-child(2){transform:translateY(0);transition-delay:.28s}.landing-features.landing-animate-visible .landing-feature-item:nth-child(3){transform:translateY(0);transition-delay:.38s}.landing-usecases .landing-usecases-kicker,.landing-usecases .landing-usecases-heading{opacity:1;transform:translateY(12px);transition:transform .5s cubic-bezier(.22,1,.36,1)}.landing-usecases.landing-animate-visible .landing-usecases-kicker{transform:translateY(0);transition-delay:.05s}.landing-usecases.landing-animate-visible .landing-usecases-heading{transform:translateY(0);transition-delay:.12s}.landing-usecase-card{opacity:1;transform:translateY(18px);transition:transform .5s cubic-bezier(.22,1,.36,1)}.landing-usecases.landing-animate-visible .landing-usecase-card:nth-child(1){transform:translateY(0);transition-delay:.15s}.landing-usecases.landing-animate-visible .landing-usecase-card:nth-child(2){transform:translateY(0);transition-delay:.25s}.landing-usecases.landing-animate-visible .landing-usecase-card:nth-child(3){transform:translateY(0);transition-delay:.35s}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg);color:var(--fg);position:relative}.login-lang{position:absolute;top:1rem;right:1rem}.login-card{width:100%;max-width:400px;background:var(--bg-elevated);border-radius:14px;padding:2rem;box-shadow:0 2px 14px #0000000f}.login-brand{text-align:center;margin-bottom:2rem}.login-logo{display:block;height:40px;width:auto;max-width:100%;margin:0 auto;object-fit:contain}.login-tagline{margin:.5rem 0 0;font-size:.9375rem;color:var(--fg-secondary);font-weight:400}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-error{padding:.75rem 1rem;background:var(--error-bg);border-radius:10px;color:var(--error-text);font-size:.9375rem}.login-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9375rem;font-weight:500;color:var(--fg)}.login-input{padding:.75rem 1rem;border:1px solid var(--separator);border-radius:10px;background:var(--bg-elevated);color:var(--fg);font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.login-input::placeholder{color:var(--fg-secondary)}.login-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #007aff33}.login-submit{margin-top:.25rem;padding:.875rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s,opacity .2s}.login-submit:hover:not(:disabled){background:var(--accent-hover)}.login-submit:active:not(:disabled){opacity:.9}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-hint{margin:1.25rem 0 0;font-size:.8125rem;color:var(--fg-secondary);text-align:center}.register-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:#fff;color:var(--fg);position:relative}.register-lang{position:absolute;top:1rem;right:1rem}.register-card{width:100%;max-width:400px;background:var(--bg-elevated);border-radius:14px;padding:2rem;box-shadow:0 2px 14px #0000000f}.register-brand{text-align:center;margin-bottom:2rem}.register-logo-link{display:inline-block}.register-logo{display:block;height:36px;width:auto;margin:0 auto;object-fit:contain}.register-title{margin:.75rem 0 0;font-size:1.125rem;font-weight:600;color:var(--fg)}.register-form{display:flex;flex-direction:column;gap:1.25rem}.register-error{padding:.75rem 1rem;background:var(--error-bg);border-radius:10px;color:var(--error-text);font-size:.9375rem}.register-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9375rem;font-weight:500;color:var(--fg)}.register-input{padding:.75rem 1rem;border:1px solid var(--separator);border-radius:10px;background:var(--bg-elevated);color:var(--fg);font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.register-input::placeholder{color:var(--fg-secondary)}.register-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #007aff33}.register-submit{margin-top:.25rem;padding:.875rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s,opacity .2s}.register-submit:hover:not(:disabled){background:var(--accent-hover)}.register-submit:disabled{opacity:.6;cursor:not-allowed}.register-accept{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--fg-secondary)}.register-accept-checkbox{margin-top:.15rem}.register-accept-text{line-height:1.4}.register-accept-link{color:var(--accent);text-decoration:none;font-weight:500}.register-accept-link:hover{text-decoration:underline}.register-login{margin:1.25rem 0 0;font-size:.9375rem;color:var(--fg-secondary);text-align:center}.register-login a{color:var(--accent);text-decoration:none;font-weight:500}.register-login a:hover{text-decoration:underline}.onboarding{min-height:100vh;padding:1.5rem 1.25rem 2rem;padding-bottom:max(2rem,env(safe-area-inset-bottom));padding-left:max(1.25rem,env(safe-area-inset-left));padding-right:max(1.25rem,env(safe-area-inset-right));background:var(--bg);display:flex;flex-direction:column;align-items:center}.onboarding-content{width:100%;max-width:420px}.onboarding-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--fg);margin:0 0 .5rem;text-align:center}.onboarding-subtitle{font-size:.9375rem;color:var(--fg-secondary);text-align:center;margin:0 0 1.75rem;line-height:1.4}.onboarding-tags{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:1.5rem}.onboarding-tag{--i: 0;min-height:44px;padding:.65rem 1.1rem;border-radius:20px;border:1.5px solid var(--separator);background:var(--bg-elevated);color:var(--fg);font-size:.9375rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .15s ease,box-shadow .2s ease;animation:tagEnter .4s ease backwards;animation-delay:calc(var(--i) * .04s);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.onboarding-tag:hover{border-color:#007aff66;background:#007aff0f}.onboarding-tag.is-selected{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 8px #007aff59}.onboarding-tag:active{transform:scale(.96)}.onboarding-tag.is-selected:active{transform:scale(.96);box-shadow:0 1px 4px #007aff66}@keyframes tagEnter{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.onboarding-keywords{margin-bottom:1.5rem;padding-top:.25rem}.onboarding-keywords-title{font-size:1rem;font-weight:600;color:var(--fg);margin:0 0 .35rem}.onboarding-keywords-subtitle{font-size:.875rem;color:var(--fg-secondary);line-height:1.4;margin:0 0 .75rem}.onboarding-keywords-input-wrap{margin-bottom:.75rem}.onboarding-keywords-input{width:100%;padding:.7rem 1rem;border:1.5px solid var(--separator);border-radius:10px;background:var(--bg-elevated);color:var(--fg);font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent}.onboarding-keywords-input::placeholder{color:var(--fg-secondary)}.onboarding-keywords-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #007aff26}.onboarding-keywords-input:disabled{opacity:.6;cursor:not-allowed}.onboarding-keywords-chips{display:flex;flex-wrap:wrap;gap:.5rem}.onboarding-keyword-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .5rem .4rem .75rem;background:#007aff1f;border-radius:16px;color:var(--accent);font-size:.875rem;font-weight:500}.onboarding-keyword-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:50%;background:#007aff33;color:var(--accent);font-size:1.1rem;line-height:1;cursor:pointer;transition:background .2s,transform .1s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.onboarding-keyword-chip-remove:hover{background:#007aff4d}.onboarding-keyword-chip-remove:active{transform:scale(.92)}.onboarding-keywords-limit{font-size:.75rem;color:var(--fg-secondary);margin:.5rem 0 0}.onboarding-min-hint,.onboarding-error{font-size:.875rem;color:var(--error-text, #c0392b);text-align:center;margin:-.75rem 0 1rem}.onboarding-continue{width:100%;padding:.9rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,opacity .2s,transform .1s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.onboarding-continue:hover:not(:disabled){background:var(--accent-hover)}.onboarding-continue:active:not(:disabled){transform:scale(.99)}.onboarding-continue:disabled{opacity:.6;cursor:not-allowed}.onboarding-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.onboarding-back{padding:.5rem 0;background:transparent;border:none;color:var(--fg-secondary);font-size:.9375rem;font-family:inherit;cursor:pointer;align-self:flex-start;-webkit-tap-highlight-color:transparent}.onboarding-back:hover{color:var(--accent)}.header-icons{display:flex;align-items:center;gap:.25rem}.header-icons-dropdown{position:relative}.header-icons-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:10px;background:transparent;color:var(--fg-secondary);cursor:pointer;transition:background .2s,color .2s;-webkit-tap-highlight-color:transparent}.header-icons-btn:hover{background:#0000000f;color:var(--fg)}.header-icons-btn:focus{outline:none}.header-icons-btn[aria-expanded=true]{background:#007aff1a;color:var(--accent)}.header-icons-panel{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;padding:.35rem 0;background:var(--bg-elevated);border-radius:12px;box-shadow:0 8px 24px #0000001f;border:.5px solid var(--separator);z-index:20}.header-icons-panel--right{right:0;left:auto}.header-icons-item{display:block;width:100%;padding:.6rem 1rem;border:none;background:none;color:var(--fg);font-size:.9375rem;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s;-webkit-tap-highlight-color:transparent}.header-icons-item:hover{background:#0000000d}.header-icons-item.is-active{color:var(--accent);font-weight:500}.header-icons-item--link{text-decoration:none}.header-icons-item--danger{color:#c62828}.header-icons-item--danger:hover{background:#c6282814}.feed-digest-group{padding:.875rem 0 0}.feed-digest-group+.feed-digest-group{border-top:1px solid var(--separator, rgba(148, 163, 184, .12))}.feed-digest-group--animate{opacity:0;animation:digestGroupFadeIn .4s ease forwards;animation-delay:var(--digest-group-delay, 0s)}@keyframes digestGroupFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.feed-digest-group-header{margin-bottom:.625rem}.feed-digest-group-title{margin:0;font-size:.875rem;font-weight:700;color:var(--fg);letter-spacing:.01em}.feed-digest-group-summary-text{margin:0;font-size:.8125rem;color:var(--fg-secondary);line-height:1.65;padding:.75rem .875rem;background:#94a3b814;border-radius:10px}.feed-digest-group-points{margin:0;padding:0;list-style:none}.feed-digest-group-point{border-bottom:1px solid rgba(148,163,184,.08)}.feed-digest-group-point:last-child{border-bottom:none}.feed-digest-group-point-inner{display:flex;align-items:center;gap:.6rem;padding:.55rem 0;width:100%;text-decoration:none;color:inherit;cursor:default;background:none;border:none}a.feed-digest-group-point-inner{cursor:pointer;transition:opacity .15s ease}a.feed-digest-group-point-inner:hover{opacity:.75}.feed-digest-group-point-dot{width:7px;height:7px;border-radius:50%;background:var(--accent, #007aff);flex-shrink:0;margin-top:1px}.feed-digest-group-point-body{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.feed-digest-group-point-tag{display:inline-block;padding:.1rem .45rem;border-radius:999px;background:#94a3b824;color:var(--fg-secondary);font-size:.6875rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.feed-digest-group-point-text{font-size:.8125rem;color:var(--fg);line-height:1.45}.feed-digest-group-point-arrow{flex-shrink:0;display:flex;align-items:center;color:var(--fg-secondary);opacity:.45}.feed-digest-group-chevron-icon{display:block}@media (max-width: 768px){.feed-digest-group{padding-top:.75rem}.feed-digest-group-title{font-size:.8125rem}.feed-digest-group-point-text{font-size:.75rem}}@media (prefers-reduced-motion: reduce){.feed-digest-group--animate{opacity:1;animation:none}}.feed-summary{position:relative;padding:1.5rem 1.4rem 1.25rem;background:var(--bg-elevated);border-radius:18px;border:1px solid var(--separator);box-shadow:0 18px 40px #0f172a1f;margin-bottom:1.5rem;overflow:hidden}.feed-summary:before{content:"";position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(circle at 0% 0%,rgba(0,122,255,.16),transparent 55%);opacity:.7;pointer-events:none}.feed-summary-badge{position:relative;display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .7rem;background:#94a3b814;border-radius:999px;color:var(--fg-secondary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.feed-summary-badge:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}.feed-summary-title{position:relative;font-size:1.15rem;font-weight:600;color:var(--fg);margin:.85rem 0 .6rem;letter-spacing:-.01em}.feed-summary-text{position:relative;font-size:.95rem;color:var(--fg);line-height:1.6;margin:0 0 1.1rem}.feed-summary-points{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem;font-size:.875rem;color:var(--fg-secondary)}.feed-summary-point{display:flex;align-items:flex-start;gap:.6rem;padding:.55rem .75rem;border-radius:10px;background:#94a3b80f;border:1px solid rgba(148,163,184,.25)}.feed-summary-point:before{content:"";margin-top:.4rem;width:6px;height:6px;border-radius:999px;background:var(--accent);flex-shrink:0}.feed-summary-point-text{flex:1;min-width:0}.feed-summary-point-link{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border-radius:999px;color:var(--accent);background:transparent;border:1px solid rgba(0,122,255,.18);transition:background .15s ease,border-color .15s ease,transform .1s ease}.feed-summary-point-link:hover{background:#007aff1a;border-color:#007aff80}.feed-summary-point-link:active{transform:scale(.96)}.feed-summary-link-icon{display:block}@media (min-width: 768px){.feed-summary{border-radius:20px;padding:1.6rem 1.6rem 1.3rem}.feed-summary-title{font-size:1.2rem}}.feed-summary--grouped{padding-bottom:.5rem}.feed-summary-groups{display:flex;flex-direction:column;gap:0}@media (max-width: 768px){.feed-summary--grouped{padding-bottom:.375rem}}.feed-tag-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.feed-tag-filter-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;border:1.5px solid var(--separator);background:var(--bg-elevated);color:var(--fg-secondary);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,background .2s,color .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent}.feed-tag-filter-chip:hover{border-color:var(--tag-color, var(--separator));color:var(--fg);background:color-mix(in srgb,var(--tag-color, var(--accent)) 10%,transparent)}.feed-tag-filter-chip.is-selected{border-color:var(--tag-color, var(--accent));background:color-mix(in srgb,var(--tag-color, var(--accent)) 18%,transparent);color:var(--tag-color, var(--accent))}.feed-tag-filter-chip--all.is-selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent)}.feed-tag-filter-chip-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.feed-tag-filter-chip-icon svg{width:100%;height:100%}.feed-tag-filter-chip .feed-tag-filter-chip-icon{color:var(--tag-color, currentColor)}.feed-tag-filter-chip.is-selected .feed-tag-filter-chip-icon,.feed-tag-filter-chip--all.is-selected .feed-tag-filter-chip-icon{color:inherit}.feed-tag-filter-chip-label{white-space:nowrap}.dashboard{--header-h: 56px;--sidebar-w: 320px;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:var(--bg);color:var(--fg)}.dashboard-header{position:sticky;top:0;z-index:100;flex-shrink:0;display:flex;align-items:center;gap:1rem;height:var(--header-h);padding:0 1.25rem;background:var(--bg-elevated);border-bottom:.5px solid var(--separator);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dashboard-logo{display:block;height:28px;width:auto;flex-shrink:0;object-fit:contain}.dashboard-header-filter{flex:1;min-width:0;overflow:hidden}.dashboard-header-filter .feed-tag-filter{flex-wrap:nowrap;overflow-x:auto;margin-bottom:0;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:0}.dashboard-header-filter .feed-tag-filter::-webkit-scrollbar{display:none}@media (max-width: 768px){.dashboard-header-filter{display:none}}.dashboard-main{flex:1;display:flex;align-items:flex-start;min-height:0}.dashboard-feed{flex:1;min-width:0;padding:1.25rem 1.5rem 3rem;overflow-y:auto}@media (min-width: 769px){.dashboard-feed{min-height:calc(100vh - var(--header-h));min-height:calc(100dvh - var(--header-h))}}@media (max-width: 768px){.dashboard-feed{padding:1rem .875rem 2rem;padding-bottom:max(2rem,env(safe-area-inset-bottom))}}.dashboard-feed-title{font-size:1.25rem;font-weight:700;color:var(--fg);margin:0 0 1rem;letter-spacing:-.02em}.dashboard-feed-filter-mobile{margin-bottom:1rem}@media (min-width: 769px){.dashboard-feed-filter-mobile{display:none}}.dashboard-feed-groups{display:flex;flex-direction:column}.dashboard-feed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.875rem}@media (max-width: 480px){.dashboard-feed-grid{grid-template-columns:1fr;gap:.75rem}}.dashboard-feed-loading{display:flex;justify-content:center;padding:2rem 0}.dashboard-feed-error{color:var(--error-text);background:var(--error-bg);padding:.75rem 1rem;border-radius:10px;font-size:.875rem}.dashboard-feed-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:var(--fg-secondary)}.dashboard-feed-empty-orbit{position:relative;width:64px;height:64px;margin-bottom:1.25rem}.dashboard-feed-empty-dot{position:absolute;width:10px;height:10px;border-radius:999px;background:var(--accent);opacity:.8;animation:dashboard-feed-orbit 1.6s ease-in-out infinite}.dashboard-feed-empty-dot--1{top:0;left:50%;transform:translate(-50%);animation-delay:0s}.dashboard-feed-empty-dot--2{bottom:8px;left:8px;animation-delay:.2s}.dashboard-feed-empty-dot--3{bottom:8px;right:8px;animation-delay:.4s}@keyframes dashboard-feed-orbit{0%{transform:translateY(0) scale(1);opacity:.4}40%{transform:translateY(-6px) scale(1.08);opacity:1}to{transform:translateY(0) scale(1);opacity:.4}}.dashboard-feed-empty-title{font-size:.98rem;font-weight:600;margin:0 0 .25rem;color:var(--fg)}.dashboard-feed-empty-subtitle{font-size:.875rem;margin:0;color:var(--fg-secondary)}.dashboard-feed-more{display:flex;justify-content:center;padding:2rem 0 0}.dashboard-feed-more-button{padding:.6rem 2rem;border-radius:999px;border:1.5px solid var(--separator);background:var(--bg-elevated);color:var(--accent);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .2s,box-shadow .2s}.dashboard-feed-more-button:hover{border-color:#007aff66;box-shadow:0 2px 10px #007aff1a}.dashboard-feed-more-button:disabled{opacity:.5;cursor:default}.dashboard-sidebar{flex-shrink:0;width:var(--sidebar-w);min-height:calc(100vh - var(--header-h));min-height:calc(100dvh - var(--header-h));border-left:.5px solid var(--separator);background:var(--bg-elevated);position:sticky;top:var(--header-h);max-height:calc(100vh - var(--header-h));max-height:calc(100dvh - var(--header-h));overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.dashboard-sidebar{display:none}}.dashboard-sidebar-inner{padding:1.5rem 1.25rem}.dashboard-sidebar-title{display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:700;color:var(--fg);margin:0 0 1.25rem;letter-spacing:-.01em}.dashboard-sidebar-collapse{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:.5px solid var(--separator);background:none;cursor:pointer;font-size:.85rem;color:var(--fg-secondary);transition:background .15s}.dashboard-sidebar-collapse:hover{background:var(--bg)}.dashboard-sidebar-loading{display:flex;justify-content:center;padding:1.5rem 0}.dashboard-sidebar .feed-summary{margin-bottom:0;padding:0;background:none;border:none;box-shadow:none;border-radius:0}.dashboard-sidebar .feed-summary:before{display:none}.dashboard-sidebar .feed-summary-badge{font-size:.68rem}.dashboard-sidebar .feed-summary-title{font-size:.875rem;margin-top:.5rem}.dashboard-sidebar .feed-summary-text{font-size:.8125rem}.dashboard-sidebar .feed-summary-points{font-size:.8rem;gap:.25rem}.dashboard-sidebar .feed-summary-point{padding:.4rem .6rem;background:#94a3b80d;border-color:#94a3b826}.dashboard-digest-notice{margin-bottom:.75rem;padding:.5rem .75rem;border-radius:10px;background:var(--bg);border:1px dashed var(--separator);font-size:.82rem;color:var(--fg-secondary)}.dashboard-digest-toggle{display:inline-flex;align-items:center;justify-content:center;margin-top:.75rem;margin-bottom:.5rem;padding:.35rem .85rem;border-radius:999px;border:1px solid var(--separator);background:var(--bg);color:var(--fg-secondary);font-size:.8rem;font-weight:500;font-family:inherit;cursor:pointer}.dashboard-digest-toggle:hover{border-color:#0000001f}.dashboard-digest-list{margin:0 0 .75rem;padding:.5rem .25rem .25rem;border-radius:10px;background:var(--bg);border:.5px solid var(--separator);max-height:220px;overflow-y:auto}.dashboard-digest-list-item{padding:.35rem .5rem;border-bottom:.5px solid rgba(0,0,0,.04)}.dashboard-digest-list-item:last-child{border-bottom:none}.dashboard-digest-list-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.15rem;font-size:.78rem;color:var(--fg-secondary)}.dashboard-digest-list-status{padding:.05rem .4rem;border-radius:999px;border:1px solid rgba(0,122,255,.2);background:#007aff0d;color:var(--accent);font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.dashboard-digest-list-text{margin:0;font-size:.8rem;color:var(--fg-secondary)}@media (prefers-reduced-motion: reduce){.dashboard-feed-empty-dot{animation:none}}.privacy-page{min-height:100vh;background:#fff;color:var(--fg);display:flex;flex-direction:column}.privacy-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem .75rem}.privacy-back-link{font-size:.95rem;color:var(--fg-secondary);text-decoration:none}.privacy-back-link:hover{color:var(--accent)}.privacy-main{flex:1;display:flex;justify-content:center;padding:1rem 1.5rem 2.5rem}.privacy-card{width:100%;max-width:800px;background:#fffffff5;border-radius:20px;padding:1.75rem 1.5rem 2rem;box-shadow:0 10px 40px #0000000f;border:1px solid rgba(60,60,67,.08)}.privacy-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.privacy-meta{margin:0 0 1.5rem;font-size:.85rem;color:var(--fg-secondary)}.privacy-section+.privacy-section{margin-top:1.25rem}.privacy-section h2{margin:0 0 .4rem;font-size:1.05rem}.privacy-section p{margin:.25rem 0 .5rem;font-size:.93rem;line-height:1.55}.privacy-section ul{margin:.25rem 0 .5rem 1.2rem;padding:0;font-size:.93rem;line-height:1.55}.privacy-section li+li{margin-top:.15rem}.privacy-section a{color:var(--accent);text-decoration:none}.privacy-section a:hover{text-decoration:underline}@media (max-width: 640px){.privacy-card{padding-inline:1.25rem}}.cookie-banner{position:fixed;right:1.25rem;bottom:1.25rem;max-width:320px;padding:.9rem 1rem;background:#1c1c1ef5;color:#f5f5f7;border-radius:12px;box-shadow:0 10px 30px #00000059;display:flex;flex-direction:column;gap:.65rem;font-size:.85rem;z-index:50}.cookie-banner-text{margin:0;line-height:1.4}.cookie-banner-link{color:#4da3ff;text-decoration:underline}.cookie-banner-link:hover{color:#82c0ff}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.cookie-banner-button{padding:.4rem .9rem;border-radius:999px;border:none;font-size:.8rem;font-weight:600;cursor:pointer;transition:background-color .15s,transform .15s}.cookie-banner-button--accept{background:#fff;color:#1c1c1e}.cookie-banner-button--accept:hover{background:#f2f2f7;transform:translateY(-1px)}.cookie-banner-button--decline{background:transparent;color:#ffffffd9;border:1px solid rgba(255,255,255,.35)}.cookie-banner-button--decline:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}.cookie-banner-button:active{transform:translateY(0)}@media (max-width: 640px){.cookie-banner{left:.75rem;right:.75rem;bottom:.75rem;max-width:none}}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);color:var(--fg-secondary);font-size:.9375rem}:root{--bg: #f2f2f7;--bg-elevated: #ffffff;--fg: #1c1c1e;--fg-secondary: #6c6c70;--separator: rgba(60, 60, 67, .12);--accent: #007aff;--accent-hover: #0051d5;--error-bg: #ffebee;--error-text: #c62828}*{box-sizing:border-box}html{height:100%;-webkit-text-size-adjust:100%}body{margin:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--fg)}#root{min-height:100%;height:100%}
