:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.dialog-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-container{background:var(--surface);width:420px;max-width:90%;color:var(--text);border-radius:16px;animation:.15s dialogIn;overflow:hidden;box-shadow:0 10px 40px #0000004d}@keyframes dialogIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.dialog-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:16px 20px;display:flex}.dialog-title{font-size:18px;font-weight:600}.dialog-body{padding:20px;font-size:15px;line-height:1.5}.dialog-footer{border-top:1px solid var(--border);justify-content:flex-end;padding:16px 20px;display:flex}.header{border-bottom:1px solid var(--border-color);background:var(--header-bg);box-sizing:border-box;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex}.header-left{align-items:center;gap:16px;display:flex}.logo{background:var(--primary-color);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.company-name{font-size:16px;font-weight:600}.header-right{align-items:center;gap:12px;display:flex}.header-right select{border:1px solid var(--border-color);background:var(--surface-color);height:36px;color:var(--text-color);cursor:pointer;border-radius:8px;padding:0 10px}.auth-button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;height:36px;padding:0 16px;font-weight:600}.auth-button:hover{opacity:.9}.user-menu{position:relative}.user-button{cursor:pointer;background-color:#6495ed;border:none;border-radius:50%;width:40px;height:40px}.user-dropdown{background:var(--header-bg);border:1px solid var(--border-color);z-index:1000;border-radius:12px;width:240px;padding:12px;position:absolute;top:48px;right:0;box-shadow:0 10px 30px #00000026}.user-info{flex-direction:column;margin-bottom:10px;padding:10px;display:flex}.user-info span{opacity:.7;font-size:13px}.user-dropdown button{text-align:left;cursor:pointer;background-color:bisque;border:none;border-radius:8px;width:100%;padding:10px}.user-dropdown button:hover{background:var(--surface-color)}.user-dropdown .danger{color:#dc2626}.company-selector{flex-direction:column;gap:6px;padding:12px 16px;display:flex}.company-selector label{color:var(--text-secondary);font-size:12px;font-weight:600}.company-selector select{border:1px solid var(--border-color);background:var(--surface-color);width:100%;color:var(--text-color);cursor:pointer;border-radius:8px;padding:8px 12px;font-size:14px}.company-selector select:focus{border-color:var(--primary-color);outline:none}.workspace-tabs{border-bottom:1px solid var(--border-color);background:var(--header-bg);align-items:center;gap:4px;height:42px;padding:0 8px;display:flex;overflow:auto hidden}.workspace-tab{background:var(--surface-color);min-width:140px;height:34px;color:var(--text-color);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px 8px 0 0;flex-shrink:0;align-items:center;gap:8px;padding:0 12px;display:flex}.workspace-tab.active{background:var(--primary-color);color:#fff}.tab-title{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.tab-close{appearance:none;box-shadow:none;color:inherit;cursor:pointer;background:0 0;border:none;outline:none;margin:0;padding:0;font-size:14px}.tab-close:hover{opacity:.7}.tab-close:focus,.tab-close:active{box-shadow:none;outline:none}.footer{border-top:1px solid var(--border);background:var(--header-bg);height:42px;color:var(--text-secondary);justify-content:space-between;align-items:center;padding:0 24px;font-size:13px;display:flex}.guest-shell{flex-direction:column;height:100vh;display:flex}.guest-content{background:var(--page-bg);flex:1;padding:40px;overflow-y:auto}.app-body{flex:1;display:flex;overflow:hidden}.workspace-area{flex-direction:column;flex:1;width:100%;display:flex;overflow:hidden}.workspace-content{flex:1;padding:16px;overflow:auto}.landing-page{max-width:1400px;margin:auto;padding:60px 40px}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:70px;margin-bottom:90px;display:grid}.hero-badge{color:#2563eb;background:#edf4ff;border-radius:30px;margin-bottom:24px;padding:8px 14px;font-weight:600;display:inline-block}.hero h1{margin-bottom:18px;font-size:56px}.hero p{color:#666;margin-bottom:30px;font-size:20px;line-height:1.8}.hero-buttons{gap:18px;display:flex}.primary-btn,.secondary-btn{border-radius:10px;padding:14px 26px;font-weight:600;text-decoration:none}.primary-btn{color:#fff;background:#2563eb}.primary-btn:hover{background:#1d4ed8}.secondary-btn{color:#2563eb;border:2px solid #2563eb}.secondary-btn:hover{background:#edf4ff}.hero-right iframe{aspect-ratio:16/9;border:none;border-radius:16px;width:100%;box-shadow:0 20px 50px #00000026}.features{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:90px;display:grid}.feature-card{background:#fff;border-radius:16px;padding:30px;transition:all .2s;box-shadow:0 10px 30px #00000014}.feature-card:hover{transform:translateY(-6px)}.feature-card h2{margin-bottom:18px}.feature-card p{color:#666;line-height:1.7}.cta{text-align:center;color:#fff;background:#2563eb;border-radius:20px;padding:70px}.cta h2{margin-bottom:20px;font-size:38px}.cta p{max-width:700px;margin:auto auto 35px;line-height:1.8}.cta .primary-btn{color:#2563eb;background:#fff}@media (width<=900px){.hero{grid-template-columns:1fr}.hero h1{font-size:42px}.hero-buttons{flex-direction:column}}.auth-page{background:var(--surface-color);justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.auth-card{background:var(--header-bg);border:1px solid var(--border-color);border-radius:16px;width:430px;padding:35px;box-shadow:0 20px 50px #0000001f}.auth-header{text-align:center;margin-bottom:25px}.auth-header h1{margin:0;font-size:32px}.auth-header p{color:var(--text-color);opacity:.7}.auth-tabs{margin-bottom:25px;display:flex}.auth-tabs button{cursor:pointer;background-color:gray;border:none;border-bottom:2px solid #0000;flex:1;padding:12px}.auth-tabs .active{color:#fff;background:var(--primary-color);border-radius:8px}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-form label{flex-direction:column;gap:6px;font-weight:600;display:flex}.auth-form input,.auth-form select{border:1px solid var(--border-color);border-radius:8px;padding:12px}.primary-button,.google-button,.secondary-button{cursor:pointer;border:none;border-radius:8px;padding:13px;font-weight:600}.primary-button{color:#fff;background:#2563eb}.google-button{color:#fff;background:#db4437}.secondary-button{border:1px solid var(--border-color);background-color:#dcdcdc}.divider{text-align:center;opacity:.6}.confirm-page{background:linear-gradient(135deg,#f6f8fc,#eef2f7);justify-content:center;align-items:center;height:100vh;font-family:Inter,system-ui,Arial,sans-serif;display:flex}.confirm-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px;animation:.3s ease-in-out fadeIn;box-shadow:0 10px 30px #00000014}.confirm-title{color:#111827;margin-bottom:8px;font-size:20px;font-weight:600}.confirm-text{color:#6b7280;margin-bottom:20px;font-size:14px;line-height:1.4}.spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:36px;height:36px;margin:0 auto 16px;animation:1s linear infinite spin}.success{color:#16a34a}.error{color:#dc2626}.confirm-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;margin-top:16px;padding:10px 16px;font-size:14px;transition:background .2s}.confirm-button:hover{background:#2563eb}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.confirm-card{margin:16px;padding:24px}}.invite-page{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.invite-card{background:#fff;border-radius:12px;width:100%;max-width:480px;padding:40px;box-shadow:0 10px 30px #00000014}.invite-card h1{text-align:center;margin:0;font-size:30px}.accept-page{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.accept-card{background:#fff;border-radius:12px;width:100%;max-width:480px;padding:40px;box-shadow:0 10px 30px #00000014}.accept-card h1{text-align:center;margin:0;font-size:30px}.reset-password-link-page{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.reset-password-link-card{background:#fff;border-radius:12px;width:100%;max-width:480px;padding:40px;box-shadow:0 10px 30px #00000014}.reset-password-link-card h1{text-align:center;margin:0;font-size:30px}.reset-password-page{justify-content:center;align-items:center;padding:40px 20px;display:flex}.reset-password-card{background:#fff;border-radius:12px;width:100%;max-width:480px;padding:40px;box-shadow:0 10px 30px #00000014}.reset-password-card h1{text-align:center;margin:0;font-size:30px}.r change-password-page{justify-content:center;align-items:center;padding:40px 20px;display:flex}.change-password-card{background:#fff;border-radius:12px;width:100%;max-width:480px;padding:40px;box-shadow:0 10px 30px #00000014}.change-password-card h1{text-align:center;margin:0;font-size:30px}.password-input{width:100%;position:relative}.password-input input{box-sizing:border-box;width:100%;padding-right:42px}.password-toggle{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:28%;right:12px;transform:translateY(-50%)}.password-toggle:hover{color:#333}*{box-sizing:border-box}body{background:#f4f6f9;margin:0;font-family:Segoe UI,sans-serif}.company-page{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.company-card{background:#fff;border-radius:12px;width:100%;max-width:480px;padding:40px;box-shadow:0 10px 30px #00000014}.company-card h1{text-align:center;margin:0;font-size:30px}.subtitle{text-align:center;color:#666;margin:10px 0 32px}form{flex-direction:column;gap:18px;display:flex}label{color:#333;flex-direction:column;gap:6px;font-size:14px;font-weight:600;display:flex}input,select{border:1px solid #d0d5dd;border-radius:8px;padding:12px 14px;font-size:15px;transition:all .2s}input:focus,select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:all .2s}button:hover{background:#1d4ed8}.table-wrapper{width:100%;height:100%;overflow:auto}.two-col-layout{flex-direction:column;height:100%;min-height:0;display:flex}.two-col-header{background:#fff;border-bottom:1px solid #dcdcdc;flex:none;padding:10px}.two-col-body{flex:1;gap:10px;min-width:0;min-height:0;padding:10px;display:flex}.two-col-column{background:#fff;border:1px solid #dcdcdc;border-radius:10px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.column-content{flex:1;min-width:0;min-height:0;padding:10px;overflow:auto}.col-footer{background:#f8f9fa;border-top:1px solid #e5e5e5;flex:none;align-items:center;padding:10px;display:flex}.col-footer.left{justify-content:flex-start}.col-footer.right{justify-content:space-between}.col-footer .btn{margin:0 5px}.column-menu-close{position:fixed;inset:0}.column-menu-container{z-index:1000;background-color:#fff;border:1px solid #ddd;min-width:180px;padding:8px;position:fixed}.column-menu-row{cursor:pointer;gap:8px;padding:4px 0;display:flex}.product-page{background:var(--bg);flex-direction:column;height:100%;display:flex}.product-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.product-header .title{font-size:18px;font-weight:600}.product-form{padding:16px;overflow:auto}.partners-page{background:var(--bg);flex-direction:column;height:100%;display:flex}.partners-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.partners-header h1{margin:0;font-size:18px}.primary{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 12px}.primary:hover{opacity:.9}.partners-content{padding:16px;overflow:auto}.partners-table{border-collapse:collapse;width:100%}.partners-table th,.partners-table td{border-bottom:1px solid var(--border-color);text-align:left;padding:10px}.partners-table tr{cursor:pointer}.partners-table tr:hover{background:var(--surface-color)}.partner-page{background:var(--bg);flex-direction:column;height:100%;display:flex}.partner-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.partner-header .title{font-size:18px;font-weight:600}.save-button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 14px}.save-button:hover{opacity:.9}.partner-form{padding:16px;overflow:auto}.grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.field{flex-direction:column;display:flex}.field label{color:var(--text-color);margin-bottom:4px;font-size:12px}.field input{border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-color);border-radius:6px;padding:8px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;font-family:Inter,system-ui,sans-serif}:root{--bg:#f4f6f8;--header-bg:#fff;--surface:#fff;--surface-color:#fff;--text:#1f2937;--text-color:#1f2937;--primary:#2563eb;--primary-color:#2563eb;--primary-hover:#1d4ed8;--border:#dfe3e8;--border-color:#d1d5db}[data-theme=dark]{--bg:#0f172a;--header-bg:#111827;--surface:#111827;--surface-color:#1f2937;--text:#e5e7eb;--text-color:#f3f4f6;--primary-color:#3b82f6;--border:#1f2937;--border-color:#374151}.app-shell{flex-direction:column;height:100%;display:flex}.app-body{flex:1;min-height:0;display:flex}
