:root{--font-family-sans:"Inter","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--color-background:#f6f5ff;--color-surface:#fff;--color-surface-alt:#efeaf8;--color-surface-muted:#f8f3ff;--color-border:#d6d2e6;--color-border-soft:rgba(92,108,255,.16);--color-text:#1a1b2f;--color-text-muted:#6a6c86;--color-text-soft:#a6a7c2;--color-heading:#16172a;--color-primary:#ff5e9c;--color-primary-dark:#d1487b;--color-primary-contrast:#fff;--color-success:#3cc88a;--color-warning:#ffb347;--color-danger:#f75c4e;--shadow-soft:0 12px 30px -18px rgba(35,48,120,.35);--shadow-card:0 24px 40px -20px rgba(70,86,172,.25);--radius-lg:24px;--radius-md:18px;--radius-sm:10px;--space-xs:0.4rem;--space-sm:0.8rem;--space-md:1.2rem;--space-lg:1.8rem;--space-xl:2.4rem;--space-xxl:3.2rem;color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:var(--font-family-sans);background:radial-gradient(circle at 20% 20%,rgba(255,94,156,.16),transparent 55%),radial-gradient(circle at 80% 10%,rgba(92,108,255,.18),transparent 50%),var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}main{width:100%}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column}.container{width:min(1120px,92vw);margin-inline:auto}.section{padding-block:var(--space-xl)}.section--tight{padding-block:var(--space-lg)}.stack{display:flex;flex-direction:column;gap:var(--space-md)}.stack--lg{gap:var(--space-lg)}.stack--sm{gap:var(--space-sm)}.flex-row{display:flex;align-items:center;gap:var(--space-md)}.flex-wrap{flex-wrap:wrap}.flex-between{justify-content:space-between}.card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border-soft);box-shadow:var(--shadow-soft);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.card--soft{background:var(--color-surface-alt);border:1px solid rgba(79,88,255,.08);box-shadow:none}.card--highlight{background:linear-gradient(145deg,rgba(79,88,255,.08),rgba(94,234,212,.08));border:1px solid rgba(79,88,255,.24);box-shadow:0 8px 25px -8px rgba(79,88,255,.25)}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;background:rgba(79,88,255,.2);color:#3d4ac7;border:1px solid rgba(79,88,255,.3)}.badge--success{background:rgba(30,169,124,.2);color:#1d7a5a;border:1px solid rgba(30,169,124,.4)}.badge--muted{background:rgba(93,104,155,.25);color:#4a5568;border:1px solid rgba(93,104,155,.35)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:.95rem;padding:.65rem 1.4rem;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.button--primary{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-primary-contrast);box-shadow:0 14px 30px -12px rgba(79,88,255,.5)}.button--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px -14px rgba(79,88,255,.55)}.button--outline{background:rgba(79,88,255,.08);border-color:rgba(79,88,255,.5);color:#3d4ac7;font-weight:600}.button--muted{background:var(--color-surface-alt);color:#2d3748;border-color:rgba(125,136,175,.4);font-weight:600}.button--ghost{background:rgba(125,136,175,.1);color:#4a5568;border-color:rgba(125,136,175,.25);font-weight:600}.button--danger{background:linear-gradient(135deg,rgba(239,68,68,.95),rgba(220,38,38,.95));color:#fff;border-color:rgba(239,68,68,.85);box-shadow:0 14px 28px -18px rgba(239,68,68,.6)}.button--danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 32px -16px rgba(239,68,68,.65)}.input,.select,.textarea{width:100%;padding:.8rem 1rem;border-radius:var(--radius-sm);border:1px solid rgba(110,126,180,.25);background:var(--color-surface);font-size:.95rem;color:var(--color-text);transition:border-color .2s ease,box-shadow .2s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(79,88,255,.12)}.text-muted{color:#4a5568}.text-soft{color:#5a6072}.text-center{text-align:center}.heading-lg{font-size:clamp(2.2rem,3vw + 1rem,3.1rem);font-weight:700;color:var(--color-heading);letter-spacing:-.02em}.heading-md{font-size:clamp(1.4rem,1.6vw + 1rem,2rem)}.heading-md,.heading-sm{font-weight:600;color:var(--color-heading)}.heading-sm{font-size:1.15rem}.surface-hero{background:linear-gradient(160deg,rgba(79,88,255,.12),rgba(30,169,124,.06));border-radius:clamp(24px,4vw,44px);padding:clamp(2.4rem,4vw,3.6rem);position:relative;overflow:hidden;border:1px solid rgba(79,88,255,.24);box-shadow:var(--shadow-card)}.surface-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,hsla(0,0%,100%,.4),transparent 55%);pointer-events:none}.grid-responsive{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.gap-sm{gap:var(--space-sm)!important}.gap-xs{gap:var(--space-xs)!important}@media (min-width:720px){.grid-responsive--two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-responsive--three{grid-template-columns:repeat(3,minmax(0,1fr))}}.tag-cloud{display:flex;flex-wrap:wrap;gap:.55rem}.tag{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;background:rgba(79,88,255,.18);color:#3d4ac7;font-size:.75rem;letter-spacing:.01em;font-weight:600;border:1px solid rgba(79,88,255,.25)}.chip-group{display:flex;gap:.55rem;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;border:1px solid rgba(79,88,255,.3);padding:.45rem .95rem;background:var(--color-surface);color:#4a5568;font-size:.85rem;font-weight:500;transition:all .2s ease}.chip:hover{background:rgba(79,88,255,.08)}.chip--active,.chip:hover{border-color:rgba(79,88,255,.6);color:#3d4ac7}.chip--active{background:rgba(79,88,255,.2);font-weight:600}.grid-captures{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}@media (min-width:960px){.grid-captures{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.panel{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid rgba(79,88,255,.12);padding:var(--space-lg);box-shadow:var(--shadow-soft);gap:var(--space-md)}.panel,.panel__header{display:flex;flex-direction:column}.panel__header{gap:var(--space-sm)}.capture-card{background:var(--color-surface);border:1px solid rgba(79,88,255,.08);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-height:360px;position:relative}.capture-card--selected{border-color:rgba(79,88,255,.45);box-shadow:0 0 0 3px rgba(79,88,255,.18)}.capture-card__checkbox{border:2px solid rgba(79,88,255,.6);background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.capture-card__media{position:relative;width:100%;aspect-ratio:16/9;background:var(--color-surface-alt)}.capture-card__body{padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm);flex:1 1}.capture-card__meta{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);font-size:.78rem;color:var(--color-text-soft)}.capture-card__actions{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-top:var(--space-sm)}.modal-backdrop{position:fixed;inset:0;background:rgba(16,23,56,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:var(--space-sm);z-index:120}.modal{width:min(520px,100%);background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid rgba(79,88,255,.16);box-shadow:var(--shadow-card);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__close{border:none;background:transparent;font-size:1.3rem;color:var(--color-text-soft);cursor:pointer}.modal__footer{display:flex;justify-content:flex-end;gap:var(--space-sm);flex-wrap:wrap}.code-block{font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem;background:var(--color-surface-alt);border-radius:var(--radius-sm);border:1px solid rgba(79,88,255,.12);padding:.85rem 1rem;word-break:break-all}.tablet-hidden{display:none}@media (min-width:840px){.tablet-hidden{display:initial}}.hero-links{display:flex;gap:var(--space-sm);flex-wrap:wrap;justify-content:flex-start}.centered,.hero-links--center{justify-content:center}.centered{display:flex}.max-width-sm{max-width:520px;margin-inline:auto}.stack--center{align-items:center;text-align:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:999px;background:rgba(0,0,0,.8);color:var(--color-primary-contrast);font-weight:600;font-size:.85rem;box-shadow:0 4px 12px -4px rgba(0,0,0,.4)}.hero-subtitle{max-width:640px;color:var(--color-text-muted);font-size:clamp(1.05rem,1vw + .8rem,1.35rem)}.footer{margin-top:auto;padding-block:var(--space-lg);background:hsla(0,0%,100%,.65);border-top:1px solid rgba(79,88,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer__content{flex-direction:column;align-items:center;text-align:center;color:var(--color-text-soft)}.footer__content,.footer__links{display:flex;gap:var(--space-sm)}.footer__links{flex-wrap:wrap;justify-content:center}.footer__links a{color:var(--color-text-muted);font-size:.9rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:90;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(246,248,255,.95);border-bottom:1px solid rgba(79,88,255,.12)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding-block:var(--space-sm)}.site-header__brand{display:inline-flex;align-items:baseline;gap:.35rem;font-weight:700;font-size:1.28rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-heading);text-decoration:none;transition:transform .15s ease}.site-header__brand:hover{transform:translateY(-1px)}.site-header__brand-word{display:inline-block}.site-header__brand-plus{display:inline-block;font-size:1.6rem;line-height:1;color:var(--color-primary);letter-spacing:normal}.site-header__nav{display:flex;align-items:center;font-size:.92rem}.site-header__nav-box{position:relative;display:flex;align-items:center;padding:.65rem 1rem;border-radius:999px;background:hsla(0,0%,100%,.92);border:1px solid rgba(79,88,255,.14);box-shadow:0 16px 30px -20px rgba(26,35,90,.45);overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__nav-line{position:absolute;left:14px;right:14px;height:1px;background:rgba(79,88,255,.22);pointer-events:none;transition:transform .25s ease}.site-header__nav-line:first-of-type{top:12px}.site-header__nav-line:last-of-type{bottom:12px}.site-header__nav-links{position:relative;display:inline-flex;gap:.4rem}.site-header__nav-links a{position:relative;padding:.45rem .95rem;border-radius:999px;font-weight:600;letter-spacing:.02em;color:var(--color-text-muted);transition:color .2s ease,background .2s ease,transform .15s ease}.site-header__nav-links a:focus-visible,.site-header__nav-links a:hover{color:var(--color-primary);background:rgba(79,88,255,.12);transform:translateY(-1px)}.site-header__nav-box:hover .site-header__nav-line:first-of-type{transform:translateY(-2px)}.site-header__nav-box:hover .site-header__nav-line:last-of-type{transform:translateY(2px)}@media (max-width:640px){.site-header__brand{font-size:1.05rem;letter-spacing:.18em}.site-header__brand-plus{font-size:1.35rem}.site-header__nav-box{padding:.5rem .75rem}.site-header__nav-line{left:10px;right:10px}.site-header__nav-links{gap:.25rem}.site-header__nav-links a{padding:.4rem .7rem;font-size:.85rem}}.site-main{flex:1 1}.dropdown-anchor{position:relative;display:flex;flex-direction:column;gap:.35rem;align-items:flex-end}.dropdown-panel{position:absolute;top:calc(100% + .5rem);right:0;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid rgba(79,88,255,.16);box-shadow:0 22px 40px -24px rgba(26,35,90,.45);z-index:60;min-width:240px;overflow:hidden}.dropdown-panel__actions{display:flex;flex-direction:column;padding-block:.4rem}.dropdown-panel__button{width:100%;text-align:left;padding:.75rem 1rem;background:transparent;border:none;font-size:.9rem;color:var(--color-text);transition:background .15s ease}.dropdown-panel__button:hover{background:rgba(79,88,255,.08)}.dropdown-panel__footer{border-top:1px solid rgba(79,88,255,.12);padding:.8rem 1rem;font-size:.78rem;color:var(--color-text-muted);background:var(--color-surface-alt)}.backdrop{position:fixed;inset:0;background:transparent;z-index:50}.alert{border-radius:var(--radius-md);padding:1rem 1.2rem;display:flex;gap:.75rem;align-items:flex-start;font-size:.9rem}.alert--info{background:rgba(79,88,255,.12);color:var(--color-primary)}.alert--success{background:rgba(30,169,124,.12);color:var(--color-success)}.alert--danger{background:rgba(239,68,68,.12);color:var(--color-danger)}.skeleton{position:relative;overflow:hidden;background:rgba(79,88,255,.08);border-radius:var(--radius-sm)}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.35),hsla(0,0%,100%,0));transform:translateX(-100%);animation:shimmer 1.6s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.form-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}@media (min-width:640px){.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}}.list-inline{display:flex;gap:.8rem;flex-wrap:wrap}.list-inline li{list-style:none}.capture-card__checkbox{position:absolute;top:.9rem;left:.9rem;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:.4rem;border:1px solid rgba(79,88,255,.4);background:hsla(0,0%,100%,.85);cursor:pointer;box-shadow:0 4px 12px -6px rgba(32,43,102,.35)}.capture-card__checkbox input{opacity:0;position:absolute}.capture-card__checkbox span{width:.85rem;height:.85rem;border-radius:.25rem;background:transparent;display:block;transition:background .15s ease}.capture-card__checkbox input:checked+span{background:var(--color-primary)}.capture-card__checkbox:hover{border-color:var(--color-primary)}.site-header__nav{position:relative}.site-header__nav-links a.active{color:var(--color-primary);background:rgba(79,88,255,.12);transform:translateY(-1px)}.site-header__account,.site-header__account-actions{display:inline-flex;align-items:center;gap:var(--space-sm)}.mobile-only{display:flex;align-items:center;gap:var(--space-sm)}@media (min-width:840px){.mobile-only{display:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header__menu-toggle{border:none;background:transparent;padding:.35rem .5rem;border-radius:10px}.site-header__menu-toggle:hover{background:rgba(79,88,255,.08)}.burger{display:inline-flex;flex-direction:column;gap:4px}.burger i{display:block;width:22px;height:2px;background:#4a5568;border-radius:2px;transition:transform .2s ease,opacity .2s ease,background .2s ease}.burger.open i:first-child{transform:translateY(6px) rotate(45deg)}.burger.open i:nth-child(2){opacity:0}.burger.open i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-header__nav-drawer{position:absolute;top:calc(100% + .5rem);right:0;min-width:250px;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid rgba(79,88,255,.16);box-shadow:0 22px 40px -24px rgba(26,35,90,.45);transform:translateY(-6px) scale(.98);opacity:0;pointer-events:none;transition:transform .18s ease,opacity .18s ease;z-index:120}.site-header__nav-drawer.open{transform:none;opacity:1;pointer-events:auto}.site-header__nav-drawer-inner{display:flex;flex-direction:column;gap:.6rem;padding:.75rem}.drawer-link{display:block;width:100%;padding:.65rem .85rem;border-radius:8px;color:var(--color-text);text-decoration:none;transition:background .15s ease,transform .12s ease}.drawer-link:hover{background:rgba(79,88,255,.08)}.drawer-link.active{background:rgba(79,88,255,.15);color:var(--color-primary);font-weight:600}.drawer-sep{height:1px;width:100%;background:rgba(79,88,255,.12);margin:.15rem 0 .35rem}.drawer-link.buttonish{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;text-align:center}.drawer-link.as-button{border:none;background:transparent;text-align:left;cursor:pointer}.tablet-hidden{display:none!important}@media (min-width:840px){.tablet-hidden{display:initial!important}.tablet-hidden.site-header__account,.tablet-hidden.site-header__nav-links{display:inline-flex!important}}