.top-nav{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:72px;background:#5d23a8;color:#fff}.top-nav__logo{display:flex;align-items:baseline;font-size:27px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:transparent;border:none;color:inherit;cursor:pointer;padding:0}.top-nav__logo-accent{color:#ff5722}.top-nav__logo:hover{opacity:.92}.top-nav__logo:focus-visible{outline:2px solid hsla(0,0%,100%,.45);outline-offset:4px;border-radius:8px}.top-nav__nav{display:flex;grid-gap:12px;gap:12px;align-items:center}.top-nav__pill{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 16px;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.85);font-size:14px;font-weight:500;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.top-nav__pill:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.4);color:#fff}.top-nav__pill-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#f8843b,#f2b236);display:inline-block}.top-nav__actions{display:flex;align-items:center;grid-gap:16px;gap:16px}.ghost-btn{background:transparent;border:none;color:hsla(0,0%,100%,.9);font-size:18px;cursor:pointer}.ghost-btn:hover{color:#fff}.ghost-btn--text{font-size:14px;border:1px solid hsla(0,0%,100%,.28);border-radius:999px;padding:6px 16px;line-height:1;transition:background .2s ease,color .2s ease,border-color .2s ease}.ghost-btn--text:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.45)}.ghost-btn--danger{border-color:rgba(255,92,92,.5);color:#ff5722}.ghost-btn--danger:hover{background:rgba(255,92,92,.25);border-color:rgba(255,92,92,.65);color:#ff5722}.top-nav__logout,.top-nav__logout:focus-visible,.top-nav__logout:hover{color:#ff5722}.profile-chip{display:flex;align-items:center;background:hsla(0,0%,100%,.08);border-radius:999px;padding:6px 14px 6px 6px;grid-gap:10px;gap:10px;border:none;color:inherit;cursor:pointer;transition:background .2s ease,transform .2s ease}.profile-chip:hover{background:hsla(0,0%,100%,.16);transform:translateY(-1px)}.profile-chip:focus-visible{outline:2px solid hsla(0,0%,100%,.45);outline-offset:2px}.avatar{width:36px;height:36px;border-radius:50%;background:#ff5722;display:flex;align-items:center;justify-content:center;font-weight:600}.profile-meta{display:flex;flex-direction:column;font-size:12px;line-height:1.2}.profile-name{font-weight:600}.profile-role{color:hsla(0,0%,100%,.7)}@media (max-width:1220px){.top-nav__nav{display:none}}.side-nav{width:var(--sidebar-width);background:#fff;border-right:1px solid var(--brand-border);padding:24px 0}.side-nav__item,.side-nav__items{display:flex;flex-direction:column;align-items:center;grid-gap:12px;gap:12px}.side-nav__item{width:72px;border:none;background:transparent;border-radius:16px;padding:16px 10px;font-size:12px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .2s ease,color .2s ease;text-decoration:none}.side-nav__item i{font-size:18px}.side-nav__character-icon{width:28px;height:28px;display:block}.side-nav__item:hover{background:rgba(68,68,68,.06)}.side-nav__item.is-active{background:var(--brand-black);color:#fff}.side-nav__item.is-active i{color:#fff}@media (max-width:768px){.side-nav{width:100%;border-right:none;border-bottom:1px solid var(--brand-border)}.side-nav__items{flex-direction:row;justify-content:space-between;padding:0 16px}}.auth-page-overlay{position:fixed;inset:0;background:rgba(9,13,25,.72);display:none;align-items:center;justify-content:center;z-index:1200;padding:32px;overflow-y:auto}.auth-card,.auth-page-overlay--visible{display:flex}.auth-card{width:100%;max-width:1080px;min-height:560px;max-height:calc(100vh - 64px);border-radius:24px;overflow:hidden;background:#0d101d;box-shadow:0 18px 48px rgba(0,0,0,.35),0 8px 24px rgba(3,12,38,.3)}.auth-hero{flex:1 1;background:radial-gradient(circle at 0 0,rgba(57,98,255,.75),transparent 60%),radial-gradient(circle at 100% 0,rgba(248,132,59,.6),transparent 55%),rgba(9,16,38,.92);color:#f5f8ff;display:flex;flex-direction:column;justify-content:space-between;padding:48px;position:relative}.auth-hero:after{content:"";position:absolute;inset:15% 10% 10% 15%;background:url(https://images.pexels.com/photos/23769/pexels-photo.jpg?auto=compress&cs=tinysrgb&h=750&w=1260) 50%/cover no-repeat;opacity:.2;border-radius:50%;filter:blur(1px)}.auth-hero__logo{font-size:27px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.auth-hero__logo-accent{color:#ff5722}.auth-hero__content{position:relative;z-index:1}.auth-hero__content h2{font-size:34px;line-height:1.2;margin-bottom:16px;font-weight:700}.auth-hero__content p{font-size:16px;line-height:1.6;color:rgba(245,248,255,.78)}.auth-hero__footer{position:relative;z-index:1;display:flex;flex-direction:column;grid-gap:4px;gap:4px;font-size:13px;letter-spacing:.4px;text-transform:uppercase;color:rgba(245,248,255,.75)}.auth-panel{flex:1 1;background:#fff;padding:48px 56px;position:relative;display:flex;flex-direction:column;overflow-y:auto}.auth-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border:1px solid rgba(9,16,38,.1);border-radius:999px;background:hsla(0,0%,100%,.9);font-size:24px;line-height:1;color:rgba(9,16,38,.58);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(9,16,38,.08)}.auth-close:hover{color:rgba(9,16,38,.82);border-color:rgba(9,16,38,.16);background:#fff}.auth-close:focus-visible{outline:2px solid rgba(57,98,255,.35);outline-offset:2px}.auth-panel__title{font-size:26px;font-weight:700;margin-bottom:24px;color:#090d19}.auth-tabs{flex:1 1}.auth-form{margin-top:16px}.auth-form .ant-form-item{margin-bottom:18px}.auth-helper-text{font-size:13px;color:rgba(9,16,38,.56);text-align:center}.auth-helper-text--actions{margin-top:4px}.auth-helper-text--resend{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;margin:-6px 0 16px}.auth-helper-text a{color:#f8843b}.auth-link-button{border:0;background:transparent;color:#f8843b;font-size:inherit;font-weight:600;padding:0;cursor:pointer}.auth-link-button:hover{color:#e86f1f}.auth-link-button:focus-visible{outline:2px solid rgba(248,132,59,.28);outline-offset:3px;border-radius:6px}.auth-resend-button{height:auto;padding:0;color:#f8843b;font-weight:600}@media (max-width:1024px){.auth-card{flex-direction:column;max-width:640px;max-height:none}.auth-hero{padding:32px;min-height:240px}.auth-panel{padding:32px 28px}}.home-landing{min-height:100%;background:#000;color:#fff}.home-landing__hero{background:#5d23a8}.home-landing__topbar{display:flex;align-items:center;justify-content:space-between;grid-gap:20px;gap:20px;max-width:1320px;margin:0 auto;padding:18px 24px 4px}.home-landing__footer-brand,.home-landing__topbar-brand{font-size:27px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.home-landing__brand-accent{color:#ff5722}.home-landing__topbar-actions{display:flex;align-items:center;grid-gap:14px;gap:14px}.home-landing__topbar-cta,.home-landing__topbar-link{border:none;background:transparent;color:#fff;cursor:pointer;font-family:inherit}.home-landing__topbar-cta{padding:10px 16px;border-radius:999px;background:#ff5722;font-size:13px;font-weight:600}.home-landing__topbar-cta-mobile{display:none}.home-landing__topbar-link{position:relative;padding:0 0 0 14px;font-size:13px}.home-landing__topbar-link:before{content:"|";position:absolute;left:0;color:hsla(0,0%,100%,.7)}.home-landing__hero-copy{max-width:1320px;margin:0 auto;padding:8px 24px 16px;text-align:center}.home-landing__member-kicker{margin:0 0 14px;color:hsla(0,0%,100%,.72);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-landing__hero-copy h1{margin:12px auto 0;max-width:none;font-size:clamp(44px,6.9vw,112px);line-height:.9;font-weight:500;letter-spacing:-.055em;white-space:nowrap;overflow-wrap:normal;word-break:keep-all}.home-landing__member-copy{max-width:680px;margin:16px auto 0;color:hsla(0,0%,100%,.78);font-size:15px;line-height:1.6}.home-landing__hero-media{position:relative;overflow:hidden}.home-landing__hero-media:after,.home-landing__hero-media:before{content:"";position:absolute;left:0;right:0;pointer-events:none}.home-landing__hero-media:before{top:0;height:88px;background:linear-gradient(180deg,#5d23a8,rgba(93,35,168,0))}.home-landing__hero-media:after{bottom:0;height:154px;background:linear-gradient(180deg,transparent,#000 82%)}.home-landing__cta-media img,.home-landing__hero-media img{display:block;width:100%;height:auto}.home-landing__cta,.home-landing__hero-action{display:flex;flex-direction:column;align-items:center}.home-landing__hero-action{padding:10px 24px 44px;background:#000}.home-landing__plan-btn,.home-landing__primary-btn,.home-landing__secondary-btn{border:none;border-radius:10px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;line-height:1;transition:transform .2s ease,opacity .2s ease}.home-landing__plan-btn:hover,.home-landing__primary-btn:hover,.home-landing__secondary-btn:hover{transform:translateY(-1px);opacity:.94}.home-landing__primary-btn{min-width:170px;padding:14px 18px;background:#7a3dd2;color:#fff}.home-landing__plans{max-width:1320px;margin:0 auto;padding:24px 24px 72px}.home-landing__member-strip{max-width:1320px;margin:0 auto;padding:28px 24px 12px}.home-landing__member-intro{max-width:720px}.home-landing__member-label{margin:0 0 10px;color:#ff8b64;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-landing__member-intro h2{margin:0;font-size:clamp(26px,2.4vw,36px);line-height:1.05}.home-landing__member-intro p:last-child{margin:14px 0 0;color:hsla(0,0%,100%,.72);font-size:15px;line-height:1.65}.home-landing__member-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:28px}.home-landing__member-card{display:flex;min-height:200px;flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px;padding:24px;border:1px solid hsla(0,0%,100%,.12);border-radius:24px;background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02)),#0f0f12;color:#fff;cursor:pointer;text-align:left;transition:transform .2s ease,border-color .2s ease}.home-landing__member-card:hover{transform:translateY(-2px);border-color:rgba(255,115,0,.5)}.home-landing__member-card-label{color:#ff8b64;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-landing__member-card strong{font-size:24px;line-height:1.05}.home-landing__member-card p{margin:0;color:hsla(0,0%,100%,.72);font-size:14px;line-height:1.6}.home-landing__member-card-status{display:inline-flex;align-items:center;margin-top:auto;padding:7px 12px;border-radius:999px;background:rgba(72,187,120,.16);color:#9ae6b4;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-landing__member-card-status.is-danger{background:rgba(245,101,101,.16);color:#feb2b2}.home-landing__plans-header{text-align:center}.home-landing__cta h2,.home-landing__plans-header h2{margin:0;font-size:clamp(18px,1.8vw,28px);line-height:1;font-weight:800}.home-landing__plans-header p{margin:10px 0 0;font-size:clamp(11px,.8vw,14px);line-height:1.2}.home-landing__plan-rail{position:relative;margin-top:40px;padding:0 46px}.home-landing__plan-grid{display:flex;grid-gap:12px;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:6px 0 12px}.home-landing__plan-grid::-webkit-scrollbar{display:none}.home-landing__plan-rail-control{position:absolute;top:50%;z-index:4;width:36px;height:36px;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;background:hsla(0,0%,100%,.06);color:#f7f3ed;cursor:pointer;font-size:28px;line-height:1;transform:translateY(-50%);transition:background .2s ease,border-color .2s ease,transform .2s ease}.home-landing__plan-rail-control:hover{background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.28);transform:translateY(-50%) scale(1.03)}.home-landing__plan-rail-control--left{left:0}.home-landing__plan-rail-control--right{right:0}.home-landing__plan-card-shell{position:relative;display:flex;align-items:stretch;padding-top:24px;flex:0 0 282px;min-width:282px}.home-landing__plan-card{position:relative;z-index:1;display:flex;width:100%;height:100%;flex:1 1 auto;flex-direction:column;min-height:486px;padding:20px 22px 22px;border-radius:28px;color:#160c1d}.home-landing__plan-card--lilac{background:#b49adb}.home-landing__plan-card--violet{background:#997ac7}.home-landing__plan-card--orange{background:#ff7300;color:#fff}.home-landing__plan-card-shell--ultimate .home-landing__plan-card--orange{background:#eb552a}.home-landing__plan-badge{position:absolute;top:-6px;right:0;z-index:0;display:inline-flex;align-items:baseline;justify-content:center;min-width:170px;height:80px;padding:8px 18px 4px;border-radius:20px;background:#fbfafc;color:#6d38da;font-size:18px;font-style:italic;font-weight:700;line-height:1}.home-landing__plan-card-shell--ultimate .home-landing__plan-badge{background:#6c63ff;color:#fff}.home-landing__plan-intro{display:flex;min-height:220px;flex-direction:column}.home-landing__plan-card h3{margin:0;font-size:clamp(20px,1.6vw,30px);line-height:.98;font-style:italic;font-weight:800}.home-landing__plan-tagline{margin:22px 0 0;font-size:15px;font-weight:700;line-height:1.2}.home-landing__plan-billing,.home-landing__plan-description,.home-landing__plan-features li{font-size:13px;line-height:1.45}.home-landing__plan-price{display:flex;align-items:baseline;grid-gap:10px;gap:10px;margin-top:auto}.home-landing__plan-price strong{font-size:clamp(22px,1.5vw,30px);line-height:1}.home-landing__plan-price span{font-size:14px;font-weight:700}.home-landing__plan-billing{margin:10px 0 0}.home-landing__plan-pricing-note{display:flex;flex-wrap:wrap;align-items:baseline;grid-gap:12px;gap:12px;min-height:46px}.home-landing__plan-credit-summary{margin-top:18px;padding:14px 16px;border-radius:18px;background:hsla(0,0%,100%,.18)}.home-landing__plan-card--lilac .home-landing__plan-credit-summary,.home-landing__plan-card--violet .home-landing__plan-credit-summary{background:rgba(22,12,29,.09)}.home-landing__plan-credit-total{display:flex;align-items:baseline;justify-content:space-between;grid-gap:12px;gap:12px}.home-landing__plan-credit-breakdown span,.home-landing__plan-credit-total span{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-landing__plan-credit-total strong{font-size:22px;line-height:1}.home-landing__plan-credit-breakdown{display:flex;justify-content:space-between;grid-gap:12px;gap:12px;margin-top:10px;opacity:.84}.home-landing__plan-pricing-note .home-landing__plan-billing{margin:12px 0 0}.home-landing__plan-save{margin:12px 0 0;font-size:12px;font-weight:700}.home-landing__plan-btn{width:100%;margin-top:14px;padding:14px 18px;background:#f6f4f2;border-radius:16px;color:#1c1a1c;font-size:15px;font-weight:700}.home-landing__plan-card--orange .home-landing__plan-btn{background:#f7f6f4;color:#6d39db}.home-landing__plan-btn--ultimate,.home-landing__plan-card--orange .home-landing__plan-btn--ultimate{background:#6e63ff;color:#f8f5ff}.home-landing__plan-detail-label{margin:16px 0 0;font-size:13px;font-weight:700}.home-landing__plan-features{margin:12px 0 0;padding:14px 0 0 18px;border-top:2px solid hsla(0,0%,100%,.36)}.home-landing__plan-card--lilac .home-landing__plan-features,.home-landing__plan-card--violet .home-landing__plan-features{border-top-color:rgba(22,12,29,.22)}.home-landing__plan-card--orange .home-landing__plan-save{color:rgba(255,244,182,.92)}.home-landing__plan-best-for{margin:auto 0 0;padding-top:12px;font-size:11px;line-height:1.35}.home-landing__plan-best-for span{display:block;margin-top:2px}.home-landing__plans-footer{display:flex;flex-direction:column;align-items:center;text-align:center;grid-gap:4px;gap:4px;margin-top:26px}.home-landing__plans-footer p{margin:0;font-size:14px;line-height:1.25}.home-landing__enterprise-btn{margin-top:12px;border:none;border-radius:8px;background:#ff5722;color:#fff;padding:12px 22px;font-size:14px;font-weight:600;cursor:pointer}.home-landing__cta{padding:42px 0 0;background:#fff;color:#1f1c1f}.home-landing__cta h2{padding:0 24px;text-align:center}.home-landing__cta h2 span{color:inherit}.home-landing__cta-brand{display:inline-block}.home-landing__footer-copy-brand{text-transform:uppercase}.home-landing__secondary-btn{min-width:170px;margin:24px 0;padding:14px 18px;background:#ff5722;color:#fff}.home-landing__footer{display:flex;align-items:flex-end;justify-content:space-between;grid-gap:24px;gap:24px;padding:24px;background:#5d23a8;color:#fff}.home-landing__footer-copy{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.home-landing__footer p,.home-landing__footer small{margin:0;font-size:14px;font-weight:600}.home-landing__footer small{font-weight:500}@media (min-width:901px){.home-landing__hero-media img{height:clamp(380px,34vw,560px);object-fit:cover;object-position:center 18%}.home-landing__cta-media{width:100%}.home-landing__cta-media img{height:52vw;object-fit:cover;object-position:center bottom}}@media (min-width:1440px){.home-landing__footer-brand,.home-landing__topbar-brand{font-size:24px}.home-landing__plans-header p{max-width:920px;margin-left:auto;margin-right:auto}.home-landing__plan-grid{grid-gap:18px;gap:18px}.home-landing__plan-card{min-height:500px;padding:20px 22px 24px}}.home-section{display:flex;flex-direction:column;grid-gap:32px;gap:32px;padding-bottom:24px;max-width:var(--max-content-width);width:100%;margin:0 auto}.home-hero{display:grid;grid-gap:32px;gap:32px;grid-template-columns:minmax(0,2.1fr) minmax(0,1.1fr);padding:40px;border-radius:28px;border:1px solid rgba(79,70,229,.12);background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(15,23,42,.04));box-shadow:0 32px 80px rgba(79,70,229,.12)}.home-hero__content{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.home-hero__eyebrow{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;font-weight:700;margin:0}.home-hero h1{margin:0;font-size:34px;line-height:1.2;font-weight:700}.home-hero__description{margin:0;font-size:16px;line-height:1.7;color:var(--text-secondary)}.home-hero__actions{display:flex;flex-wrap:wrap;grid-gap:16px;gap:16px}.home-button{display:inline-flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;border-radius:999px;padding:12px 24px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.home-button:focus-visible{outline:2px solid rgba(79,70,229,.4);outline-offset:2px}.home-button--primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 16px 36px rgba(79,70,229,.25)}.home-button--primary:hover{transform:translateY(-1px);box-shadow:0 22px 44px rgba(79,70,229,.32)}.home-button--ghost{background:hsla(0,0%,100%,.4);color:#1f1f1f;border:1px solid rgba(79,70,229,.2);box-shadow:0 10px 30px rgba(15,23,42,.08)}.home-button--ghost:hover{background:hsla(0,0%,100%,.7)}.home-button--secondary{background:#fff;color:#4f46e5;border:1px solid rgba(79,70,229,.2);box-shadow:0 12px 30px rgba(15,23,42,.08)}.home-button--secondary:hover{background:rgba(79,70,229,.08)}.home-hero__insights{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:8px 0 0;padding:16px;border-radius:20px;border:1px solid rgba(79,70,229,.18);background:hsla(0,0%,100%,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-hero__insight{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.home-hero__insight dt{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6366f1;font-weight:700;margin:0}.home-hero__insight dd{margin:0;font-size:14px;line-height:1.5;color:var(--text-primary)}.home-plan-card{display:flex;flex-direction:column;grid-gap:20px;gap:20px;background:#fff;border-radius:24px;border:1px solid rgba(79,70,229,.15);padding:32px;box-shadow:0 20px 54px rgba(15,23,42,.08);min-height:360px}.home-plan-card__header{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.home-plan-card__header h2{margin:8px 0 4px;font-size:22px;font-weight:700}.home-plan-card__eyebrow{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#6366f1;font-weight:700}.home-plan-card__price{margin:0;font-size:18px;font-weight:600;color:#4f46e5}.home-plan-card__renewal{margin:2px 0 0;font-size:13px;font-weight:600;color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase}.home-plan-card__status-row{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;align-items:center}.home-plan-card__status,.home-plan-card__status--approved{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;text-transform:capitalize;background:rgba(79,70,229,.12);color:#4f46e5}.home-plan-card__status--pending{background:rgba(249,115,22,.12);color:#c2410c}.home-plan-card__status--cancelled,.home-plan-card__status--declined{background:rgba(239,68,68,.12);color:#b91c1c}.home-plan-card__badge{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;border-radius:999px;padding:6px 14px;background:rgba(249,115,22,.12);color:#d97706;font-size:13px;font-weight:600}.home-plan-card__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.home-plan-card__features li{font-size:14px;color:var(--text-secondary);padding-left:20px;position:relative}.home-plan-card__features li:before{content:"\2022";position:absolute;left:0;color:#4f46e5}.home-plan-card__actions{margin-top:auto;display:flex;justify-content:center}.home-stats{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.home-stat-card{display:flex;flex-direction:column;align-items:flex-start;grid-gap:6px;gap:6px;background:#fff;border-radius:20px;padding:24px;border:1px solid rgba(79,70,229,.12);box-shadow:0 18px 40px rgba(15,23,42,.08);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.home-stat-card:hover{transform:translateY(-2px);box-shadow:0 28px 60px rgba(79,70,229,.18)}.home-stat-card:focus-visible{outline:2px solid rgba(79,70,229,.4);outline-offset:2px}.home-stat-card__label{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#6366f1;font-weight:700}.home-stat-card__value{font-size:28px;font-weight:700;color:var(--text-primary)}.home-stat-card__caption{font-size:14px;color:var(--text-secondary)}.home-grid{display:grid;grid-gap:28px;gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}.home-panel{background:#fff;border-radius:24px;border:1px solid rgba(79,70,229,.12);padding:32px;box-shadow:0 22px 48px rgba(15,23,42,.08);display:flex;flex-direction:column;grid-gap:24px;gap:24px}.home-panel__header{display:flex;justify-content:space-between;grid-gap:20px;gap:20px;align-items:flex-start}.home-panel__header h2{margin:0;font-size:22px;font-weight:700}.home-panel__subtitle{margin:6px 0 0;font-size:14px;color:var(--text-secondary);line-height:1.6}.home-link{background:none;border:none;color:#4f46e5;font-weight:600;font-size:14px;display:inline-flex;align-items:center;grid-gap:6px;gap:6px;cursor:pointer;padding:0}.home-link:after{content:"\203A";font-size:18px;line-height:1;transition:transform .2s ease}.home-link:focus-visible:after,.home-link:hover:after{transform:translateX(4px)}.home-panel__notice{margin:-8px 0 -4px;padding:12px 16px;background:rgba(239,68,68,.08);color:#b91c1c;border-radius:16px;font-size:13px;font-weight:600}.home-blank-state{display:flex;flex-direction:column;grid-gap:16px;gap:16px;align-items:flex-start;padding:32px;border-radius:20px;border:1px dashed rgba(79,70,229,.18);background:rgba(79,70,229,.04);color:var(--text-secondary)}.home-history-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.home-history-card{display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:20px;border-radius:20px;border:1px solid rgba(79,70,229,.16);background:linear-gradient(145deg,rgba(79,70,229,.12),rgba(15,23,42,.02));box-shadow:0 20px 44px rgba(79,70,229,.12);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-history-card:hover{transform:translateY(-3px);box-shadow:0 28px 60px rgba(79,70,229,.18);border-color:rgba(79,70,229,.26)}.home-history-card__preview{width:100%;border-radius:18px;overflow:hidden;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.4);aspect-ratio:4/3;background:hsla(0,0%,100%,.6);min-height:200px}.home-history-card__preview img{width:100%;height:100%;object-fit:cover;display:block}.home-history-card__body{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.home-history-card__meta{display:flex;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px;font-size:13px;color:var(--text-secondary)}.home-history-card__status{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;border-radius:999px;padding:6px 12px;background:rgba(79,70,229,.12);color:#4f46e5}.home-history-card__status--saved{background:rgba(14,165,233,.12);color:#0284c7}.home-history-card__status--shared{background:rgba(22,163,74,.12);color:#15803d}.home-history-card__status--pending,.home-history-card__status--processing,.home-history-card__status--queued{background:rgba(14,165,233,.12);color:#0369a1}.home-history-card__status--error,.home-history-card__status--failed{background:rgba(239,68,68,.12);color:#b91c1c}.home-history-card__prompt{margin:0;font-size:15px;line-height:1.6;color:var(--text-primary)}.home-history-card__footer{display:flex;justify-content:flex-start}.home-collection-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.home-collection-card{display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:20px;border-radius:22px;border:1px solid rgba(79,70,229,.18);background:linear-gradient(160deg,rgba(248,245,255,.9),hsla(0,0%,100%,.95));text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-collection-card:hover{transform:translateY(-2px);box-shadow:0 24px 50px rgba(79,70,229,.18);border-color:rgba(79,70,229,.3)}.home-collection-card:focus-visible{outline:2px solid rgba(79,70,229,.4);outline-offset:2px}.home-collection-card__media{width:100%;border-radius:18px;overflow:hidden;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.4);aspect-ratio:4/3;min-height:200px}.home-collection-card__media img{width:100%;object-fit:cover;display:block}.home-collection-card__body{display:flex;flex-direction:column;grid-gap:14px;gap:14px}.home-collection-card__header{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:12px;gap:12px;font-size:13px;color:var(--text-secondary)}.home-collection-card__header h3{margin:0;font-size:18px;font-weight:700;color:var(--text-primary)}.home-collection-card__header p{margin:6px 0 0;font-size:14px;line-height:1.6;color:var(--text-secondary)}.home-collection-card__meta{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px;font-size:13px;color:#4f46e5;font-weight:600}.home-collection-card__tags{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;list-style:none;margin:0;padding:0}.home-collection-card__tags li{padding:6px 12px;border-radius:999px;background:rgba(79,70,229,.12);color:#4f46e5;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.home-collection-card__date{font-size:13px;font-weight:600;color:#4f46e5;white-space:nowrap}.home-shortcuts{list-style:none;margin:0;padding:0;display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.home-shortcut-card{display:flex;flex-direction:column;justify-content:space-between;grid-gap:18px;gap:18px;padding:20px;border-radius:18px;border:1px solid rgba(79,70,229,.16);background:linear-gradient(135deg,rgba(79,70,229,.1),rgba(15,23,42,.03));box-shadow:0 18px 40px rgba(79,70,229,.12)}.home-shortcut-card__body h3{margin:0 0 8px;font-size:17px;font-weight:700}.home-shortcut-card__body p{margin:0;font-size:14px;line-height:1.6;color:var(--text-secondary)}@media (max-width:1280px){.home-landing__member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-landing__plan-card-shell{min-width:268px;flex-basis:268px}.home-hero{grid-template-columns:1fr;padding:32px}.home-plan-card{flex-direction:column;padding:28px}.home-grid{grid-template-columns:1fr}}@media (max-width:900px){.home-landing__topbar{flex-direction:column;align-items:flex-start}.home-landing__topbar-actions{width:100%;justify-content:space-between}.home-landing__hero-copy{max-width:none}.home-landing__member-grid{grid-template-columns:1fr}.home-landing__plan-rail{margin-top:32px;padding:0}.home-landing__plan-rail-control{display:none}.home-landing__plan-card-shell{padding-top:22px;min-width:calc(100vw - 64px)}.home-landing__plan-card{min-height:auto;padding:22px 20px 24px}.home-landing__member-card{min-height:0}.home-landing__plan-intro{min-height:auto}.home-landing__plan-badge{top:8px;right:0;min-width:144px;font-size:12px;height:26px;padding:0 14px 3px}.home-section{grid-gap:24px;gap:24px}.home-hero{padding:28px}.home-plan-card{padding:24px}.home-collection-card,.home-history-card{padding:18px}.home-landing__footer{align-items:flex-start;flex-direction:column}.home-landing__footer small{align-self:flex-start}}@media (max-width:600px){.home-landing__hero-copy h1{max-width:80%;font-size:clamp(40px,11vw,64px);line-height:.94;letter-spacing:-.045em;white-space:normal;text-wrap:balance}.home-landing__member-copy{font-size:14px}.home-landing__topbar{padding-top:16px;flex-direction:row;align-items:flex-start;justify-content:space-between}.home-landing__topbar-actions{width:auto;flex-direction:row;align-items:center;grid-gap:10px;gap:10px}.home-landing__topbar-link{padding-left:14px}.home-landing__topbar-link:before{content:"|"}.home-landing__topbar-cta-desktop{display:none}.home-landing__topbar-cta-mobile{display:inline}.home-landing__enterprise-btn,.home-landing__plan-btn,.home-landing__primary-btn,.home-landing__secondary-btn{width:100%;min-width:0}.home-hero h1{font-size:28px}.home-hero__actions{flex-direction:column;align-items:stretch}.home-plan-card__features li{font-size:13px}.home-plan-card__price{font-size:16px}.home-panel{padding:24px}}.generate-panel{grid-gap:24px;gap:24px}.generate-panel,.prompt-card{display:flex;flex-direction:column}.prompt-card{position:relative;background:#fff;border-radius:18px;border:1px solid var(--brand-border);box-shadow:0 10px 24px rgba(15,23,42,.05);padding:24px}.prompt-label{font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:12px}.prompt-card textarea{min-height:220px;resize:none;border-radius:16px;border:1px solid var(--brand-border);padding:18px 20px;font-size:16px;line-height:1.5;font-family:inherit;color:var(--text-primary);outline:none;box-shadow:inset 0 1px 2px rgba(15,23,42,.05)}.prompt-card textarea:focus{border-color:#4d6fff;box-shadow:0 0 0 3px rgba(77,111,255,.2)}.image-mention-menu{position:absolute;left:42px;right:42px;top:300px;z-index:30;max-width:460px;padding:8px;border:1px solid rgba(15,23,42,.12);border-radius:12px;background:#fff;box-shadow:0 16px 36px rgba(15,23,42,.18)}.image-mention-menu__item{width:100%;min-height:58px;border:0;border-radius:10px;background:transparent;display:flex;align-items:center;grid-gap:12px;gap:12px;padding:8px;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer}.image-mention-menu__item.is-active,.image-mention-menu__item:hover{background:#f3f4f8}.image-mention-menu__item img,.image-mention-menu__placeholder{width:42px;height:42px;flex:0 0 42px;border-radius:8px;object-fit:cover;background:#eef0f5}.image-mention-menu__placeholder{display:grid;place-items:center;color:var(--text-secondary)}.image-mention-menu__item span:not(.image-mention-menu__placeholder){min-width:0;display:flex;flex-direction:column;grid-gap:2px;gap:2px}.image-mention-menu__item strong{font-size:14px;line-height:1.2}.image-mention-menu__item small{max-width:340px;color:var(--text-secondary);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-footer{margin-top:16px;display:flex;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px;flex-wrap:wrap}.prompt-footer--compact{margin-bottom:18px}.prompt-footer .ant-btn{border-radius:999px;padding:0 24px;font-weight:600}.prompt-meta{display:flex;flex-direction:column;align-items:flex-start;grid-gap:4px;gap:4px}.prompt-char-count{font-size:13px;font-weight:600;color:var(--text-secondary)}.prompt-char-count.is-error,.prompt-char-count.is-over-limit{color:#ff4d4f}.prompt-warning{font-size:12px;color:#ff4d4f}.control-shelf{display:flex;align-items:center;grid-gap:14px;gap:14px;flex-wrap:wrap}.control-chip.ant-btn,.generate-panel .control-group .ant-btn{border-radius:999px;padding:0 18px;height:40px;display:inline-flex;align-items:center;grid-gap:8px;gap:8px;font-weight:600;border:1px solid var(--brand-border);background:#fff}.control-chip.is-active{border-color:#111;background:#111;color:#fff}.control-chip.is-active i{color:inherit}.control-chip i{font-size:14px}.edit-upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px}.prompt-label-row{display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px;color:var(--text-secondary);font-weight:600}.edit-file-label{font-size:12px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-helper{margin:8px 0 0;color:var(--text-secondary);font-size:13px}.prompt-helper--warning{color:#8b4324}.character-swap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:16px}.character-swap-box{border:1px solid var(--brand-border);border-radius:16px;padding:18px;background:linear-gradient(180deg,#fcfbff,#f9f8ff);min-height:100%}.character-swap-box__icon{width:48px;height:48px;border-radius:16px;background:rgba(108,99,255,.08);display:grid;place-items:center;color:#66617a;font-size:24px}.control-group{display:flex;grid-gap:12px;gap:12px;flex-wrap:wrap}.control-chip__hint{display:inline-flex;align-items:center;min-height:40px;padding:0 10px;border-radius:999px;background:rgba(15,23,42,.06);color:var(--text-secondary);font-size:13px;font-weight:600}.control-chip__hint--block{width:100%;min-height:auto;padding:0;justify-content:flex-end;background:transparent;border-radius:0;text-align:right}.generate-action{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;grid-gap:8px;gap:8px}.generate-btn{border-radius:999px!important;padding:0 32px!important;height:44px;font-weight:700!important;background:linear-gradient(135deg,#111,#2b2b2b)!important;border:none!important;color:#fff!important}.generate-btn i{margin-right:8px}.generate-btn__icon{flex-shrink:0}.generate-btn.ant-btn-disabled,.generate-btn.ant-btn[disabled]{background:#f5f5f5!important;color:#7c7c7c!important;border:1px solid var(--brand-border)!important;box-shadow:none!important}.generate-btn.ant-btn-disabled i,.generate-btn.ant-btn[disabled] i{color:inherit}@media (max-width:768px){.control-shelf{flex-direction:column;align-items:stretch}.describe-dropzone.has-image>img,.edit-image-single img{max-height:240px}.generate-action{margin-left:0;width:100%;align-items:stretch}.control-chip__hint--block{text-align:left;justify-content:flex-start}.generate-btn{width:100%;justify-content:center}.character-swap-grid{grid-template-columns:1fr}.style-reference-row,.style-reference-row.has-character-slot{grid-template-columns:repeat(2,minmax(0,1fr))}}.describe-dropzone{position:relative;margin-top:16px;border:2px dashed var(--brand-border);border-radius:16px;padding:28px 16px;background:#fafafa;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:8px;gap:8px;transition:border-color .2s ease,background .2s ease}button.describe-dropzone{width:100%;font:inherit}.describe-dropzone.is-selected{border-color:#111;background:#fff}.character-swap-box .describe-dropzone{min-height:290px}.describe-dropzone i{font-size:28px;color:var(--text-secondary)}.describe-dropzone p{margin:0;font-weight:600;color:var(--text-primary)}.describe-dropzone span{font-size:13px;color:var(--text-secondary)}.describe-dropzone.is-dragover{border-color:#4d6fff;background:rgba(77,111,255,.08)}.describe-dropzone.has-image{padding:0;background:#fff;border-style:solid}.describe-dropzone.has-image.is-multi{padding:12px}.describe-dropzone.has-image>img{width:100%;max-height:360px;border-radius:14px;object-fit:contain}.edit-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;width:100%}.edit-image-single{position:relative;width:100%}.edit-image-single img{width:100%;max-height:360px;border-radius:14px;object-fit:contain}.edit-image-thumbnail{position:relative;height:96px;border-radius:12px;overflow:hidden;background:#f3f4f8;border:1px solid rgba(15,23,42,.08);display:flex;align-items:center;justify-content:center}.edit-image-thumbnail img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.edit-image-thumbnail--empty{color:#a0a4b0;font-size:28px}.edit-image-remove{position:absolute;top:6px;right:6px;z-index:4;width:24px;height:24px;border-radius:999px;border:none;background:rgba(15,23,42,.8);color:#fff;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.edit-image-remove:hover{background:rgba(15,23,42,.9)}.style-reference-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:16px}.style-reference-row.has-character-slot{grid-template-columns:repeat(4,minmax(0,1fr))}.reference-tile{position:relative;aspect-ratio:1/1;min-height:132px;border:2px dashed var(--brand-border);border-radius:16px;background:#fafafa;color:var(--text-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:8px;gap:8px;padding:14px;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}button.reference-tile{width:100%;font:inherit}.reference-tile.is-dragover,.reference-tile:hover{border-color:#4d6fff;background:rgba(77,111,255,.08)}.reference-tile.is-selected{border-style:solid;border-color:#111;background:#fff}.reference-tile i{font-size:28px;color:var(--text-secondary)}.reference-tile p{margin:0;font-weight:700;color:var(--text-primary)}.reference-tile span:not(.edit-image-remove){font-size:13px;color:var(--text-secondary)}.reference-tile.has-image{padding:0;overflow:hidden}.reference-tile.has-image>img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.style-reference-row,.style-reference-row.has-character-slot{grid-template-columns:repeat(2,minmax(0,1fr))}}.describe-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.describe-selected{margin-top:8px;font-size:13px;color:var(--text-secondary)}.describe-error{margin-top:8px;color:#ff4d4f;font-size:13px}.describe-review{margin-top:16px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.describe-review label{font-size:13px;font-weight:600;color:var(--text-secondary)}.describe-review textarea{min-height:150px;border-radius:12px;border:1px solid var(--brand-border);padding:12px;resize:vertical;font-size:14px;font-family:inherit;color:var(--text-primary)}.describe-review textarea:focus{border-color:#4d6fff;box-shadow:0 0 0 2px rgba(77,111,255,.2);outline:none}.describe-review-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-secondary);grid-gap:8px;gap:8px;flex-wrap:wrap}.preview-panel{background:#f7f8ff;border-radius:18px;padding:24px;border:1px solid var(--brand-border);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.6);display:flex;flex-direction:column;grid-gap:18px;gap:18px;min-height:420px}.preview-header h3{margin:0;font-size:18px;font-weight:600}.preview-body{flex:1 1;display:flex;align-items:center;justify-content:center;position:relative}.preview-loading,.preview-placeholder{display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px;color:var(--text-secondary);text-align:center}.preview-loading p{margin:0;font-weight:500}.preview-error-state{width:100%;max-width:520px;padding:28px 24px;border-radius:24px;border:1px solid rgba(209,44,31,.14);background:radial-gradient(circle at top right,rgba(255,87,34,.12),transparent 32%),linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(255,245,243,.96));box-shadow:0 20px 42px rgba(209,44,31,.1);display:grid;grid-gap:16px;gap:16px;justify-items:center;text-align:center}.preview-error-state__icon{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;background:rgba(255,87,34,.12);color:#d94a21;font-size:30px}.preview-error-state__content{display:grid;grid-gap:8px;gap:8px}.preview-error-state__content h4{margin:0;color:#1f1726;font-size:28px;font-weight:800;letter-spacing:-.03em}.preview-error-state__content p{margin:0;color:#772e1c;font-size:15px;line-height:1.6}.preview-error-state__content span{color:#8a5a4e;font-size:13px;font-weight:600}.preview-result{width:100%;display:flex;flex-direction:column;grid-gap:16px;gap:16px;align-items:center}.preview-result img{width:auto;max-width:100%;max-height:420px;height:auto;object-fit:contain;border-radius:18px;box-shadow:0 12px 24px rgba(15,23,42,.16);border:1px solid rgba(15,23,42,.08);background:#fff}.preview-actions{width:100%;display:flex;justify-content:flex-end}.preview-actions .ant-btn{min-width:150px}.preview-result figcaption{width:100%;background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 16px rgba(15,23,42,.08)}.preview-result figcaption h4{margin:0 0 8px;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.preview-result figcaption p{margin:0;font-size:15px;line-height:1.6;color:var(--text-primary)}.preview-error{position:absolute;left:24px;right:24px;bottom:24px;display:flex;align-items:center;grid-gap:10px;gap:10px;padding:12px 16px;background:rgba(255,83,73,.12);color:#d12c1f;border-radius:12px;border:1px solid rgba(209,44,31,.2);font-size:14px;box-shadow:0 6px 16px rgba(209,44,31,.16)}.preview-error i{font-size:16px}@media (max-width:768px){.preview-panel{padding:20px}.preview-result img{max-height:280px}}.ai-page--busy{overflow:hidden}.ai-page__blocking-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;background:rgba(248,247,255,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ai-page__blocking-card{width:min(420px,calc(100vw - 48px));padding:28px 30px;border-radius:24px;border:1px solid rgba(130,122,255,.16);background:hsla(0,0%,100%,.96);box-shadow:0 28px 60px rgba(58,40,120,.14);display:grid;justify-items:center;grid-gap:14px;gap:14px;text-align:center}.ai-page__blocking-card .fa-spinner{font-size:30px;color:#6b4ce3}.ai-page__blocking-card h3{margin:0;color:#111;font-size:26px;font-weight:800;letter-spacing:-.03em}.ai-page__blocking-card p{margin:0;color:#66617a;font-size:16px;line-height:1.6}.character-picker-modal__empty{display:grid;place-items:center;min-height:220px;color:#6f6a84;text-align:center}.character-picker-modal__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px}.character-picker-modal__grid--detail{grid-template-columns:repeat(4,minmax(0,1fr))}.character-picker-card{display:block;padding:0;border:none;background:transparent;text-align:left;cursor:pointer;transition:transform .2s ease}.character-picker-card--active,.character-picker-card:hover{transform:translateY(-2px)}.character-picker-card__image,.character-review-tile{position:relative;overflow:hidden;aspect-ratio:4/5;border-radius:18px;background:linear-gradient(180deg,#f2f0ff,#fafafe);display:grid;place-items:center;color:#8d88ab}.character-picker-card--active .character-picker-card__image{box-shadow:0 0 0 3px rgba(120,104,242,.16)}.character-picker-card__image img,.character-review-tile img{width:100%;height:100%;object-fit:cover}.character-picker-card__status{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:7px 12px;border-radius:999px;background:rgba(17,17,17,.9);color:#fff!important;border:1px solid hsla(0,0%,100%,.16);font-size:12px!important;font-weight:700;position:absolute;top:14px;left:14px;box-shadow:0 10px 24px rgba(17,17,17,.28)}.character-picker-card--blocked{cursor:not-allowed}.character-picker-card--blocked:hover{transform:none}.character-picker-card--blocked .character-picker-card__image{opacity:.78}.character-review-modal{display:grid;grid-gap:24px;gap:24px}.character-review-modal__section{display:grid;grid-gap:12px;gap:12px}.character-review-modal__section h3{margin:0;color:#111;font-size:18px;font-weight:800}@media (max-width:900px){.character-picker-modal__grid,.character-picker-modal__grid--detail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.ai-page__blocking-card{width:min(360px,calc(100vw - 24px));padding:24px 20px}.character-picker-modal__grid,.character-picker-modal__grid--detail{grid-template-columns:repeat(2,minmax(0,1fr))}}.character-page{min-height:calc(100vh - 72px);margin:-32px -48px 0;padding:32px 48px 72px;background:radial-gradient(circle at 28% 10%,rgba(116,84,237,.08),transparent 28%),linear-gradient(180deg,#f8f8fc,#fff 62%)}.character-page--busy{overflow:hidden}.character-page__blocking-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;background:rgba(248,247,255,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.character-page__blocking-card{width:min(620px,calc(100vw - 48px));padding:28px 30px;border-radius:24px;border:1px solid rgba(130,122,255,.16);background:hsla(0,0%,100%,.96);box-shadow:0 28px 60px rgba(58,40,120,.14);display:grid;grid-gap:18px;gap:18px;text-align:left}.character-page__blocking-card h3{margin:0;color:#111;font-size:26px;font-weight:800;letter-spacing:-.03em}.character-page__blocking-card p{margin:0;color:#66617a;font-size:16px;line-height:1.6}.character-progress__header{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center}.character-progress__bar{display:grid;grid-template-columns:minmax(0,1fr) 48px;grid-gap:12px;gap:12px;align-items:center}.character-progress__bar span{color:#111;font-size:15px;font-weight:800;text-align:right}.character-progress__steps{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.character-progress__step{display:grid;grid-template-columns:30px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;min-height:58px;padding:10px 12px;border-radius:14px;border:1px solid transparent;background:transparent}.character-progress__step--active{border-color:rgba(17,17,17,.08);background:#f7f6ff}.character-progress__step-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;color:#9a94b3;background:#f0eef8;font-size:9px}.character-progress__step--done .character-progress__step-icon{color:#fff;background:#111;font-size:13px}.character-progress__step--active .character-progress__step-icon{color:#fff;background:#2878f0}.character-progress__step strong{display:block;color:#111;font-size:15px;font-weight:800}.character-progress__step p{margin:2px 0 0;color:#6b6780;font-size:13px;line-height:1.4}.character-hidden-input{display:none}.character-create,.character-hero,.character-library{max-width:1180px;margin:0 auto}.character-hero{padding:0 0 20px}.character-hero__visual{position:relative;height:450px;margin:0 auto 28px;transform:translateX(-31px)}.character-hero__card{position:absolute;overflow:hidden;border-radius:26px;background:#fff}.character-card__image img,.character-detail__tile img,.character-gallery__item img,.character-hero__card img,.character-uploaded__item img{display:block;width:100%;height:100%;object-fit:cover}.character-hero__card--left{left:210px;top:92px;width:192px;height:258px}.character-hero__card--center{left:438px;top:0;width:280px;height:402px;z-index:2}.character-hero__card--right{left:730px;top:0;width:242px;height:286px}.character-hero__card--lower-left{left:286px;top:294px;width:166px;height:178px}.character-hero__card--lower-right{left:706px;top:246px;width:180px;height:196px}.character-hero__copy{text-align:center}.character-hero__copy h1{margin:0;color:#050505;font-size:clamp(40px,4vw,62px);font-weight:700;line-height:1.02;letter-spacing:-.05em;white-space:nowrap}.character-hero__brand-accent{color:#ff5722}.character-hero__lede{max-width:760px;margin:18px auto 0;color:#111;font-size:18px;font-weight:500;line-height:1.45}.character-hero__actions{display:flex;justify-content:center;grid-gap:14px;gap:14px;margin-top:24px}.character-create__submit.ant-btn-primary,.character-create__upload.ant-btn-primary,.character-page__primary{border:none;border-radius:999px;background:#ff3b0a;color:#fff;box-shadow:none}.character-create__submit.ant-btn-primary:active,.character-create__submit.ant-btn-primary:focus,.character-create__submit.ant-btn-primary:hover,.character-create__upload.ant-btn-primary:active,.character-create__upload.ant-btn-primary:focus,.character-create__upload.ant-btn-primary:hover{background:#111!important;border-color:#111!important;color:#fff!important;box-shadow:none!important}.character-create__submit.ant-btn-primary[disabled],.character-create__submit.ant-btn-primary[disabled]:active,.character-create__submit.ant-btn-primary[disabled]:focus,.character-create__submit.ant-btn-primary[disabled]:hover,.character-create__upload.ant-btn-primary[disabled],.character-create__upload.ant-btn-primary[disabled]:active,.character-create__upload.ant-btn-primary[disabled]:focus,.character-create__upload.ant-btn-primary[disabled]:hover{background:#b9b7c3!important;border-color:#b9b7c3!important;color:#fff!important;box-shadow:none!important}.character-page__primary{min-width:352px;padding:15px 36px;font-size:18px;font-weight:700;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.character-page__primary:hover{transform:translateY(-1px);opacity:.96}.character-gallery{max-width:1540px;margin:56px auto 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px}.character-detail__tile,.character-gallery__item,.character-uploaded__item{overflow:hidden;aspect-ratio:4/5;border-radius:14px;background:#fff}.character-create{padding-top:18px}.character-create__panel{display:grid;grid-gap:28px;gap:28px;padding:46px 56px;border:1px solid rgba(128,119,255,.1);border-radius:34px;background:linear-gradient(180deg,rgba(251,250,255,.95),rgba(245,244,255,.98));box-shadow:0 30px 70px rgba(124,101,255,.08)}.character-create__panel--wizard{grid-template-columns:1fr}.character-create__intro{display:grid;grid-gap:10px;gap:10px}.character-create__eyebrow{color:#6a4de4;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.character-create__intro h1{margin:0;color:#111;font-size:clamp(34px,4vw,52px);font-weight:800;line-height:1.02;letter-spacing:-.05em}.character-create__lede{max-width:760px;margin:0;color:#625c78;font-size:18px;line-height:1.5}.character-create__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.character-step{display:grid;grid-template-columns:46px minmax(0,1fr);grid-gap:14px;gap:14px;padding:20px 22px;border:1px solid rgba(118,100,218,.12);border-radius:22px;background:hsla(0,0%,100%,.84)}.character-step--done{border-color:rgba(71,174,112,.24);background:linear-gradient(180deg,rgba(243,255,248,.96),hsla(0,0%,100%,.94))}.character-step--active,.character-step--ready{border-color:rgba(255,87,34,.24);background:linear-gradient(180deg,rgba(255,244,240,.96),hsla(0,0%,100%,.94))}.character-step__number{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;background:#171717;color:#fff;font-size:18px;font-weight:800}.character-step--done .character-step__number{background:#3c8f53}.character-step--active .character-step__number,.character-step--ready .character-step__number{background:#ff4c18}.character-step h3{margin:2px 0 6px;color:#111;font-size:18px;font-weight:800}.character-step p{margin:0;color:#69637e;font-size:14px;line-height:1.5}.character-create__panel-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:32px;gap:32px;align-items:start}.character-create__content{display:grid;grid-gap:34px;gap:34px}.character-create__rule{display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.character-create__rule h2,.character-create__rule h3{margin:0 0 10px;color:#111;font-size:28px;font-weight:800;letter-spacing:-.03em}.character-create__brand-accent{color:#ff4a16}.character-create__rule p{margin:0;color:#111;font-size:17px;font-weight:500;line-height:1.35}.character-create__rule-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;font-size:34px;line-height:1}.character-create__rule-icon--good{color:#8bc34a}.character-create__rule-icon--bad{color:#ff4d4f}.character-create__rule-icon--tip{position:relative;width:52px;height:52px;color:#ff5722}.character-create__sparkle-main{color:#ff4a16;font-size:42px;line-height:1}.character-create__sparkle-mini{position:absolute;top:5px;right:2px;color:#ff9c2a;font-size:18px;line-height:1}.character-create__actions{display:grid;align-content:start;grid-gap:16px;gap:16px;justify-items:end}.character-create__upload.ant-btn-primary{min-width:210px;height:52px;padding:0 22px;font-size:16px;font-weight:700}.character-create__upload .fa-regular{margin-right:8px}.character-create__toolbar{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;margin-top:8px}.character-create__submit.ant-btn-primary{min-width:290px;height:52px;padding:0 28px;font-size:16px;font-weight:700}.character-create__button-sparkle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:10px}.character-create__button-sparkle-main{color:#fff;font-size:16px;line-height:1}.character-create__button-sparkle-mini{position:absolute;top:-1px;right:-3px;color:#fff;font-size:9px;line-height:1}.character-create__notice{margin-top:18px;padding:16px 18px;border-radius:16px;background:rgba(255,87,34,.08);color:#5a2b17;font-weight:600}.character-uploaded{margin-top:26px}.character-uploaded--embedded{margin-top:0;padding:26px 28px 30px;border:1px solid rgba(118,100,218,.12);border-radius:28px;background:hsla(0,0%,100%,.8)}.character-section__header{display:flex;align-items:flex-end;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:18px}.character-section__header h2{margin:0;color:#111;font-size:28px;font-weight:800;letter-spacing:-.03em}.character-section__header p{margin:8px 0 0;color:#6c6880}.character-detail__grid,.character-library__grid,.character-uploaded__grid{display:grid;grid-gap:18px;gap:18px}.character-detail__title-row{display:flex;align-items:center;grid-gap:14px;gap:14px;flex-wrap:wrap}.character-detail__title-row h3{margin:0}.character-detail__download-button.ant-btn{border-radius:999px;font-weight:600}.character-uploaded__grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.character-uploaded__item--editable{position:relative}.character-uploaded__remove{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:999px;background:rgba(17,17,17,.76);color:#fff;cursor:pointer}.character-uploaded__remove:hover{background:#111}.character-create__empty{display:grid;place-items:center;min-height:220px;grid-gap:10px;gap:10px;border:1px dashed rgba(134,124,179,.26);border-radius:24px;background:rgba(250,249,255,.82);text-align:center}.character-create__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:24px;background:rgba(108,79,226,.08);color:#6b4ce3;font-size:28px}.character-create__empty h3{margin:0;color:#111;font-size:24px;font-weight:800}.character-create__empty p{max-width:420px;margin:0;color:#6e6882;font-size:16px;line-height:1.5}.character-library{margin-top:64px}.character-library .character-section__header{align-items:center;margin-bottom:24px}.character-library .character-section__header>div{display:grid;grid-gap:6px;gap:6px}.character-library__create.ant-btn-primary{min-width:210px;height:50px;padding:0 24px;border:1px solid rgba(17,17,17,.08);border-radius:18px;background:linear-gradient(180deg,#1d1b1b,#090909);color:#fff;font-size:17px;font-weight:700;box-shadow:0 16px 30px rgba(17,17,17,.14)}.character-library__create.ant-btn-primary:active,.character-library__create.ant-btn-primary:focus,.character-library__create.ant-btn-primary:hover{background:linear-gradient(180deg,#2a2828,#111)!important;border-color:#111!important;color:#fff!important;box-shadow:0 18px 34px rgba(17,17,17,.18)!important}.character-library__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.character-library__notice{margin-bottom:20px;padding:16px 18px;border-radius:18px;background:rgba(255,87,34,.08);color:#5a2b17;font-weight:600}.character-library__empty{display:grid;place-items:center;min-height:220px;padding:28px;border:1px dashed rgba(129,122,170,.24);border-radius:32px;background:radial-gradient(circle at top left,rgba(120,94,255,.06),transparent 30%),linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(248,246,255,.98));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9);color:#6f6a84;text-align:center}.character-library__empty p{max-width:620px;margin:0;color:#66617a;font-size:18px;font-weight:500;line-height:1.55}.character-card{display:block;padding:0;border:none;border-radius:0;background:transparent;text-align:left;cursor:pointer;transition:transform .2s ease}.character-card:hover{transform:translateY(-2px)}.character-card__image{position:relative;overflow:hidden;aspect-ratio:4/5;border-radius:18px;background:linear-gradient(180deg,#f1efff,#f7f7fb)}.character-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:#857fb0;font-size:34px}.character-card__badge{display:inline-flex;align-items:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:34px;height:34px;padding:0 10px;border-radius:999px;font-size:15px;font-weight:700;letter-spacing:.01em;position:absolute;top:14px;left:14px;box-shadow:0 8px 20px rgba(139,67,36,.14)}.character-card__badge--blocked{background:rgba(17,17,17,.9);color:#fff;border:1px solid hsla(0,0%,100%,.16);box-shadow:0 10px 24px rgba(17,17,17,.28)}.character-detail__loading{display:grid;place-items:center;min-height:280px}.character-detail-modal .ant-modal-content{border-radius:28px;padding:0}.character-detail-modal .ant-modal{max-width:min(960px,calc(100vw - 24px))}.character-detail-modal .ant-modal-header{display:none}.character-detail-modal .ant-modal-body{padding:28px}.character-detail{display:grid;grid-gap:18px;gap:18px}.character-detail__status-card{display:grid;grid-gap:16px;gap:16px;padding:20px;border:1px solid rgba(110,96,196,.12);border-radius:24px;background:linear-gradient(180deg,#faf9ff,#f3f0ff)}.character-detail__status-top{display:flex;justify-content:flex-start;align-items:flex-start;grid-gap:16px;gap:16px}.character-detail__delete-button.ant-btn{height:46px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 18px;border-radius:14px;border-color:rgba(17,17,17,.1);color:#111;font-size:15px;font-weight:700;box-shadow:none}.character-detail__delete-button.ant-btn-dangerous.ant-btn-default:focus,.character-detail__delete-button.ant-btn-dangerous.ant-btn-default:hover{color:#fff;background:#111;border-color:#111}.character-detail__status-meta{display:grid;grid-gap:6px;gap:6px}.character-detail__status-meta p{margin:0;color:#6b6780;font-size:15px;font-weight:600}.character-detail__status-content{display:grid;grid-template-columns:minmax(0,1fr) 240px;grid-gap:18px;gap:18px;align-items:start}.character-detail__status-copy{display:grid;align-content:start;grid-gap:12px;gap:12px}.character-detail__status-copy h3{margin:0;color:#111;font-size:28px;font-weight:800;letter-spacing:-.03em}.character-detail__status-copy p{margin:0;color:#8b4324;font-size:16px;line-height:1.55}.character-detail__id-grid{display:grid;grid-template-columns:minmax(0,240px);justify-content:end}.character-detail__section{display:grid;grid-gap:12px;gap:12px}.character-detail__section h3{margin:0;color:#111;font-size:20px;font-weight:800}.character-detail__grid{grid-template-columns:repeat(10,minmax(0,1fr));grid-gap:10px;gap:10px}.character-detail__tile{border-radius:12px}.character-detail__tile--id{border-radius:18px}@media (max-width:1280px){.character-hero__visual{height:410px;transform:translateX(-18px)}.character-hero__card--left{left:88px}.character-hero__card--center{left:288px}.character-hero__card--right{left:586px}.character-hero__card--lower-left{left:148px}.character-hero__card--lower-right{left:552px}.character-library__grid,.character-uploaded__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.character-create__steps{grid-template-columns:1fr}.character-detail__grid{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (max-width:1100px){.character-page{margin:-32px -32px 0;padding:36px 32px 64px}.character-create__panel,.character-create__panel-layout{grid-template-columns:1fr}.character-detail__grid,.character-gallery,.character-library__grid,.character-uploaded__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.character-detail__status-content{grid-template-columns:1fr}.character-detail__id-grid{justify-content:start}}@media (max-width:860px){.character-page{margin:-32px -20px 0;padding:30px 20px 56px}.character-hero__visual{width:min(100%,360px);height:305px;margin:0 auto 22px;transform:none}.character-hero__card{position:absolute;border-radius:18px}.character-hero__card--left{left:12px;top:68px;width:98px;height:132px}.character-hero__card--center{left:126px;top:0;width:144px;height:206px}.character-hero__card--right{left:280px;top:0;width:80px;height:146px}.character-hero__card--lower-left{left:66px;top:210px;width:92px;height:96px}.character-hero__card--lower-right{left:228px;top:182px;width:102px;height:112px}.character-hero__copy h1{white-space:normal}.character-hero__lede{font-size:16px;line-height:1.4}.character-create__toolbar,.character-detail__status-top,.character-section__header{flex-direction:column;align-items:stretch}.character-section__header{align-items:stretch}.character-detail__grid,.character-uploaded__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.character-gallery,.character-library__grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.character-detail__id-grid{grid-template-columns:minmax(0,220px)}.character-detail-modal .ant-modal-body{padding:20px}}@media (max-width:560px){.character-page__blocking-card{width:min(100%,calc(100vw - 28px));max-height:calc(100vh - 28px);padding:22px 18px;overflow-y:auto}.character-progress__header{grid-template-columns:1fr;justify-items:center;text-align:center}.character-progress__step{grid-template-columns:26px minmax(0,1fr);grid-gap:10px;gap:10px;padding:9px 10px}.character-progress__step-icon{width:26px;height:26px}.character-create__submit.ant-btn-primary,.character-create__upload.ant-btn-primary,.character-page__primary{width:100%;min-width:0}.character-create__panel{padding:28px 22px}.character-detail__grid,.character-detail__id-grid,.character-uploaded__grid{grid-template-columns:1fr}.character-gallery,.character-library__grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.character-hero__visual{width:min(100%,330px);height:276px}.character-hero__card{border-radius:16px}.character-hero__card--left{left:8px;top:62px;width:92px;height:122px}.character-hero__card--center{left:112px;top:0;width:132px;height:188px}.character-hero__card--right{left:252px;top:0;width:74px;height:132px}.character-hero__card--lower-left{left:56px;top:190px;width:84px;height:88px}.character-hero__card--lower-right{left:206px;top:166px;width:96px;height:104px}.character-card__badge{top:10px;left:10px;min-width:30px;height:30px;padding:0 8px;font-size:13px}.character-card__image{border-radius:12px}.character-hero__lede{font-size:14px;line-height:1.35}.character-detail__status-card{padding:16px;border-radius:20px}.character-detail__status-copy h3{font-size:24px}.character-detail__status-copy p{font-size:15px}.character-detail-modal .ant-modal{max-width:calc(100vw - 16px)}.character-detail-modal .ant-modal-body{padding:16px}}.catalog{display:flex;flex-direction:column;grid-gap:48px;gap:48px}.catalog--loading{min-height:60vh;align-items:center;justify-content:center}.catalog__loading{display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px;padding:48px 24px;border-radius:24px;border:1px solid rgba(99,102,241,.22);background:rgba(238,242,255,.35);color:var(--text-secondary);text-align:center}.catalog__loading--inline{flex-direction:row;justify-content:center;padding:16px;grid-gap:12px;gap:12px;border-radius:16px;background:rgba(238,242,255,.35);border:1px solid rgba(99,102,241,.18);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.catalog__error{padding:16px 20px;border-radius:18px;border:1px solid rgba(239,68,68,.35);background:rgba(254,226,226,.65);color:#b91c1c;font-weight:600}.catalog-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-gap:40px;gap:40px;padding:48px;border-radius:32px;border:1px solid var(--brand-border);background:linear-gradient(140deg,#f5f3ff,#eef3ff 45%,#fff);box-shadow:0 28px 60px rgba(79,70,229,.18);overflow:hidden}.catalog-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(99,102,241,.14),transparent 55%);pointer-events:none}.catalog-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;grid-gap:24px;gap:24px}.catalog-hero__eyebrow{font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#4f46e5}.catalog-hero__content h1{margin:0;font-size:36px;line-height:1.1;max-width:540px}.catalog-hero__content p{margin:0;color:var(--text-secondary);font-size:16px;line-height:1.7;max-width:560px}.catalog-hero__actions{display:flex;flex-direction:column;grid-gap:12px;gap:12px;align-items:flex-start}.catalog-hero__actions-row{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px}.catalog-hero__cta{position:relative;border:none;border-radius:999px;font-weight:600;font-size:15px;padding:14px 24px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog-hero__cta:focus-visible{outline:3px solid rgba(79,70,229,.45);outline-offset:2px}.catalog-hero__cta--primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);box-shadow:0 20px 32px rgba(79,70,229,.32)}.catalog-hero__cta--secondary{background:#fff;color:#4f46e5;border:1px solid rgba(99,102,241,.3);box-shadow:0 16px 32px rgba(99,102,241,.12)}.catalog-hero__cta--ghost{background:hsla(0,0%,100%,.55);color:var(--text-primary);border:1px solid rgba(17,17,17,.1)}.catalog-hero__cta:focus-visible,.catalog-hero__cta:hover{transform:translateY(-2px)}.catalog-hero__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin:0}.catalog-hero__meta div{display:flex;flex-direction:column;grid-gap:4px;gap:4px;padding:12px 16px;border-radius:16px;background:hsla(0,0%,100%,.65);border:1px solid rgba(99,102,241,.12)}.catalog-hero__meta dt{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:rgba(79,70,229,.9)}.catalog-hero__meta dd{margin:0;font-size:15px;font-weight:600;color:var(--text-primary)}.catalog-hero__media{position:relative;z-index:1;display:flex;align-items:center}.catalog-hero__tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(0,120px);grid-gap:16px;gap:16px;width:100%;min-height:420px}.catalog-hero__tile{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 44px rgba(15,23,42,.18);display:flex}.catalog-hero__tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.catalog-hero__tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,17,17,0) 40%,rgba(17,17,17,.45));pointer-events:none}.catalog-hero__tile figcaption{position:absolute;left:16px;bottom:16px;margin:0;padding:8px 12px;border-radius:999px;background:rgba(17,17,17,.72);color:#fff;font-size:13px;font-weight:600;letter-spacing:.02em}.catalog-hero__tile:focus-within img,.catalog-hero__tile:hover img{transform:scale(1.05)}.catalog-hero__tile--0{grid-column:1/span 2;grid-row:1/span 3}.catalog-hero__tile--1{grid-column:3/span 2;grid-row:1/span 2}.catalog-hero__tile--2{grid-column:3/span 2;grid-row:3/span 1}.catalog-user{display:flex;flex-direction:column;grid-gap:24px;gap:24px;padding:32px;border-radius:24px;border:1px solid var(--brand-border);background:linear-gradient(140deg,#fff,#f8faff 60%,#eef2ff);box-shadow:0 18px 44px rgba(79,70,229,.12)}.catalog-user__header h2{margin:0 0 8px;font-size:26px;font-weight:600}.catalog-user__header p{margin:0;color:var(--text-secondary);font-size:15px}.catalog-user__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.catalog-user-card{display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:20px;border-radius:20px;background:hsla(0,0%,100%,.92);border:1px solid rgba(99,102,241,.18);box-shadow:0 12px 28px rgba(79,70,229,.12)}.catalog-user-card__media{border-radius:16px;overflow:hidden;aspect-ratio:4/3}.catalog-user-card__media img{width:100%;height:100%;object-fit:cover;display:block}.catalog-user-card__body{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.catalog-user-card__body h3{margin:0;font-size:18px}.catalog-user-card__body p{margin:0;color:var(--text-secondary);line-height:1.6}.catalog-user-card__meta{display:flex;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px;font-size:13px;color:rgba(17,17,17,.68)}.catalog-user-card__meta ul{display:flex;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.catalog-user-card__meta li{padding:6px 12px;border-radius:999px;background:#e0e7ff;color:#3730a3;font-weight:600}.catalog-user-card__cta{align-self:flex-start;border:none;border-radius:999px;padding:10px 18px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog-user-card__cta:focus-visible,.catalog-user-card__cta:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(79,70,229,.22);outline:none}.catalog__filters{position:relative;grid-gap:12px;gap:12px;align-self:flex-start;flex-wrap:wrap}.catalog__filter,.catalog__filters{display:inline-flex;align-items:center}.catalog__filter{justify-content:center;border-radius:999px;border:1px solid rgba(79,70,229,.2);padding:12px 20px;background:#fff;color:var(--text-secondary);font-weight:600;font-size:15px;cursor:pointer;transition:color .2s ease,box-shadow .2s ease,transform .2s ease}.catalog__filter:focus-visible,.catalog__filter:hover{color:#312e81;box-shadow:0 12px 26px rgba(79,70,229,.18);outline:none;transform:translateY(-1px)}.catalog__filter-toggle{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;border:1px solid rgba(17,17,17,.16);border-radius:999px;padding:12px 20px;background:#fff;font-weight:600;font-size:15px;color:var(--text-secondary);cursor:pointer;transition:color .2s ease,box-shadow .2s ease,transform .2s ease}.catalog__filter-toggle:focus-visible,.catalog__filter-toggle:hover{color:#312e81;box-shadow:0 12px 26px rgba(79,70,229,.18);outline:none;transform:translateY(-1px)}.catalog__filter-toggle-icon{font-size:18px;line-height:1}.catalog__filter-dropdown{position:absolute;top:calc(100% + 12px);left:0;display:none;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px;padding:16px;border-radius:24px;background:#fff;border:1px solid rgba(17,17,17,.12);box-shadow:0 18px 40px rgba(79,70,229,.22);z-index:2;min-width:220px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.catalog__filter-dropdown.is-open{display:grid}.catalog__filter-option{border-radius:14px;border:1px solid rgba(79,70,229,.2);padding:12px 16px;background:#eef2ff;color:#3730a3;font-weight:600;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog__filter-option.is-active{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 12px 24px rgba(79,70,229,.24)}.catalog__filter-option:focus-visible,.catalog__filter-option:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(79,70,229,.2);outline:none}.catalog__filter-empty{grid-column:1/-1;font-size:14px;color:var(--text-secondary)}.catalog__filter.is-active{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:transparent;box-shadow:0 14px 24px rgba(79,70,229,.28)}.catalog__section{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.catalog__section--carousel{padding:32px;border-radius:28px;background:#fff;border:1px solid var(--brand-border);box-shadow:0 20px 44px rgba(15,23,42,.12)}.catalog__section-header h2{margin:0 0 8px;font-size:24px;font-weight:600}.catalog__section-title-row{display:flex;align-items:center;grid-gap:16px;gap:16px;margin:0 0 8px;flex-wrap:wrap}.catalog__section-title-row h2{margin:0}.catalog__collection-toggle{margin-left:auto;display:inline-flex;align-items:center;grid-gap:10px;gap:10px;padding:6px 12px;border-radius:999px;background:rgba(17,17,17,.06)}.catalog__collection-toggle-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.45)}.catalog__collection-toggle-label.is-active{color:rgba(17,17,17,.85)}.catalog__collection-toggle-switch{position:relative;width:54px;height:28px;border-radius:999px;border:none;background:rgba(17,17,17,.2);padding:0;cursor:pointer;transition:background-color .2s ease}.catalog__collection-toggle-switch:not(.is-public):hover{background:rgba(17,17,17,.28)}.catalog__collection-toggle-switch.is-public{background:linear-gradient(135deg,#4f46e5,#6366f1)}.catalog__collection-toggle-switch:focus-visible{outline:2px solid rgba(99,102,241,.55);outline-offset:2px}.catalog__collection-toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 6px 14px rgba(15,23,42,.2);transition:transform .2s ease}.catalog__collection-toggle-switch.is-public .catalog__collection-toggle-thumb{transform:translateX(26px)}.catalog__section-header p{margin:0;color:var(--text-secondary);font-size:15px;line-height:1.6}.catalog__filter-status{margin-top:12px;display:inline-flex;align-items:center;grid-gap:12px;gap:12px;padding:10px 14px;border-radius:999px;background:rgba(99,102,241,.12);color:#4338ca;font-size:14px}.catalog__filter-status strong{font-weight:700}.catalog__filter-clear{border:none;background:rgba(67,56,202,.12);color:#312e81;font-weight:600;padding:6px 12px;border-radius:999px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog__filter-clear:focus-visible,.catalog__filter-clear:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(79,70,229,.24);outline:none}.catalog-carousel{display:grid;grid-gap:32px;gap:32px;grid-template-columns:minmax(0,1fr) minmax(0,260px);align-items:stretch}.catalog-carousel__viewport{display:block}.catalog-card{background:#fff;border-radius:24px;border:1px solid rgba(17,17,17,.08);display:flex;flex-direction:column;grid-gap:20px;gap:20px;padding:28px;height:100%;box-shadow:0 14px 32px rgba(15,23,42,.1)}.catalog-card.catalog-carousel__active .catalog-card__body{display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:20px;gap:20px;height:100%}.catalog-card__media{border-radius:18px;overflow:hidden;max-height:280px;position:relative}.catalog-card__media img{width:100%;height:100%;object-fit:cover;display:block}.catalog-card__media-nav{position:absolute;right:16px;bottom:16px;display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(17,17,17,.72);color:#fff;font-size:13px;font-weight:600}.catalog-card__media-button{border:none;background:transparent;color:inherit;font-size:18px;cursor:pointer;padding:0 4px}.catalog-card__media-button:focus-visible{outline:2px solid #c7d2fe;outline-offset:2px;border-radius:6px}.catalog-card__media-count{min-width:60px;text-align:center}.catalog-card__body{display:flex;flex-direction:column;grid-gap:18px;gap:18px}.catalog-card__preamble{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6366f1}.catalog-card__gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-gap:10px;gap:10px}.catalog-card__gallery img{width:100%;border-radius:14px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 12px 24px rgba(15,23,42,.12)}.catalog-card__gallery--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-card__header{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.catalog-card__header>p{margin:0;color:var(--text-secondary);line-height:1.6}.catalog-card__title-button{border:none;background:transparent;color:inherit;font:inherit;padding:0;cursor:pointer;text-align:left}.catalog-card__title-button:focus-visible,.catalog-card__title-button:hover{text-decoration:underline;outline:none}.catalog-card__spotlight{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:20px;gap:20px;align-items:stretch}.catalog-card__artwork-tag-panel{grid-column:1/span 1;grid-row:2/span 1;margin-top:8px;padding:14px 16px;border-radius:20px;border:1px solid rgba(99,102,241,.18);background:rgba(99,102,241,.08);display:flex;flex-direction:column;grid-gap:10px;gap:10px}.catalog-card__stage{position:relative;margin:0;border-radius:20px;overflow:hidden;background:rgba(79,70,229,.08);width:100%;min-height:280px;height:100%;align-self:stretch;grid-column:1/span 1;grid-row:1/span 1}.catalog-card__stage img{width:100%;height:100%;object-fit:cover;display:block}.catalog-card__stage-button{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:none;background:hsla(0,0%,100%,.88);color:#312e81;font-size:22px;font-weight:700;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 24px rgba(15,23,42,.18);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.catalog-card__stage-button--prev{left:16px}.catalog-card__stage-button--next{right:16px}.catalog-card__stage-button:disabled{opacity:.4;cursor:default;box-shadow:none}.catalog-card__stage-button:focus-visible:not(:disabled),.catalog-card__stage-button:hover:not(:disabled){transform:translateY(-50%) scale(1.05);outline:none;box-shadow:0 16px 28px rgba(15,23,42,.24),0 0 0 3px rgba(99,102,241,.22)}.catalog-card__stage-caption{position:absolute;left:16px;right:16px;bottom:16px;padding:10px 14px;border-radius:14px;background:rgba(17,24,39,.78);color:#fff;font-size:13px;font-weight:600;line-height:1.4}.catalog-card__stage-indicator{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;grid-gap:6px;gap:6px;padding:6px 12px;border-radius:999px;background:rgba(17,24,39,.72);color:#fff;font-size:12px;font-weight:600}.catalog-card__spotlight-meta{display:flex;flex-direction:column;grid-gap:12px;gap:12px;height:100%;flex:1 1;justify-content:flex-start;min-height:280px;grid-column:2/span 1;grid-row:1/span 2}.catalog-card__stat-card{display:flex;flex-direction:column;grid-gap:6px;gap:6px;padding:16px;border-radius:16px;background:#f5f5ff;border:1px solid rgba(99,102,241,.18);color:var(--text-primary)}.catalog-card__stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6366f1;font-weight:600}.catalog-card__stat-value{font-size:18px;font-weight:600}.catalog-card__tags-card{grid-gap:8px;gap:8px;padding:14px 16px 18px;align-self:stretch;flex:1 1}.catalog-card__tags-card .catalog-card__stat-label{display:inline-block;text-transform:uppercase;letter-spacing:.08em;color:#6366f1}.catalog-card__tags--stacked{flex-direction:row;align-items:flex-start;justify-content:flex-start;grid-gap:10px;gap:10px;grid-row-gap:10px;row-gap:10px;flex-wrap:wrap;width:100%;align-content:flex-start}.catalog-card__tags.catalog-card__tags--stacked li{font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px}.catalog-card__tags-more,.catalog-card__tags.catalog-card__tags--stacked li{display:inline-flex;align-items:center;background:#fff;color:#4338ca;box-shadow:inset 0 0 0 1px rgba(99,102,241,.22),0 6px 12px rgba(79,70,229,.08)}.catalog-card__tags-more{border:none;font-size:16px;font-weight:700;border-radius:999px;padding:6px 16px 8px;cursor:pointer;justify-content:center;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.catalog-card__tags-more:focus-visible,.catalog-card__tags-more:hover{transform:translateY(-1px);background:rgba(99,102,241,.12);color:#312e81;box-shadow:0 10px 24px rgba(79,70,229,.24);outline:none}.catalog-card__tags-more:active{transform:translateY(0)}.catalog-card__body h3{margin:0;font-size:22px;font-weight:600}.catalog-card__body p{margin:0;color:var(--text-secondary);line-height:1.6}.catalog-card__tags{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.catalog-card__tags--inline{grid-gap:6px;gap:6px}.catalog-card__tags li{padding:10px 18px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:15px;font-weight:600;box-shadow:inset 0 0 0 1px rgba(99,102,241,.18)}.catalog-card__tags.catalog-card__tags--inline li{padding:6px 12px;font-size:13px;background:hsla(0,0%,100%,.9);color:#312e81}.catalog-carousel__meta{display:flex;grid-gap:16px;gap:16px}.catalog-carousel__meta div{flex:1 1;padding:12px 16px;border-radius:14px;background:#f5f5ff;border:1px solid rgba(99,102,241,.18)}.catalog-carousel__meta dt{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6366f1}.catalog-carousel__meta dd{margin:4px 0 0;font-size:16px;font-weight:600;color:var(--text-primary)}.catalog-card__actions{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px}.catalog-card__actions--boards{justify-content:space-between}.catalog-card--collection{cursor:pointer}.catalog-card--collection:focus-visible{outline:3px solid rgba(99,102,241,.45);outline-offset:4px}.catalog-card--collection .catalog-card__actions{align-items:center;justify-content:space-between;width:100%}.catalog-card__actions button{border-radius:999px;border:1px solid rgba(79,70,229,.22);background:#fff;color:#4f46e5;font-weight:600;font-size:14px;padding:10px 18px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog-card__actions button:focus-visible,.catalog-card__actions button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(79,70,229,.18);outline:none}.catalog-card__actions button:disabled,.catalog-card__actions button[disabled]:focus-visible,.catalog-card__actions button[disabled]:hover{transform:none;box-shadow:none;cursor:default;opacity:.55}.catalog-card__actions button[aria-disabled=true],.catalog-card__actions button[aria-disabled=true]:focus-visible,.catalog-card__actions button[aria-disabled=true]:hover{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.catalog-card__actions--vertical{flex-direction:column;align-items:stretch;flex-wrap:nowrap;grid-gap:10px;gap:10px;margin-top:16px}.catalog-card__actions--vertical button{width:100%;justify-content:center}.catalog-card__actions-delete{border-color:rgba(220,38,38,.35);color:#b91c1c;background:rgba(248,113,113,.08)}.catalog-card__actions-delete:focus-visible,.catalog-card__actions-delete:hover{box-shadow:0 12px 26px rgba(248,113,113,.32);border-color:rgba(220,38,38,.55);color:#991b1b}.catalog-card__actions-delete:disabled{background:rgba(248,113,113,.05);color:rgba(185,28,28,.45);border-color:rgba(220,38,38,.2)}.catalog-card__actions--prompts{flex-direction:column;align-items:stretch}.catalog-card__actions--prompts button{width:100%}.catalog-card__note{margin:8px 0 0;font-size:13px;color:#4338ca}.catalog-carousel__thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;align-content:start}.catalog-carousel__thumb{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(17,17,17,.08);background:hsla(0,0%,100%,.72);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;padding:0}.catalog-carousel__thumb img{display:block;width:100%;height:140px;object-fit:cover}.catalog-carousel__thumb-overlay{position:absolute;inset:auto 0 0 0;display:flex;flex-direction:column;grid-gap:4px;gap:4px;padding:12px 16px;background:linear-gradient(180deg,rgba(17,24,39,0),rgba(17,24,39,.78));color:#fff;text-align:left}.catalog-carousel__thumb-title{font-size:15px;font-weight:600}.catalog-carousel__thumb-count{font-size:13px;opacity:.9}.catalog-carousel__thumb.is-active,.catalog-carousel__thumb:focus-visible,.catalog-carousel__thumb:hover{transform:translateY(-2px);border-color:#6366f1;box-shadow:0 12px 26px rgba(99,102,241,.28);outline:none}.catalog-carousel__thumb--more{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:6px;gap:6px;padding:24px 16px;background:rgba(99,102,241,.12);border:1px dashed rgba(99,102,241,.35);color:#4f46e5;font-weight:600}.catalog-carousel__thumb--more .catalog-carousel__thumb-more-icon{font-size:28px;line-height:1}.catalog-carousel__thumb--more .catalog-carousel__thumb-more-label{font-size:14px;text-align:center}.catalog-carousel__thumb--more:focus-visible,.catalog-carousel__thumb--more:hover{background:rgba(99,102,241,.2);border-style:solid}.catalog-carousel__empty{margin:0;padding:24px;border-radius:18px;background:hsla(0,0%,100%,.7);border:1px dashed rgba(99,102,241,.28);color:var(--text-secondary)}.catalog__grid{display:grid;grid-gap:24px;gap:24px}.catalog__grid--collections{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.catalog__grid--prompts{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.catalog-prompts{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (min-width:1024px){.catalog-prompts{grid-template-columns:repeat(3,minmax(0,1fr))}}.catalog-prompt-card{position:relative;display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:28px;border-radius:26px;color:#fff;background:var(--prompt-gradient,linear-gradient(135deg,#6366f1,#8b5cf6));box-shadow:0 26px 52px rgba(79,70,229,.25);overflow:hidden;transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease}.catalog-prompt-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.22),transparent 55%);opacity:.65;pointer-events:none}.catalog-prompt-card:hover{transform:translateY(-8px);box-shadow:0 34px 64px rgba(79,70,229,.32)}.catalog-prompt-card--1{--prompt-gradient:linear-gradient(140deg,#6366f1,#8b5cf6 55%,#c084fc)}.catalog-prompt-card--2{--prompt-gradient:linear-gradient(140deg,#0ea5e9,#6366f1 60%,#a855f7)}.catalog-prompt-card--3{--prompt-gradient:linear-gradient(135deg,#f97316,#ef4444 55%,#ec4899)}.catalog-prompt-card--4{--prompt-gradient:linear-gradient(140deg,#14b8a6,#6366f1 50%,#22d3ee)}.catalog-prompt-card__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px}.catalog-prompt-card__badge{justify-content:center;width:42px;height:42px;border-radius:14px;background:hsla(0,0%,100%,.15);font-weight:700;font-size:16px;letter-spacing:.08em;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.25)}.catalog-prompt-card__badge,.catalog-prompt-card__chip{display:inline-flex;align-items:center;text-transform:uppercase}.catalog-prompt-card__chip{padding:6px 14px;border-radius:999px;background:hsla(0,0%,100%,.16);font-size:13px;font-weight:600;letter-spacing:.03em}.catalog-prompt-card h3{position:relative;z-index:1;margin:0;font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.catalog-prompt-card__prompt{position:relative;z-index:1;margin:0;font-size:14px;line-height:1.7;opacity:.95;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.catalog-prompt-card__tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.catalog-prompt-card__tags li{padding:6px 12px;border-radius:999px;background:rgba(15,23,42,.18);font-size:12px;font-weight:600;letter-spacing:.02em}.catalog-prompt-card__actions{position:relative;z-index:1;margin-top:auto;display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.catalog-prompt-card:focus-within .catalog-prompt-card__actions,.catalog-prompt-card:hover .catalog-prompt-card__actions{opacity:1;transform:translateY(0);pointer-events:auto}.catalog-prompt-card__actions button{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:9px 16px;border:none;border-radius:999px;background:rgba(15,23,42,.24);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.catalog-prompt-card__actions button:focus-visible,.catalog-prompt-card__actions button:hover{transform:translateY(-2px);background:rgba(15,23,42,.38);box-shadow:0 12px 24px rgba(15,23,42,.24);outline:none}.catalog-prompt-card__actions i{font-size:14px}.catalog-featured-wall{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px;align-items:start}.catalog-featured-wall__column{display:flex;flex-direction:column;grid-gap:18px;gap:18px;padding-bottom:120px}.catalog-featured-tile{width:100%;min-height:220px}.catalog-featured-tile--1{aspect-ratio:4/5.8}.catalog-featured-tile--2{aspect-ratio:4/4.6}.catalog-featured-tile--3{aspect-ratio:4/4}.catalog-featured-tile--4{aspect-ratio:4/5}@media (max-width:1280px){.catalog-featured-wall{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1024px){.catalog-featured-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.catalog-featured-wall{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.catalog-featured-wall{grid-template-columns:1fr}}.catalog__empty{margin:0;padding:24px;border-radius:18px;border:1px dashed rgba(79,70,229,.32);background:rgba(238,242,255,.35);color:var(--text-secondary)}.catalog-card--item,.catalog-card--prompt{padding:24px;grid-gap:18px;gap:18px}.catalog-card--item .catalog-card__media img{aspect-ratio:4/3}.catalog-card__prompt{border-radius:16px;border:1px solid rgba(99,102,241,.18);background:#f5f5ff;padding:12px 16px;color:var(--text-secondary);font-size:14px;line-height:1.6}.catalog-card__prompt summary{cursor:pointer;font-weight:600;color:#4f46e5;margin-bottom:8px}.catalog-card__prompt[open]{box-shadow:0 10px 22px rgba(79,70,229,.12)}.catalog-card__actions--item{justify-content:space-between}.catalog-card__actions button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.catalog-card--prompt header h3{font-size:18px}.catalog-card--prompt details{border:1px solid rgba(99,102,241,.18);border-radius:16px;padding:12px 16px;background:#f5f5ff;color:var(--text-secondary);font-size:14px;line-height:1.6}.catalog-card--prompt summary{cursor:pointer;font-weight:600;color:#4f46e5}.catalog__section--highlight{padding:28px;border-radius:24px;background:linear-gradient(150deg,#eef2ff,#fdf4ff);border:1px solid rgba(99,102,241,.24);box-shadow:0 16px 32px rgba(99,102,241,.18)}.catalog__list{margin:0;padding:0;list-style:none;flex-direction:column}.catalog-list-item,.catalog__list{display:flex;grid-gap:16px;gap:16px}.catalog-list-item{align-items:center;padding:16px 18px;border-radius:18px;background:hsla(0,0%,100%,.7);border:1px solid rgba(99,102,241,.18)}.catalog-list-item__index{width:36px;height:36px;border-radius:12px;background:#4f46e5;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.catalog-list-item__copy{display:flex;flex-direction:column;grid-gap:4px;gap:4px;flex:1 1}.catalog-list-item__title{font-weight:600;font-size:16px}.catalog-list-item__metric{font-size:13px;color:rgba(17,17,17,.64)}.catalog-list-item__cta{border-radius:999px;border:1px solid rgba(79,70,229,.22);background:#fff;color:#4f46e5;font-weight:600;padding:8px 16px;cursor:pointer}.catalog__grid--boards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.catalog-card--board{padding:24px;grid-gap:16px;gap:16px}.catalog-board__thumbnails{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.catalog-board__thumbnails img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;box-shadow:0 10px 24px rgba(15,23,42,.08)}.catalog-composer__backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.catalog-composer{background:#fff;border-radius:28px;box-shadow:0 30px 60px rgba(15,23,42,.28);width:min(760px,100%);max-height:calc(100vh - 80px);display:flex;flex-direction:column;overflow:hidden}.catalog-composer__header{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:16px;gap:16px;padding:28px 32px 0}.catalog-composer__header h2{margin:0 0 8px;font-size:24px}.catalog-composer__header p{margin:0;color:var(--text-secondary)}.catalog-composer__close{border:none;background:rgba(99,102,241,.12);color:#4338ca;border-radius:999px;width:40px;height:40px;cursor:pointer}.catalog-composer__form{display:flex;flex-direction:column;grid-gap:20px;gap:20px;padding:24px 32px 32px;overflow-y:auto}.catalog-composer__field{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.catalog-composer__field span{font-weight:600;font-size:14px;color:rgba(17,17,17,.85)}.catalog-composer__field input,.catalog-composer__field textarea{border:1px solid rgba(17,17,17,.16);border-radius:14px;padding:12px 14px;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.catalog-composer__field input:focus,.catalog-composer__field textarea:focus{outline:none;border-color:rgba(99,102,241,.6);box-shadow:0 0 0 3px rgba(99,102,241,.18)}.catalog-composer__visibility{border:none;padding:0;margin:0}.catalog-composer__visibility legend{font-weight:600;font-size:14px;color:rgba(17,17,17,.85)}.catalog-composer__visibility-options{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px}.catalog-composer__visibility-option{position:relative;flex:1 1;min-width:180px;border:1px solid rgba(17,17,17,.16);border-radius:16px;padding:14px 16px;background:hsla(0,0%,100%,.9);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.catalog-composer__visibility-option input{position:absolute;inset:0;opacity:0;cursor:pointer}.catalog-composer__visibility-label{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.catalog-composer__visibility-label strong{font-size:15px;color:rgba(17,17,17,.9)}.catalog-composer__visibility-label small{font-size:12px;color:rgba(17,17,17,.58)}.catalog-composer__visibility-option.is-active,.catalog-composer__visibility-option:focus-within,.catalog-composer__visibility-option:hover{border-color:rgba(99,102,241,.55);box-shadow:0 12px 26px rgba(99,102,241,.2);background:rgba(99,102,241,.08)}.catalog-composer__tag-row{display:flex;align-items:center;grid-gap:12px;gap:12px}.catalog-composer__artwork-row{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px}.catalog-composer__artwork-actions{margin-top:20px}.catalog-composer__artwork-row button,.catalog-composer__primary,.catalog-composer__secondary,.catalog-composer__tag-row button{border-radius:999px;border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;padding:10px 18px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog-composer__secondary{background:#eef2ff;color:#4338ca}.catalog-composer__artwork-row button:hover,.catalog-composer__primary:hover,.catalog-composer__secondary:hover,.catalog-composer__tag-row button:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(99,102,241,.24)}.catalog-composer__show-more{margin:16px auto 0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:none;background:#eef2ff;color:#4338ca;font-weight:600;padding:10px 22px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog-composer__show-more:focus-visible,.catalog-composer__show-more:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(99,102,241,.24);outline:none}.catalog-composer__tag-list{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin:8px 0 0;padding:0;list-style:none}.catalog-composer__tag-list li{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;padding:6px 12px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:600}.catalog-composer__tag-list button{border:none;background:transparent;color:inherit;cursor:pointer}.catalog-composer__artwork-library{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:16px;gap:16px;margin-top:16px}.catalog-composer__artwork-option{position:relative;padding:0;width:100%;border-radius:18px;overflow:hidden;background:#fff;border:2px solid transparent;box-shadow:0 18px 32px rgba(15,23,42,.18);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog-composer__artwork-option:focus-visible,.catalog-composer__artwork-option:hover{transform:translateY(-2px);box-shadow:0 22px 40px rgba(99,102,241,.18);border-color:rgba(99,102,241,.4);outline:none}.catalog-composer__artwork-option.is-selected:after{display:none}.catalog-composer__artwork-option img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;display:block;position:relative;z-index:2;background:#0f172a}.catalog-composer__artwork-option.is-selected{border-color:#7c5dfa;box-shadow:0 24px 44px rgba(124,93,250,.35)}.catalog-composer__artwork-option-overlay{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;color:#fff;-webkit-text-fill-color:#fff;font-size:11px;font-weight:600;line-height:1.4;background:rgba(15,23,42,.58);opacity:0;transition:opacity .2s ease;pointer-events:none;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);overflow:hidden;word-break:break-word;text-shadow:0 2px 6px rgba(15,23,42,.55)}.catalog-composer__artwork-option:focus-visible .catalog-composer__artwork-option-overlay,.catalog-composer__artwork-option:hover .catalog-composer__artwork-option-overlay{opacity:1}.catalog-composer__artwork-option-check{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:#fff;color:#4f46e5;display:grid;place-items:center;box-shadow:0 10px 20px rgba(79,70,229,.28);z-index:4;pointer-events:none;font-size:14px}.catalog-composer__artworks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:16px}@media (max-width:1100px){.catalog-composer__artworks{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.catalog-composer__artworks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.catalog-composer__artworks{grid-template-columns:repeat(1,minmax(0,1fr))}}.catalog-composer__artworks figure{border-radius:18px;overflow:hidden;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 30px rgba(15,23,42,.14);display:flex;flex-direction:column;grid-gap:12px;gap:12px;padding:12px}.catalog-composer__artwork-preview{position:relative;border-radius:14px;overflow:hidden;background:#0f172a;border:1px solid rgba(15,23,42,.08)}.catalog-composer__artwork-preview img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;display:block}.catalog-composer__artwork-remove{position:absolute;top:8px;right:8px;border:none;border-radius:50%;width:28px;height:28px;background:rgba(239,68,68,.9);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px rgba(239,68,68,.3)}.catalog-composer__artworks figcaption{display:flex;flex-direction:column;grid-gap:10px;gap:10px;color:#0f172a;font-size:13px}.catalog-composer__tag-list--inline{grid-gap:6px;gap:6px;margin:4px 0 0}.catalog-composer__tag-list--inline li{background:rgba(15,23,42,.08);color:#0f172a;font-weight:600;padding:4px 10px;border-radius:999px}.catalog-composer__tag-row--compact{display:none}.catalog-composer__hint{margin-top:6px;font-size:13px;color:var(--text-secondary)}.catalog-composer__empty{margin-top:12px;color:var(--text-secondary);font-size:14px}.catalog-composer__empty--subtle{color:rgba(71,85,105,.75)}.catalog-composer__error{display:flex;align-items:center;grid-gap:10px;gap:10px;border-radius:16px;border:1px solid rgba(220,38,38,.28);background:rgba(248,113,113,.12);color:#b91c1c;padding:12px 16px}.catalog-composer__footer{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;margin-top:8px}.catalog-composer__primary:disabled{background:rgba(99,102,241,.3);cursor:not-allowed;box-shadow:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1280px){.catalog-hero{grid-template-columns:1fr;padding:40px}.catalog-hero__tiles{min-height:420px;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(160px,1fr)}.catalog-hero__tile--0,.catalog-hero__tile--1,.catalog-hero__tile--2{grid-column:auto;grid-row:auto}.catalog-hero__tiles{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.catalog-user{padding:24px}.catalog-user__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.catalog__filter-dropdown{width:min(420px,90vw)}.catalog-carousel{grid-template-columns:1fr}}@media (max-width:900px){.catalog{grid-gap:40px;gap:40px}.catalog-hero{padding:32px}.catalog-hero__content h1{font-size:30px}.catalog-hero__meta{grid-template-columns:1fr}.catalog__filters{width:100%}.catalog__filter-dropdown{position:static;margin-top:16px;width:100%}.catalog-card__spotlight{grid-template-columns:1fr}.catalog-card__stage{height:auto;min-height:0;aspect-ratio:3/2}.catalog-card__artwork-tag-panel{grid-column:1;grid-row:auto}.catalog-card__spotlight-meta{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:12px;gap:12px;min-height:0;grid-column:1;grid-row:auto}.catalog-card__spotlight-meta .catalog-card__tags--stacked{min-height:auto}.catalog-card__stat-card{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px);min-width:160px}.catalog-card__tags--stacked{flex:1 1 100%}.catalog-carousel__thumbnails{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.catalog-carousel__viewport{display:block}}@media (max-width:640px){.catalog-hero{grid-gap:28px;gap:28px;border-radius:24px}.catalog-card{padding:22px}.catalog-card__actions{flex-direction:column;align-items:stretch}.catalog-card__spotlight-meta{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.catalog-card__spotlight-meta .catalog-card__tags--stacked{min-height:auto}.catalog-card__stat-card{flex:1 1 100%}.catalog-list-item{flex-direction:column;align-items:flex-start}.catalog-list-item__cta{width:100%;text-align:center}.catalog-prompt-card{padding:24px}.catalog-prompt-card__actions{opacity:1;transform:none;pointer-events:auto}.catalog-featured-wall{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:90px}.catalog-featured-tile,.catalog-featured-tile--1,.catalog-featured-tile--2,.catalog-featured-tile--3,.catalog-featured-tile--4,.catalog-featured-tile--5,.catalog-featured-tile--6,.catalog-featured-tile--7,.catalog-featured-tile--8,.catalog-featured-tile--9,.catalog-featured-tile--10{grid-column:span 3;grid-row:span 3}}.catalog-modal{position:fixed;inset:0;z-index:20;display:grid;place-items:center}.catalog-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}.catalog-modal__panel{position:relative;z-index:1;width:min(960px,90vw);max-height:90vh;display:flex;flex-direction:column;grid-gap:24px;gap:24px;padding:28px;border-radius:28px;background:#fff;box-shadow:0 28px 60px rgba(15,23,42,.32);overflow:hidden}.catalog-modal__header{display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding-right:32px}.catalog-modal__header h2{margin:0;font-size:26px}.catalog-modal__header p{margin:0;color:var(--text-secondary)}.catalog-modal__close{position:absolute;top:20px;right:20px;border:none;background:rgba(99,102,241,.12);width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer}.catalog-modal__close:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.catalog-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;overflow-y:auto;padding-right:12px}.catalog-modal__grid figure{margin:0;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.catalog-modal__grid img{width:100%;border-radius:16px;box-shadow:0 12px 24px rgba(15,23,42,.18)}.catalog-modal__grid figcaption{font-size:13px;color:rgba(17,17,17,.72)}.catalog-modal__panel--collections{width:min(840px,90vw)}.catalog-collection-picker{display:flex;flex-direction:column;grid-gap:18px;gap:18px;padding:0 32px 32px;max-height:70vh;overflow-y:auto}.catalog-collection-picker__visibility{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.catalog-collection-picker__visibility-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,17,17,.5)}.catalog-collection-picker__toggle{margin-left:0;align-self:flex-start}.catalog-collection-picker__search{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.catalog-collection-picker__search label{font-weight:600;font-size:13px;color:rgba(17,17,17,.75)}.catalog-collection-picker__search input{border:1px solid rgba(17,17,17,.16);border-radius:14px;padding:10px 14px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.catalog-collection-picker__search input:focus{outline:none;border-color:rgba(99,102,241,.6);box-shadow:0 0 0 3px rgba(99,102,241,.18)}.catalog-collection-picker__hint{margin:0;font-size:12px;color:rgba(17,17,17,.58)}.catalog-collection-picker__empty{margin:0;color:var(--text-secondary)}.catalog-modal__panel--preview{width:min(720px,85vw);max-height:85vh;overflow-y:auto}.catalog-modal__panel--tags{width:min(420px,90vw);max-height:80vh;padding:24px 0 0;grid-gap:0;gap:0}.catalog-modal__panel--tags .catalog-modal__header{padding:0 32px 20px}.catalog-modal__panel--tags .catalog-modal__close{top:16px;right:16px}.catalog-tag-viewer{padding:0 32px 32px;max-height:60vh;overflow-y:auto}.catalog-tag-viewer__search{display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin:0 0 18px}.catalog-tag-viewer__search label{font-weight:600;font-size:13px;color:rgba(17,17,17,.75)}.catalog-tag-viewer__search input{border:1px solid rgba(17,17,17,.16);border-radius:14px;padding:10px 14px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.catalog-tag-viewer__search input:focus{outline:none;border-color:rgba(99,102,241,.6);box-shadow:0 0 0 3px rgba(99,102,241,.18)}.catalog-tag-viewer__hint{margin:0;font-size:12px;color:rgba(17,17,17,.58)}.catalog-tag-viewer__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px}.catalog-tag-viewer__item{position:relative}.catalog-tag-viewer__item:focus-within,.catalog-tag-viewer__item:hover{transform:none;border-color:transparent;box-shadow:none}.catalog-tag-viewer__item.is-active .catalog-tag-viewer__name{color:#4338ca}.catalog-tag-viewer__item.is-active .catalog-tag-viewer__badge{background:#4f46e5;color:#fff}.catalog-tag-viewer__select{position:relative;display:inline-flex;align-items:center;min-height:42px;padding:10px 18px 10px 14px;border:1px solid rgba(17,17,17,.08);border-radius:999px;background:hsla(0,0%,100%,.92);color:var(--text-primary);cursor:pointer;text-align:left;box-shadow:0 12px 28px rgba(15,23,42,.1);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.catalog-tag-viewer__select:focus-visible,.catalog-tag-viewer__select:hover{transform:translateY(-1px);border-color:rgba(79,70,229,.35);box-shadow:0 16px 32px rgba(79,70,229,.18);outline:none}.catalog-tag-viewer__item.is-active .catalog-tag-viewer__select{border-color:rgba(79,70,229,.45);background:rgba(245,243,255,.98);box-shadow:0 16px 32px rgba(79,70,229,.2)}.catalog-tag-viewer__select:focus-visible{text-decoration:none}.catalog-tag-viewer__name{font-weight:600;font-size:13px;color:var(--text-primary)}.catalog-tag-viewer__badge{position:absolute;top:-5px;right:-3px;display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;padding:0 6px;border-radius:999px;background:rgba(79,70,229,.12);color:#4338ca;border:2px solid #fff;font-size:11px;font-weight:700;line-height:1}.catalog-tag-viewer__empty{margin:0;color:var(--text-secondary)}@media (max-width:600px){.catalog-modal__panel--tags{width:calc(100% - 24px);border-radius:24px}.catalog-modal__panel--tags .catalog-modal__header,.catalog-tag-viewer{padding-left:20px;padding-right:20px}}.catalog-modal__grid--collections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;padding-right:0}@media (max-width:960px){.catalog-modal__grid--collections{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.catalog-modal__collection-option{width:100%}.catalog-modal__collection-option .catalog-composer__artwork-option-overlay{font-size:13px;font-weight:600}.catalog-modal__collection-option.is-active{box-shadow:0 22px 40px rgba(99,102,241,.28)}.catalog-modal__collection-option.is-active:after{background:rgba(79,70,229,.5)}.catalog-modal__collection-card{background:#f8fafc;box-shadow:none;border:1px solid rgba(17,17,17,.06);border-radius:24px;padding:0}.catalog-modal__collection-card .catalog-card__body{grid-gap:18px;gap:18px;padding:24px}.catalog-modal__collection-meta{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.catalog-modal__collection-card .catalog-card__gallery,.catalog-modal__collection-card .catalog-card__tags{margin:0}.catalog-modal__collection-card .catalog-card__actions{justify-content:flex-start}.catalog-modal__collection-card .catalog-carousel__meta{padding:0;background:transparent}.catalog-modal__collection-card .catalog-card__actions button{min-width:140px}.recreate-image-tile{position:relative;overflow:visible;z-index:0}.recreate-image-tile.is-interactive{cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.recreate-image-tile.is-interactive:focus,.recreate-image-tile.is-interactive:focus-within,.recreate-image-tile.is-interactive:hover{transform:translateY(-4px);z-index:20;outline:none}.recreate-image-tile__media{position:relative;overflow:hidden;height:100%;width:100%;border-radius:24px;background:#d7dce8;box-shadow:0 18px 40px rgba(15,23,42,.12)}.recreate-image-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.recreate-image-tile__badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(15,23,42,.88);color:#fff;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.recreate-image-tile__overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:0 16px;background:transparent;color:#fff;opacity:0;transition:opacity .2s ease;pointer-events:none}.recreate-image-tile__controls{position:absolute;left:50%;bottom:-84px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;align-items:center;width:min(100%,218px);opacity:0;transform:translate(-50%,10px);transition:opacity .2s ease,transform .2s ease;pointer-events:none;z-index:30}.recreate-image-tile:focus-within .recreate-image-tile__controls,.recreate-image-tile:hover .recreate-image-tile__controls{opacity:1;transform:translate(-50%);pointer-events:auto}.recreate-image-tile:focus-within .recreate-image-tile__overlay,.recreate-image-tile:hover .recreate-image-tile__overlay{opacity:1}.recreate-image-tile__cta,.recreate-image-tile__menu button{border:none;border-radius:999px;background:rgba(15,15,18,.92);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.recreate-image-tile__cta{width:100%;padding:14px 24px;box-shadow:0 16px 28px rgba(15,15,18,.24)}.recreate-image-tile__menu{width:100%;display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding:12px;border-radius:22px;background:rgba(15,15,18,.92);box-shadow:0 16px 32px rgba(15,15,18,.24)}.recreate-image-tile__menu button{display:inline-flex;align-items:center;grid-gap:10px;gap:10px;padding:8px 10px;text-align:left}.recreate-image-tile__menu button i{width:18px}@media (max-width:720px){.recreate-image-tile__overlay{opacity:1;background:transparent}.recreate-image-tile__controls{opacity:1;transform:translate(-50%);pointer-events:auto}}.catalog-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:48px;gap:48px;padding:48px;background:linear-gradient(135deg,#fff,#f5f3ff 45%,#eef2ff);border-radius:32px;border:1px solid var(--brand-border);box-shadow:0 28px 60px rgba(79,70,229,.16)}.catalog-detail--missing{justify-items:center;align-items:center}.catalog-detail__card{max-width:520px;padding:32px;background:#fff;border-radius:24px;border:1px solid rgba(79,70,229,.12);box-shadow:0 18px 44px rgba(15,23,42,.1);display:flex;flex-direction:column;grid-gap:18px;gap:18px;text-align:center}.catalog-detail__card h1{margin:0;font-size:28px}.catalog-detail__card p{margin:0;color:var(--text-secondary);line-height:1.6}.catalog-detail__media{position:relative;border-radius:28px;overflow:hidden;background:rgba(79,70,229,.08)}.catalog-detail__media img{width:100%;height:100%;object-fit:cover;display:block}.catalog-detail__media--board{background:transparent}.catalog-detail__media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px;height:100%}.catalog-detail__media-grid img{border-radius:20px;box-shadow:0 16px 32px rgba(15,23,42,.12)}.catalog-detail__body{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.catalog-detail__eyebrow{font-size:14px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#4f46e5;margin:0}.catalog-detail__description{margin:0;color:var(--text-secondary);line-height:1.7}.catalog-detail__meta{display:flex;grid-gap:16px;gap:16px}.catalog-detail__meta div{flex:1 1;padding:16px;background:hsla(0,0%,100%,.72);border-radius:18px;border:1px solid rgba(79,70,229,.16)}.catalog-detail__meta dt{margin:0;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:#4f46e5}.catalog-detail__meta dd{margin:6px 0 0;font-size:18px;font-weight:600}.catalog-detail__tags{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.catalog-detail__tags li{padding:10px 18px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:600;font-size:14px}.catalog-detail__previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:20px;gap:20px}.catalog-detail__preview{margin:0;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.catalog-detail__preview .recreate-image-tile{aspect-ratio:4/3}.catalog-detail__preview figcaption{font-size:14px;font-weight:500;color:var(--text-secondary)}.catalog-detail__artwork-tags{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;margin:0;padding:0;list-style:none}.catalog-detail__artwork-tags li{padding:4px 10px;border-radius:999px;background:rgba(99,102,241,.12);color:#312e81;font-size:12px;font-weight:600}.catalog-detail__actions{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px;align-items:center}.catalog-detail__actions a,.catalog-detail__actions button{border-radius:999px;border:1px solid rgba(79,70,229,.22);background:#fff;color:#4f46e5;font-weight:600;padding:12px 22px;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.catalog-detail__actions a:focus-visible,.catalog-detail__actions a:hover,.catalog-detail__actions button:focus-visible,.catalog-detail__actions button:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(79,70,229,.18);outline:none}.catalog-detail__link{display:inline-flex;align-items:center;grid-gap:8px;gap:8px}@media (max-width:1024px){.catalog-detail{grid-template-columns:1fr;padding:40px}.catalog-detail__media,.catalog-detail__media-grid{min-height:320px}}@media (max-width:720px){.catalog-detail{padding:32px;grid-gap:32px;gap:32px}.catalog-detail__actions{flex-direction:column;align-items:stretch}}.account-page{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.account-alert{border-radius:12px;padding:12px 16px;font-size:14px;font-weight:500}.account-alert--success{background:rgba(34,197,94,.12);color:#047857;border:1px solid rgba(16,185,129,.4)}.account-alert--info{background:rgba(59,130,246,.12);color:#1d4ed8;border:1px solid rgba(59,130,246,.35)}.account-alert--warning{background:rgba(251,191,36,.18);color:#92400e;border:1px solid rgba(251,191,36,.4)}.account-alert--danger{background:rgba(248,113,113,.18);color:#b91c1c;border:1px solid rgba(248,113,113,.45)}.account-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:2fr 1fr;align-items:start}.account-grid__aside,.account-grid__main{display:flex;flex-direction:column;grid-gap:32px;gap:32px}.account-grid__aside{align-self:stretch;display:flex}.account-section{background:#fff;border:1px solid var(--brand-border);border-radius:20px;padding:28px 32px;box-shadow:0 12px 28px rgba(15,23,42,.08)}.account-section--subscription{display:flex;flex-direction:column;padding-bottom:32px;flex:1 1 auto}.account-section__header{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:24px;gap:24px;margin-bottom:24px}.account-section__header h2{margin:0 0 4px;font-size:20px;font-weight:600}.account-section__header p{margin:0;color:var(--text-secondary);font-size:14px}.profile-preview{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:12px 16px;border-radius:12px;background:#f3f4ff;border:1px solid rgba(79,70,229,.2)}.profile-preview__avatar{width:44px;height:44px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px}.profile-preview__name{margin:0;font-weight:600;color:var(--text-primary)}.profile-preview__role{margin:2px 0 0;color:var(--text-secondary);font-size:13px}.account-form{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.form-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.form-field{display:flex;flex-direction:column;grid-gap:8px;gap:8px;font-size:14px}.form-field--inline{flex-direction:row;align-items:flex-start;grid-gap:12px;gap:12px}.form-field input[type=email],.form-field input[type=text],.form-field input[type=url],.form-field select,.form-field textarea{border-radius:12px;border:1px solid var(--brand-border);padding:10px 14px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.form-field textarea{resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15);outline:none}.form-field__label{font-weight:600;color:var(--text-primary)}.form-field__hint{color:var(--text-secondary);font-size:13px}.form-field__error{color:#dc2626;font-weight:500}.form-divider{height:1px;background:var(--brand-border);margin:4px 0}.form-actions{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px}.form-actions--row{justify-content:space-between;align-items:center}.primary-btn{border:none;border-radius:999px;background:linear-gradient(90deg,#6366f1,#8b5cf6);color:#fff;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 10px 20px rgba(99,102,241,.25);transition:transform .2s ease}.primary-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.primary-btn:not(:disabled):hover{transform:translateY(-1px)}.account-page .ghost-btn{border:1px solid var(--brand-border);border-radius:999px;background:transparent;padding:10px 18px;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.account-page .ghost-btn:focus,.account-page .ghost-btn:hover{border-color:#6366f1;color:#4f46e5;background:rgba(99,102,241,.08);outline:none}.account-page .ghost-btn--text{border:none;padding:0;color:#4f46e5;background:none}.account-page .ghost-btn--danger{border-color:rgba(248,113,113,.45);color:#b91c1c}.current-plan-card{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.current-plan-card__label{font-size:13px;font-weight:600;color:var(--text-secondary);letter-spacing:.02em}.current-plan-card__value{font-size:26px;font-weight:700;color:var(--text-primary)}.current-plan-card__meta{font-size:14px;color:var(--text-secondary)}.subscription-overview{padding:20px 24px;border:1px solid rgba(148,163,184,.35);border-radius:18px;background:#f8fafc;box-shadow:0 8px 24px rgba(15,23,42,.06);margin:20px 0}.subscription-quota{margin-top:18px;border-radius:16px;border:1px solid rgba(148,163,184,.35);background:hsla(0,0%,100%,.9);padding:16px 18px;box-shadow:inset 0 1px 0 rgba(148,163,184,.15)}.subscription-quota__header{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;color:var(--text-primary)}.subscription-quota__meter{margin:12px 0 8px;width:100%;height:8px;border-radius:999px;background:rgba(148,163,184,.3);overflow:hidden}.subscription-quota__meter span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .25s ease}.subscription-quota__meta{margin:0;font-size:13px;color:var(--text-secondary)}.subscription-quota--danger .subscription-quota__meter span{background:linear-gradient(90deg,#f97316,#dc2626)}.subscription-quota--danger .subscription-quota__meta{color:#b91c1c;font-weight:600}.subscription-overview__empty{margin:0;padding:16px;border-radius:16px;border:1px dashed rgba(148,163,184,.5);color:var(--text-secondary);background:rgba(248,250,252,.7)}.subscription-request__message{margin:0;font-size:14px;line-height:1.5;color:var(--text-secondary)}.subscription-request{padding:20px 24px;border-radius:20px;border:1px solid rgba(59,130,246,.25);background:rgba(59,130,246,.08);display:flex;flex-direction:column;grid-gap:12px;gap:12px;margin-bottom:24px}.subscription-overview+.subscription-request{margin-top:12px}.subscription-request .form-actions{margin-top:4px}.subscription-request--pending{border-color:rgba(59,130,246,.25);background:rgba(59,130,246,.08)}.subscription-request h3{margin:0 0 8px;font-size:16px;font-weight:600}.subscription-request--danger{border-color:rgba(248,113,113,.45);background:rgba(248,113,113,.08)}.subscription-request--neutral{border-color:rgba(148,163,184,.4);background:rgba(148,163,184,.12)}.subscription-history{margin-top:24px}.subscription-history__table{margin-top:12px;max-height:200px;overflow-y:auto;overflow-x:hidden;border:1px solid var(--brand-border);border-radius:12px;background:#fff}.subscription-history__table table{margin:0}.subscription-history__table thead th{position:-webkit-sticky;position:sticky;top:0;background:#f8fafc;z-index:1}.subscription-history table{width:100%;border-collapse:collapse;font-size:14px}.subscription-history td,.subscription-history th{padding:10px 8px;border-bottom:1px solid var(--brand-border)}.subscription-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.subscription-status--success{background:rgba(34,197,94,.15);color:#047857}.subscription-status--pending{background:rgba(59,130,246,.15);color:#1d4ed8}.subscription-status--danger{background:rgba(248,113,113,.18);color:#b91c1c}.subscription-status--neutral{background:rgba(148,163,184,.2);color:#475569}.subscription-overview__payment h3{margin:0 0 8px;font-size:16px;font-weight:600}.payment-method{margin:0 0 12px;color:var(--text-secondary)}.billing-history h3,.plan-selector h3,.preferences-group h3{margin:0 0 12px;font-size:16px;font-weight:600}.plan-selector{display:flex;flex-direction:column;grid-gap:16px;gap:16px;margin-top:28px}.plan-options{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:16px}.plan-card{border:1px solid var(--brand-border);border-radius:16px;padding:16px;display:flex;flex-direction:column;grid-gap:12px;gap:12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.plan-card input[type=radio]{display:none}.plan-card--active{border-color:#6366f1;box-shadow:0 10px 24px rgba(99,102,241,.16)}.plan-card__header{display:flex;justify-content:space-between;align-items:baseline}.plan-card__name{font-weight:600;color:var(--text-primary)}.plan-card__price{font-weight:600;color:#4f46e5}.plan-card__features{margin:0;padding-left:18px;color:var(--text-secondary);font-size:13px;display:flex;flex-direction:column;grid-gap:6px;gap:6px}.billing-history table{width:100%;border-collapse:collapse;font-size:14px}.billing-history thead{text-align:left;color:var(--text-secondary)}.billing-history td,.billing-history th{padding:10px 8px;border-bottom:1px solid var(--brand-border)}.preferences-group{border:1px solid var(--brand-border);border-radius:16px;padding:18px 20px;display:flex;flex-direction:column;grid-gap:14px;gap:14px;background:#f9f9ff}.preferences-group__description{margin:0;color:var(--text-secondary);font-size:13px}@media (max-width:1200px){.account-grid{grid-template-columns:1fr}.subscription-overview{flex-direction:column}}@media (max-width:768px){.account-section{padding:20px 24px}.account-section__header{flex-direction:column;align-items:flex-start}.form-actions{flex-direction:column;align-items:stretch}}.help-center{display:flex;flex-direction:column;grid-gap:40px;gap:40px;max-width:var(--max-content-width);width:100%;margin:0 auto}.help-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px;padding:36px;border-radius:28px;background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(14,165,233,.08));border:1px solid rgba(79,70,229,.12);box-shadow:0 30px 80px rgba(15,23,42,.12)}.help-hero__eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;color:#4c1d95}.help-hero h1{margin:0 0 12px;font-size:32px;line-height:1.2}.help-hero p{margin:0 0 16px;color:var(--text-secondary);line-height:1.6}.help-hero__actions{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px}.help-button{border-radius:999px;border:none;padding:12px 22px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.help-button--primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 12px 28px rgba(79,70,229,.25)}.help-button--primary:hover{transform:translateY(-1px)}.help-button--ghost{background:hsla(0,0%,100%,.85);border:1px solid rgba(79,70,229,.3);color:#1f1f1f}.help-button--secondary{background:#fff;border:1px solid rgba(79,70,229,.2);color:#4f46e5}.help-response-banner{border-radius:20px;border:1px solid rgba(59,130,246,.2);padding:18px;background:rgba(59,130,246,.08);display:flex;justify-content:space-between;grid-gap:16px;gap:16px;align-items:center}.help-response-banner__actions{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.help-transcript{border:none;border-radius:20px;padding:0;width:min(520px,90%)}.help-transcript__content{padding:24px;display:flex;flex-direction:column;grid-gap:16px;gap:16px}.help-transcript__list{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.help-transcript__entry{border:1px solid rgba(79,70,229,.15);border-radius:14px;padding:12px;background:rgba(248,245,255,.5)}.help-transcript__entry header{display:flex;justify-content:space-between;font-size:13px;color:var(--text-secondary)}.help-transcript__entry header span{font-weight:600;color:var(--text-primary)}.help-transcript__entry p{margin:8px 0 0;white-space:pre-line}.help-transcript__actions{display:flex;justify-content:flex-end}.help-hero__visual{border-radius:24px;overflow:hidden;margin:0;background:hsla(0,0%,100%,.5);display:flex;flex-direction:column;grid-gap:8px;gap:8px;align-self:stretch;aspect-ratio:4/3;max-height:320px}.help-hero__visual img{width:100%;height:100%;object-fit:cover;display:block;flex:1 1 auto}.help-hero__visual figcaption{font-size:13px;text-transform:uppercase;letter-spacing:.08em;padding:0 16px 16px;color:var(--text-secondary)}.help-cta{border-radius:24px;border:1px solid rgba(16,185,129,.2);background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(125,211,252,.2));padding:32px;display:flex;grid-gap:32px;gap:32px;flex-wrap:wrap;align-items:center}.help-cta__content{flex:1 1;min-width:240px}.help-cta__content h3{margin:8px 0 16px}.help-cta__content ol{margin:0;padding-left:20px;color:var(--text-primary)}.help-cta__actions{display:flex;flex-direction:column;grid-gap:12px;gap:12px;min-width:200px}.help-contact{border-radius:24px;border:1px solid rgba(79,70,229,.12);background:#fff;padding:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px;align-items:start;box-shadow:0 18px 40px rgba(15,23,42,.08)}.help-contact__form{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.help-contact__form label{display:flex;flex-direction:column;grid-gap:6px;gap:6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.help-contact__form input,.help-contact__form textarea{border-radius:12px;border:1px solid rgba(79,70,229,.2);padding:10px 14px;font-size:14px;font-family:inherit}.help-contact__status{margin:0;font-size:14px;color:#15803d}.help-contact__status--error{color:#b91c1c}.help-faq{background:#fff;border-radius:24px;border:1px solid rgba(79,70,229,.14);box-shadow:0 18px 40px rgba(15,23,42,.08);padding:32px}.help-faq__header h2{margin:0;font-size:24px}.help-faq__header p{margin:6px 0 24px;color:var(--text-secondary)}.help-faq__item{border-top:1px solid rgba(79,70,229,.1);padding:18px 0}.help-faq__item:first-child{border-top:none}.help-faq__item dt{font-weight:600;font-size:16px}.help-faq__item dd{margin:8px 0 0;color:var(--text-secondary);line-height:1.6}.help-status{background:#fff;border-radius:18px;border:1px solid rgba(79,70,229,.12);padding:24px;box-shadow:0 12px 28px rgba(15,23,42,.08)}.help-status h2{margin:0 0 8px}.help-status a{text-decoration:none}.help-link,.help-status a{color:#4f46e5;font-weight:600}.help-link{background:none;border:none;display:inline-flex;grid-gap:4px;gap:4px;align-items:center;cursor:pointer}.help-link:after{content:"\203A"}@media (max-width:768px){.help-hero{padding:28px}.help-cta,.help-faq{padding:24px}}.status-page{display:flex;flex-direction:column;grid-gap:32px;gap:32px;max-width:var(--max-content-width);width:100%;margin:0 auto}.status-hero{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;grid-gap:16px;gap:16px;border-radius:28px;border:1px solid rgba(79,70,229,.15);padding:32px;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(59,130,246,.12))}.status-hero h1{margin:4px 0}.status-hero .help-button{border:1px solid rgba(118,125,237,.4);background:#fff;color:#4f46e5}.status-components{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:18px;gap:18px}.status-component-card{border-radius:18px;border:1px solid rgba(79,70,229,.1);background:#fff;padding:18px;display:flex;justify-content:space-between;grid-gap:12px;gap:12px;align-items:center}.status-component-card__meta{display:flex;flex-direction:column;align-items:flex-end;grid-gap:6px;gap:6px}.status-pill{border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;text-transform:capitalize}.status-pill--ok{background:rgba(34,197,94,.15);color:#15803d}.status-pill--checking{background:rgba(59,130,246,.15);color:#1d4ed8}.status-pill--down{background:rgba(248,113,113,.2);color:#b91c1c}.status-latency{font-size:12px;color:var(--text-secondary)}.status-error{margin:0;font-size:12px;color:#b91c1c;max-width:160px;text-align:right}.app-shell{display:flex;flex-direction:column;min-height:100vh;background:#fff}.app-shell--landing{background:#000}.app-body{display:flex;flex:1 1;background:#fafbff}.app-body--landing{display:block;background:#000}.app-content{flex:1 1;padding:32px 48px;max-width:calc(100vw - var(--sidebar-width))}.app-content--landing{max-width:none;padding:0}.page-header h1{display:flex;flex-direction:column;line-height:1.1;margin:0 0 16px;font-weight:600}.page-header .eyebrow{font-size:20px;color:var(--text-primary)}.page-header .headline{font-size:28px;color:var(--text-secondary);font-weight:500}.tabs-wrapper{background:#fff;border-radius:16px;box-shadow:0 12px 24px rgba(15,23,42,.08);border:1px solid var(--brand-border)}.tabs-wrapper .ant-tabs{padding:0 24px}.tabs-wrapper .ant-tabs-nav{margin-bottom:12px}.tabs-wrapper .ant-tabs-tab{font-weight:600;font-size:16px;padding:16px 0}.tabs-wrapper .ant-tabs-ink-bar{background:#111;height:3px;border-radius:4px}.workspace{display:grid;grid-gap:32px;gap:32px;grid-template-columns:1.8fr 1.2fr;padding:8px 8px 32px}.history-placeholder{padding:64px 0 80px}.history-card{text-align:center;max-width:360px;background:#f7f8fc;border-radius:20px;padding:48px 32px;border:1px dashed #d3d5de}.history-icon{font-size:36px;color:#7a7f87;margin-bottom:18px}.history-card h3{margin:0 0 12px;font-size:20px;font-weight:600}.history-card p{margin:0;color:var(--text-secondary);font-size:14px}.history-panel{padding:24px 32px 32px;grid-gap:24px;gap:24px}.history-panel,.history-toolbar{display:flex;flex-direction:column}.history-toolbar{grid-gap:16px;gap:16px}.history-toolbar-text h2{margin:0 0 8px;font-size:24px;font-weight:600}.history-toolbar-text p{margin:0;color:var(--text-secondary);font-size:14px}.history-actions{display:flex;align-items:flex-end;grid-gap:16px;gap:16px;flex-wrap:wrap}.history-timeframe{display:flex;flex-direction:column;grid-gap:8px;gap:8px;min-width:180px}.history-timeframe label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.history-timeframe-select .ant-select-selector{border-radius:12px!important;padding:4px 12px!important;height:40px!important}.history-timeframe-select .ant-select-selection-item,.history-timeframe-select .ant-select-selection-placeholder{line-height:32px!important}.history-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px}.history-toolbar__select{min-width:200px}.history-toolbar__select--tag{min-width:240px}.history-toolbar__search{max-width:360px}.history-toolbar__search .ant-input-affix-wrapper,.history-toolbar__search .ant-input-group-addon .ant-btn{min-height:40px}.history-toolbar__search .ant-input-affix-wrapper{border-radius:12px 0 0 12px!important}.history-toolbar__search .ant-input-group-addon .ant-btn{border-radius:0 12px 12px 0!important}.history-toolbar__select .ant-select-selector{border-radius:12px!important;padding:4px 12px!important;min-height:40px!important}.history-toolbar__select .ant-select-selection-item,.history-toolbar__select .ant-select-selection-placeholder{line-height:32px!important}.history-toolbar__tag-filter{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.history-toolbar__tag-filter label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.history-toolbar__helper{margin:0;font-size:12px;color:var(--text-secondary)}.history-item{background:#fff;border:1px solid var(--brand-border);border-radius:20px;padding:20px 20px 24px;box-shadow:0 12px 32px rgba(15,23,42,.08);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;grid-gap:16px;gap:16px;height:100%;position:relative;min-height:460px}.history-item:focus,.history-item:hover{border-color:#6366f1;box-shadow:0 16px 36px rgba(79,70,229,.18);transform:translateY(-2px);outline:none}.history-item-header{display:flex;flex-direction:column;align-items:flex-start;grid-gap:4px;gap:4px;margin-bottom:8px;padding-right:40px}.history-item-index{font-weight:700;font-size:17px;color:var(--text-primary)}.history-item-index,.history-item-title-button{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-title-button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;font-weight:700;cursor:pointer;border-radius:6px;text-align:left}.history-item-title-button:focus-visible,.history-item-title-button:hover{color:#4f46e5;outline:none}.history-item-title-input{border:1px solid var(--brand-border);border-radius:6px;padding:2px 8px;min-width:140px;width:100%;background:#fff;font:inherit;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-title-input:focus-visible{outline:2px solid #6366f1;outline-offset:1px}.history-item-timestamp{font-size:13px;color:var(--text-secondary);white-space:nowrap}.history-item-body{grid-gap:12px;gap:12px}.history-item-prompt{margin:0;font-size:14px;line-height:1.5;color:var(--text-secondary);white-space:pre-wrap;max-height:130px;overflow-y:auto;padding-right:6px}.history-item-body{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.history-item-tag-list--below{margin:8px 0 0}.history-item-tag-list{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.history-item-tag-list li{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(99,102,241,.12);color:#312e81;font-weight:600;font-size:12px}.history-item-tag-list button{border:none;background:transparent;color:inherit;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.history-item-thumbnail{width:100%;height:200px;border-radius:12px;overflow:hidden;background:#f3f4f8;display:flex;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.08)}.history-item-thumbnail img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.history-preview-image{width:100%;max-height:70vh;object-fit:contain;border-radius:16px;background:#f3f4f8}.history-item-thumbnail--empty{color:#a0a4b0;font-size:42px}.history-item-details{flex:1 1;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.history-item-tools{margin-top:auto}.history-item-tools,.history-tag-modal__tags{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px}.history-tag-modal__tags{margin:0 0 12px;padding:0;list-style:none}.history-tag-modal__tags li{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;padding:6px 12px;border-radius:999px;background:rgba(99,102,241,.14);color:#312e81;font-weight:600;font-size:13px}.history-tag-modal__tags button{border:none;background:transparent;cursor:pointer;color:inherit;display:inline-flex;align-items:center;justify-content:center}.history-tag-modal__row{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px}.history-tag-modal__row .ant-input{flex:1 1;min-width:220px}.history-placeholder{display:flex;justify-content:center;align-items:center;flex-direction:column;grid-gap:16px;gap:16px;padding:48px 0;text-align:center}.history-placeholder.history-loading{color:var(--text-secondary)}.history-pagination{display:flex;justify-content:center;margin:24px 0 8px}.ai-access-gate{margin-top:24px;padding:72px 32px;background:#fff;border-radius:16px;border:1px solid var(--brand-border);box-shadow:0 12px 24px rgba(15,23,42,.08);text-align:center;display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px}.ai-access-gate__icon{width:64px;height:64px;border-radius:50%;background:#f4f5f7;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--brand-black)}.ai-access-gate__actions{display:flex;justify-content:center;flex-wrap:wrap;grid-gap:12px;gap:12px;margin-top:8px}.ai-access-gate__error{color:#d93025;font-size:14px;margin:0}.ai-access-gate__footnote{color:var(--text-secondary);font-size:14px;margin:0}.ai-access-gate--loading{grid-gap:12px;gap:12px}.ai-access-gate--loading i{font-size:28px;color:var(--text-secondary)}.ai-access-gate--warning{border-color:rgba(251,191,36,.5);background:rgba(254,243,199,.6)}.ai-quota-pill{margin:16px 0 24px;padding:18px 24px;border-radius:16px;background:#0f172a;color:#f8fafc;box-shadow:0 10px 30px rgba(15,23,42,.25)}.ai-quota-pill__row{display:flex;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px}.ai-quota-pill__label{font-size:13px;letter-spacing:.12em;text-transform:uppercase;opacity:.8}.ai-quota-pill__value{font-size:18px;font-weight:600}.ai-quota-pill__meter{margin-top:12px;width:100%;height:8px;border-radius:999px;background:rgba(248,250,252,.2);overflow:hidden}.ai-quota-pill__meter span{display:block;height:100%;background:linear-gradient(90deg,#34d399,#22c55e);border-radius:999px;transition:width .25s ease}.ai-quota-pill--warning{background:#fff7ed;color:#92400e}.ai-quota-pill--warning .ai-quota-pill__meter{background:rgba(146,64,14,.2)}.ai-quota-pill--warning .ai-quota-pill__meter span{background:linear-gradient(90deg,#fbbf24,#f97316)}.ai-quota-pill--danger{background:#fef2f2;color:#991b1b}.ai-quota-pill--danger .ai-quota-pill__meter{background:rgba(153,27,27,.2)}.ai-quota-pill--danger .ai-quota-pill__meter span{background:linear-gradient(90deg,#fb7185,#ef4444)}@media (max-width:1280px){.app-content{padding:24px 28px}.app-content--landing{padding:0}.workspace{grid-template-columns:1fr}}@media (max-width:768px){.app-body{flex-direction:column}.app-content{padding:20px;max-width:100%}.app-content--landing{padding:0}.tabs-wrapper{border-radius:12px}}.admin-login{min-height:100vh;background:radial-gradient(circle at 10% 20%,rgba(57,98,255,.35),transparent 65%),radial-gradient(circle at 90% 15%,rgba(248,132,59,.25),transparent 55%),rgba(9,13,25,.96);display:flex;align-items:center;justify-content:center;padding:48px 16px}.admin-login__card{display:flex;max-width:960px;width:100%;border-radius:24px;overflow:hidden;background:#0d101d;box-shadow:0 18px 48px rgba(0,0,0,.35),0 8px 24px rgba(3,12,38,.3)}.admin-login__hero{flex:1 1;color:#f5f8ff;padding:56px 48px;display:flex;flex-direction:column;grid-gap:24px;gap:24px}.admin-login__logo{font-size:28px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.admin-login__brand-accent{color:#ff5722}.admin-login__hero h2{font-size:32px;line-height:1.2;margin:0}.admin-login__hero p{font-size:16px;line-height:1.6;color:rgba(245,248,255,.78)}.admin-login__panel{flex:1 1;background:#fff;padding:48px 56px}.admin-login__panel h1{font-size:26px;font-weight:700;margin-bottom:24px;color:#090d19}.admin-login__footer{margin-top:16px;text-align:center;font-size:14px}.admin-login__link{color:#f8843b;text-decoration:none}.admin-login__link:hover{text-decoration:underline}@media (max-width:900px){.admin-login__card{flex-direction:column}.admin-login__hero,.admin-login__panel{padding:32px 28px}}.admin-shell{min-height:100vh;display:flex;background:#f3f5f9;color:#111322}.admin-shell__nav{width:260px;background:#0f1a2e;color:hsla(0,0%,100%,.86);padding:32px 24px;display:flex;flex-direction:column}.admin-shell__logo{font-size:28px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:32px}.admin-shell__brand-accent{color:#ff5722}.admin-shell__menu{display:flex;flex-direction:column;grid-gap:16px;gap:16px;flex:1 1}.admin-shell__menu-item{color:hsla(0,0%,100%,.74);text-decoration:none;font-size:15px;padding:10px 14px;border-radius:12px;transition:background .2s ease,color .2s ease}.admin-shell__menu-item:hover{color:#fff;background:hsla(0,0%,100%,.08)}.admin-shell__menu-item--active{background:rgba(248,132,59,.25);color:#fff}.admin-shell__section{text-transform:uppercase;font-size:12px;letter-spacing:1px;color:hsla(0,0%,100%,.52);margin-bottom:8px}.admin-shell__footer{font-size:12px;color:hsla(0,0%,100%,.45)}.admin-shell__main{flex:1 1;padding:40px;display:flex;flex-direction:column}.admin-shell__header h1{font-size:30px;margin-bottom:8px}.admin-shell__header{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:16px;gap:16px}.admin-shell__header p{color:rgba(17,19,34,.65)}.admin-shell__actions{display:flex;align-items:center;grid-gap:16px;gap:16px}.admin-shell__user{display:flex;flex-direction:column;text-align:right}.admin-shell__user-name{font-weight:600}.admin-shell__user-role{font-size:12px;color:rgba(17,19,34,.55)}.admin-shell__logout{border:1px solid rgba(17,19,34,.18);background:transparent;border-radius:999px;padding:8px 18px;cursor:pointer;font-weight:500;color:#ff5722;transition:background .2s ease}.admin-shell__logout:hover{background:rgba(248,132,59,.15);color:#ff5722}.admin-shell__content{margin-top:32px;flex:1 1}@media (max-width:960px){.admin-shell__nav{display:none}.admin-shell__main{padding:32px 20px}}.admin-dashboard{display:flex;flex-direction:column;grid-gap:40px;gap:40px;max-width:1160px;margin:0 auto}.admin-dashboard__section{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.admin-dashboard__section-header h2{margin:0;font-size:24px;font-weight:600;color:#0f1a2e}.admin-dashboard__section-header p{margin:6px 0 0;color:rgba(15,26,46,.58)}.admin-dashboard__metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.admin-dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:24px;gap:24px}.admin-dashboard__card{border-radius:20px;border:1px solid rgba(15,26,46,.08);background:#fff;box-shadow:0 24px 48px -28px rgba(15,26,46,.35)}.admin-dashboard__card.admin-dashboard__card--metric{background:linear-gradient(135deg,#fff,#f7f9ff);border:1px solid rgba(15,26,46,.06);box-shadow:0 26px 56px -30px rgba(15,26,46,.32)}.admin-dashboard__card .ant-card-head{border-bottom:1px solid rgba(15,26,46,.08);padding:20px 24px;min-height:auto}.admin-dashboard__card .ant-card-head-title{padding:0;font-weight:600;font-size:16px}.admin-dashboard__card .ant-card-body{padding:24px}.admin-dashboard__card-title{margin:0 0 16px;font-size:18px;font-weight:600;color:#0f1a2e}.admin-dashboard__stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:18px;gap:18px}.admin-dashboard__stat-grid .ant-statistic{margin:0}.admin-dashboard__stat-grid .ant-statistic-title{color:rgba(15,26,46,.55);font-size:12px;text-transform:uppercase;letter-spacing:.6px}.admin-dashboard__stat-grid .ant-statistic-content{color:#0f1a2e;font-weight:600}.admin-dashboard__stat-grid .ant-statistic-content-value{font-size:24px}.admin-dashboard__loading{display:flex;justify-content:center;align-items:center;min-height:240px}.admin-dashboard__empty{margin:0;color:rgba(15,26,46,.55)}.admin-dashboard__summary-list,.admin-dashboard__usage-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.admin-dashboard__summary-list li,.admin-dashboard__usage-list li{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:12px;border-bottom:1px solid rgba(15,26,46,.08);font-size:14px}.admin-dashboard__summary-list li:last-child,.admin-dashboard__usage-list li:last-child{border-bottom:none;padding-bottom:0}.admin-dashboard__summary-list span,.admin-dashboard__usage-list span{color:rgba(15,26,46,.6)}.admin-dashboard__summary-list strong,.admin-dashboard__usage-list strong{color:#0f1a2e;font-weight:600}.admin-dashboard__table .ant-table,.admin-dashboard__table .ant-table-container{border-radius:12px;overflow:hidden}.admin-dashboard__table .ant-table{background:transparent}.admin-dashboard__table .ant-table-thead>tr>th{background:rgba(247,249,255,.8);font-weight:600;color:#0f1a2e;border-bottom:1px solid rgba(15,26,46,.08)}.admin-dashboard__table .ant-table-tbody>tr>td{border-bottom:1px solid rgba(15,26,46,.08)}.admin-dashboard__table .ant-table-tbody>tr:hover>td{background:rgba(247,249,255,.6)}.admin-dashboard__request-approve{border:none;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:8px 16px;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s ease}.admin-dashboard__request-approve:hover{transform:translateY(-1px)}.admin-dashboard__request-approve[disabled],.admin-dashboard__request-approve[disabled]:hover{cursor:not-allowed;opacity:.6;transform:none}.admin-dashboard__retry{margin-top:16px;background:#f8843b;border:none;color:#fff;padding:12px 22px;border-radius:10px;cursor:pointer;font-weight:600;transition:filter .2s ease}.admin-dashboard__retry:hover{filter:brightness(.95)}@media (max-width:720px){.admin-dashboard{grid-gap:32px;gap:32px}.admin-dashboard__card .ant-card-body{padding:20px}.admin-dashboard__card .ant-card-head{padding:18px 20px}.admin-dashboard__stat-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}}.admin-customers__toolbar{display:flex;grid-gap:12px;gap:12px;margin-bottom:16px}.admin-customers__toolbar .ant-input{max-width:320px}.admin-customers__loading{display:flex;justify-content:center;align-items:center;min-height:200px}.admin-customer-detail__actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;grid-gap:12px;gap:12px}.admin-customer-detail__action-group{display:flex;align-items:center;grid-gap:8px;gap:8px}.admin-assign-form{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.admin-assign-form__label{font-weight:500}.admin-assign-form input[type=date]{padding:8px 12px;border-radius:8px;border:1px solid rgba(17,19,34,.15)}.admin-assign-form__hint{font-size:12px;color:rgba(17,19,34,.55);margin:0}.admin-customer-detail{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.admin-customer-detail__card{background:#fff;border-radius:16px}.admin-customer-finance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px}.admin-customer-finance-grid__item{padding:12px 16px;border-radius:12px;border:1px solid rgba(17,19,34,.08);background:linear-gradient(135deg,rgba(86,204,242,.12),rgba(47,128,237,.08));display:flex;flex-direction:column;grid-gap:4px;gap:4px}.admin-customer-finance-grid__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(17,19,34,.6)}.admin-customer-finance-grid__value{font-size:20px;font-weight:600;color:#111322}.admin-products__loading{display:flex;justify-content:center;align-items:center;min-height:200px}.admin-products__toolbar{display:flex;justify-content:flex-end;margin-bottom:16px}.admin-products__section{margin-top:32px;display:flex;flex-direction:column;grid-gap:16px;gap:16px}.admin-products__section-header{display:flex;align-items:flex-end;justify-content:space-between;grid-gap:16px;gap:16px}.admin-products__section-header h2{margin:0 0 6px;font-size:22px}.admin-products__section-header p{margin:0;color:#64748b}.admin-products__model-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:16px;gap:16px}.admin-products__model-table{background:#fff;border:1px solid rgba(99,102,241,.16);border-radius:16px;overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.06)}.admin-products__model-table .ant-table{background:#fff}.admin-products__model-table .ant-table-thead>tr>th{background:#f8fafc;color:#0f172a;font-weight:600}.admin-products__model-table .ant-table-tbody>tr>td{vertical-align:top}.admin-products__drag-handle{border:none;background:transparent;color:#94a3b8;cursor:grab;padding:8px;font-size:18px;line-height:1}.admin-products__drag-handle:active{cursor:grabbing}.admin-products__dragging-row{background:rgba(79,70,229,.05)}.admin-products__model-meta-block{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.admin-products__model-field{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.admin-products__model-title{font-size:15px;color:#0f172a}.admin-products__model-floor{font-size:12px;color:#64748b}.admin-products__model-floor.is-error{color:#dc2626}.admin-products__model-card{border:1px solid rgba(99,102,241,.16);border-radius:16px;padding:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06);display:flex;flex-direction:column;grid-gap:14px;gap:14px}.admin-products__model-card-header{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:12px;gap:12px}.admin-products__model-card-meta{margin:4px 0 0;color:#64748b;font-size:13px}.admin-products__model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-products__model-grid label{display:flex;flex-direction:column;grid-gap:6px;gap:6px;font-weight:500}.admin-products__switch-row{display:flex;grid-gap:16px;gap:16px;flex-wrap:wrap}.admin-products__model-note{margin:0;color:#475569;font-size:13px}.admin-products__form{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.admin-products__form label{font-weight:500}.admin-products__switch{display:flex;align-items:center;justify-content:space-between}.admin-products__period-row{display:flex;grid-gap:8px;gap:8px}.admin-products__period-row .ant-input-number,.admin-products__period-row .ant-select{flex:1 1;width:100%}.admin-products__feature-input{display:flex;grid-gap:8px;gap:8px;align-items:center}.admin-products__feature-input .ant-input{flex:1 1}.admin-products__feature-list{margin:0;padding-left:20px;display:flex;flex-direction:column;grid-gap:6px;gap:6px}.admin-products__feature-list li{display:flex;align-items:center;grid-gap:8px;gap:8px}.admin-products__feature-list li span{flex:1 1}.admin-products__actions{display:flex;flex-direction:column;align-items:flex-start;grid-gap:4px;gap:4px}.admin-products__plan-card{border:1px solid rgba(99,102,241,.2);border-radius:16px;padding:16px 18px;background:linear-gradient(135deg,rgba(247,249,255,.55),#fff);box-shadow:0 10px 24px rgba(15,23,42,.08);min-width:240px}.admin-products__plan-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.admin-products__plan-card-name{font-weight:600;font-size:16px;color:#0f172a}.admin-products__plan-card-price{font-weight:700;color:#4f46e5}.admin-products__plan-card-features{margin:0;padding-left:20px;color:#475569;display:flex;flex-direction:column;grid-gap:6px;gap:6px;font-size:13px}.admin-collections__toolbar{display:flex;align-items:center;grid-gap:12px;gap:12px;margin-bottom:20px;flex-wrap:wrap}.admin-collections__search{width:240px}.admin-collections__collection{display:flex;align-items:center;grid-gap:14px;gap:14px;min-width:280px}.admin-collections__thumb{width:72px;height:72px;border-radius:16px;overflow:hidden;background:#eef2ff;flex-shrink:0}.admin-collections__thumb img{width:100%;height:100%;object-fit:cover;display:block}.admin-collections__description{margin:4px 0 0;max-width:360px}.admin-collections__date{color:rgba(15,23,42,.68);font-size:13px}.admin-collections__tags{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px}.admin-collections__muted{color:rgba(15,23,42,.48)}.admin-collections__featured{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.admin-collections__hint{margin:0;color:rgba(15,23,42,.7)}.admin-collections__featured-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.admin-collections__featured-item{display:grid;grid-template-columns:20px 72px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:14px 16px;border-radius:18px;border:1px solid rgba(79,70,229,.14);background:#fff;box-shadow:0 14px 28px rgba(15,23,42,.06)}.admin-collections__featured-item.is-dragging{opacity:.7;border-color:rgba(79,70,229,.36);box-shadow:0 18px 34px rgba(79,70,229,.14)}.admin-collections__featured-handle{display:inline-flex;align-items:center;justify-content:center;color:rgba(15,23,42,.48);cursor:grab}.admin-collections__featured-copy{min-width:0}.admin-collections__featured-meta{display:flex;align-items:center;grid-gap:10px;gap:10px;margin-top:8px;flex-wrap:wrap}@media (max-width:768px){.admin-collections__featured-item{grid-template-columns:20px 56px minmax(0,1fr)}}.admin-admins__toolbar{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px;align-items:center;margin-bottom:20px}.admin-admins__toolbar .ant-input{flex:1 1;min-width:240px}.admin-admins__actions{display:flex;grid-gap:8px;gap:8px}.admin-admins__loading{display:flex;align-items:center;justify-content:center;min-height:240px}@media (max-width:640px){.admin-admins__toolbar{flex-direction:column;align-items:stretch}.admin-admins__actions{justify-content:flex-end}}.admin-support__muted{color:var(--text-secondary,#6b7280);font-size:12px}.admin-support__message{white-space:pre-line;max-width:320px}:root{--brand-black:#111;--brand-dark:#1f1f1f;--brand-gray:#f4f5f7;--brand-border:#e2e5eb;--brand-accent:#f8f1ff;--text-primary:#161616;--text-secondary:#5f6368;--sidebar-width:92px;--max-content-width:1240px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;background-color:#fff;color:var(--text-primary)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}