.chat-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;font-family:inherit}.chat-widget-bubble{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;border:none;box-shadow:0 4px 14px #2563eb66;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.chat-widget-bubble:hover{transform:scale(1.05);box-shadow:0 6px 20px #2563eb80}.chat-widget-bubble svg{width:26px;height:26px}.chat-widget-window{position:absolute;bottom:0;right:0;width:380px;max-width:calc(100vw - 2rem);height:500px;max-height:calc(100vh - 6rem);background:#fff;border-radius:12px;box-shadow:0 10px 40px #0f172a33;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;animation:chat-widget-slide-up .25s ease-out}@keyframes chat-widget-slide-up{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-widget-header{padding:.9rem 1rem;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-widget-header-left{display:flex;align-items:center;gap:.6rem}.chat-widget-header-icon{width:36px;height:36px;border-radius:8px;background:#fff3;display:flex;align-items:center;justify-content:center}.chat-widget-header-icon svg{width:18px;height:18px}.chat-widget-header-title{display:block;font-size:.95rem;font-weight:700;letter-spacing:.02em}.chat-widget-header-sub{display:block;font-size:.75rem;opacity:.9}.chat-widget-header-actions{display:flex;align-items:center;gap:.25rem}.chat-widget-btn-icon{width:32px;height:32px;border-radius:6px;border:none;background:#fff3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-widget-btn-icon:hover{background:#ffffff4d}.chat-widget-body{flex:1;overflow-y:auto;padding:1rem;min-height:0;background:#f8fafc}.chat-widget-greeting{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#0f172a}.chat-widget-tenant-info{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:1rem;font-size:.8rem;color:#64748b}.chat-widget-tenant-info strong{color:#374151}.chat-widget-faq-label{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem}.chat-widget-faq-item{padding:.55rem .85rem;text-align:left;font-size:.82rem;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.chat-widget-faq-item:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.chat-widget-footer{flex-shrink:0;padding:.75rem 1rem;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;align-items:center}.chat-widget-footer input{flex:1;padding:.6rem .9rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#0f172a;background:#fff;min-width:0}.chat-widget-footer input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.chat-widget-error{margin:0;padding:.4rem 1rem;font-size:.8rem;color:#dc2626;background:#fef2f2}.chat-widget-actions{flex-shrink:0;padding:.5rem 1rem;border-top:1px solid #e5e7eb}.chat-widget-action{padding:.4rem .8rem;font-size:.8rem;color:#2563eb;background:transparent;border:1px solid #93c5fd;border-radius:6px;cursor:pointer;transition:background .15s}.chat-widget-action:hover{background:#eff6ff}.chat-widget-close{width:32px;height:32px;border-radius:6px;border:none;background:#fff3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-widget-close:hover{background:#ffffff4d}.chat-widget-close svg{width:18px;height:18px}.chat-widget-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.6rem;background:#f8fafc;min-height:0}.chat-widget-msg-user{align-self:flex-end;max-width:85%;padding:.6rem .9rem;background:#2563eb;color:#fff;border-radius:12px 12px 4px;font-size:.875rem;line-height:1.5}.chat-widget-msg-assistant{align-self:flex-start;max-width:85%;padding:.6rem .9rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px 12px 12px 4px;font-size:.875rem;line-height:1.5;color:#0f172a;box-shadow:0 1px 2px #0000000a}.chat-widget-msg-loading{align-self:flex-start;padding:.6rem .9rem;color:#64748b;font-size:.875rem;font-style:italic}.chat-widget-escalation{align-self:flex-start;padding:.5rem .8rem;background:#fffbeb;border:1px solid #d97706;border-radius:8px;font-size:.8rem;color:#92400e}.chat-widget-faqs{display:flex;flex-direction:column;gap:.5rem}.chat-widget-faq-title{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.chat-widget-faq-list{display:flex;flex-direction:column;gap:.4rem}.chat-widget-faq-btn{padding:.55rem .85rem;text-align:left;font-size:.82rem;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.chat-widget-faq-btn:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.chat-widget-faq-btn:disabled{opacity:.6;cursor:not-allowed}.chat-widget-input-row{flex-shrink:0;padding:.75rem 1rem;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;align-items:center}.chat-widget-input-row input{flex:1;padding:.6rem .9rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#0f172a;background:#fff;min-width:0}.chat-widget-input-row input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.chat-widget-input-row input::placeholder{color:#9ca3af}.chat-widget-send{padding:.6rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s;flex-shrink:0}.chat-widget-send:hover:not(:disabled){background:#1d4ed8}.chat-widget-send:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.chat-widget{bottom:1rem;right:1rem}.chat-widget-window{width:calc(100vw - 2rem);height:70vh;right:0}.chat-widget-bubble{width:52px;height:52px}}.app-layout{display:flex;min-height:100vh;background:#f8fafc}.sidebar{width:230px;min-width:230px;background:#0f172a;color:#9ca3af;display:flex;flex-direction:column;padding:0}.sidebar-brand{font-size:.95rem;font-weight:700;padding:1.25rem;color:#fff;letter-spacing:.03em;text-transform:uppercase;border-bottom:1px solid #1e2939;display:flex;align-items:center;gap:.5rem}.sidebar-brand-icon{width:22px;height:22px;background:#2563eb;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;color:#fff}.sidebar-mobile-header{display:none}.sidebar hr{border:none;border-top:1px solid #1e2939;margin:0}.sidebar-profile{display:flex;align-items:center;gap:.65rem;padding:.75rem 1rem;margin:0 .5rem .5rem;border-radius:8px;border:1px solid #1e2939;background:#0d1829;cursor:pointer;width:calc(100% - 1rem);text-align:left;transition:background .15s,border-color .15s}.sidebar-profile:hover{background:#1e2939;border-color:#2563eb}.sidebar-profile-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#1e3a8a;color:#93c5fd;display:flex;align-items:center;justify-content:center}.sidebar-profile-info{display:flex;flex-direction:column;gap:2px;min-width:0}.sidebar-profile-name{font-size:.8rem;color:#e2e8f0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-org code{font-size:.7rem;background:#1e2939;color:#60a5fa;padding:1px 6px;border-radius:4px;font-family:Courier New,monospace;letter-spacing:.02em}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:.75rem .5rem;flex:1}.nav-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .9rem;text-align:left;border:none;border-radius:6px;background:transparent;color:#9ca3af;font-size:.875rem;font-weight:500;width:100%;transition:background .15s,color .15s;cursor:pointer}.nav-item:hover{background:#1e2939;color:#e2e8f0}.nav-item.active{background:#1e3a8a;color:#93c5fd;font-weight:600;border-left:2px solid #2563eb;padding-left:calc(.9rem - 2px)}.nav-icon{width:16px;height:16px;flex-shrink:0;opacity:.75}.nav-item.active .nav-icon,.nav-item:hover .nav-icon{opacity:1}.logout-btn{display:flex;align-items:center;gap:.6rem;padding:.5rem .9rem;border:1px solid #1e2939;border-radius:6px;background:transparent;color:#6b7280;font-size:.875rem;width:calc(100% - 1rem);margin:0 .5rem .85rem;transition:background .15s,color .15s;cursor:pointer}.logout-btn:hover{background:#1e2939;color:#e2e8f0}.main-content{flex:1;padding:1.75rem 1.5rem;overflow:auto;min-width:0}.main-top-actions{display:flex;justify-content:flex-end;margin-bottom:.75rem}.report-problem-btn{padding:.45rem 1rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:.8rem;font-weight:500;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;box-shadow:0 1px 2px #0f172a14}.report-problem-btn:hover{background:#f9fafb;border-color:#d1d5db}.floating-back-btn{position:fixed;top:18px;left:214px;z-index:100;width:32px;height:32px;border-radius:50%;background:#fff;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px #0f172a1f;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.floating-back-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb;box-shadow:0 4px 12px #2563eb2e}.floating-back-btn svg{flex-shrink:0}.mobile-topbar{display:none}@media (max-width: 768px){.mobile-topbar{display:flex!important;align-items:center;gap:.75rem;position:fixed;top:0;left:0;right:0;height:52px;padding:0 1rem;background:#0f172a;color:#fff;z-index:90;box-shadow:0 2px 8px #00000026}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:none;border-radius:8px;background:transparent;color:#e2e8f0;cursor:pointer;transition:background .15s}.mobile-menu-btn:hover{background:#1e2939}.mobile-menu-btn:active{background:#334155}.mobile-brand{font-size:1rem;font-weight:700;letter-spacing:.03em}.app-layout{overflow-x:hidden}.main-content{padding-top:calc(52px + 1rem);padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem;width:100%;max-width:100%;min-width:0}.app-layout .sidebar{position:fixed;top:0;left:0;width:280px;max-width:85vw;min-width:0;height:100vh;z-index:200;transform:translate(-100%);transition:transform .25s ease-out,box-shadow .25s;box-shadow:none}.app-layout.sidebar-open .sidebar{transform:translate(0);box-shadow:8px 0 24px #00000040}.sidebar .sidebar-brand{display:none}.sidebar-mobile-header{display:flex;align-items:center;gap:.65rem;padding:1rem 1.25rem;border-bottom:1px solid #1e2939}.sidebar-mobile-header .sidebar-brand-icon{width:28px;height:28px;font-size:14px}.sidebar-mobile-header span:last-of-type{flex:1;font-size:.95rem;font-weight:700;color:#fff}.sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:none;border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer;transition:background .15s,color .15s}.sidebar-close-btn:hover{background:#1e2939;color:#e2e8f0}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:150;opacity:0;pointer-events:none;transition:opacity .25s ease-out}.app-layout.sidebar-open .sidebar-backdrop{opacity:1;pointer-events:auto}.sidebar-nav{padding:.5rem}.nav-item{padding:.75rem 1rem;min-height:48px}.floating-back-btn{top:64px;left:1rem;width:40px;height:40px}}@media (min-width: 769px){.mobile-topbar,.sidebar-backdrop,.sidebar-mobile-header{display:none}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#0f172a 55%,#1e3a8a);padding:2rem 1rem}.login-card{background:#fff;border-radius:14px;padding:2.5rem 2rem;width:100%;max-width:420px;box-shadow:0 24px 60px #0000004d}.login-card-header{text-align:center;margin-bottom:1.5rem}.login-card-icon{width:52px;height:52px;background:#eff6ff;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.75rem}.login-card-header h2{margin:0 0 .3rem;font-size:1.45rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.login-card-header p{margin:0;color:#6b7280;font-size:.875rem}.login-hint{margin:0 0 1.25rem;padding:.6rem .9rem;background:#eff6ff;border-radius:7px;font-size:.8rem;color:#1d4ed8;line-height:1.5}.login-hint code{background:#bfdbfe;padding:.1rem .35rem;border-radius:3px;font-size:.78rem}.login-card form{display:flex;flex-direction:column;gap:.9rem}.login-card label{display:flex;flex-direction:column;gap:.3rem;font-weight:500;font-size:.875rem;color:#374151}.login-card input{padding:.55rem .8rem;border:1px solid #d1d5db;border-radius:7px;font-size:.95rem;color:#0f172a;background:#fff;transition:border-color .15s,box-shadow .15s}.login-card input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.btn-primary{padding:.65rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:7px;font-weight:600;font-size:.95rem;margin-top:.25rem;transition:background .15s;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.tab{padding:.55rem 1.1rem;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;border-radius:0;background:transparent;color:#6b7280;font-size:.88rem;font-weight:500;cursor:pointer;transition:color .15s,border-color .15s}.tab:hover{color:#374151}.tab.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.filters{display:flex;gap:.85rem;align-items:flex-end;margin-bottom:1rem;flex-wrap:wrap}.filters label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.filters select{padding:.4rem .7rem;border:1px solid #d1d5db;border-radius:6px;min-width:130px;font-size:.875rem;color:#0f172a;background:#fff;transition:border-color .15s}.filters select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ticket-list{display:flex;flex-direction:column;gap:.6rem}.ticket-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000a;transition:box-shadow .15s}.ticket-card:hover{box-shadow:0 2px 8px #00000014}.ticket-card summary{padding:.85rem 1rem;cursor:pointer;font-weight:600;font-size:.9rem;color:#0f172a;list-style:none;display:flex;align-items:center;gap:.5rem}.ticket-card summary::-webkit-details-marker{display:none}.ticket-card[open] summary{border-bottom:1px solid #f1f5f9}.ticket-body{padding:.85rem 1rem 1rem;font-size:.875rem;color:#374151;line-height:1.6}.ticket-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:.6rem;font-size:.8rem}.ticket-created{font-size:.78rem;color:#9ca3af;margin-top:.5rem}.priority-low{color:#16a34a;font-weight:600}.priority-medium{color:#d97706;font-weight:600}.priority-high{color:#dc2626;font-weight:600}.ticket-form{max-width:580px;display:flex;flex-direction:column;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.ticket-form h3{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:#0f172a}.ticket-form label{display:flex;flex-direction:column;gap:.3rem;font-weight:500;font-size:.875rem;color:#374151}.ticket-form input,.ticket-form textarea{padding:.55rem .8rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;color:#0f172a;transition:border-color .15s,box-shadow .15s}.ticket-form input:focus,.ticket-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ticket-form textarea{resize:vertical;min-height:90px}.ticket-form select{padding:.55rem .8rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;color:#0f172a;transition:border-color .15s}.ticket-form select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-row>label{flex:1;min-width:160px}.muted{color:#9ca3af;font-size:.85rem}@media (max-width: 768px){.filters{flex-direction:column;align-items:stretch;gap:.65rem}.filters select{min-width:0;min-height:44px}.ticket-form{max-width:none;padding:1.25rem}.form-row>label{min-width:0}.ticket-card summary{padding:.75rem 1rem;min-height:48px}}.dashboard-filters{margin-bottom:1.25rem}.dashboard-filters-row{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.dashboard-filter-select,.dashboard-filter-date{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#374151;background:#fff;min-width:120px}.dashboard-filter-date{min-width:140px}.dashboard-filter-select:focus,.dashboard-filter-date:focus{outline:none;border-color:#2563eb}.dashboard-filter-clear{padding:.5rem 1rem;font-size:.8125rem;color:#6b7280;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer}.dashboard-filter-clear:hover{background:#e5e7eb;color:#374151}.dashboard-loading{color:#6b7280;font-size:.9rem;margin:1rem 0}.metrics-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.85rem;margin-bottom:1.25rem}.metric-card .metric-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.35rem}.metric-card .metric-value{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1.1}.section-hr{border:none;border-top:1px solid #e5e7eb;margin:1.5rem 0}.section-title{margin:0 0 .85rem;font-size:.95rem;font-weight:700;color:#374151;letter-spacing:.01em}.category-bars{display:flex;flex-direction:column;gap:.55rem}.category-row{display:grid;grid-template-columns:140px 1fr 44px;align-items:center;gap:.75rem}.category-label{text-transform:capitalize;font-size:.875rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-wrap{height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:#2563eb;border-radius:999px;transition:width .4s ease}.category-count{font-size:.82rem;font-weight:700;color:#374151;text-align:right}@media (max-width: 768px){.metrics-row{grid-template-columns:repeat(2,1fr);gap:.65rem}.metric-card{padding:.85rem 1rem}.metric-card .metric-value{font-size:1.45rem}.category-row{grid-template-columns:1fr auto;gap:.5rem}.category-label{grid-column:1 / -1;font-size:.8125rem}}.ob-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#0f172a 55%,#1e3a8a);padding:2rem 1rem}.ob-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;width:100%;max-width:480px;box-shadow:0 24px 60px #0000004d;text-align:center}.ob-card-welcome{max-width:520px}.ob-card-onboarding{max-width:580px;text-align:left}.ob-card-icon{width:60px;height:60px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.ob-icon-blue{background:#eff6ff;color:#2563eb}.ob-icon-green{background:#f0fdf4;color:#16a34a}.ob-welcome-badge{display:inline-block;background:#eff6ff;color:#2563eb;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .85rem;border-radius:999px;margin-bottom:1.25rem}.ob-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.ob-subtitle{margin:0 0 1.5rem;color:#6b7280;font-size:.9rem;line-height:1.6}.ob-email-badge{display:inline-block;background:#f1f5f9;color:#374151;font-size:.82rem;padding:.3rem .85rem;border-radius:999px;margin-bottom:1.5rem}.ob-welcome-features{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem;text-align:left}.ob-feature{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px}.ob-feature-icon{width:36px;height:36px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ob-feature div{display:flex;flex-direction:column;gap:2px}.ob-feature strong{font-size:.875rem;font-weight:600;color:#0f172a}.ob-feature span{font-size:.8rem;color:#6b7280}.ob-onboarding-note{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.75rem 1rem;font-size:.85rem;color:#92400e;margin-bottom:1.5rem;text-align:left;line-height:1.55}.ob-onb-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.ob-onb-header .ob-card-icon{margin:0;flex-shrink:0}.ob-progress-wrap{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-bottom:.4rem}.ob-progress-bar{height:100%;background:#2563eb;border-radius:999px;transition:width .3s ease}.ob-progress-label{font-size:.78rem;color:#9ca3af;margin:0 0 1.25rem}.ob-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.ob-label{display:flex;flex-direction:column;gap:.3rem;font-weight:500;font-size:.875rem;color:#374151}.ob-required{color:#ef4444;margin-left:2px}.ob-input{padding:.55rem .85rem;border:1px solid #d1d5db;border-radius:7px;font-size:.9rem;color:#0f172a;background:#fff;transition:border-color .15s,box-shadow .15s;font-family:inherit}.ob-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.ob-textarea{resize:vertical;min-height:90px;line-height:1.5}.ob-hint{font-size:.78rem;color:#9ca3af;font-weight:400}.ob-optional-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.ob-optional-label{font-size:.78rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin:0}.ob-row{display:flex;gap:1rem;flex-wrap:wrap}.ob-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s;width:100%;margin-top:.25rem}.ob-btn-primary:hover:not(:disabled){background:#1d4ed8}.ob-btn-primary:disabled{opacity:.6;cursor:not-allowed}.db-header-left{display:flex;flex-direction:column;gap:.25rem}.db-back-btn{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;color:#2563eb;font-size:.82rem;font-weight:600;cursor:pointer;padding:0 0 .25rem;transition:color .15s}.db-back-btn:hover{color:#1d4ed8}.db-success-banner{display:flex;align-items:center;gap:.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#15803d;font-size:.875rem;font-weight:500;padding:.75rem 1.1rem;margin-bottom:1.5rem}.db-banner-link{background:none;border:none;color:#15803d;font-weight:700;font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0}.db-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.db-tile{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;gap:.85rem;transition:box-shadow .15s,border-color .15s}.db-tile:hover{box-shadow:0 4px 16px #00000014;border-color:#d1d5db}.db-tile-icon-wrap{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.db-tile-logo{width:32px;height:32px}.db-tile-info{flex:1}.db-tile-name{display:block;font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:.3rem}.db-tile-desc{margin:0;font-size:.82rem;color:#6b7280;line-height:1.5}.db-tile-btn{width:100%;padding:.55rem 1rem;font-size:.85rem;font-weight:600;border-width:1.5px;border-style:solid;border-radius:7px;background:transparent;cursor:pointer;transition:opacity .15s,background .15s}.db-tile-btn:hover{opacity:.85;background:#0000000a}.db-tile-btn:disabled{opacity:.4;cursor:not-allowed}.db-connect-modal-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.db-connect-modal-icon .db-tile-logo{width:26px;height:26px}.ob-ssl-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.ob-ssl-row input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.ob-textarea{resize:vertical;min-height:80px}.profile-hero{display:flex;align-items:stretch;gap:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d;overflow:hidden}.profile-hero-back-btn{flex-shrink:0;width:48px;min-height:72px;align-self:stretch;border:none;border-radius:10px 0 0 10px;background:#f8fafc;border-right:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .15s,color .15s}.profile-hero-back-btn:hover{background:#f1f5f9;color:#2563eb}.profile-hero-back-btn svg{flex-shrink:0}.profile-hero-left{display:flex;align-items:center;gap:1.1rem;min-width:0;flex:1;padding:1rem 1.5rem}.profile-hero-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.04em}.profile-hero-name{margin:0 0 4px;font-size:1.15rem;font-weight:700;color:#0f172a}.profile-hero-meta{margin:0;font-size:.82rem;color:#6b7280}.profile-hero-slug{background:#eff6ff;color:#1d4ed8;padding:1px 7px;border-radius:4px;font-size:.78rem;font-family:Courier New,monospace}.profile-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:.85rem}.profile-tab{padding:.6rem 1.2rem;font-size:.88rem;font-weight:600;color:#6b7280;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s,border-color .15s}.profile-tab:hover{color:#0f172a}.profile-tab.active{color:#2563eb;border-bottom-color:#2563eb}@media (max-width: 768px){.profile-tabs{gap:.15rem;padding:0}.profile-tab{padding:.5rem .35rem;font-size:.78rem;flex:1 1 0;min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.profile-tab-body{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000d}.profile-loading{color:#6b7280;font-size:.875rem;margin:0}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.profile-section{display:flex;flex-direction:column;gap:.75rem}.profile-section-title{margin:0;font-size:.78rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;padding-bottom:.4rem;border-bottom:1px solid #f1f5f9}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1.25rem}@media (max-width: 640px){.profile-grid{grid-template-columns:1fr}}.profile-field{display:flex;flex-direction:column;gap:.28rem}.profile-label{font-size:.82rem;font-weight:600;color:#374151}.profile-input{padding:.55rem .8rem;border:1px solid #d1d5db;border-radius:7px;font-size:.9rem;color:#0f172a;transition:border-color .15s,box-shadow .15s;background:#fff}.profile-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.profile-input-readonly{background:#f8fafc;color:#64748b;cursor:not-allowed}.profile-hint{font-size:.75rem;color:#9ca3af}.profile-form-footer{display:flex;padding-top:.5rem;border-top:1px solid #f1f5f9}@media (max-width: 768px){.profile-tabs{gap:0;padding:0 .5rem 0 0}.profile-tab{padding:.5rem;font-size:.82rem;flex-shrink:0}}.profile-product-list{display:flex;flex-direction:column;gap:.6rem}.profile-product-row{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;transition:border-color .15s}.profile-product-row:hover{border-color:#cbd5e1}.profile-product-icon{width:34px;height:34px;border-radius:8px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-product-info{flex:1;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.profile-product-name{font-weight:600;font-size:.9rem;color:#0f172a}.profile-product-action{flex-shrink:0;padding:.35rem .8rem;font-size:.78rem;font-weight:600;border:1.5px solid #2563eb;border-radius:6px;color:#2563eb;background:transparent;cursor:pointer;transition:background .15s}.profile-product-action:hover{background:#eff6ff}.profile-add-product-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.82rem;font-weight:600;color:#2563eb;background:#eff6ff;border:1.5px dashed #93c5fd;border-radius:7px;cursor:pointer;transition:background .15s;align-self:flex-start;margin-top:.25rem}.profile-add-product-btn:hover{background:#dbeafe}.profile-empty{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:2rem;color:#94a3b8;font-size:.875rem;text-align:center}.profile-empty p{margin:0}.sub-container{display:flex;flex-direction:column;gap:1.5rem}.sub-current-banner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.sub-current-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#16a34a;margin-right:.5rem}.sub-plan-badge{background:#15803d;color:#fff;font-size:.78rem;font-weight:700;padding:2px 10px;border-radius:12px}.sub-current-stats{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#166534}.sub-stat-sep{opacity:.5}.sub-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.sub-plan-card{border:1px solid #e5e7eb;border-radius:10px;padding:1.4rem 1.25rem;display:flex;flex-direction:column;gap:1rem;position:relative;background:#fff}.sub-plan-highlight{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.sub-plan-current{background:#f8fafc}.sub-plan-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;font-size:.7rem;font-weight:700;padding:3px 12px;border-radius:12px;white-space:nowrap;letter-spacing:.04em}.sub-plan-header{display:flex;flex-direction:column;gap:4px}.sub-plan-name{font-size:1rem;font-weight:700;color:#0f172a}.sub-plan-price{font-size:1.4rem;font-weight:800;color:#2563eb}.sub-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;flex:1}.sub-feature-list li{display:flex;align-items:flex-start;gap:.45rem;font-size:.82rem;color:#374151}.sub-feature-list svg{flex-shrink:0;color:#16a34a;margin-top:2px}.sub-plan-btn{width:100%;padding:.6rem 1rem;font-size:.85rem;font-weight:600;border-radius:7px;cursor:pointer;transition:opacity .15s,background .15s;border:none}.sub-plan-btn-primary{background:#2563eb;color:#fff}.sub-plan-btn-primary:hover{opacity:.88}.sub-plan-btn-outline{background:transparent;border:1.5px solid #d1d5db;color:#374151}.sub-plan-btn-outline:hover{background:#f8fafc}.sub-plan-btn-current{background:#f1f5f9;color:#94a3b8;cursor:default}.settings-tabs{display:flex;flex-direction:column;gap:1.5rem}.settings-section{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.settings-section h3{margin:0 0 .35rem;font-size:1rem;font-weight:700;color:#0f172a}.settings-info{color:#6b7280;font-size:.875rem;margin:0 0 1.1rem;line-height:1.5}.api-key-form{display:flex;flex-direction:column;gap:.75rem;max-width:420px}.api-key-form label{display:flex;flex-direction:column;gap:.3rem;font-weight:500;font-size:.875rem;color:#374151}.api-key-form input{padding:.55rem .8rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;color:#0f172a;transition:border-color .15s,box-shadow .15s}.api-key-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.created-key-box{margin-top:1rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.created-key-box pre{margin:.5rem 0 0;overflow-x:auto}.created-key-box code{font-size:.82rem;word-break:break-all;color:#1e3a8a;background:#eff6ff;padding:.6rem .75rem;border-radius:6px;display:block;border:1px solid #bfdbfe}.settings-section-header{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.25rem}.settings-section-icon{flex-shrink:0;width:36px;height:36px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-top:2px}.settings-section-header>div:nth-child(2){flex:1}.settings-section-header h3{margin:0 0 2px!important}.settings-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.settings-badge-green{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.settings-badge-blue{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.settings-section-header .settings-badge{margin-left:auto;flex-shrink:0;align-self:center}.btn-sm{padding:.45rem .9rem!important;font-size:.8rem!important;display:inline-flex;align-items:center;gap:.35rem}.product-list{display:flex;flex-direction:column;gap:.75rem}.product-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:box-shadow .15s}.product-card:hover{box-shadow:0 2px 8px #00000012}.product-card-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.1rem;background:#f8fafc;border-bottom:1px solid transparent;cursor:pointer;gap:.75rem;-webkit-user-select:none;user-select:none}.product-card-header:hover{background:#f1f5f9}.product-card-title-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;flex:1}.product-card-name{font-weight:700;font-size:.95rem;color:#0f172a}.product-card-chevron{flex-shrink:0;transition:transform .2s;color:#94a3b8}.product-card-chevron.expanded{transform:rotate(180deg)}.product-card-body{padding:1rem 1.1rem;background:#fff;border-top:1px solid #f1f5f9}.product-card-desc{margin:0 0 .85rem;color:#374151;font-size:.875rem;line-height:1.55}.product-card-meta{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.product-meta-row{display:flex;align-items:flex-start;gap:.75rem;font-size:.85rem}.product-meta-label{width:110px;flex-shrink:0;color:#6b7280;font-weight:500}.product-db-detail{color:#374151;font-size:.82rem;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.product-card-actions{display:flex;gap:.6rem}.btn-outline-blue{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.82rem;font-weight:600;border:1.5px solid #2563eb;border-radius:6px;color:#2563eb;background:transparent;cursor:pointer;transition:background .15s,color .15s}.btn-outline-blue:hover{background:#eff6ff}.settings-badge-gray{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-sheet{background:#fff;border-radius:12px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-sheet-sm{max-width:460px}.modal-sheet-header{display:flex;align-items:flex-start;gap:.85rem;padding:1.4rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9}.modal-sheet-icon{flex-shrink:0;width:40px;height:40px;border-radius:8px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.modal-sheet-title{margin:0 0 2px;font-size:1rem;font-weight:700;color:#0f172a}.modal-sheet-subtitle{margin:0;font-size:.82rem;color:#6b7280}.modal-close-btn{margin-left:auto;flex-shrink:0;width:32px;height:32px;border-radius:6px;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.modal-close-btn:hover{background:#f1f5f9;color:#0f172a}.modal-sheet-body{padding:1.25rem 1.5rem}.modal-sheet-footer{display:flex;justify-content:flex-end;gap:.6rem;padding-top:1rem;border-top:1px solid #f1f5f9;margin-top:.5rem}.btn-ghost{padding:.55rem 1rem;font-size:.875rem;font-weight:600;border:1px solid #e5e7eb;border-radius:6px;background:transparent;color:#374151;cursor:pointer;transition:background .15s}.btn-ghost:hover{background:#f8fafc}.btn-ghost:disabled{opacity:.5;cursor:not-allowed}.ob-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.product-info-grid{margin-top:1.25rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.product-info-row{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 1.1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem}.product-info-row:last-child{border-bottom:none}.product-info-label{width:130px;flex-shrink:0;color:#6b7280;font-weight:500;padding-top:1px}.product-info-value{color:#0f172a;flex:1}.product-info-name{font-weight:700;font-size:.9rem}.product-info-desc{color:#374151;line-height:1.55}.product-info-link{color:#2563eb;text-decoration:none;word-break:break-all}.product-info-link:hover{text-decoration:underline}.product-info-empty{margin-top:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;background:#f8fafc;border-radius:8px;border:1px dashed #cbd5e1;color:#94a3b8;font-size:.875rem;text-align:center}.product-info-empty p{margin:0;max-width:320px;line-height:1.5}.profile-row{display:flex;align-items:center;padding:.55rem 0;border-bottom:1px solid #f1f5f9;font-size:.875rem;gap:1rem}.profile-row:last-child{border-bottom:none}.profile-row strong{width:110px;flex-shrink:0;color:#374151;font-weight:600}.profile-row span{color:#0f172a}:root{--brand-50: #eff6ff;--brand-100: #dbeafe;--brand-200: #bfdbfe;--brand-500: #3b82f6;--brand-600: #2563eb;--brand-700: #1d4ed8;--brand-800: #1e40af;--brand-900: #1e3a8a;--sidebar-bg: #0f172a;--sidebar-surface: #1e2939;--sidebar-text: #9ca3af;--sidebar-active: #2563eb;--surface-bg: #f8fafc;--surface-card: #ffffff;--surface-border: #e5e7eb;--text-primary: #0f172a;--text-secondary: #374151;--text-muted: #6b7280;--success-bg: #f0fdf4;--success-text: #166534;--warning-bg: #fffbeb;--warning-text: #92400e;--danger-bg: #fef2f2;--danger-text: #991b1b;--info-bg: #eff6ff;--info-text: #1e40af}.material-icons-round{font-family:Material Icons Round,sans-serif;font-weight:400;font-style:normal;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;flex-shrink:0}.admin-btn-primary,.admin-btn-secondary,.admin-btn-warn,.admin-btn-success,.admin-btn-danger,.admin-btn-sm,.admin-logout-btn,.admin-icon-btn{display:inline-flex;align-items:center;justify-content:center}.admin-layout{display:flex;height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#0f172a}.admin-sidebar{width:220px;min-width:220px;background:#0f172a;color:#e2e8f0;display:flex;flex-direction:column;padding:0}.admin-sidebar-brand{font-size:1.05rem;font-weight:700;padding:1.25rem 1.4rem;color:#fff;letter-spacing:.03em;text-transform:uppercase;border-bottom:1px solid #1e2939}.admin-divider{border:none;border-top:1px solid #1e2939;margin:0;display:none}.admin-sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:.75rem .5rem;flex:1}.admin-nav-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .9rem;border-radius:6px;color:#9ca3af;text-decoration:none;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.admin-nav-item:hover{background:#1e2939;color:#e2e8f0}.admin-nav-item.active{background:#1e3a8a;color:#93c5fd;font-weight:600;border-left:2px solid #2563eb;padding-left:calc(.9rem - 2px)}.admin-sidebar-footer{padding:1rem;border-top:1px solid #1e2939}.admin-logout-btn{width:100%;padding:.5rem;background:transparent;color:#9ca3af;border:1px solid #1e2939;border-radius:6px;cursor:pointer;font-size:.88rem;transition:background .15s,color .15s}.admin-logout-btn:hover{background:#1e2939;color:#fff}.admin-main-content{flex:1;overflow-y:auto;padding:1.75rem 1.5rem}.admin-page{width:100%}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.admin-page-header h1{margin:0 0 .25rem;font-size:1.45rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.admin-page-subtitle{margin:0;color:#6b7280;font-size:.88rem}.admin-header-actions{display:flex;gap:.6rem;flex-wrap:wrap}.admin-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #e5e7eb;margin-bottom:1.5rem}.admin-card h2{margin:0 0 1.2rem;font-size:1.2rem}.admin-form{display:flex;flex-direction:column;gap:.9rem}.admin-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:500;color:#444}.admin-form input,.admin-form select,.admin-form textarea{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;background:#fff;color:#0f172a;transition:border-color .15s}.admin-form input:focus,.admin-form select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.admin-form-row{grid-template-columns:1fr}}.admin-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.admin-btn-primary{padding:.5rem 1.1rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.admin-btn-primary:hover:not(:disabled){background:#1d4ed8}.admin-btn-primary:disabled{opacity:.55;cursor:not-allowed}.admin-btn-secondary{padding:.5rem 1.1rem;background:#fff;color:#2563eb;border:1px solid #2563eb;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.admin-btn-secondary:hover:not(:disabled){background:#eff6ff}.admin-btn-secondary:disabled{opacity:.55;cursor:not-allowed}.admin-btn-warn{padding:.5rem 1.1rem;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.admin-btn-warn:hover:not(:disabled){background:#d97706}.admin-btn-success{padding:.5rem 1.1rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.admin-btn-success:hover:not(:disabled){background:#059669}.admin-btn-danger{padding:.5rem 1.1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.admin-btn-danger:hover:not(:disabled){background:#dc2626}.admin-btn-sm{padding:.28rem .65rem;font-size:.8rem;border-radius:5px}.admin-table-wrapper{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #e5e7eb;overflow:hidden}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;border-bottom:1px solid #e5e7eb}.admin-table td{padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#f9fafb}.admin-row-editing td{background:#f9fafb;vertical-align:middle!important;border-bottom:2px solid #dbeafe!important;padding:.85rem 1rem!important}.admin-actions-cell{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}.admin-inline-input{border:none;border-radius:0;box-shadow:none;outline:none;border-bottom:1.5px solid #cbd5e1;padding:.2rem 0 .25rem;font-size:.88rem;font-family:inherit;color:#1e293b;background:transparent;width:100%;min-width:160px;transition:border-color .18s}.admin-inline-input:hover{border-bottom-color:#94a3b8}.admin-inline-input:focus{border-bottom-color:#2563eb;border-bottom-width:2px}.admin-inline-input::placeholder{color:#c4cbd8;font-style:italic}.admin-inline-select{border:none;border-radius:0;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-bottom:1.5px solid #cbd5e1;padding:.2rem 1.4rem .25rem 0;font-size:.88rem;font-family:inherit;color:#1e293b;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 2px center;cursor:pointer;min-width:100px;transition:border-color .18s}.admin-inline-select:hover{border-bottom-color:#94a3b8}.admin-inline-select:focus{border-bottom-color:#2563eb;border-bottom-width:2px}.admin-inline-error{color:#ef4444;font-size:.78rem}.admin-slug-label{font-size:.78rem;color:#6b7280;font-family:monospace}.admin-badge{display:inline-block;padding:.2rem .55rem;border-radius:20px;font-size:.76rem;font-weight:600;text-transform:capitalize}.badge-green{background:#dcfce7;color:#166534}.badge-red{background:#fee2e2;color:#991b1b}.badge-yellow{background:#fef9c3;color:#854d0e}.badge-gray{background:#f3f4f6;color:#374151}.admin-plan-badge{display:inline-block;padding:.2rem .55rem;background:#dbeafe;color:#1d4ed8;border-radius:20px;font-size:.76rem;font-weight:600;text-transform:capitalize}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-modal{background:#fff;border-radius:12px;padding:2rem;max-width:440px;width:90%;box-shadow:0 20px 40px #0003}.admin-modal h2{margin:0 0 .75rem;font-size:1.2rem}.admin-modal p{margin:0 0 1.2rem;color:#444;line-height:1.5}.admin-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#0f172a 60%,#1e3a8a)}.admin-login-card{background:#fff;border-radius:14px;padding:2.5rem 2rem;width:100%;max-width:420px;box-shadow:0 24px 60px #0000004d}.admin-login-header{text-align:center;margin-bottom:1rem}.admin-login-icon{font-size:2.5rem;display:block;margin-bottom:.5rem}.admin-login-header h1{margin:0 0 .3rem;font-size:1.6rem;color:#0f172a}.admin-login-header p{margin:0;color:#6b7280;font-size:.9rem}.admin-login-hint{background:#eff6ff;border-radius:7px;padding:.6rem .9rem;font-size:.8rem;color:#1d4ed8;margin-bottom:1.4rem;line-height:1.5}.admin-login-hint code{background:#bfdbfe;padding:.1rem .35rem;border-radius:3px;font-size:.78rem}.admin-login-form{display:flex;flex-direction:column;gap:.9rem}.admin-login-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:500;color:#374151}.admin-label-text{display:flex;align-items:center;gap:.35rem}.admin-login-form input{padding:.55rem .8rem;border:1px solid #d1d5db;border-radius:7px;font-size:.95rem;transition:border-color .15s}.admin-login-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.admin-password-row{display:flex;gap:.35rem;align-items:center}.admin-edit-pwd-row{display:flex;align-items:center;gap:4px}.admin-password-input{flex:1;font-family:Courier New,monospace;letter-spacing:.05em}.admin-icon-btn{flex-shrink:0;padding:.45rem .6rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:1rem;line-height:1;transition:background .15s}.admin-icon-btn:hover{background:#e5e7eb}.admin-field-hint{font-size:.75rem;color:#9ca3af;margin-top:2px}.admin-error-msg{color:#ef4444;background:#fee2e2;border-radius:6px;padding:.5rem .85rem;font-size:.88rem;margin:.3rem 0}.admin-success-msg{color:#166534;background:#dcfce7;border-radius:6px;padding:.5rem .85rem;font-size:.88rem;margin:.3rem 0}.admin-loading{color:#6b7280;font-size:.95rem;padding:2rem;text-align:center}.admin-empty{color:#9ca3af;font-size:.95rem;padding:3rem;text-align:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000012}.dash-kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1rem;margin-bottom:1.5rem}.dash-kpi-card{background:#fff;border-radius:8px;padding:1.1rem 1.2rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #e5e7eb;border-left:3px solid #2563eb;display:flex;align-items:flex-start;gap:.75rem}.dash-kpi-icon{font-size:1.6rem;line-height:1;flex-shrink:0}.dash-kpi-body{min-width:0}.dash-kpi-value{font-size:1.7rem;font-weight:800;color:#0f172a;line-height:1.1}.dash-kpi-label{font-size:.78rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.dash-kpi-sub{font-size:.73rem;color:#9ca3af;margin-top:2px}.dash-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media (max-width: 820px){.dash-two-col{grid-template-columns:1fr}}.dash-section-title{margin:0 0 1rem;font-size:1rem;font-weight:700;color:#374151}.dash-subsection-title{margin:0 0 .75rem;font-size:.9rem;font-weight:700;color:#4b5563}.dash-bars{display:flex;flex-direction:column;gap:.65rem}.dash-bar-row{display:flex;align-items:center;gap:.6rem}.dash-bar-label{width:80px;font-size:.82rem;color:#374151;font-weight:500;flex-shrink:0;text-transform:capitalize}.dash-bar-track{flex:1;height:10px;background:#f3f4f6;border-radius:6px;overflow:hidden}.dash-bar-fill{height:100%;border-radius:6px;transition:width .5s ease}.dash-bar-value{width:30px;text-align:right;font-size:.82rem;font-weight:700;color:#0f172a;flex-shrink:0}.dash-health-wrap{margin-top:1.2rem;padding-top:1rem;border-top:1px solid #f3f4f6}.dash-health-label{font-size:.83rem;font-weight:600;color:#374151;margin-bottom:.45rem}.dash-health-track{height:14px;background:#f3f4f6;border-radius:8px;overflow:hidden}.dash-health-fill{height:100%;border-radius:8px;transition:width .6s ease,background .3s ease}.dash-plan-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.dash-plan-card{border-radius:10px;padding:1rem;text-align:center}.dash-plan-pro{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe}.dash-plan-ent{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:1px solid #7dd3fc}.dash-plan-value{font-size:2rem;font-weight:800;color:#0f172a;line-height:1}.dash-plan-name{font-size:.82rem;font-weight:700;color:#374151;margin-top:4px}.dash-plan-pct{font-size:.73rem;color:#6b7280;margin-top:2px}.dash-stacked-bar{display:flex;height:16px;border-radius:8px;overflow:hidden;margin-bottom:.5rem;background:#f3f4f6}.dash-stacked-bar div{height:100%;transition:width .5s ease}.dash-stacked-legend{display:flex;gap:1rem;font-size:.78rem;color:#6b7280}.dash-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:4px;vertical-align:middle}.dash-drilldown{margin-top:1rem;border-left:4px solid #2563eb}.dash-row-selected td{background:#eff6ff!important}.suspended-collapse{margin-top:1.5rem;border:1px solid #fecaca;border-radius:12px;overflow:hidden;background:#fff}.suspended-collapse-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 1.1rem;background:#fff5f5;border:none;cursor:pointer;font-size:.9rem;font-weight:600;color:#b91c1c;text-align:left;transition:background .15s}.suspended-collapse-header:hover{background:#fee2e2}.suspended-collapse-left{display:flex;align-items:center}.suspended-count-badge{display:inline-flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;min-width:20px;height:20px;padding:0 6px;margin-left:10px}.suspended-collapse-body{padding:0 0 .5rem;overflow-x:auto}.suspended-collapse-body .admin-table{border-radius:0;box-shadow:none;border:none}.tenant-row-suspended td{background:#fef2f2;color:#6b7280}.tenant-row-suspended strong{color:#9ca3af}.cred-view{display:flex;flex-direction:column;gap:4px}.cred-email{font-size:.8rem;color:#475569;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;display:block}.cred-empty{font-size:.78rem;color:#c4cbd8;font-style:italic;line-height:1.3;display:block}.cred-pwd-row{display:inline-flex;align-items:center;gap:5px}.cred-pwd-value{font-size:.82rem;color:#94a3b8;letter-spacing:.08em;line-height:1;font-family:inherit}.cred-eye-btn{background:none;border:none;padding:2px;cursor:pointer;color:#b0bac8;display:inline-flex;align-items:center;border-radius:4px;transition:color .15s;line-height:0}.cred-eye-btn:hover{color:#3b82f6}.admin-cred-edit-cell{vertical-align:middle!important}.admin-cred-edit-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.admin-cred-pwd-wrap{display:inline-flex;align-items:flex-end;gap:4px;flex:1 1 100px}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.6rem;pointer-events:none;max-width:360px;width:100%}.toast-item{position:relative;display:flex;align-items:center;gap:.6rem;background:#1e293b;color:#f1f5f9;padding:.75rem 1rem 1.1rem;border-radius:10px;box-shadow:0 8px 24px #00000059;overflow:hidden;pointer-events:all;animation:toast-slide-in .25s ease}@keyframes toast-slide-in{0%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{flex-shrink:0;font-size:20px!important}.toast-message{flex:1;font-size:.875rem;line-height:1.4}.toast-close{flex-shrink:0;background:none;border:none;color:#94a3b8;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .15s}.toast-close:hover{color:#f1f5f9}.toast-progress-bar{position:absolute;bottom:0;left:0;width:100%;height:3px;border-radius:0 0 10px 10px;transform-origin:left center;animation:toast-drain linear forwards}@keyframes toast-drain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.creation-modal{max-width:460px;width:100%;padding:2rem}.creation-modal-header{display:flex;align-items:center;gap:.9rem;margin-bottom:1.75rem}.creation-modal-icon{width:52px;height:52px;background:#eff6ff;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.creation-modal-title{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0 0 2px}.creation-modal-subtitle{font-size:.85rem;color:#64748b;margin:0}.creation-steps{display:flex;flex-direction:column;gap:0;margin-bottom:1.25rem}.creation-step{display:flex;align-items:flex-start;gap:.75rem}.creation-step-track{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.creation-step-bubble{width:36px;height:36px;border-radius:50%;background:#f8fafc;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .3s}.creation-step--running .creation-step-bubble{border-color:#3b82f6;background:#eff6ff}.creation-step--done .creation-step-bubble{border-color:#10b981;background:#f0fdf4}.creation-step--error .creation-step-bubble{border-color:#ef4444;background:#fef2f2}.creation-connector{width:2px;height:28px;background:#e2e8f0;transition:background .4s;margin:2px 0}.creation-connector--done{background:#10b981}.creation-step-body{display:flex;flex-direction:column;padding-bottom:1.1rem;padding-top:6px}.creation-step-label{font-size:.9rem;font-weight:600;color:#94a3b8;transition:color .3s}.creation-step-label.running{color:#2563eb}.creation-step-label.done{color:#1e293b}.creation-step-label.err{color:#ef4444}.creation-step-desc{font-size:.78rem;color:#94a3b8;margin-top:2px}@keyframes creation-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.creation-spin{display:inline-block;animation:creation-spin 1s linear infinite}.creation-error-banner{display:flex;align-items:flex-start;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;padding:.7rem .9rem;font-size:.875rem;margin-bottom:1rem;line-height:1.4}.integration-summary-chips{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.integration-chip{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:999px;font-size:.82rem;font-weight:600}.integration-chip--total{background:#dbeafe;color:#1e40af}.integration-chip--connected{background:#dcfce7;color:#15803d}.integration-filter-bar{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.5rem}.integration-filter-btn{padding:.35rem 1rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-size:.83rem;font-weight:500;cursor:pointer;transition:all .15s}.integration-filter-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}.integration-filter-btn--active{background:#3b82f6;color:#fff;border-color:#3b82f6}.integration-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.integration-tile{position:relative;background:#fff;border-radius:14px;border:1.5px solid #e8ecf0;padding:1.4rem 1.4rem 1.1rem;display:flex;flex-direction:column;gap:.65rem;transition:box-shadow .2s,border-color .2s,transform .15s;overflow:hidden}.integration-tile:hover{box-shadow:0 6px 24px #00000017;transform:translateY(-2px);border-color:#bfdbfe}.integration-tile--connected{border-color:#bbf7d0;background:linear-gradient(160deg,#f0fdf4,#fff 60%)}.integration-tile--connected:hover{border-color:#86efac}.integration-tile-accent{position:absolute;top:0;left:0;right:0;height:4px;border-radius:14px 14px 0 0}.integration-tile-icon{width:62px;height:62px;flex-shrink:0;margin-top:.2rem}.integration-tile-icon svg{width:100%;height:100%}.integration-tile-info{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.integration-tile-name{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.integration-tile-category{font-size:.72rem;font-weight:600;padding:.18rem .6rem;border-radius:999px;white-space:nowrap}.integration-tile-desc{font-size:.82rem;color:#64748b;line-height:1.55;margin:0;flex:1}.integration-tile-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.25rem;flex-wrap:wrap}.integration-tile-actions{display:flex;gap:.4rem;align-items:center}.integration-status-badge{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;padding:.25rem .7rem;border-radius:999px}.status-connected{background:#dcfce7;color:#15803d}.status-disconnected{background:#f1f5f9;color:#94a3b8}.integration-status-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.dot-connected{background:#22c55e;box-shadow:0 0 #22c55e99;animation:dot-pulse 1.8s ease-out infinite}.dot-disconnected{background:#cbd5e1}@keyframes dot-pulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}.integration-config-modal{background:#fff;border-radius:16px;width:520px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 4rem);overflow-y:auto;padding:0 0 1.5rem;box-shadow:0 20px 60px #0000002e}.integration-config-header{display:flex;align-items:center;gap:1rem;padding:1.4rem 1.5rem 1rem;border-top:5px solid #3b82f6;border-radius:16px 16px 0 0}.integration-config-logo{width:52px;height:52px;flex-shrink:0}.integration-config-logo svg{width:100%;height:100%}.integration-config-title{font-size:1.2rem;font-weight:700;color:#1e293b;margin:0 0 5px}.integration-config-category{font-size:.72rem;font-weight:600;padding:.18rem .65rem;border-radius:999px}.integration-config-desc{font-size:.85rem;color:#64748b;line-height:1.55;margin:0 0 1rem;padding:0 1.5rem}.integration-config-fields{display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1.1rem;padding:0 1.5rem;margin-bottom:.5rem}.integration-config-label{display:flex;flex-direction:column;gap:5px;font-size:.82rem;font-weight:600;color:#374151}.integration-config-label input{font-size:.85rem;padding:.45rem .7rem;border:1.5px solid #e2e8f0;border-radius:7px;outline:none;transition:border-color .15s;color:#1e293b}.integration-config-label input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb1a}.integration-test-result{display:flex;align-items:center;margin:.75rem 1.5rem 0;padding:.65rem .9rem;border-radius:8px;font-size:.84rem;font-weight:500}.integration-test-result.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.integration-test-result.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.int-cat-badge{display:inline-block;font-size:.69rem;font-weight:700;letter-spacing:.03em;padding:.18rem .65rem;border-radius:999px;white-space:nowrap}.int-header-chips{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.int-chip{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600}.int-chip--total{background:#eff6ff;color:#2563eb}.int-chip--connected{background:#dcfce7;color:#15803d}.int-filter-bar{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.5rem}.int-filter-btn{padding:.38rem 1.1rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.int-filter-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}.int-filter-btn--active{background:#3b82f6;color:#fff!important;border-color:#3b82f6}.int-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;align-items:stretch}.int-tile{position:relative;background:#fff;border-radius:16px;border:1.5px solid #e8ecf0;padding:1.5rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:0;transition:box-shadow .2s,border-color .2s,transform .18s;overflow:hidden}.int-tile:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-3px);border-color:#bfdbfe}.int-tile--on{border-color:#bbf7d0;background:linear-gradient(165deg,#f0fdf4,#fff 55%)}.int-tile--on:hover{border-color:#4ade80}.int-tile-strip{position:absolute;top:0;left:0;right:0;height:4px;border-radius:16px 16px 0 0}.int-tile-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.9rem}.int-tile-logo{width:60px;height:60px;flex-shrink:0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001f}.int-tile-logo svg{width:100%;height:100%;display:block}.int-tile-meta{display:flex;flex-direction:column;gap:4px;padding-top:2px}.int-tile-vendor{font-size:.72rem;color:#94a3b8;font-weight:500;line-height:1}.int-tile-name{font-size:1.05rem;font-weight:700;color:#1e293b;margin:0;line-height:1.25}.int-tile-desc{font-size:.83rem;color:#64748b;line-height:1.6;margin:0 0 1.1rem;flex:1}.int-tile-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-top:auto;padding-top:.85rem;border-top:1px solid #f1f5f9}.int-tile-actions{display:flex;gap:.4rem;align-items:center}.int-status{display:inline-flex;align-items:center;gap:6px;font-size:.77rem;font-weight:600;padding:.25rem .75rem;border-radius:999px}.int-status--on{background:#dcfce7;color:#15803d}.int-status--off{background:#f1f5f9;color:#94a3b8}.int-dot{width:7px;height:7px;border-radius:50%;background:#cbd5e1;display:inline-block;flex-shrink:0}.int-dot--on{background:#22c55e;animation:int-pulse 1.8s ease-out infinite}@keyframes int-pulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.int-modal{background:#fff;border-radius:18px;width:560px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 3rem);overflow-y:auto;box-shadow:0 24px 64px #0003;display:flex;flex-direction:column}.int-modal-head{display:flex;align-items:center;gap:1.1rem;padding:1.5rem 1.5rem 1.1rem;border-top:5px solid #3b82f6;border-radius:18px 18px 0 0;position:sticky;top:0;background:#fff;z-index:1}.int-modal-icon{width:56px;height:56px;flex-shrink:0;border-radius:13px;overflow:hidden;box-shadow:0 3px 10px #00000024}.int-modal-icon svg{width:100%;height:100%;display:block}.int-modal-title-group{display:flex;flex-direction:column;gap:5px;flex:1}.int-modal-vendor{font-size:.73rem;color:#94a3b8;font-weight:500;margin:0;line-height:1}.int-modal-name{font-size:1.2rem;font-weight:800;color:#1e293b;margin:0;line-height:1.2}.int-modal-close{margin-left:auto;flex-shrink:0;color:#94a3b8}.int-modal-desc{font-size:.85rem;color:#64748b;line-height:1.6;margin:0;padding:.75rem 1.5rem 1.1rem;border-bottom:1px solid #f1f5f9}.int-modal-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem;padding:1.25rem 1.5rem .5rem}.int-field-label{display:flex;flex-direction:column;gap:6px}.int-field-span{grid-column:1 / -1}.int-field-name{font-size:.8rem;font-weight:600;color:#374151}.int-field-required{color:#ef4444;margin-left:2px}.int-field-input-wrap{position:relative;display:flex;align-items:center}.int-field-input{width:100%;padding:.48rem 2.2rem .48rem .75rem;font-size:.84rem;color:#1e293b;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;background:#fafbfc;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.int-field-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb1f;background:#fff}.int-field-input::placeholder{color:#b0bac8}.int-pwd-toggle{position:absolute;right:6px;color:#94a3b8}.int-test-result{display:flex;align-items:center;margin:1rem 1.5rem 0;padding:.7rem 1rem;border-radius:9px;font-size:.84rem;font-weight:500;line-height:1.4}.int-test-success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.int-test-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.int-modal-footer{display:flex;justify-content:flex-end;gap:.6rem;padding:1.25rem 1.5rem 1.5rem;border-top:1px solid #f1f5f9;margin-top:1.25rem}.cc-page{display:flex;flex-direction:column;height:100%;overflow:hidden;padding-bottom:0!important}.cc-workspace{display:grid;grid-template-columns:230px 320px 1fr;gap:0;flex:1;min-height:0;border:1.5px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 2px 16px #0000000f}.cc-pane{display:flex;flex-direction:column;min-height:0;overflow:hidden}.cc-pane+.cc-pane{border-left:1.5px solid #e8ecf0}.cc-pane-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-bottom:1.5px solid #e8ecf0;background:#f8fafc;flex-shrink:0}.cc-pane-title{font-size:.82rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center}.cc-icon-action{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;color:#94a3b8;display:flex;align-items:center;transition:background .15s,color .15s}.cc-icon-action:hover{background:#f1f5f9;color:#475569}.cc-global-badge{background:#fee2e2;color:#b91c1c;font-size:.7rem;font-weight:700;padding:.15rem .55rem;border-radius:999px}.cc-loading{display:flex;align-items:center;gap:8px;padding:1.5rem 1rem;color:#94a3b8;font-size:.85rem}.cc-empty-msg{padding:1.5rem 1rem;color:#94a3b8;font-size:.85rem}.cc-pane-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;font-size:.85rem;gap:4px;padding:2rem 1.5rem;text-align:center}.cc-pane--tenants{background:#f8fafc}.cc-tenant-list{flex:1;overflow-y:auto;padding:.4rem 0}.cc-tenant-item{display:flex;align-items:center;gap:.7rem;width:100%;padding:.65rem .9rem;background:none;border:none;border-left:3px solid transparent;cursor:pointer;text-align:left;transition:background .12s,border-color .12s}.cc-tenant-item:hover{background:#f1f5f9}.cc-tenant-item--active{background:#eff6ff;border-left-color:#3b82f6}.cc-tenant-avatar{width:34px;height:34px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:700;color:#fff}.cc-tenant-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cc-tenant-name{font-size:.86rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-tenant-slug{font-size:.72rem;color:#94a3b8}.cc-tenant-count{min-width:22px;height:22px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}.cc-tenant-count--urgent{background:#fee2e2;color:#b91c1c}.cc-tenant-count--zero{background:transparent;color:#cbd5e1}.cc-tabs{display:flex;gap:0;border-bottom:1.5px solid #e8ecf0;flex-shrink:0;background:#f8fafc;padding:0 .75rem}.cc-tab{background:none;border:none;border-bottom:2px solid transparent;padding:.55rem .75rem;font-size:.78rem;font-weight:600;color:#94a3b8;cursor:pointer;margin-bottom:-1.5px;transition:color .15s,border-color .15s}.cc-tab:hover{color:#475569}.cc-tab--active{color:#3b82f6;border-bottom-color:#3b82f6}.cc-ticket-list{flex:1;overflow-y:auto}.cc-ticket-item{display:flex;align-items:stretch;width:100%;border:none;background:#fff;border-bottom:1px solid #f1f5f9;cursor:pointer;text-align:left;transition:background .12s;padding:0}.cc-ticket-item:hover{background:#f8fafc}.cc-ticket-item--active{background:#eff6ff}.cc-ticket-stripe{width:4px;flex-shrink:0;border-radius:0}.cc-stripe--critical{background:#dc2626}.cc-stripe--high{background:#f97316}.cc-stripe--medium{background:#eab308}.cc-stripe--low{background:#22c55e}.cc-ticket-body{flex:1;padding:.75rem .85rem;min-width:0}.cc-ticket-top{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin-bottom:4px}.cc-ticket-num{font-size:.7rem;font-weight:700;color:#94a3b8;font-family:monospace}.cc-ticket-subject{font-size:.84rem;font-weight:600;color:#1e293b;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-ticket-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.cc-ticket-who,.cc-ticket-cat,.cc-ticket-time{display:flex;align-items:center;font-size:.71rem;color:#94a3b8;white-space:nowrap}.cc-ticket-time{margin-left:auto}.cc-badge{display:inline-block;font-size:.68rem;font-weight:700;padding:.14rem .55rem;border-radius:999px;white-space:nowrap}.cc-badge--open{background:#fee2e2;color:#b91c1c}.cc-badge--progress{background:#dbeafe;color:#1d4ed8}.cc-badge--waiting{background:#fef3c7;color:#92400e}.cc-badge--resolved{background:#dcfce7;color:#15803d}.cc-badge--closed{background:#f1f5f9;color:#64748b}.cc-badge--critical{background:#fecaca;color:#b91c1c}.cc-badge--high{background:#fed7aa;color:#9a3412}.cc-badge--medium{background:#fef9c3;color:#854d0e}.cc-badge--low{background:#dcfce7;color:#166534}.cc-pane--detail{background:#fff}.cc-detail-header{padding:1rem 1.25rem;border-bottom:1.5px solid #e8ecf0;flex-shrink:0;display:flex;flex-direction:column;gap:.6rem}.cc-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cc-detail-subject{font-size:1rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3;flex:1}.cc-detail-badges{display:flex;gap:.35rem;flex-shrink:0;flex-wrap:wrap}.cc-detail-meta-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cc-meta-item{display:flex;align-items:center;font-size:.78rem;color:#64748b}.cc-ai-insights{display:flex;align-items:flex-start;background:#f0f9ff;border:1px solid #dbeafe;border-radius:8px;padding:.6rem .85rem;gap:0}.cc-ai-insights-body{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex:1}.cc-ai-tag{display:inline-flex;align-items:center;background:#eff6ff;color:#2563eb;font-size:.75rem;font-weight:600;padding:.18rem .6rem;border-radius:999px}.cc-ai-resolution{font-size:.78rem;color:#1e40af;line-height:1.45}.cc-status-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cc-status-label{font-size:.78rem;font-weight:600;color:#64748b;white-space:nowrap}.cc-status-btns{display:flex;gap:.35rem;flex-wrap:wrap}.cc-status-btn{padding:.28rem .75rem;border:1.5px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;font-size:.74rem;font-weight:600;cursor:pointer;transition:all .13s}.cc-status-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.cc-status-btn--active{background:#3b82f6;color:#fff;border-color:#3b82f6;cursor:default}.cc-status-btn:disabled{opacity:.5;cursor:not-allowed}.cc-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.85rem;background:#f8fafc}.cc-msg-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;font-size:.85rem;text-align:center;padding:2rem}.cc-msg{display:flex;align-items:flex-start;gap:.65rem}.cc-msg--ai,.cc-msg--agent{flex-direction:row-reverse}.cc-msg-avatar{width:30px;height:30px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.75rem}.cc-msg--customer .cc-msg-avatar{background:#dbeafe;color:#1d4ed8}.cc-msg--ai .cc-msg-avatar{background:#eff6ff;color:#1e40af}.cc-msg--agent .cc-msg-avatar{background:#dcfce7;color:#15803d}.cc-msg--system .cc-msg-avatar{background:#f1f5f9;color:#64748b}.cc-msg-bubble{max-width:78%;display:flex;flex-direction:column;gap:4px}.cc-msg--customer .cc-msg-bubble{align-items:flex-start}.cc-msg--ai .cc-msg-bubble,.cc-msg--agent .cc-msg-bubble{align-items:flex-end}.cc-msg-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.cc-msg--ai .cc-msg-meta,.cc-msg--agent .cc-msg-meta{flex-direction:row-reverse}.cc-msg-role{font-size:.7rem;font-weight:700;color:#94a3b8}.cc-msg-who{font-size:.7rem;color:#64748b}.cc-msg-time{font-size:.68rem;color:#b0bac8}.cc-msg-content{margin:0;font-size:.84rem;line-height:1.6;color:#1e293b;background:#fff;border-radius:10px;padding:.6rem .9rem;box-shadow:0 1px 4px #0000000f;word-break:break-word;white-space:pre-wrap;border:1px solid #e8ecf0}.cc-msg--ai .cc-msg-content{background:#f0f9ff;border-color:#bfdbfe}.cc-msg--agent .cc-msg-content{background:#f0fdf4;border-color:#bbf7d0}.cc-msg--system .cc-msg-content{background:#f8fafc;color:#64748b;font-style:italic;border-style:dashed}.cc-reply-box{padding:.85rem 1.25rem 1rem;border-top:1.5px solid #e8ecf0;flex-shrink:0;background:#fff;display:flex;flex-direction:column;gap:.6rem}.cc-reply-input{width:100%;resize:vertical;min-height:72px;border:1.5px solid #e2e8f0;border-radius:10px;padding:.65rem .9rem;font-size:.85rem;color:#1e293b;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.cc-reply-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.cc-reply-input::placeholder{color:#b0bac8}.cc-reply-footer{display:flex;align-items:center;justify-content:space-between}.cc-reply-hint{font-size:.74rem;color:#b0bac8}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #eff6ff;--primary-border: #bfdbfe;--surface-bg: #f8fafc;--surface-card: #ffffff;--surface-border: #e5e7eb;--text-primary: #0f172a;--text-secondary: #374151;--text-muted: #6b7280;--border-accent: #2563eb;--card-bg: #ffffff;--chat-user-bg: #eff6ff;--chat-assistant-bg: #ffffff;--escalation-bg: #fffbeb;--escalation-border: #d97706;--status-open: #dc2626;--status-resolved: #16a34a;--status-in-progress: #d97706}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--surface-bg);color:var(--text-primary);font-size:15px;line-height:1.5}.main-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--surface-border)}.main-header h1{margin:0 0 .2rem;font-size:1.4rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem}.main-header p{margin:0;color:var(--text-muted);font-size:.875rem}@media (max-width: 768px){.main-header{margin-bottom:1rem;padding-bottom:.75rem}.main-header h1{font-size:1.2rem}.main-header p{font-size:.8125rem}}.metric-card{background:var(--surface-card);border:1px solid var(--surface-border);border-left:3px solid var(--primary);padding:1rem 1.2rem;border-radius:8px;box-shadow:0 1px 3px #0000000d}.status-open{color:#dc2626;font-weight:600}.status-resolved{color:#16a34a;font-weight:600}.status-in_progress{color:#d97706;font-weight:600}.chat-user{background:var(--chat-user-bg);padding:.7rem 1rem;border-radius:16px 16px 4px;margin:.4rem 0 .4rem auto;max-width:78%;width:fit-content;font-size:.9rem;color:#1e3a8a;line-height:1.55}.chat-assistant{background:var(--chat-assistant-bg);border:1px solid var(--surface-border);padding:.7rem 1rem;border-radius:16px 16px 16px 4px;margin:.4rem 0;max-width:78%;width:fit-content;font-size:.9rem;color:var(--text-primary);line-height:1.55;box-shadow:0 1px 2px #0000000a}.escalation-banner{background:var(--escalation-bg);border:1px solid var(--escalation-border);border-left:3px solid var(--escalation-border);padding:.75rem 1rem;border-radius:8px;margin:.75rem 0;font-size:.875rem;color:#92400e}button{cursor:pointer;font:inherit}input,textarea,select{font:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.error-msg{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;margin-top:.5rem}.success-msg{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;margin-top:.5rem}
