@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap";:root{--ink:#0a0a0f;--ink2:#111118;--ink3:#1c1c28;--gold:#c9a84c;--gold2:#e8c96a;--jade:#2d8a6e;--jade2:#3daf8a;--cream:#faf9f6;--surface:#f4f2ee;--border-l:#0000000f;--border-d:#ffffff12;--muted:#8a8a9a;--text:#1a1a2e;--rose:#e05c5c;--rose2:#f08080;--blue:#3a7bd5;--blue2:#5a9bf5;--amber:#b45309}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,sans-serif}a{color:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes popIn{0%{opacity:0;transform:scale(.92)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.ds-loader-spin{animation:.8s linear infinite spin}.ds-scroll::-webkit-scrollbar{width:4px}.ds-scroll::-webkit-scrollbar-track{background:0 0}.ds-scroll::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.ds-scroll::-webkit-scrollbar-thumb:hover{background:#0000002e}.ds-sb-rail .ds-scroll::-webkit-scrollbar-thumb{background:#ffffff24}.ds-sb-rail-mobile .ds-scroll::-webkit-scrollbar-thumb{background:#ffffff24}.ds-sb-rail .ds-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff3d}.ds-sb-rail-mobile .ds-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff3d}.ds-avatar{background:linear-gradient(135deg, var(--gold), var(--jade2));width:34px;height:34px;color:var(--ink);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:.72rem;font-weight:700;display:flex}.ds-table-thumb{background:var(--surface);border:1px solid var(--border-l);width:42px;height:42px;color:var(--muted);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.ds-table-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ds-btn-primary{background:var(--ink);color:#fff;letter-spacing:.02em;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #0a0a0f2e}.ds-btn-primary:hover{background:var(--ink2);transform:translateY(-1px);box-shadow:0 8px 24px #0a0a0f38}.ds-btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.ds-btn-danger{background:var(--rose);color:#fff;letter-spacing:.02em;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #e05c5c47}.ds-btn-danger:hover{background:#c94d4d;transform:translateY(-1px);box-shadow:0 8px 24px #e05c5c52}.ds-btn-danger:disabled{opacity:.55;cursor:not-allowed;transform:none}.ds-btn-gold{background:linear-gradient(135deg, var(--gold), var(--gold2));color:var(--ink);letter-spacing:.02em;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .22s;display:inline-flex;box-shadow:0 8px 24px #c9a84c40}.ds-btn-gold:hover{transform:translateY(-1px);box-shadow:0 12px 32px #c9a84c52}.ds-btn-ghost-light{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ds-btn-ghost-light:hover{background:#ffffff1f;border-color:#ffffff47}.ds-btn-ghost{border:1px solid var(--border-l);color:var(--ink);cursor:pointer;background:#fff;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #0000000a}.ds-btn-ghost:hover{border-color:#00000026;transform:translateY(-1px);box-shadow:0 4px 14px #00000012}.brand-logo-chip{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:inline-flex;overflow:hidden;box-shadow:0 4px 14px #c9a84c4d}.brand-logo-chip img{object-fit:contain;width:100%;height:100%;display:block}.mk-root{background:var(--cream)}.mk-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-l);background:#ffffffd9;justify-content:space-between;align-items:center;padding:1.1rem 3rem;display:flex;position:sticky;top:0;box-shadow:0 1px #00000005}.mk-brand{align-items:center;gap:.7rem;text-decoration:none;display:flex}.mk-brand .brand-logo-chip{box-shadow:none;background:0 0;padding:0}.mk-brand-name{color:var(--ink);font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700}.mk-nav-links{align-items:center;gap:2.2rem;display:flex}.mk-nav-link{color:var(--muted);font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s}.mk-nav-link:hover{color:var(--ink)}.mk-nav-actions{align-items:center;gap:.9rem;display:flex}.mk-nav-signin{color:var(--text);font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s}.mk-nav-signin:hover{color:var(--jade2)}@media (width<=900px){.mk-nav{padding:1rem 1.25rem}.mk-nav-links{display:none}}.mk-hero{background:var(--ink);padding:3.25rem 3rem 3.75rem;position:relative;overflow:hidden}.mk-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 10%,#c9a84c29,#0000 45%),radial-gradient(circle at 85% 30%,#3daf8a2e,#0000 45%);position:absolute;inset:0}.mk-hero:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000 20%,#0000 80%);mask-image:radial-gradient(70% 60% at 50% 30%,#000 20%,#0000 80%)}.mk-hero-inner{z-index:1;width:100%;position:relative}.mk-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:3.5rem;margin-bottom:2rem;display:grid}.mk-hero-content{text-align:left}.mk-h1{color:#fff;letter-spacing:-.02em;margin:0 0 1.4rem;font-family:Playfair Display,serif;font-size:clamp(2.1rem,3.6vw,3.4rem);font-weight:700;line-height:1.1;animation:.6s 80ms both fadeUp}.mk-h1 em{color:var(--jade2);font-style:italic}.mk-lead{color:#ffffff8c;max-width:520px;margin:0 0 2rem;font-size:clamp(.92rem,1.2vw,1.05rem);font-weight:300;line-height:1.7;animation:.6s .14s both fadeUp}.mk-hero-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;animation:.6s .2s both fadeUp;display:flex}.mk-hero-note{color:#ffffff4d;margin-top:.9rem;font-size:.72rem}.mk-hero-visual{animation:.7s .2s both fadeUp;position:relative}.mk-hero-visual-frame{aspect-ratio:4/3;background:linear-gradient(160deg,#c9a84c38,#0000 55%),linear-gradient(320deg,#3daf8a47,#0000 55%),linear-gradient(135deg,#1c1c22,#0a0a0f);border:1px solid #ffffff1f;border-radius:26px;max-height:360px;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000073}.mk-hero-visual-frame:before{content:"";background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 40%,#000 30%,#0000 85%);mask-image:radial-gradient(80% 70% at 50% 40%,#000 30%,#0000 85%)}.mk-hero-visual-frame img{z-index:1;object-fit:cover;width:100%;height:100%;position:relative}.mk-hero-float-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:2;background:#14141ad9;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:.7rem;padding:.75rem 1rem;display:flex;position:absolute;box-shadow:0 14px 34px #00000059}.mk-hero-float-top{animation:.6s .4s both fadeUp;top:1.5rem;left:-1.5rem}.mk-hero-float-bottom{animation:.6s .5s both fadeUp;bottom:1.5rem;right:-1.5rem}.mk-hero-float-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mk-hero-float-icon.jade{color:var(--jade2);background:#3daf8a29}.mk-hero-float-icon.gold{color:var(--gold2);background:#c9a84c29}.mk-hero-float-title{color:#fff;white-space:nowrap;font-size:.78rem;font-weight:700}.mk-hero-float-sub{color:#fff6;margin-top:.1rem;font-size:.66rem}.mk-stat-panel{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1px;max-width:980px;margin:0 auto;animation:.7s .28s both fadeUp;display:grid;position:relative;overflow:hidden}.mk-stat-cell{text-align:center;background:#ffffff08;padding:1.5rem 1.25rem}.mk-stat-value{color:#fff;font-family:Playfair Display,serif;font-size:1.7rem;font-weight:700}.mk-stat-label{letter-spacing:.04em;color:#fff6;margin-top:.35rem;font-size:.66rem;font-weight:600}@media (width<=900px){.mk-hero-grid{grid-template-columns:1fr;gap:2.5rem}.mk-hero-content{text-align:center}.mk-lead{margin-left:auto;margin-right:auto}.mk-hero-actions{justify-content:center}.mk-hero-visual{max-width:380px;margin:0 auto}.mk-hero-float-top{left:.75rem}.mk-hero-float-bottom{right:.75rem}}@media (width<=720px){.mk-stat-panel{grid-template-columns:repeat(2,1fr)}.mk-hero{padding:2.5rem 1.25rem 2.75rem}.mk-hero-float-card{gap:.5rem;padding:.6rem .8rem}.mk-hero-float-title{font-size:.7rem}}@media (width<=640px){.mk-hero-visual{display:none}}.mk-section{width:100%;padding:5.5rem 3rem}.mk-section-head{text-align:center;max-width:620px;margin:0 auto 3.25rem}.mk-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--jade);align-items:center;gap:.5rem;margin-bottom:.9rem;font-size:.66rem;font-weight:800;display:inline-flex}.mk-eyebrow:before,.mk-eyebrow:after{content:"";background:var(--jade);width:16px;height:1px}.mk-h2{color:var(--ink);letter-spacing:-.02em;margin:0 0 .75rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:700}.mk-h2 em{color:var(--jade);font-style:italic}.mk-section-sub{color:var(--muted);font-size:.9rem;font-weight:300;line-height:1.6}@media (width<=900px){.mk-section{padding:3.5rem 1.25rem}}.mk-features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.mk-feature-card{border:1px solid var(--border-l);background:#fff;border-radius:20px;padding:1.9rem;transition:transform .25s,box-shadow .25s,border-color .25s}.mk-feature-card:hover{border-color:#0000001a;transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.mk-feature-icon{border-radius:13px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.1rem;display:flex}.mk-feature-icon.jade{color:var(--jade2);background:#3daf8a1a}.mk-feature-icon.gold{color:var(--gold);background:#c9a84c1a}.mk-feature-icon.blue{color:var(--blue);background:#3a7bd51a}.mk-feature-title{color:var(--ink);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.08rem;font-weight:700}.mk-feature-desc{color:var(--muted);font-size:.82rem;font-weight:300;line-height:1.6}@media (width<=900px){.mk-features-grid{grid-template-columns:1fr}}.mk-steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.mk-step-card{padding:1.75rem 1.5rem 1.5rem;position:relative}.mk-step-num{background:var(--ink);width:40px;height:40px;color:var(--gold2);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.1rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;display:flex}.mk-step-title{color:var(--ink);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.mk-step-desc{color:var(--muted);font-size:.8rem;font-weight:300;line-height:1.6}@media (width<=900px){.mk-steps{grid-template-columns:1fr}}.mk-pricing-loading{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:.6rem;padding:3rem 1rem;font-size:.85rem;display:flex}.mk-pricing-loading a{color:var(--jade2);font-weight:700;text-decoration:none}.mk-pricing-loading a:hover{text-decoration:underline}.mk-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.25rem;display:grid}.mk-price-card{border:1px solid var(--border-l);background:#fff;border-radius:22px;flex-direction:column;padding:2rem 1.75rem;transition:transform .25s,box-shadow .25s;display:flex}.mk-price-card.featured{border:1.5px solid var(--gold);transform:scale(1.03);box-shadow:0 20px 48px #c9a84c29}.mk-price-card:hover{transform:translateY(-4px)}.mk-price-card.featured:hover{transform:scale(1.03)translateY(-4px)}.mk-price-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--ink);background:linear-gradient(135deg, var(--gold), var(--gold2));border-radius:100px;align-self:flex-start;margin-bottom:1rem;padding:.3rem .7rem;font-size:.62rem;font-weight:800}.mk-price-name{color:var(--ink);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700}.mk-price-tagline{color:var(--muted);margin:.35rem 0 0;font-size:.78rem;line-height:1.45}.mk-price-value{margin:.75rem 0 1.5rem}.mk-price-amount{color:var(--ink);font-family:Playfair Display,serif;font-size:2.1rem;font-weight:700}.mk-price-cycle{color:var(--muted);font-size:.8rem}.mk-price-features{flex-direction:column;flex:1;gap:.65rem;margin-bottom:1.75rem;display:flex}.mk-price-feature{color:var(--text);align-items:flex-start;gap:.55rem;font-size:.82rem;display:flex}.mk-price-cta{border:1px solid var(--border-l);background:var(--surface);width:100%;color:var(--ink);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.mk-price-card.featured .mk-price-cta{background:var(--ink);color:#fff;border:none;box-shadow:0 8px 20px #0a0a0f33}.mk-price-cta:hover{transform:translateY(-1px)}@media (width<=900px){.mk-pricing-grid{grid-template-columns:1fr}.mk-price-card.featured{transform:none}}.mk-testimonial-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.mk-testimonial-card{border:1px solid var(--border-l);background:#fff;border-radius:20px;padding:1.9rem}.mk-testimonial-quote{color:var(--text);margin-bottom:1.25rem;font-size:.9rem;font-style:italic;line-height:1.7}.mk-testimonial-author{align-items:center;gap:.7rem;display:flex}.mk-testimonial-avatar{background:linear-gradient(135deg, var(--gold), var(--jade2));width:38px;height:38px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:.8rem;font-weight:700;display:flex}.mk-testimonial-name{color:var(--ink);font-size:.82rem;font-weight:700}.mk-testimonial-role{color:var(--muted);font-size:.72rem}@media (width<=900px){.mk-testimonial-grid{grid-template-columns:1fr}}.mk-cta-band{background:var(--ink);text-align:center;border-radius:28px;margin:0 3rem 5.5rem;padding:3.5rem 2.5rem;position:relative;overflow:hidden}.mk-cta-band:before{content:"";background:radial-gradient(circle at 30% 20%,#c9a84c2e,#0000 50%),radial-gradient(circle at 70% 80%,#3daf8a33,#0000 50%);position:absolute;inset:0}.mk-cta-inner{z-index:1;position:relative}.mk-cta-title{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.mk-cta-sub{color:#ffffff80;margin-bottom:2rem;font-size:.88rem;font-weight:300}.mk-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width<=900px){.mk-cta-band{margin:0 1.25rem 3.5rem;padding:2.75rem 1.5rem}}.mk-footer{background:var(--ink);border-top:1px solid #ffffff0f;padding:3.5rem 3rem 2rem}.mk-footer-grid{grid-template-columns:1.6fr repeat(3,1fr);gap:2.5rem;width:100%;padding-bottom:2.5rem;display:grid}.mk-footer-desc{color:#fff6;max-width:30ch;margin-top:1rem;font-size:.8rem;font-weight:300;line-height:1.7}.mk-footer-h{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem;font-size:.68rem;font-weight:800}.mk-footer-links{flex-direction:column;gap:.65rem;display:flex}.mk-footer-link{color:#fff9;font-size:.82rem;text-decoration:none;transition:color .2s}.mk-footer-link:hover{color:#fff}.mk-footer-bottom{color:#ffffff4d;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding-top:1.75rem;font-size:.72rem;display:flex}@media (width<=900px){.mk-footer{padding:3rem 1.25rem 1.5rem}.mk-footer-grid{grid-template-columns:repeat(2,1fr)}}.lg-auth-root{background:linear-gradient(165deg, var(--ink2), var(--ink) 60%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.lg-auth-root:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 15%,#c9a84c29,#0000 45%),radial-gradient(circle at 80% 85%,#3daf8a2e,#0000 45%);position:absolute;inset:0}.lg-auth-panel{background:var(--cream);z-index:1;border-radius:22px;width:100%;max-width:420px;padding:2.5rem 2.25rem;animation:.5s both fadeUp;position:relative;box-shadow:0 30px 70px #0006,0 0 0 1px #0000000a}.lg-auth-mark{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.75rem;display:flex}.lg-auth-mark .brand-logo-chip{margin-bottom:1rem;box-shadow:0 8px 24px #c9a84c40}.lg-auth-title{color:var(--ink);margin:0 0 .35rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.lg-auth-sub{color:var(--muted);text-align:center;font-size:.8rem;font-weight:400;line-height:1.5}.lg-auth-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;font-size:.62rem;font-weight:700;display:block}.lg-auth-input{border:1.5px solid var(--border-l);width:100%;color:var(--text);background:#fff;border-radius:13px;outline:none;margin-bottom:1.1rem;padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.88rem;transition:all .2s}.lg-auth-input::placeholder{color:#00000047}.lg-auth-input:focus{border-color:var(--jade2);box-shadow:0 0 0 3px #3daf8a1f}.lg-auth-field{margin-bottom:1.1rem;position:relative}.lg-auth-field .lg-auth-input{margin-bottom:0;padding-left:2.85rem}.lg-auth-field-icon{color:var(--muted);pointer-events:none;display:flex;position:absolute;top:50%;left:.95rem;transform:translateY(-50%)}.lg-auth-error{color:#b3352f;background:#e05c5c1a;border:1px solid #e05c5c40;border-radius:12px;align-items:center;gap:.5rem;margin:-.3rem 0 1.15rem;padding:.7rem .9rem;font-size:.76rem;font-weight:600;line-height:1.4;animation:.2s both fadeIn;display:flex}.lg-auth-submit{background:linear-gradient(135deg, var(--gold), var(--gold2));width:100%;color:var(--ink);letter-spacing:.01em;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.9rem 1.4rem;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:800;transition:all .22s;display:inline-flex;box-shadow:0 8px 24px #c9a84c40}.lg-auth-submit:hover{transform:translateY(-1px);box-shadow:0 12px 32px #c9a84c52}.lg-auth-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.lg-auth-foot{border-top:1px solid var(--border-l);text-align:center;color:var(--muted);margin-top:1.75rem;padding-top:1.25rem;font-size:.72rem}.lg-auth-foot a{color:var(--jade);font-weight:700;text-decoration:none}.lg-auth-foot a:hover{text-decoration:underline}.lg-auth-back{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;display:inline-flex}@media (width<=480px){.lg-auth-root{padding:1rem}.lg-auth-panel{border-radius:20px;padding:2rem 1.5rem}}@media (width<=400px){.lg-auth-panel{border-radius:18px;padding:1.75rem 1.15rem}.lg-auth-title{font-size:1.35rem}}.rw-screen{background:radial-gradient(circle at 15% 15%, #1c2e28 0%, var(--ink) 55%, #05070a 100%);justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1.5rem;display:flex}.rw-card{background:var(--cream);border-radius:24px;width:100%;max-width:1040px;animation:.5s both fadeUp;display:flex;overflow:hidden;box-shadow:0 30px 80px #00000073,0 0 0 1px #0000000a}.rw-brand{background:var(--ink);flex-direction:column;flex:42%;justify-content:center;max-width:420px;padding:3rem 2.75rem;display:flex;position:relative;overflow:hidden}.rw-brand:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 12%,#c9a84c2e,#0000 45%),radial-gradient(circle at 85% 88%,#3daf8a33,#0000 45%);position:absolute;inset:0}.rw-brand-mark{z-index:1;margin-bottom:1.75rem;display:inline-flex;position:relative}.rw-brand-title{color:#fff;letter-spacing:-.01em;z-index:1;margin:0 0 .85rem;font-family:Playfair Display,serif;font-size:clamp(1.5rem,2.2vw,1.9rem);font-weight:700;line-height:1.18;position:relative}.rw-brand-sub{color:#ffffff80;z-index:1;margin-bottom:2rem;font-size:.84rem;font-weight:300;line-height:1.6;position:relative}.rw-feature-list{z-index:1;flex-direction:column;gap:1.1rem;margin-bottom:2rem;display:flex;position:relative}.rw-feature-item{align-items:flex-start;gap:.8rem;display:flex}.rw-feature-icon{width:32px;height:32px;color:var(--jade2);background:#ffffff12;border:1px solid #ffffff14;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rw-feature-title{color:#fff;margin-bottom:.15rem;font-size:.8rem;font-weight:700}.rw-feature-desc{color:#ffffff6b;font-size:.72rem;font-weight:300;line-height:1.5}.rw-stats-grid{z-index:1;border-top:1px solid #ffffff14;grid-template-columns:repeat(2,1fr);gap:1.1rem .85rem;padding-top:1.5rem;display:grid;position:relative}.rw-stat-value{background:linear-gradient(135deg, var(--gold), var(--jade2));color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;line-height:1.2}.rw-stat-label{color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.6rem}.rw-form-col{flex-direction:column;flex:1;min-width:0;padding:2.75rem 3rem 2rem;display:flex}.rw-form-head{margin-bottom:1.5rem}.rw-title{color:var(--ink);margin:0 0 .35rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700}.rw-sub{color:var(--muted);font-size:.8rem;font-weight:300}.rw-steps{margin-bottom:1.75rem;display:flex}.rw-step{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.rw-step:not(:last-child):after{content:"";background:var(--border-l);height:2px;transition:background .2s;position:absolute;top:15px;left:calc(50% + 19px);right:calc(19px - 50%)}.rw-step.done:not(:last-child):after{background:var(--jade2)}.rw-step-dot{border:2px solid var(--border-l);width:30px;height:30px;color:var(--muted);z-index:1;box-sizing:border-box;background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.4rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:700;transition:all .2s;display:flex;position:relative}.rw-step.current .rw-step-dot{border-color:var(--jade2);color:var(--jade2);box-shadow:0 0 0 4px #3daf8a24}.rw-step.done .rw-step-dot{background:var(--jade2);border-color:var(--jade2);color:#fff}.rw-step-name{color:var(--muted);letter-spacing:.01em;font-size:.66rem;font-weight:600}.rw-step.current .rw-step-name,.rw-step.done .rw-step-name{color:var(--ink)}.rw-body{flex:1}.rw-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;font-size:.62rem;font-weight:700;display:block}.rw-field{margin-bottom:1.1rem;position:relative}.rw-field-icon{color:#00000040;pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.rw-input{background:var(--surface);border:1.5px solid var(--border-l);box-sizing:border-box;width:100%;color:var(--ink);border-radius:12px;outline:none;padding:.85rem 1rem .85rem 2.4rem;font-family:DM Sans,sans-serif;font-size:.86rem;transition:all .2s}.rw-input::placeholder{color:#00000047}.rw-input:focus{border-color:var(--jade2);background:#fff;box-shadow:0 0 0 3px #3daf8a1f}.rw-hint-error{color:var(--rose);margin:-.5rem 0 .9rem;font-size:.7rem}.rw-grid-2{grid-template-columns:1fr 1fr;gap:0 .9rem;display:grid}.rw-portfolio-grid{grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.1rem;display:grid}.rw-portfolio-opt{border:1.5px solid var(--border-l);background:var(--surface);color:var(--muted);cursor:pointer;text-align:left;border-radius:12px;padding:.8rem .9rem;font-size:.78rem;font-weight:600;transition:all .2s}.rw-portfolio-opt:hover{border-color:#00000029}.rw-portfolio-opt.selected{border-color:var(--jade2);color:var(--ink);background:#3daf8a1a}.rw-check{align-items:flex-start;gap:.6rem;margin-bottom:1rem;display:flex}.rw-check input{accent-color:var(--jade2);margin-top:.2rem}.rw-check label{color:var(--muted);font-size:.74rem;line-height:1.5}.rw-foot{border-top:1px solid var(--border-l);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:1.25rem;display:flex}.rw-step-count{color:var(--muted);font-size:.68rem;font-weight:600}.rw-actions{align-items:center;gap:.6rem;margin-left:auto;display:flex}.rw-secondary-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.6rem .4rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.rw-secondary-btn:hover{color:var(--ink)}.rw-primary-btn{background:linear-gradient(135deg, var(--gold), var(--gold2));color:var(--ink);letter-spacing:.02em;cursor:pointer;white-space:nowrap;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:800;transition:all .22s;display:inline-flex;box-shadow:0 8px 20px #c9a84c47}.rw-primary-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #c9a84c59}.rw-primary-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.rw-signin-foot{text-align:center;color:var(--muted);margin-top:1.25rem;font-size:.74rem}.rw-signin-foot a{color:var(--jade);font-weight:600;text-decoration:none}.rw-signin-foot a:hover{text-decoration:underline}.rw-success{text-align:center;padding:1rem 0}.rw-success-icon{width:60px;height:60px;color:var(--jade2);background:#3daf8a26;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;animation:.4s both popIn;display:flex}@media (width<=900px){.rw-screen{align-items:flex-start;padding:1.5rem 1rem}.rw-card{border-radius:20px;flex-direction:column;max-width:560px}.rw-brand{max-width:none;padding:2rem 1.75rem 1.75rem}.rw-feature-list,.rw-stats-grid{display:none}.rw-brand-sub{margin-bottom:0}.rw-form-col{padding:2rem 1.75rem 1.75rem}}@media (width<=480px){.rw-screen{padding:0}.rw-card{border-radius:0;min-height:100vh}.rw-brand{padding:1.75rem 1.25rem 1.5rem}.rw-brand-title{font-size:1.3rem}.rw-brand-sub{font-size:.8rem}.rw-form-col{padding:1.75rem 1.25rem 1.5rem}.rw-step-name{display:none}.rw-grid-2,.rw-portfolio-grid{grid-template-columns:1fr}.rw-foot{flex-direction:column;align-items:stretch}.rw-actions{justify-content:space-between;margin-left:0}.rw-primary-btn{flex:1}}.ds-shell{height:100vh;display:flex;overflow:hidden}.ds-sb-rail{background:var(--ink);border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:276px;height:100vh;transition:width .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ds-sb-rail:before{content:"";pointer-events:none;background:radial-gradient(closest-side,#c9a84c29,#0000 72%);width:340px;height:260px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.ds-sb-rail.collapsed{width:84px}.ds-sb-top{z-index:1;border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.5rem;padding:1.4rem 1.1rem 1.15rem;display:flex;position:relative}.ds-sb-rail.collapsed .ds-sb-top{flex-direction:column;justify-content:center;gap:.7rem;padding:1.4rem .5rem 1.15rem}.ds-sb-brand{flex:1;align-items:center;gap:.8rem;min-width:0;text-decoration:none;display:flex}.ds-sb-rail.collapsed .ds-sb-brand{flex:none}.ds-sb-brand .brand-logo-chip{box-shadow:0 4px 16px #c9a84c52}.ds-sb-brand-sub{letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9;font-size:.6rem;font-weight:700}.ds-sb-brand-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--jade2);background:#3daf8a24;border-radius:100px;margin-top:.3rem;padding:.12rem .4rem;font-size:.52rem;font-weight:700;display:inline-block}.ds-sb-collapse{color:#ffffff73;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex}.ds-sb-collapse:hover{color:var(--gold2);background:#c9a84c29;border-color:#c9a84c66;transform:scale(1.08)}.ds-sb-collapse:active{transform:scale(.92)}.ds-sb-nav{z-index:1;flex:1;padding:1.1rem .75rem .75rem;position:relative;overflow-y:auto}.ds-sb-section{margin-bottom:1.35rem}.ds-sb-section:last-child{margin-bottom:.5rem}.ds-sb-section-label{letter-spacing:.13em;text-transform:uppercase;color:#ffffff47;align-items:center;gap:.45rem;padding:0 .6rem .55rem;font-size:.56rem;font-weight:800;display:flex}.ds-sb-section-label:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:4px;height:4px}.ds-sb-item{color:#ffffff80;border-radius:12px;align-items:center;gap:.7rem;width:100%;margin-bottom:.15rem;padding:.55rem .7rem;font-size:.81rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s;display:flex;position:relative}.ds-sb-item:hover{color:#fff;background:#ffffff0b}.ds-sb-item.active{color:#fff;background:linear-gradient(135deg,#c9a84c29,#2d8a6e1a);box-shadow:inset 0 0 0 1px #ffffff0d}.ds-sb-rail.collapsed .ds-sb-item{justify-content:center;padding:.55rem}.ds-sb-icon{color:#fff6;background:#ffffff0a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .18s,color .18s,box-shadow .18s;display:flex}.ds-sb-item:hover .ds-sb-icon{color:#fff;background:#ffffff17}.ds-sb-item.active .ds-sb-icon{background:linear-gradient(135deg, var(--gold), var(--jade2));color:var(--ink);box-shadow:0 3px 10px #c9a84c66}.ds-sb-label{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;min-width:0;overflow:hidden}.ds-sb-parent{cursor:pointer;background:0 0;border:none;font-family:DM Sans,sans-serif}.ds-sb-chevron{opacity:.4;flex-shrink:0;transition:transform .2s,opacity .2s}.ds-sb-parent:hover .ds-sb-chevron,.ds-sb-parent.active .ds-sb-chevron{opacity:.85}.ds-sb-sub{margin:0 0 .1rem;padding:.15rem 0 .35rem;animation:.18s both fadeUp;position:relative}.ds-sb-sub:before{content:"";background:#ffffff14;width:1px;position:absolute;top:.1rem;bottom:.3rem;left:1.55rem}.ds-sb-subitem{color:#ffffff6b;border-radius:8px;align-items:center;gap:.6rem;margin-bottom:.05rem;padding:.42rem .7rem .42rem 2.4rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .16s,color .16s;display:flex;position:relative}.ds-sb-subdot{background:#ffffff47;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:background .16s}.ds-sb-subitem:hover{color:#ffffffd9;background:#ffffff0b}.ds-sb-subitem.active{color:var(--gold2);background:#c9a84c14;font-weight:600}.ds-sb-subitem.active .ds-sb-subdot{background:var(--gold2)}.ds-sb-kyc-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--rose2);background:#e05c5c2e;border-radius:100px;flex-shrink:0;margin-left:auto;padding:.18rem .45rem;font-size:.55rem;font-weight:800}.ds-sb-count{min-width:18px;height:18px;color:var(--jade2);background:#3daf8a2e;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0 .35rem;font-size:.6rem;font-weight:800;display:flex}.ds-sb-foot{z-index:1;background:#0000002e;border-top:1px solid #ffffff0f;flex-shrink:0;padding:.9rem 1rem 1rem;position:relative}.ds-sb-automation{background:#2d8a6e1a;border:1px solid #3daf8a38;border-radius:12px;align-items:center;gap:.6rem;margin-bottom:.65rem;padding:.65rem .75rem;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:flex}.ds-sb-automation:hover{background:#2d8a6e29;border-color:#3daf8a5c;transform:translateY(-1px)}.ds-sb-automation-icon{background:linear-gradient(135deg, var(--gold), var(--jade2));width:26px;height:26px;color:var(--ink);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ds-sb-automation-title{color:#fff;font-size:.66rem;font-weight:700;line-height:1.25}.ds-sb-automation-sub{color:#ffffff59;margin-top:.1rem;font-size:.58rem}.ds-sb-rail.collapsed .ds-sb-profile{justify-content:center;padding:.7rem}.ds-sb-profile{background:#ffffff0b;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:.75rem;padding:.65rem .8rem;transition:background .2s,border-color .2s;display:flex}.ds-sb-profile:hover{background:#ffffff12;border-color:#ffffff1f}.ds-sb-avatar{background:linear-gradient(135deg, var(--gold), var(--jade2));width:34px;height:34px;color:var(--ink);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:.72rem;font-weight:700;display:flex;box-shadow:0 3px 10px #c9a84c4d}.ds-sb-profile-name{color:#fff;font-size:.78rem;font-weight:700;line-height:1.2}.ds-sb-profile-role{color:#ffffff52;font-size:.62rem;font-weight:300}.ds-sb-logout{cursor:pointer;color:#ffffff47;background:0 0;border:none;border-radius:8px;align-items:center;margin-left:auto;padding:.35rem;transition:color .2s,background .2s;display:flex}.ds-sb-logout:hover{color:var(--rose);background:#e05c5c24}.ds-main{background:var(--cream);flex-direction:column;flex:1;min-width:0;display:flex}.ds-topbar{border-bottom:1px solid var(--border-l);z-index:40;background:#fff;flex-shrink:0;align-items:center;gap:1rem;height:64px;padding:0 1.75rem;display:flex;position:sticky;top:0;box-shadow:0 1px #0000000a}.ds-topbar-menu{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:8px;padding:.4rem;transition:background .15s;display:none}.ds-topbar-menu:hover{background:var(--surface)}.ds-search{flex:1;max-width:400px;position:relative}.ds-search-icon{color:#0003;pointer-events:none;width:15px;height:15px;transition:color .2s;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.ds-search:focus-within .ds-search-icon{color:var(--jade2)}.ds-search-input{background:var(--surface);width:100%;color:var(--ink);border:1.5px solid #0000;border-radius:12px;outline:none;padding:.6rem .9rem .6rem 2.4rem;font-family:DM Sans,sans-serif;font-size:.82rem;transition:all .2s}.ds-search-input::placeholder{color:#00000038}.ds-search-input:focus{background:#fff;border-color:#3daf8a59;box-shadow:0 0 0 3px #3daf8a12}.ds-breadcrumb{color:var(--muted);align-items:center;gap:.3rem;font-size:.7rem;font-weight:400;display:flex}.ds-breadcrumb-sep{color:#0003}.ds-breadcrumb-curr{color:var(--ink);font-weight:600}.ds-topbar-right{align-items:center;gap:.65rem;margin-left:auto;display:flex}.ds-topbar-actions{align-items:center;gap:.5rem;display:flex}.ds-topbar-action{background:var(--surface);border:1px solid var(--border-l);color:var(--muted);white-space:nowrap;border-radius:100px;align-items:center;gap:.45rem;padding:.5rem .9rem .5rem .7rem;font-size:.76rem;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.ds-topbar-action svg{color:var(--jade2);flex-shrink:0;transition:color .18s}.ds-topbar-action:hover{color:var(--ink);background:#c9a84c14;border-color:#c9a84c59;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.ds-topbar-action:hover svg{color:var(--gold2)}.ds-topbar-sep{background:var(--border-l);width:1px;height:22px}.ds-notif{background:var(--surface);border:1px solid var(--border-l);cursor:pointer;width:36px;height:36px;color:var(--muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .18s;display:flex;position:relative}.ds-notif:hover{color:var(--ink);border-color:#0000001f}.ds-notif-badge{background:var(--rose);border:1.5px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.ds-content{flex:1;padding:2rem 2.25rem 2.5rem;overflow-y:auto}.ds-content-inner{width:100%;animation:.45s both fadeUp}.ds-notif.attention{color:var(--rose);background:#e05c5c14;border-color:#e05c5c40}.ds-notif.attention:hover{color:var(--rose);background:#e05c5c24;border-color:#e05c5c66}.ds-notif.attention .ds-notif-badge{background:var(--rose);animation:1.8s ease-in-out infinite notifPulse;box-shadow:0 0 0 3px #e05c5c2e}@keyframes notifPulse{0%,to{box-shadow:0 0 0 3px #e05c5c2e}50%{box-shadow:0 0 0 5px #e05c5c0f}}.ds-mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45;background:#0a0a0f80;animation:.2s both fadeIn;position:fixed;inset:0}.ds-sb-rail-mobile{inset-y:0;z-index:50;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;left:0;box-shadow:12px 0 40px #00000059}.ds-sb-rail-mobile.open{transform:translate(0)}.ds-sb-rail-mobile.closed{transform:translate(-100%)}.ds-panel-close{background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--muted);border:none;border-radius:9px;justify-content:center;align-items:center;transition:all .18s;display:flex}.ds-panel-close:hover{color:var(--ink);background:#ebe9e5}@media (width<=1024px){.ds-sb-rail.desktop{display:none}.ds-topbar-menu{justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex!important}.ds-notif{width:44px;height:44px}}@media (width<=900px){.ds-topbar-action span{display:none}.ds-topbar-action{padding:.5rem}}@media (width<=640px){.ds-topbar{gap:.65rem;padding:0 1rem}.ds-breadcrumb,.ds-topbar-actions,.ds-topbar-sep{display:none}.ds-content{padding:1.25rem 1rem 1.75rem}.ds-search{max-width:none}}@media (width<=1024px){.ds-sb-rail-mobile .ds-sb-rail{width:min(280px,84vw);height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.ds-sb-rail-mobile{width:min(280px,84vw)}.ds-sb-rail-mobile .ds-sb-item,.ds-sb-rail-mobile .ds-sb-parent{min-height:44px;padding:.75rem .7rem;font-size:.86rem}.ds-sb-rail-mobile .ds-sb-subitem{min-height:40px;padding:.6rem .7rem .6rem 2.4rem;font-size:.79rem}.ds-sb-rail-mobile .ds-sb-icon{width:32px;height:32px}.ds-sb-rail-mobile .ds-sb-nav{-webkit-overflow-scrolling:touch;padding-bottom:1.25rem}.ds-sb-rail-mobile .ds-panel-close{width:38px;height:38px}.ds-sb-rail-mobile .ds-sb-profile,.ds-sb-rail-mobile .ds-sb-automation{padding:.8rem .85rem}.ds-sb-rail-mobile .ds-sb-logout{padding:.5rem}}@media (width<=360px){.ds-sb-rail-mobile .ds-sb-rail,.ds-sb-rail-mobile{width:88vw}}.ds-mobile-tabbar{display:none}@media (width<=1024px){.ds-mobile-tabbar{z-index:40;border-top:1px solid var(--border-l);padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom));background:#fff;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #0000000f}.ds-mobile-tab{min-height:48px;color:var(--muted);letter-spacing:.01em;cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.2rem;padding:.35rem .2rem;font-family:DM Sans,sans-serif;font-size:.6rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:flex}.ds-mobile-tab:hover{color:var(--ink)}.ds-mobile-tab.active{color:var(--jade2);background:#3daf8a14}.ds-content{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))}}.ds-header{border-bottom:1px solid var(--border-l);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;animation:.5s both fadeUp;display:flex}.ds-header-left{flex-direction:column;gap:.35rem;display:flex}.ds-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--jade2);align-items:center;gap:.5rem;font-size:.62rem;font-weight:700;display:inline-flex}.ds-eyebrow:before{content:"";background:var(--jade2);width:16px;height:1px;display:block}.ds-h1{color:var(--ink);letter-spacing:-.02em;margin:0;font-family:Playfair Display,serif;font-size:clamp(1.2rem,3vw,2rem);font-weight:700;line-height:1.12}.ds-h1 em{color:var(--jade);font-style:italic}.ds-sub{color:var(--muted);font-size:.82rem;font-weight:300}.ds-header-right{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.ds-metrics-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;animation:.5s 80ms both fadeUp;display:grid}@media (width<=1100px){.ds-metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.ds-metrics-grid{grid-template-columns:1fr}}.ds-metrics-grid.cols-3{grid-template-columns:repeat(3,1fr)}@media (width<=900px){.ds-metrics-grid.cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.ds-metrics-grid.cols-3{grid-template-columns:1fr}}.ds-metric{border:1px solid var(--border-l);background:#fff;border-radius:20px;padding:1.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.ds-metric:hover{border-color:#0000001a;transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.ds-metric-top{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.ds-metric-label{letter-spacing:.1em;text-transform:capitalize;color:var(--muted);font-size:.62rem;font-weight:700}.ds-metric-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.ds-metric-value{color:var(--ink);font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;line-height:1}.ds-metric-sub{align-items:center;gap:.5rem;margin-top:.6rem;display:flex}.ds-metric-badge{border-radius:100px;padding:.2rem .55rem;font-size:.6rem;font-weight:700}.ds-metric-desc{color:var(--muted);font-size:.7rem;font-weight:300}.m-jade .ds-metric-icon,.m-jade .ds-metric-badge{color:var(--jade2);background:#3daf8a1a}.m-gold .ds-metric-icon{color:var(--gold);background:#c9a84c1a}.m-gold .ds-metric-badge{color:#a07f30;background:#c9a84c1a}.m-rose .ds-metric-icon{color:var(--rose);background:#e05c5c14}.m-rose .ds-metric-badge{color:#c04040;background:#e05c5c14}.m-blue .ds-metric-icon{color:var(--blue);background:#3a7bd51a}.m-blue .ds-metric-badge{color:#2a5ba5;background:#3a7bd51a}.ds-dash-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.25rem;margin-bottom:2rem;display:grid}@media (width<=960px){.ds-dash-grid{grid-template-columns:1fr}}.ds-donut-wrap{align-items:center;gap:1.5rem;padding:.5rem 0 .25rem;display:flex}@media (width<=460px){.ds-donut-wrap{flex-direction:column}}.ds-donut-figure{flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative}.ds-donut-center{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ds-donut-center-value{color:var(--ink);font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;line-height:1}.ds-donut-center-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:.25rem;font-size:.58rem;font-weight:700}.ds-donut-legend{flex-direction:column;flex:1;gap:.7rem;min-width:0;display:flex}.ds-donut-legend-row{align-items:center;gap:.55rem;display:flex}.ds-donut-legend-dot{border-radius:3px;flex-shrink:0;width:9px;height:9px}.ds-donut-legend-label{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.76rem;font-weight:600;overflow:hidden}.ds-donut-legend-value{color:var(--ink);white-space:nowrap;font-size:.76rem;font-weight:700}.ds-donut-legend-count{color:var(--muted);margin-left:.35rem;font-size:.66rem;font-weight:400}.ds-rank-list{flex-direction:column;gap:1rem;display:flex}.ds-rank-item{align-items:center;gap:.9rem;display:flex}.ds-rank-pos{background:var(--surface);width:26px;height:26px;color:var(--muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex}.ds-rank-item:first-child .ds-rank-pos{background:linear-gradient(135deg, var(--gold), var(--gold2));color:var(--ink)}.ds-rank-body{flex:1;min-width:0}.ds-rank-top-row{justify-content:space-between;align-items:baseline;gap:.6rem;margin-bottom:.4rem;display:flex}.ds-rank-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:700;overflow:hidden}.ds-rank-value{color:var(--jade2);white-space:nowrap;flex-shrink:0;font-size:.76rem;font-weight:700}.ds-rank-bar-track{background:var(--surface);border-radius:100px;height:6px;overflow:hidden}.ds-rank-bar-fill{background:linear-gradient(90deg, var(--jade2), var(--gold));border-radius:100px;height:100%;transition:width .6s}.ds-rank-meta{color:var(--muted);margin-top:.35rem;font-size:.68rem}.ds-unit-tabs{flex-wrap:wrap;gap:.55rem;margin-bottom:1.4rem;display:flex}.ds-unit-tab{border:1px solid var(--border-l);background:var(--surface);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.55rem .95rem;font-family:inherit;transition:all .15s;display:flex}.ds-unit-tab:hover{border-color:var(--jade2);transform:translateY(-1px)}.ds-unit-tab.active{background:linear-gradient(135deg, var(--jade), var(--jade2));border-color:#0000;box-shadow:0 6px 16px #2d8a6e40}.ds-unit-tab-label{color:var(--ink);font-size:.78rem;font-weight:700}.ds-unit-tab.active .ds-unit-tab-label{color:#fff}.ds-unit-tab-meta{color:var(--muted);font-size:.65rem}.ds-unit-tab.active .ds-unit-tab-meta{color:#ffffffd9}.ds-unit-summary{border-bottom:1px dashed var(--border-l);flex-wrap:wrap;gap:1.75rem;margin-bottom:1.5rem;padding-bottom:1.35rem;display:flex}.ds-unit-summary-item{flex-direction:column;gap:.25rem;display:flex}.ds-unit-summary-label{text-transform:capitalize;letter-spacing:.02em;color:var(--muted);font-size:.66rem;font-weight:700}.ds-unit-summary-value{color:var(--ink);font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700}.ds-unit-summary-value.rose{color:var(--rose)}.ds-unit-summary-value.jade{color:var(--jade2)}.ds-unit-chart-legend{align-items:center;gap:1.25rem;margin-top:.75rem;display:flex}.ds-unit-chart-legend-row{color:var(--muted);align-items:center;gap:.45rem;font-size:.72rem;font-weight:600;display:flex}.ds-unit-chart-legend-dot{border-radius:3px;flex-shrink:0;width:9px;height:9px}.ds-section-title{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ds-section-title-left{align-items:center;gap:.6rem;display:flex}.ds-section-icon{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.ds-section-icon.jade{color:var(--jade2);background:#3daf8a1a}.ds-section-icon.gold{color:var(--gold);background:#c9a84c1a}.ds-section-icon.blue{color:var(--blue);background:#3a7bd51a}.ds-section-icon.rose{color:var(--rose);background:#e05c5c1a}.ds-section-h{color:var(--ink);font-size:.85rem;font-weight:700}.ds-section-link{color:var(--jade2);align-items:center;gap:.25rem;font-size:.7rem;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.ds-section-link:hover{color:var(--jade)}.ds-card{border:1px solid var(--border-l);background:#fff;border-radius:20px;overflow:hidden}.ds-card-pad{padding:1.5rem}.ds-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:3.5rem 1.5rem;display:flex}.ds-empty-icon{background:var(--surface);width:52px;height:52px;color:var(--muted);border-radius:16px;justify-content:center;align-items:center;display:flex}.ds-empty-title{color:var(--ink);font-size:.9rem;font-weight:700}.ds-empty-msg{color:var(--muted);max-width:360px;font-size:.78rem;font-weight:300;line-height:1.5}.ds-table-wrap{overflow-x:auto}.ds-table{border-collapse:collapse;width:100%;font-size:.8rem}.ds-table thead th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--surface);border-bottom:1px solid var(--border-l);white-space:nowrap;padding:.9rem 1.25rem;font-size:.62rem;font-weight:800}.ds-table tbody td{border-bottom:1px solid var(--border-l);color:var(--text);vertical-align:middle;padding:.95rem 1.25rem}.ds-table tbody tr:last-child td{border-bottom:none}.ds-table tbody tr:hover{background:#3daf8a08}.ds-table-name{color:var(--ink);font-weight:700;text-decoration:none}a.ds-table-name:hover{color:var(--jade2);text-decoration:underline}.ds-table-meta{color:var(--muted);font-size:.72rem}.ds-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:100px;align-items:center;gap:.35rem;padding:.28rem .65rem;font-size:.62rem;font-weight:700;display:inline-flex}.ds-badge-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.ds-badge.jade{color:var(--jade2);background:#3daf8a1a}.ds-badge.jade .ds-badge-dot{background:var(--jade2)}.ds-badge.gold{color:#a07f30;background:#c9a84c1f}.ds-badge.gold .ds-badge-dot{background:var(--gold)}.ds-badge.rose{color:#c04040;background:#e05c5c1a}.ds-badge.rose .ds-badge-dot{background:var(--rose)}.ds-badge.blue{color:#2a5ba5;background:#3a7bd51a}.ds-badge.blue .ds-badge-dot{background:var(--blue)}.ds-badge.neutral{background:var(--surface);color:var(--muted)}.ds-badge.neutral .ds-badge-dot{background:var(--muted)}.ds-toggle{cursor:pointer;flex-shrink:0;width:38px;height:22px;display:inline-flex;position:relative}.ds-toggle input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.ds-toggle-track{background:var(--border-l);pointer-events:none;border-radius:100px;transition:background .2s;position:absolute;inset:0}.ds-toggle-track:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.ds-toggle input:checked+.ds-toggle-track{background:var(--jade2)}.ds-toggle input:checked+.ds-toggle-track:before{transform:translate(16px)}.ds-toggle input:focus-visible+.ds-toggle-track{outline:2px solid var(--jade2);outline-offset:2px}.ds-auto-row{border-bottom:1px solid var(--border-l);align-items:center;gap:1rem;padding:1.1rem 1.5rem;display:flex}.ds-auto-row:last-child{border-bottom:none}.ds-auto-row-title{color:var(--ink);font-size:.82rem;font-weight:700}.ds-auto-row-desc{color:var(--muted);margin-top:.15rem;font-size:.72rem;font-weight:300;line-height:1.4}@media (width<=640px){.ds-auto-row{flex-wrap:wrap;padding:1rem}}.ds-report-row{border-bottom:1px solid var(--border-l);align-items:center;gap:1rem;padding:1.1rem 1.5rem;display:flex}.ds-report-row:last-child{border-bottom:none}.ds-report-icon{width:42px;height:42px;color:var(--jade2);background:linear-gradient(135deg,#3daf8a1f,#c9a84c1f);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:.8rem;font-weight:700;display:flex}.ds-report-body{flex:1;min-width:0}.ds-report-period{color:var(--ink);font-size:.82rem;font-weight:700}.ds-report-meta{color:var(--muted);margin-top:.2rem;font-size:.7rem}.ds-report-stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.15rem;margin-right:.25rem;display:flex}.ds-report-amount{color:var(--jade2);white-space:nowrap;font-size:.82rem;font-weight:700}.ds-report-rate{color:var(--muted);white-space:nowrap;font-size:.66rem}@media (width<=640px){.ds-report-row{flex-wrap:wrap;padding:1rem}.ds-report-stats{align-items:flex-start;margin-right:0}}.ds-report-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.ds-btn-ghost-sm{border:1px solid var(--border-l);color:var(--ink);cursor:pointer;white-space:nowrap;background:#fff;border-radius:100px;align-items:center;gap:.4rem;padding:.45rem .85rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:700;transition:all .2s;display:inline-flex}.ds-btn-ghost-sm:hover{border-color:#00000026;transform:translateY(-1px);box-shadow:0 4px 14px #00000012}.ds-btn-ghost-sm.accent{background:var(--ink);color:#fff;border-color:var(--ink)}.ds-btn-ghost-sm.accent:hover{background:var(--ink2)}@media (width<=640px){.ds-report-actions{width:100%}}.ds-reports-hero{background:linear-gradient(135deg, var(--ink) 0%, #16241f 55%, #234a3c 130%);color:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding:1.9rem 2.1rem;animation:.5s both fadeUp;display:flex;position:relative;overflow:hidden}.ds-reports-hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 85% -10%,#c9a84c47,#0000 55%);position:absolute;inset:0}.ds-reports-hero-left{flex-direction:column;gap:.4rem;min-width:0;display:flex;position:relative}.ds-reports-hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e;align-items:center;gap:.5rem;font-size:.62rem;font-weight:700;display:flex}.ds-reports-hero-value{font-family:Playfair Display,serif;font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:700;line-height:1}.ds-reports-hero-desc{color:#ffffffb8;max-width:420px;font-size:.78rem;font-weight:300}.ds-reports-hero-right{flex-shrink:0;width:230px;position:relative}.ds-reports-hero-bar-track{background:#ffffff24;border-radius:100px;height:8px;margin-bottom:.55rem;overflow:hidden}.ds-reports-hero-bar-fill{background:linear-gradient(90deg, var(--gold), var(--jade2));border-radius:100px;height:100%;transition:width .6s}.ds-reports-hero-rate{text-align:right;font-size:1.05rem;font-weight:700}.ds-reports-hero-rate-label{color:#fff9;text-align:right;margin-top:.1rem;font-size:.66rem}@media (width<=720px){.ds-reports-hero{flex-wrap:wrap}.ds-reports-hero-right{width:100%}.ds-reports-hero-rate,.ds-reports-hero-rate-label{text-align:left}}.ds-channel-list{flex-direction:column;gap:.9rem;display:flex}.ds-channel-row{border:1px solid var(--border-l);background:var(--surface);border-radius:14px;align-items:center;gap:1rem;padding:.9rem 1.1rem;display:flex}.ds-channel-body{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.ds-channel-label{color:var(--ink);font-size:.76rem;font-weight:700}.ds-channel-row .ds-input{max-width:320px}@media (width<=640px){.ds-channel-row{flex-wrap:wrap}.ds-channel-body{order:3;width:100%}.ds-channel-row .ds-input{max-width:100%}}.ds-msg-row{border:none;border-bottom:1px solid var(--border-l);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:.9rem;width:100%;padding:1rem 1.5rem;font-family:inherit;transition:background .15s;display:flex}.ds-msg-row:last-child{border-bottom:none}.ds-msg-row:hover{background:var(--surface)}.ds-msg-row.unread{background:#3daf8a0a}.ds-msg-row-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ds-msg-from{color:var(--ink);font-size:.8rem;font-weight:700}.ds-msg-time{color:var(--muted);flex-shrink:0;font-size:.65rem}.ds-msg-role{color:var(--jade2);margin-top:.1rem;font-size:.65rem;font-weight:600}.ds-msg-preview{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:.2rem;font-size:.75rem;font-weight:300;overflow:hidden}.ds-msg-dot{background:var(--jade2);border-radius:50%;flex-shrink:0;width:8px;height:8px}.ds-int-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1rem;display:grid}.ds-int-card{flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex}.ds-int-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #00000012}.ds-int-desc{color:var(--muted);font-size:.76rem;font-weight:300;line-height:1.55}.ds-field{flex-direction:column;gap:.4rem;display:flex}.ds-field-label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:700}.ds-input,.ds-select{border:1.5px solid var(--border-l);width:100%;color:var(--text);background:#fff;border-radius:10px;padding:.7rem .9rem;font-family:inherit;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.ds-input::placeholder{color:var(--muted);opacity:.7}.ds-input:focus,.ds-select:focus{border-color:var(--jade2);outline:none;box-shadow:0 0 0 3px #3daf8a1f}.ds-input:disabled,.ds-select:disabled{background:var(--surface);color:var(--muted);cursor:not-allowed}.ds-field-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ds-stat-readonly{background:var(--surface);border:1.5px solid var(--border-l);width:100%;color:var(--ink);border-radius:10px;align-items:center;gap:.5rem;padding:.7rem .9rem;font-size:.85rem;font-weight:700;display:flex}@media (width<=640px){.ds-field-grid{grid-template-columns:1fr}}.ds-payout-methods{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem;margin-bottom:1.25rem;display:grid}.ds-payout-method-btn{border:1.5px solid var(--border-l);cursor:pointer;text-align:left;background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.3rem;padding:.85rem 1rem;font-family:inherit;transition:all .2s;display:flex}.ds-payout-method-btn:hover{border-color:var(--jade2);transform:translateY(-1px)}.ds-payout-method-btn.active{border-color:var(--jade2);background:#3daf8a0f;box-shadow:0 0 0 3px #3daf8a1a}.ds-payout-method-label{color:var(--ink);font-size:.78rem;font-weight:700}.ds-payout-toggle-row{background:var(--surface);border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;padding:1rem 1.25rem;display:flex}.ds-payout-toggle-title{color:var(--ink);font-size:.8rem;font-weight:700}.ds-payout-toggle-desc{color:var(--muted);max-width:480px;margin-top:.15rem;font-size:.72rem;font-weight:300;line-height:1.4}.ds-textarea{resize:vertical;min-height:96px;line-height:1.5}.ds-chip-grid{flex-wrap:wrap;gap:.6rem;display:flex}.ds-chip{border:1.5px solid var(--border-l);color:var(--text);cursor:pointer;background:#fff;border-radius:100px;padding:.55rem .95rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.ds-chip:hover{border-color:var(--jade2);transform:translateY(-1px)}.ds-chip.active{border-color:var(--jade2);background:var(--jade2);color:#fff;box-shadow:0 4px 14px #3daf8a40}.ap-layout{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}@media (width<=960px){.ap-layout{grid-template-columns:1fr}}.ap-main{min-width:0}.ap-preview{flex-direction:column;gap:.75rem;display:flex;position:sticky;top:1.5rem}@media (width<=960px){.ap-preview{order:-1;position:static}}.ap-preview-card{padding:0;overflow:hidden}.ap-preview-cover{height:140px;color:var(--muted);background:linear-gradient(135deg,#3daf8a1f,#c9a84c1a);justify-content:center;align-items:center;display:flex}.ap-preview-cover img{object-fit:cover;width:100%;height:100%}.ap-preview-body{flex-direction:column;gap:.6rem;padding:1.25rem;display:flex}.ap-preview-name{color:var(--ink);font-size:1.05rem;font-weight:700;line-height:1.3}.ap-preview-loc{color:var(--muted);align-items:center;gap:.3rem;font-size:.75rem;font-weight:300;display:flex}.ap-preview-stats{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.4rem;display:grid}.ap-preview-stat{background:var(--surface);border-radius:10px;align-items:center;gap:.5rem;padding:.65rem .7rem;display:flex}.ap-preview-stat-value{color:var(--ink);font-size:.82rem;font-weight:700;line-height:1.2}.ap-preview-stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.1rem;font-size:.62rem}.ap-preview-revenue{color:var(--jade2);background:#3daf8a14;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem .9rem;font-size:.74rem;font-weight:600;display:flex}.ap-preview-revenue strong{font-size:.9rem}.ap-preview-chips{flex-wrap:wrap;gap:.4rem;margin-top:.2rem;display:flex}.ap-preview-chip{color:var(--text);background:var(--surface);border-radius:100px;padding:.28rem .6rem;font-size:.65rem;font-weight:600}.ap-preview-hint{color:var(--muted);text-align:center;padding:0 .5rem;font-size:.68rem;font-weight:300;line-height:1.4}.ap-cover-preview{border-radius:12px;height:200px;position:relative;overflow:hidden}.ap-cover-preview img{object-fit:cover;width:100%;height:100%;display:block}.ap-cover-remove{color:#fff;cursor:pointer;background:#0a0a0f99;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex;position:absolute;top:.6rem;right:.6rem}.ap-cover-remove:hover{background:#0a0a0fd9}.ap-photo-drop{border:1.5px dashed var(--border-l);background:var(--surface);width:100%;color:var(--muted);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.25rem 1.5rem;font-family:inherit;transition:all .2s;display:flex}.ap-photo-drop:hover{border-color:var(--jade2);color:var(--jade2);background:#3daf8a0d}.ap-photo-drop-title{color:var(--ink);font-size:.82rem;font-weight:700}.ap-photo-drop-desc{color:var(--muted);text-align:center;font-size:.7rem;font-weight:300}.mt-layout{grid-template-columns:1fr 320px;align-items:start;gap:1.5rem;display:grid}@media (width<=960px){.mt-layout{grid-template-columns:1fr}}.mt-main{min-width:0}.mt-preview{flex-direction:column;gap:.75rem;display:flex;position:sticky;top:1.5rem}@media (width<=960px){.mt-preview{order:-1;position:static}}.mt-unit-grid{flex-direction:column;gap:.6rem;max-height:300px;padding-right:.25rem;display:flex;overflow-y:auto}.mt-unit-card{border:1.5px solid var(--border-l);cursor:pointer;text-align:left;background:#fff;border-radius:14px;flex-shrink:0;align-items:center;gap:.75rem;width:100%;padding:.8rem .9rem;font-family:inherit;transition:all .2s;display:flex}.mt-unit-card:hover{border-color:var(--jade2);transform:translateY(-1px)}.mt-unit-card.active{border-color:var(--jade2);background:#3daf8a0f;box-shadow:0 0 0 3px #3daf8a1a}.mt-unit-icon{width:34px;height:34px;color:var(--jade2);background:#3daf8a1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.mt-unit-card.active .mt-unit-icon{background:var(--jade2);color:#fff}.mt-unit-body{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.mt-unit-property{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:700;overflow:hidden}.mt-unit-meta{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:300;overflow:hidden}.mt-unit-check{color:var(--jade2);opacity:0;flex-shrink:0;transition:all .15s;transform:scale(.7)}.mt-unit-card.active .mt-unit-check{opacity:1;transform:scale(1)}.mt-char-count{color:var(--muted);text-align:right;margin-top:.35rem;font-size:.65rem}.mt-preview-card{flex-direction:column;gap:.9rem;padding:1.25rem;display:flex}.mt-preview-header{align-items:flex-start;gap:.65rem;display:flex}.mt-preview-icon{width:38px;height:38px;color:var(--rose);background:#e05c5c1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mt-preview-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.62rem;font-weight:700}.mt-preview-title{color:var(--ink);word-break:break-word;margin-top:.15rem;font-size:.92rem;font-weight:700;line-height:1.35}.mt-preview-divider{background:var(--border-l);height:1px}.mt-preview-row{color:var(--text);align-items:flex-start;gap:.55rem;font-size:.78rem;line-height:1.4;display:flex}.mt-preview-row svg{color:var(--muted);flex-shrink:0;margin-top:.1rem}.mt-preview-desc{color:var(--muted);font-size:.76rem;font-weight:300;line-height:1.55}.mt-preview-empty{color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;font-size:.76rem;font-weight:300;line-height:1.5;display:flex}.mt-preview-hint{color:var(--muted);text-align:center;padding:0 .5rem;font-size:.68rem;font-weight:300;line-height:1.4}.doc-file-chosen{border:1.5px solid var(--border-l);background:var(--surface);border-radius:12px;align-items:center;gap:.7rem;padding:.9rem 1rem;display:flex}.doc-file-chosen-meta{flex:1;min-width:0}.doc-file-chosen-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:700;overflow:hidden}.doc-file-chosen-size{color:var(--muted);margin-top:.1rem;font-size:.68rem}.doc-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.doc-card{border:1px solid var(--border-l);background:#fff;border-radius:16px;flex-direction:column;gap:.55rem;padding:1.25rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #1018280a}.doc-card:hover{border-color:var(--jade2);transform:translateY(-2px);box-shadow:0 8px 24px #10182814}.doc-card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.doc-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.doc-card-icon.theme-jade{color:var(--jade2);background:#3daf8a1f}.doc-card-icon.theme-gold{color:var(--gold);background:#c9a84c1f}.doc-card-icon.theme-rose{color:var(--rose);background:#e05c5c1f}.doc-card-icon.theme-blue{color:var(--blue);background:#3a7bd51f}.doc-card-title{color:var(--ink);margin-top:.2rem;font-size:.95rem;font-weight:700;line-height:1.35}.doc-card-filename{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:300;overflow:hidden}.doc-card-meta{color:var(--muted);align-items:center;gap:.4rem;font-size:.7rem;display:flex}.doc-card-meta-dot{background:var(--muted);border-radius:50%;flex-shrink:0;width:3px;height:3px}.doc-card-actions{border-top:1px solid var(--border-l);align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.85rem;display:flex}.doc-card-actions .ds-btn-ghost:first-child{flex:1;justify-content:center}.kyc-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#0a0a0f99;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.2s both fadeIn;display:flex;position:fixed;inset:0;overflow-y:hidden}.kyc-modal{background:var(--ink);border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:440px;max-height:calc(100vh - 3rem);padding:2.25rem;animation:.32s cubic-bezier(.2,.9,.3,1.2) both popIn;position:relative;overflow:hidden auto}.kyc-modal:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 10%,#c9a84c29,#0000 50%),radial-gradient(circle at 90% 90%,#3daf8a29,#0000 50%);position:absolute;inset:0}.kyc-modal-icon{z-index:1;background:linear-gradient(135deg, var(--gold), var(--jade2));width:54px;height:54px;color:var(--ink);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;position:relative;box-shadow:0 10px 26px #c9a84c47}.kyc-modal-title{z-index:1;color:#fff;margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;position:relative}.kyc-modal-desc{z-index:1;color:#ffffff80;margin-bottom:1.75rem;font-size:.85rem;font-weight:300;line-height:1.65;position:relative}.kyc-modal-list{z-index:1;flex-direction:column;gap:.6rem;margin-bottom:2rem;display:flex;position:relative}.kyc-modal-list-item{color:#ffffffb3;align-items:center;gap:.6rem;font-size:.78rem;display:flex}.kyc-modal-actions{z-index:1;gap:.75rem;display:flex;position:relative}.kyc-modal-actions .ds-btn-gold{flex:1;justify-content:center}.kyc-modal-later{color:#fff9;cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:100px;flex:1;padding:.75rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .2s}.kyc-modal-later:hover{color:#fff;border-color:#ffffff4d}.kyc-status-banner{border-radius:16px;align-items:center;gap:.9rem;margin-bottom:1.75rem;padding:1.1rem 1.4rem;display:flex}.kyc-status-banner.pending{background:#c9a84c14;border:1px solid #c9a84c40}.kyc-status-banner.verified{background:#3daf8a14;border:1px solid #3daf8a40}.kyc-status-banner.rejected{background:#e05c5c14;border:1px solid #e05c5c40}.kyc-status-icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.kyc-status-banner.pending .kyc-status-icon{color:var(--gold);background:#c9a84c26}.kyc-status-banner.verified .kyc-status-icon{color:var(--jade2);background:#3daf8a26}.kyc-status-banner.rejected .kyc-status-icon{color:var(--rose);background:#e05c5c26}.kyc-status-title{color:var(--ink);font-size:.85rem;font-weight:700}.kyc-status-desc{color:var(--muted);margin-top:.15rem;font-size:.76rem}.kyc-doc-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width<=800px){.kyc-doc-grid{grid-template-columns:1fr}}.kyc-doc-card{background:#fff;border:1.5px dashed #dcd8d0;border-radius:18px;padding:1.4rem;transition:all .2s}.kyc-doc-card.has-file{background:#3daf8a08;border-style:solid;border-color:#3daf8a59}.kyc-doc-top{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.9rem;display:flex}.kyc-doc-label{color:var(--ink);align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.kyc-doc-required{color:var(--rose);text-transform:uppercase;font-size:.58rem;font-weight:800}.kyc-doc-desc{color:var(--muted);margin-bottom:1rem;font-size:.74rem;font-weight:300;line-height:1.5}.kyc-doc-file{background:var(--surface);color:var(--ink);border-radius:10px;align-items:center;gap:.6rem;margin-bottom:.75rem;padding:.6rem .8rem;font-size:.76rem;display:flex}.kyc-doc-file-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.kyc-upload-btn{background:var(--surface);border:1px solid var(--border-l);width:100%;color:var(--ink);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem;font-size:.78rem;font-weight:700;transition:all .18s;display:inline-flex}.kyc-upload-btn:hover{border-color:#00000026}.kyc-progress-track{margin-top:1.75rem}.kyc-progress-bar-bg{background:var(--surface);border-radius:100px;height:8px;overflow:hidden}.kyc-progress-bar-fill{background:linear-gradient(90deg, var(--jade), var(--jade2));border-radius:100px;height:100%;transition:width .4s}.kyc-progress-label{color:var(--muted);justify-content:space-between;margin-top:.5rem;font-size:.72rem;display:flex}.kyc-phone-gate{flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0 2.5rem;display:flex}.kyc-phone-card{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:400px;padding:2.25rem 2rem;animation:.25s both fadeIn;display:flex}.kyc-phone-icon{width:52px;height:52px;color:var(--jade2);background:#3daf8a1a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:.4rem;display:flex}.kyc-phone-title{color:var(--ink);font-size:1rem;font-weight:700}.kyc-phone-desc{color:var(--muted);margin-bottom:.6rem;font-size:.78rem;font-weight:300;line-height:1.6}.kyc-phone-desc strong{color:var(--ink);font-weight:700}.kyc-phone-cta{justify-content:center;width:100%}.kyc-otp-row{gap:.55rem;margin-bottom:1.1rem;display:flex}.kyc-otp-input{text-align:center;width:44px;height:52px;color:var(--ink);border:1.5px solid var(--border-l);background:#fff;border-radius:10px;font-family:inherit;font-size:1.2rem;font-weight:700;transition:border-color .2s,box-shadow .2s}.kyc-otp-input:focus{border-color:var(--jade2);outline:none;box-shadow:0 0 0 3px #3daf8a1f}.kyc-otp-resend{color:var(--jade2);cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:.3rem;font-family:inherit;font-size:.74rem;font-weight:700}.kyc-otp-resend:disabled{color:var(--muted);cursor:not-allowed}.kyc-otp-resend:not(:disabled):hover{text-decoration:underline}.kyc-phone-locked-hint{color:var(--muted);text-align:center;align-items:center;gap:.45rem;max-width:360px;font-size:.72rem;font-weight:300;display:flex}.ds-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0a0a0f8c;justify-content:center;align-items:center;padding:1.5rem;animation:.18s both fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.ds-modal{background:#fff;border-radius:20px;width:100%;max-width:560px;max-height:calc(100vh - 3rem);animation:.22s cubic-bezier(.4,0,.2,1) both popIn;overflow-y:auto;box-shadow:0 24px 60px #00000040}.ds-modal-header{border-bottom:1px solid var(--border-l);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem;display:flex}.ds-modal-header-left{align-items:flex-start;gap:.75rem;display:flex}.ds-modal-icon{width:38px;height:38px;color:var(--jade2);background:#3daf8a1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ds-modal-title{color:var(--ink);font-size:1rem;font-weight:700}.ds-modal-subtitle{color:var(--muted);margin-top:.2rem;font-size:.76rem;font-weight:300;line-height:1.4}.ds-modal-close{background:var(--surface);width:30px;height:30px;color:var(--muted);cursor:pointer;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.ds-modal-close:hover{color:var(--rose);background:#e05c5c1a}.ds-modal-body{padding:1.5rem 1.75rem}.ds-modal-footer{border-top:1px solid var(--border-l);background:var(--surface);border-radius:0 0 20px 20px;justify-content:flex-end;align-items:center;gap:.75rem;padding:1.1rem 1.75rem;display:flex}.ds-role-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.7rem;display:grid}.ds-role-card{border:1.5px solid var(--border-l);cursor:pointer;text-align:left;background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.4rem;padding:.9rem 1rem;font-family:inherit;transition:all .2s;display:flex}.ds-role-card:hover{border-color:var(--jade2);transform:translateY(-1px)}.ds-role-card.active{border-color:var(--jade2);background:#3daf8a0f;box-shadow:0 0 0 3px #3daf8a1a}.ds-role-icon{border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ds-role-icon.theme-jade{color:var(--jade2);background:#3daf8a1f}.ds-role-icon.theme-gold{color:var(--gold);background:#c9a84c1f}.ds-role-icon.theme-rose{color:var(--rose);background:#e05c5c1f}.ds-role-icon.theme-blue{color:var(--blue);background:#3a7bd51f}.ds-role-name{color:var(--ink);font-size:.8rem;font-weight:700}.ds-role-desc{color:var(--muted);font-size:.68rem;font-weight:300;line-height:1.45}.ds-ssel{position:relative}.ds-ssel-trigger{border:1.5px solid var(--border-l);width:100%;color:var(--ink);cursor:pointer;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .85rem;font-family:inherit;font-size:.85rem;transition:all .15s;display:flex}.ds-ssel-trigger:hover{border-color:var(--jade2)}.ds-ssel-trigger:focus{border-color:var(--jade2);outline:none;box-shadow:0 0 0 3px #3daf8a1f}.ds-ssel-trigger-value{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.ds-ssel-placeholder{color:var(--muted);font-weight:300}.ds-ssel-chevron{color:var(--muted);flex-shrink:0;transition:transform .2s}.ds-ssel-chevron.open{transform:rotate(180deg)}.ds-ssel-panel{z-index:30;border:1px solid var(--border-l);background:#fff;border-radius:12px;animation:.12s both fadeIn;position:absolute;top:calc(100% + .4rem);left:0;right:0;overflow:hidden;box-shadow:0 16px 40px #00000024}.ds-ssel-search{border-bottom:1px solid var(--border-l);align-items:center;gap:.5rem;padding:.6rem .75rem;display:flex}.ds-ssel-search svg{color:var(--muted);flex-shrink:0}.ds-ssel-search input{min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.82rem}.ds-ssel-search input::placeholder{color:var(--muted)}.ds-ssel-list{max-height:220px;padding:.4rem;overflow-y:auto}.ds-ssel-option{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .6rem;font-family:inherit;font-size:.82rem;display:flex}.ds-ssel-option.highlighted{background:var(--surface)}.ds-ssel-option.active{color:var(--jade2);background:#3daf8a14;font-weight:600}.ds-ssel-option-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ds-ssel-check{color:var(--jade2);flex-shrink:0}.ds-ssel-empty{text-align:center;color:var(--muted);padding:1rem;font-size:.78rem}.ds-ssel-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ds-ssel-icon.theme-jade{color:var(--jade2);background:#3daf8a1f}.ds-ssel-icon.theme-gold{color:var(--gold);background:#c9a84c1f}.ds-ssel-icon.theme-rose{color:var(--rose);background:#e05c5c1f}.ds-ssel-icon.theme-blue{color:var(--blue);background:#3a7bd51f}.ds-team-avatar{letter-spacing:.01em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.68rem;font-weight:800;display:flex}.ds-team-avatar.theme-jade{color:var(--jade2);background:#3daf8a24}.ds-team-avatar.theme-gold{color:var(--gold);background:#c9a84c29}.ds-team-avatar.theme-rose{color:var(--rose);background:#e05c5c24}.ds-team-avatar.theme-blue{color:var(--blue);background:#3a7bd524}@media (width<=640px){.ds-modal-header,.ds-modal-body,.ds-modal-footer{padding-left:1.25rem;padding-right:1.25rem}.ds-modal{border-radius:16px}}.ds-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0a0a0f8c;justify-content:flex-end;align-items:stretch;animation:.18s both fadeIn;display:flex;position:fixed;inset:0}.ds-drawer{background:#fff;flex-direction:column;width:100%;max-width:480px;height:100%;animation:.28s cubic-bezier(.4,0,.2,1) both slideInRight;display:flex;overflow:hidden;box-shadow:-24px 0 60px #00000040}.ds-drawer .ds-modal-header{flex-shrink:0}.ds-drawer>form{flex-direction:column;flex:1;min-height:0;display:flex}.ds-drawer .ds-modal-body{flex:1;overflow-y:auto}.ds-drawer .ds-modal-footer{border-radius:0;flex-shrink:0;margin-top:0}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=640px){.ds-drawer{max-width:100%}}.err-root{background:var(--ink);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.err-root:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 15%,#c9a84c24,#0000 45%),radial-gradient(circle at 85% 85%,#3daf8a24,#0000 45%);position:absolute;inset:0}.err-panel{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:460px;padding:3rem 2.5rem;animation:.5s both fadeUp;position:relative}.err-mark-link{margin-bottom:1.5rem;text-decoration:none;display:inline-flex}.err-mark-link .brand-logo-chip{box-shadow:0 8px 24px #c9a84c40}.err-icon{width:52px;height:52px;color:var(--rose);background:#d3545424;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.err-code{background:linear-gradient(135deg, var(--gold), var(--jade2));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:4rem;font-weight:900;line-height:1}.err-title{color:#fff;margin:0 0 .6rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700}.err-desc{color:#ffffff80;margin-bottom:1.75rem;font-size:.85rem;font-weight:300;line-height:1.6}.err-detail{color:#fff6;text-align:left;overflow-wrap:break-word;word-break:break-word;background:#00000040;border:1px solid #ffffff0f;border-radius:10px;margin-bottom:1.75rem;padding:.7rem .9rem;font-family:DM Sans,monospace;font-size:.72rem}.err-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.err-foot{letter-spacing:.04em;text-transform:uppercase;color:#ffffff47;justify-content:center;align-items:center;gap:.4rem;margin-top:2rem;font-size:.68rem;display:flex}
