:root{--color-primary: #cc785c;--color-primary-active: #a9583e;--color-primary-disabled: #e6dfd8;--color-ink: #141413;--color-body: #3d3d3a;--color-body-strong: #252523;--color-muted: #6c6a64;--color-muted-soft: #8e8b82;--color-canvas: #faf9f5;--color-surface-soft: #f5f0e8;--color-surface-card: #efe9de;--color-surface-cream-strong: #e8e0d2;--color-surface-dark: #181715;--color-surface-dark-elevated: #252320;--color-surface-dark-soft: #1f1e1b;--color-hairline: #e6dfd8;--color-hairline-soft: #ebe6df;--color-on-primary: #ffffff;--color-on-dark: #faf9f5;--color-on-dark-soft: #a09d96;--color-accent-teal: #5db8a6;--color-accent-amber: #e8a55a;--color-success: #5db872;--color-warning: #d4a017;--color-error: #c64545;--font-display: "Cormorant Garamond", "EB Garamond", "Tiempos Headline", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-pill: 9999px}body.dark-mode{--color-canvas: #181715;--color-surface-soft: #1f1e1b;--color-surface-card: #252320;--color-surface-cream-strong: #2e2c28;--color-ink: #faf9f5;--color-body: #d4d2cc;--color-body-strong: #e8e6e0;--color-muted: #a09d96;--color-muted-soft: #6c6a64;--color-hairline: #3d3a35;--color-hairline-soft: #2e2c28;--color-on-dark: #faf9f5;--color-on-dark-soft: #a09d96}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{height:100%;font-family:var(--font-body);font-size:14px;font-weight:400;line-height:1.55;color:var(--color-body);background:var(--color-canvas);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;color:var(--color-ink)}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}a{color:var(--color-primary);text-decoration:none}img,svg,video{display:block;max-width:100%}ol,ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--color-muted-soft);border-radius:9999px}::-webkit-scrollbar-track{background:transparent}.dashboard-root{display:flex;height:100vh;width:100vw;overflow:hidden;background:var(--color-canvas)}.dashboard-sidebar{width:240px;background:var(--color-surface-card);border-right:1px solid var(--color-hairline);display:flex;flex-direction:column;justify-content:space-between;padding:24px 16px;flex-shrink:0;height:100%;overflow-y:auto}.dashboard-content{flex:1;height:100%;display:flex;flex-direction:column;overflow:hidden}.dashboard-main{display:grid;height:100%;width:100%;padding:20px;gap:20px;margin:0;overflow:hidden}.inbox-grid{display:grid;grid-template-columns:320px 1fr;gap:24px;height:100%;width:100%;overflow:hidden}.inbox-chat-list{height:100%;display:flex;flex-direction:column;overflow:hidden;padding:20px;background:var(--color-surface-card);border:1px solid var(--color-hairline);border-radius:12px}.inbox-chat-detail{height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--color-surface-card);border:1px solid var(--color-hairline);border-radius:12px}.landing-main{max-width:1200px;margin:0 auto;padding:96px 32px;display:flex;flex-direction:column;gap:96px}.landing-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.landing-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-footer{border-top:1px solid rgba(255,255,255,.08);padding-top:32px;margin-top:96px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--color-on-dark-soft)}@media(max-width:768px){.dashboard-root{flex-direction:column}.dashboard-sidebar{width:100%!important;height:56px!important;flex-direction:row!important;border-right:none!important;border-top:1px solid var(--color-hairline)!important;padding:0 4px!important;order:2;align-items:center!important;justify-content:center!important;position:fixed!important;bottom:0!important;left:0!important;z-index:100;overflow:hidden!important}.dashboard-sidebar .sidebar-brand,.dashboard-sidebar .sidebar-footer{display:none!important}.dashboard-sidebar nav,.dashboard-sidebar .sidebar-nav{flex-direction:row!important;width:100%!important;justify-content:space-around!important;gap:0!important}.dashboard-sidebar nav button,.dashboard-sidebar .sidebar-nav button{padding:10px!important;justify-content:center!important;border-radius:8px!important;font-size:0!important;gap:0!important;min-width:44px}.dashboard-sidebar nav button span,.dashboard-sidebar .sidebar-nav button span{display:none!important}.dashboard-content{height:100%;padding-bottom:56px}.dashboard-main{grid-template-columns:1fr!important;padding:12px!important;gap:12px!important;overflow-y:auto!important;height:calc(100vh - 56px)!important}.inbox-grid{grid-template-columns:1fr!important;gap:0!important;overflow-y:auto!important;height:auto!important}.inbox-chat-list{height:auto!important;max-height:45vh!important;border-radius:12px 12px 0 0!important;border-bottom:none!important}.inbox-chat-detail{height:auto!important;min-height:50vh!important;border-radius:0 0 12px 12px!important}.landing-main{padding:48px 16px;gap:48px}.landing-hero{grid-template-columns:1fr;gap:32px}.landing-hero h1{font-size:32px!important;letter-spacing:-.5px!important}.landing-steps{grid-template-columns:1fr}.landing-footer{flex-direction:column;gap:8px;text-align:center;margin-top:48px}button,input,select,textarea{min-height:44px}input,select,textarea{font-size:16px!important}}@media(min-width:769px)and (max-width:1024px){.landing-hero{grid-template-columns:1fr 1fr;gap:32px}.landing-steps{grid-template-columns:1fr 1fr}.dashboard-sidebar{width:68px;padding:24px 10px;align-items:center}.dashboard-main{padding:12px;gap:12px}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media(max-width:768px){.dashboard-sidebar{padding-bottom:env(safe-area-inset-bottom);height:calc(56px + env(safe-area-inset-bottom))}.dashboard-content{padding-bottom:calc(56px + env(safe-area-inset-bottom))}}}
