@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.auth-page{flex:1;min-height:100vh;width:100%;display:flex;background:#fff;font-family:var(--font-sans);overflow-x:hidden}.auth-wrapper{width:100%;min-height:100vh;display:flex;background:#fff}.auth-form-container{flex:1;background:#fff;padding:50px 80px;display:flex;flex-direction:column;justify-content:space-between;max-width:580px;width:100%}.auth-form-top{margin-bottom:24px}.auth-brand-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.auth-brand-logo-img{width:38px;height:38px;border-radius:9px;object-fit:cover;border:1.5px solid rgba(146,185,55,.35);box-shadow:0 4px 10px #003d2f33}.auth-brand-title{color:#003d2f;font-weight:700;font-size:19px;letter-spacing:-.3px}.auth-form-center{width:100%;max-width:420px;margin:0 auto}.auth-form-header{margin-bottom:28px}.auth-form-title{font-size:28px;font-weight:700;color:#003d2f;letter-spacing:-.5px;margin-bottom:8px}.auth-form-subtitle{font-size:14px;color:#6b7a70;line-height:1.5}.auth-form-content{width:100%}.auth-form-footer{font-size:12.5px;color:#9aa69c;margin-top:32px}.auth-hero{flex:1.15;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.auth-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity .9s ease;display:flex;flex-direction:column;justify-content:space-between;padding:50px 60px}.auth-hero__slide.active{opacity:1;position:relative;flex:1}.auth-hero__slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0e2a1cb8,#0e2a1ce0 60%,#0e2a1cf7);z-index:0}.auth-hero__slide>*{position:relative;z-index:1}.auth-hero-top{display:flex;align-items:center;justify-content:flex-end}.auth-hero-back{font-size:13.5px;color:#b9c9bf;text-decoration:none;font-weight:500;transition:all .15s;background:#ffffff14;padding:8px 16px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-hero-back:hover{color:#fff;background:#ffffff26}.auth-hero-bottom{max-width:480px;color:#fff}.auth-hero-headline{font-size:36px;font-weight:700;line-height:1.2;letter-spacing:-.6px;color:#fff;margin-bottom:14px}.auth-hero-subtext{font-size:14.5px;line-height:1.55;color:#b9c9bf;margin-bottom:28px}.auth-hero-pills{display:flex;gap:8px;align-items:center}.auth-hero-pill{height:4px;border-radius:2px;background:#ffffff40;transition:all .3s ease;cursor:pointer;border:none;padding:0;width:24px}.auth-hero-pill.active{width:40px;background:#92b937}@media (max-width: 960px){.auth-hero{display:none}.auth-form-container{max-width:100%;padding:36px 24px}}.input-wrap{display:flex;flex-direction:column;gap:6px;width:100%}.input-label{font-size:13.5px;font-weight:600;color:#0e2a1c;letter-spacing:.01em}.input-field-wrap{position:relative;display:flex;align-items:center}.input-icon-left,.input-icon-right{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:#9aa69c;pointer-events:none}.input-icon-left{left:14px}.input-icon-right{right:14px;cursor:pointer;pointer-events:all}.input-field{width:100%;font-family:var(--font-sans);font-size:14px;color:#0e2a1c;background:#fff;border:1.5px solid #E7EAE6;border-radius:10px;padding:12px 16px;transition:all .15s ease;outline:none}.input-field--icon-left{padding-left:42px}.input-field--icon-right{padding-right:42px}.input-field::placeholder{color:#9aa69c}.input-field:focus{border-color:#16a56b;box-shadow:0 0 0 3px #16a56b24}.input-field--valid{border-color:#16a56b!important;background-color:#f8fcfa}.input-field--error{border-color:#d8503a!important;background-color:#fffbfb;box-shadow:0 0 0 3px #d8503a1f!important}.input-status-icon{font-size:13px;font-weight:700;margin-right:4px}.input-status-icon--valid{color:#16a56b}.input-status-icon--error{color:#d8503a}.input-hint{font-size:12px;color:#9aa69c;margin-top:2px}.input-error{font-size:12px;color:#d8503a;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-sans);font-weight:var(--font-semibold);border:none;cursor:pointer;border-radius:9px;transition:var(--transition-fast);white-space:nowrap;outline:none;position:relative;overflow:hidden}.btn--sm{padding:7px 14px;font-size:var(--text-sm);border-radius:8px}.btn--md{padding:10px 20px;font-size:var(--text-sm)}.btn--lg{padding:13px 26px;font-size:var(--text-base);border-radius:11px}.btn--full{width:100%}.btn--primary{background:#16a56b;color:#fff;box-shadow:0 2px 8px #16a56b47}.btn--primary:hover:not(:disabled){background:#12925e;box-shadow:0 4px 14px #16a56b61;transform:translateY(-1px)}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--dark{background:#0e2a1c;color:#fff;box-shadow:0 2px 8px #0e2a1c38}.btn--dark:hover:not(:disabled){background:#1a3d2a;transform:translateY(-1px)}.btn--secondary{background:#fff;color:#0e2a1c;border:1px solid #E7EAE6;box-shadow:var(--shadow-xs)}.btn--secondary:hover:not(:disabled){border-color:#0e2a1c;background:#f3f5f2}.btn--ghost{background:transparent;color:#6b7a70;border:1px solid transparent}.btn--ghost:hover:not(:disabled){background:#f3f5f2;color:#0e2a1c}.btn--danger{background:#d8503a;color:#fff}.btn--danger:hover:not(:disabled){background:#c0432f;transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff1f;opacity:0;transition:opacity .15s}.btn:active:after{opacity:1}.btn__spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:btnSpin .65s linear infinite}@keyframes btnSpin{to{transform:rotate(360deg)}}.checkbox-label{display:inline-flex;align-items:center;gap:8px;font-size:var(--text-sm);color:#6b7a70;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:1.5px solid #CBD5E1;border-radius:5px;background-color:#fff;cursor:pointer;display:grid;place-content:center;transition:all .15s ease;outline:none}.checkbox-input:hover{border-color:#16a56b}.checkbox-input:checked{background-color:#16a56b;border-color:#16a56b}.checkbox-input:checked:before{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}.checkbox-input:focus-visible{box-shadow:0 0 0 3px #16a56b33}.alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:9px;font-size:var(--text-sm);line-height:var(--leading-normal);margin-bottom:16px}.alert--error{background-color:#fbe7e2;color:#d8503a;border:1px solid rgba(216,80,58,.2)}.alert--success{background-color:#e6f5ec;color:#16a56b;border:1px solid rgba(22,165,107,.2)}.alert--info{background-color:#edebfb;color:#6d4fe0;border:1px solid rgba(109,79,224,.2)}.alert__icon{flex-shrink:0;margin-top:1px}.otp-group{display:flex;gap:10px;justify-content:space-between;width:100%;margin:20px 0}.otp-box{flex:1;height:52px;max-width:52px;text-align:center;font-size:22px;font-weight:700;color:#0e2a1c;background:#fff;border:1.5px solid #E7EAE6;border-radius:12px;outline:none;transition:all .15s ease;font-family:var(--font-sans)}.otp-box:focus{border-color:#16a56b;box-shadow:0 0 0 3px #16a56b29;background:#f4faf6}.otp-box--filled{border-color:#16a56b;background:#f4faf6}.sidebar{width:248px;background:var(--sidebar);padding:22px 16px;display:flex;flex-direction:column;flex-shrink:0;min-height:100vh;position:sticky;top:0;height:100vh;overflow-y:hidden}@media (max-width: 767px){.sidebar{display:none}}.brand{display:flex;align-items:center;gap:10px;padding:4px 8px 22px}.brand-logo-img{width:34px;height:34px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1.5px solid rgba(146,185,55,.35)}.brand-name{color:#fff;font-weight:600;font-size:15px;letter-spacing:.2px}.search-box{display:flex;align-items:center;gap:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:9px;padding:9px 10px;margin-bottom:20px}.search-box svg{width:13px;height:13px;stroke:var(--sidebar-text-dim);fill:none;flex-shrink:0}.search-box input{background:transparent;border:none;outline:none;color:#e7ece9;font-size:12.5px;width:100%}.search-box input::placeholder{color:var(--sidebar-text-dim)}.search-kbd{font-size:10.5px;color:var(--sidebar-text-dim);background:#ffffff0d;padding:2px 6px;border-radius:5px;flex-shrink:0}.nav-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--sidebar-text-dim);margin:14px 8px 8px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;color:var(--sidebar-text);font-size:13.5px;font-weight:500;text-decoration:none;margin-bottom:2px;cursor:pointer;transition:background .12s,color .12s}.nav-item .ic{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.nav-item svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}.nav-item.active{background:var(--accent);color:#fff}.nav-item:not(.active):hover{background:#ffffff0d;color:#fff}.nav-badge{margin-left:auto;background:#ffffff1f;font-size:10.5px;padding:1px 7px;border-radius:20px;color:#fff}.nav-item.active .nav-badge{background:#ffffff40}.sidebar-spacer{flex:1}.account{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;background:#ffffff0d;margin-top:10px;cursor:pointer;transition:background .12s}.account:hover{background:#ffffff17}.account-name{color:#fff;font-size:12.5px;font-weight:600}.account-role{color:var(--sidebar-text-dim);font-size:11px}.topbar-shell{height:60px;background:var(--card);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 32px;gap:12px;flex-shrink:0;position:sticky;top:0;z-index:30}.topbar-date{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:9px;padding:8px 14px;color:var(--text-secondary);font-size:13px;font-weight:500;letter-spacing:.01em}.topbar-date svg{color:var(--text-muted)}.topbar-spacer{flex:1}.topbar-right{display:flex;align-items:center;gap:10px}.topbar-bell{position:relative;width:36px;height:36px;border-radius:10px;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:background .15s,border-color .15s}.topbar-bell:hover{background:var(--card);border-color:var(--text-muted)}.topbar-bell svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}.topbar-bell-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;border-radius:8px;padding:0 4px;background:var(--red);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--card)}.notif-dropdown{position:absolute;top:48px;right:0;width:320px;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 32px #0000001f;z-index:100;overflow:hidden;animation:popIn .2s cubic-bezier(.16,1,.3,1)}.notif-header{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.notif-header h4{margin:0;font-size:14px;color:var(--text)}.notif-header button{background:none;border:none;font-size:11.5px;color:var(--accent);font-weight:600;cursor:pointer}.notif-list{max-height:340px;overflow-y:auto}.notif-item{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;gap:12px;cursor:pointer;transition:background .15s}.notif-item:hover{background:var(--bg)}.notif-item.unread{background:#f0fdf4}.notif-item.unread:hover{background:#e6f5ec}.notif-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-content{flex:1;min-width:0}.notif-title{font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:2px}.notif-desc{font-size:11.5px;color:var(--text-secondary);line-height:1.4;margin-bottom:4px}.notif-time{font-size:10.5px;color:var(--text-muted)}.notif-empty{padding:32px 16px;text-align:center;color:var(--text-muted);font-size:13px}.topbar-profile{display:flex;align-items:center;gap:9px;padding:5px 10px 5px 5px;border-radius:10px;cursor:pointer;border:1px solid var(--border);background:var(--bg);transition:background .15s}.topbar-profile:hover{background:var(--card)}.topbar-profile-info{line-height:1.2}.topbar-profile-name{font-size:12.5px;font-weight:600;color:var(--text)}.topbar-profile-role{font-size:11px;color:var(--text-muted)}.topbar-profile-chevron{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2;flex-shrink:0}@media (max-width: 767px){.topbar-shell{padding:0 16px;height:54px}.topbar-date{display:none}.notif-dropdown{width:calc(100vw - 32px);right:-60px}.topbar-profile-info{display:none}.topbar-profile{padding:5px;border:none;background:transparent}.topbar-profile:hover{background:transparent}.topbar-profile-chevron{display:none}}.bottom-nav{display:none}@media (max-width: 767px){.bottom-nav{display:flex;align-items:center;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--sidebar);border-top:1px solid rgba(255,255,255,.07);z-index:200;padding:0 4px;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 20px #0000002e}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1;padding:8px 4px;color:var(--sidebar-text-dim);text-decoration:none;font-size:10px;font-weight:500;letter-spacing:.01em;border-radius:10px;transition:color .15s;background:none;border:none;cursor:pointer}.bottom-nav-item svg{width:20px;height:20px;stroke:currentColor;flex-shrink:0}.bottom-nav-item.active{color:var(--accent)}.bottom-nav-item span{line-height:1}.bottom-nav-plus{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--accent);border:3px solid var(--sidebar);color:#fff;cursor:pointer;flex-shrink:0;margin-bottom:16px;box-shadow:0 4px 16px #92b93773;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .15s}.bottom-nav-plus svg{width:22px;height:22px;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.bottom-nav-plus.active{background:var(--red);box-shadow:0 4px 16px #ef444459}.bottom-nav-plus:active{transform:scale(.93)}.bottom-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:199;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:sheetFadeIn .2s ease}.bottom-sheet{position:absolute;bottom:64px;left:0;right:0;background:var(--card);border-radius:20px 20px 0 0;padding:12px 20px 24px;animation:sheetSlideUp .3s cubic-bezier(.16,1,.3,1);max-height:80vh;overflow-y:auto}.bottom-sheet-handle{width:36px;height:4px;border-radius:2px;background:var(--border);margin:0 auto 16px}.bottom-sheet-title{font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.bottom-sheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.bottom-sheet-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--bg);cursor:pointer;transition:background .15s,transform .1s;text-align:left}.bottom-sheet-item:active{transform:scale(.97);background:var(--border)}.bottom-sheet-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bottom-sheet-icon svg{width:16px;height:16px;stroke:currentColor}.bottom-sheet-label{font-size:13px;font-weight:600;color:var(--text)}.bottom-sheet-logout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px;border-radius:12px;background:var(--red-soft);border:none;color:var(--red);font-size:13.5px;font-weight:600;cursor:pointer;transition:opacity .15s}.bottom-sheet-logout:active{opacity:.8}@keyframes sheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetSlideUp{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}}.dashboard-layout{display:flex;min-height:100vh;flex:1;width:100%;min-width:0;background:var(--bg)}.dashboard-main{flex:1;min-width:0;overflow-y:auto;overflow-x:hidden;width:0;display:flex;flex-direction:column}.dashboard-content{flex:1;padding:26px 32px 40px}@media (max-width: 767px){.dashboard-content{padding:16px 16px 96px}}.upgrade-card{background:var(--accent);border-radius:var(--radius);padding:20px;color:#fff;display:flex;flex-direction:column;gap:0}.upgrade-eyebrow{font-size:10.5px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.upgrade-title{font-size:18px;font-weight:700;margin-bottom:10px}.upgrade-body{font-size:12.5px;color:#ffffffe6;line-height:1.5;margin-bottom:18px}.upgrade-btn{display:inline-block;background:#fff;color:var(--accent);border:none;padding:9px 16px;border-radius:9px;font-size:12.5px;font-weight:700;cursor:pointer;margin-bottom:20px;text-decoration:none;transition:opacity .15s}.upgrade-btn:hover{opacity:.9}.upgrade-stats{display:flex;gap:10px;margin-top:auto}.upgrade-stat{flex:1;background:#0000001a;border-radius:9px;padding:10px 12px}.upgrade-stat-label{font-size:10px;color:#ffffffb3;margin-bottom:4px}.upgrade-stat-value{font-size:15px;font-weight:700;color:#fff}.card-link{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--accent);text-decoration:none;background:var(--accent-soft);padding:4px 10px;border-radius:6px;border:1px solid transparent;transition:all .15s ease}.card-link:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.recent-products-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}.recent-product-row{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:8px;transition:background .15s ease;text-decoration:none;color:inherit}.recent-product-row:hover{background:var(--bg)}.recent-product-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.recent-product-avatar{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0;overflow:hidden}.recent-product-avatar img{width:100%;height:100%;object-fit:cover}.recent-product-meta{min-width:0;flex:1}.recent-product-title{font-weight:600;font-size:12.5px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-product-sub{font-size:11px;color:var(--text-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-product-cost{font-weight:700;font-size:12.5px;color:var(--text);margin-left:12px;flex-shrink:0;text-align:right}.platform-summary-container{display:flex;flex-direction:column;gap:10px;margin-top:12px}.platform-summary-btn{text-decoration:none;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:10px;background:var(--bg);border:1px solid var(--border);transition:all .2s ease}.platform-summary-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000a}.platform-summary-info{display:flex;align-items:center;gap:12px}.platform-summary-iconbox{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.platform-summary-name{font-size:12.5px;color:var(--text-secondary);font-weight:600}.platform-summary-stats{display:flex;align-items:center;gap:8px}.platform-summary-number{font-weight:700;font-size:15px}.chat-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00140c73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9000;display:flex;justify-content:flex-end;animation:overlayIn .18s ease}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.chat-panel{width:480px;max-width:100vw;height:100%;background:var(--card);border-left:1px solid var(--border);display:flex;flex-direction:column;box-shadow:-8px 0 40px #001e162e;animation:panelSlideIn .22s cubic-bezier(.16,1,.3,1)}@keyframes panelSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.chat-panel-header{padding:16px 18px;border-bottom:1px solid var(--border);background:var(--card);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.chat-panel-header-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.chat-panel-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.chat-panel-title{font-size:14px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.chat-panel-meta{font-size:11.5px;color:var(--text-muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel-close{width:30px;height:30px;border-radius:7px;border:1px solid var(--border);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:background .12s ease,color .12s ease}.chat-panel-close:hover{background:var(--bg);color:var(--text)}.chat-panel-badges{display:flex;align-items:center;gap:6px;padding:8px 18px;border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0;flex-wrap:wrap}.chat-panel-body{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:14px;background:var(--bg)}.chat-msg-row{display:flex;gap:10px;max-width:82%}.chat-msg-row.incoming{align-self:flex-start}.chat-msg-row.outgoing{align-self:flex-end;flex-direction:row-reverse}.chat-msg-bubble{padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.45;position:relative;word-break:break-word}.chat-msg-row.incoming .chat-msg-bubble{background:var(--card);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:3px}.chat-msg-row.outgoing .chat-msg-bubble{background:#003d2f;color:#fff;border-bottom-right-radius:3px;box-shadow:0 2px 8px #003d2f2e}.chat-msg-meta{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:10.5px;color:var(--text-muted)}.chat-msg-row.outgoing .chat-msg-meta{justify-content:flex-end}.chat-attachment{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;margin-top:8px;background:#0000000d;font-size:12px;font-weight:500;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.08)}.chat-msg-row.outgoing .chat-attachment{background:#ffffff1f;border-color:#fff3;color:#fff}.chat-reply-bar{display:flex;align-items:center;gap:10px;padding:14px 18px;border-top:1px solid var(--border);background:var(--card)}.chat-reply-input{flex:1;border:1px solid var(--border);border-radius:9px;padding:10px 14px;font-size:13px;color:var(--text);background:var(--bg);outline:none;transition:border-color .15s ease}.chat-reply-input:focus{border-color:var(--accent)}.chat-reply-btn{display:inline-flex;align-items:center;gap:6px;background:#003d2f;color:#fff;border:none;padding:10px 18px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.chat-reply-btn:hover{opacity:.9}.chat-reply-btn:disabled{opacity:.5;cursor:not-allowed}:root{--sidebar: #003D2F;--sidebar-active: #92B937;--sidebar-text: #B9C9BF;--sidebar-text-dim: #7E9186;--bg: #F3F5F2;--card: #FFFFFF;--border: #E7EAE6;--text: #003D2F;--text-secondary: #6B7A70;--text-muted: #9AA69C;--accent: #92B937;--accent-soft: #EEF5D6;--success: #329336;--success-soft: #E6F5E7;--amber: #E08A2C;--amber-soft: #FBEDDB;--red: #ef4444;--red-soft: #FBE7E2;--purple: #6D4FE0;--purple-soft: #EDEBFB;--blue: #3B6EE0;--blue-soft: #E7EDFB;--radius: 14px;--font-sans: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--text-xs: 10.5px;--text-sm: 12.5px;--text-base: 14px;--text-lg: 16px;--leading-normal: 1.5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}#root{display:flex;min-height:100vh;width:100%}a{text-decoration:none;color:inherit}button,input,select,textarea{font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.topbar{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.topbar h1{font-size:22px;font-weight:600}.topbar p{font-size:13px;color:var(--text-secondary);margin-top:3px}.topbar-actions{display:flex;align-items:center;gap:14px}.icon-btn{width:34px;height:34px;border-radius:9px;background:var(--card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);cursor:pointer;transition:background .15s}.icon-btn:hover{background:var(--bg)}.icon-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}.btn-primary{display:inline-flex;align-items:center;gap:7px;background:var(--sidebar);color:#fff;border:none;padding:9px 16px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.btn-primary:hover{opacity:.88}.btn-accent{display:inline-flex;align-items:center;gap:7px;background:var(--accent);color:#fff;border:none;padding:9px 16px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.btn-accent:hover{opacity:.88}.btn-outline{display:inline-flex;align-items:center;gap:7px;background:transparent;color:var(--text);border:1px solid var(--border);padding:9px 16px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.btn-outline:hover{background:var(--bg)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.card-title{font-size:12px;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.02em}.card-big{font-size:24px;font-weight:700;margin-top:6px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.stat-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.stat-label{font-size:11.5px;color:var(--text-secondary);font-weight:600;letter-spacing:.02em;text-transform:uppercase}.stat-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:14px;height:14px;stroke-width:2;fill:none}.stat-value{font-size:22px;font-weight:700;margin-bottom:8px}.stat-delta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.delta-pill{display:flex;align-items:center;gap:3px;padding:2px 7px;border-radius:20px;font-weight:600;font-size:11px}.delta-up{background:var(--accent-soft);color:var(--accent)}.delta-down{background:var(--red-soft);color:var(--red)}.delta-neu{background:var(--bg);color:var(--text-secondary)}.badge,.status-pill{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px}.status-active,.badge--green{background:var(--accent-soft);color:var(--accent)}.status-pending,.badge--amber{background:var(--amber-soft);color:var(--amber)}.status-rejected,.badge--red{background:var(--red-soft);color:var(--red)}.badge--purple{background:#edebfb;color:#6d4fe0}.badge--blue{background:#e7edfb;color:#3b6ee0}.badge--grey{background:var(--bg);color:var(--text-secondary)}.table-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.table-title-wrap{display:flex;align-items:center;gap:8px}.table-title{font-size:13px;font-weight:600}.table-count{background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px}.table-filters{display:flex;align-items:center;gap:10px}.table-search{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:8px;padding:7px 10px;font-size:12px;color:var(--text-muted);background:var(--card)}.table-search input{border:none;outline:none;font-size:12px;color:var(--text);background:transparent;width:140px}.table-search input::placeholder{color:var(--text-muted)}.table-search svg{width:13px;height:13px;stroke:var(--text-muted);fill:none;flex-shrink:0}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:10.5px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-weight:600;padding:8px 6px;border-bottom:1px solid var(--border)}td{padding:11px 6px;font-size:12.5px;border-bottom:1px solid var(--border);color:var(--text)}tr:last-child td{border-bottom:none}.prod-cell{display:flex;align-items:center;gap:10px}.prod-swatch{width:32px;height:32px;border-radius:8px;flex-shrink:0}.prod-name{font-weight:600;font-size:12.5px}.prod-sub{font-size:11px;color:var(--text-muted)}.action-link{font-size:12px;color:var(--accent);font-weight:600;cursor:pointer;text-decoration:none;background:none;border:none}.action-link:hover{text-decoration:underline}.avatar-sm{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.avatar-stack{display:flex}.avatar-stack .avatar-sm{border:2px solid var(--bg);margin-left:-8px;font-size:11px}.avatar-stack .avatar-sm:first-child{margin-left:0}.select-pill{display:flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:12px;color:var(--text-secondary);cursor:pointer;background:var(--card)}.select-pill svg{width:12px;height:12px;stroke:var(--text-secondary);fill:none;stroke-width:2}.legend{display:flex;gap:14px;margin-bottom:6px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--text-secondary)}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chart-wrap{height:190px;position:relative}.chart-wrap-lg{height:260px;position:relative}.mid-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;margin-bottom:16px}.bottom-grid{display:grid;grid-template-columns:1fr 1.7fr;gap:16px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:16px}.funnel-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}.funnel-row:last-child{border-bottom:none}.funnel-label{font-size:12.5px;color:var(--text-secondary)}.funnel-value{font-size:14px;font-weight:700}.funnel-sub{font-size:11px;color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;gap:12px;color:var(--text-muted);text-align:center}.empty-state svg{width:40px;height:40px;stroke:var(--border);fill:none;stroke-width:1.5}.empty-state p{font-size:13px}.stars{display:flex;gap:2px}.star-filled{color:#f59e0b;font-size:13px}.star-empty{color:var(--border);font-size:13px}.progress-bar{height:6px;border-radius:3px;background:var(--border);overflow:hidden}.progress-fill{height:100%;border-radius:3px;background:var(--accent)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-label{font-size:12px;font-weight:600;color:var(--text-secondary)}.form-input{border:1px solid var(--border);border-radius:9px;padding:9px 12px;font-size:13px;color:var(--text);background:var(--card);outline:none;width:100%;transition:border-color .15s}.form-input:focus{border-color:var(--accent)}.form-select{border:1px solid var(--border);border-radius:9px;padding:9px 12px;font-size:13px;color:var(--text);background:var(--card);outline:none;width:100%;cursor:pointer}.form-textarea{border:1px solid var(--border);border-radius:9px;padding:9px 12px;font-size:13px;color:var(--text);background:var(--card);outline:none;width:100%;resize:vertical;min-height:80px}.section-gap{margin-bottom:16px}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:100;display:flex;justify-content:flex-end;opacity:0;animation:fadeIn .2s forwards}.drawer-content{width:440px;background:var(--bg);height:100%;box-shadow:-4px 0 24px #0000001a;display:flex;flex-direction:column;transform:translate(100%);animation:slideIn .3s cubic-bezier(.16,1,.3,1) forwards}.drawer-head{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:var(--card)}.drawer-title{font-size:16px;font-weight:600}.drawer-body{flex:1;overflow-y:auto;padding:24px}.drawer-foot{padding:16px 24px;border-top:1px solid var(--border);display:flex;gap:12px;justify-content:flex-end;background:var(--card)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeIn .2s forwards}.modal-content{width:440px;max-width:90vw;background:var(--bg);border-radius:14px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;transform:scale(.95);animation:popIn .25s cubic-bezier(.16,1,.3,1) forwards;overflow:hidden}.modal-head{padding:18px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:var(--card)}.modal-title{font-size:16px;font-weight:600}.modal-body{padding:22px;max-height:70vh;overflow-y:auto}.modal-foot{padding:16px 22px;border-top:1px solid var(--border);display:flex;gap:12px;justify-content:flex-end;background:var(--card)}@keyframes fadeIn{to{opacity:1}}@keyframes slideIn{to{transform:translate(0)}}@keyframes popIn{to{transform:scale(1)}}@media (max-width: 767px){.topbar{flex-direction:column;gap:12px;align-items:flex-start;width:100%}.topbar h1{font-size:20px}.topbar-actions{width:100%;display:flex;gap:8px;flex-wrap:nowrap}.topbar-actions .btn-primary,.topbar-actions .btn-accent,.topbar-actions .btn-outline{flex:1;justify-content:center;padding:9px 8px}.topbar-actions select.select-pill{flex:1}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.mid-grid,.bottom-grid,.two-col,.three-col,.form-row{grid-template-columns:1fr}.table-card{padding:12px;background:transparent;border:none}.table-head{flex-direction:column;align-items:flex-start;gap:12px}.table-card table,.table-card tbody,.table-card tr,.table-card td{display:block;width:100%}.table-card thead{display:none}.table-card tr{margin-bottom:12px;border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--card);box-shadow:0 2px 8px #00000008}.table-card td{padding:8px 4px;border-bottom:1px dashed var(--border);text-align:left;display:flex;align-items:center;gap:12px}.table-card tr td:last-child{border-bottom:none}.table-filters{width:100%;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.table-search{flex:1;width:100%}.table-search input{width:100%}.drawer-content{width:85vw}.modal-content{width:calc(100vw - 32px);margin:16px}}@media (max-width: 480px){.stat-grid{grid-template-columns:1fr}}
