:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#f1f5f9;border-radius:5px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cbd5e1,#94a3b8);border-radius:5px;transition:background .2s ease}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#94a3b8,#64748b)}*:focus-visible{outline:3px solid #7c3aed;outline-offset:3px;border-radius:.5rem}a{font-weight:500;color:#7c3aed;text-decoration:inherit}a:hover{color:#6d28d9}body{margin:0;min-width:320px;min-height:100vh;color:#0f172a;background-color:#f8fafc}#root{width:100%;min-height:100vh}h1{font-size:1.5rem;line-height:1.2;color:#0f172a;margin:0 0 .5rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s,background-color .25s}button:focus,button:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.auth-layout{width:100%;min-height:100vh;display:flex;flex-wrap:nowrap;background:#f9fafb;color:#111827;box-sizing:border-box;margin:0}.auth-layout-left{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f9fafb}.auth-form-wrap{width:100%;max-width:28rem}.auth-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.auth-logo-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:#7c3aed;color:#fff;display:flex;align-items:center;justify-content:center}.auth-logo-text{font-size:1.5rem;font-weight:600;color:#111827}.auth-heading{margin-bottom:2rem}.auth-title{font-size:1.875rem;font-weight:600;color:#111827;margin:0 0 .5rem;line-height:1.2}.auth-subtitle{font-size:1rem;color:#6b7280;margin:0}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-config-message,.auth-redirect-hint{font-size:.875rem;color:#4b5563;margin:0 0 .5rem}.auth-config-message-small{font-size:.8125rem;margin-top:.25rem}.auth-config-list{margin:0 0 1rem;padding-left:1.25rem;font-size:.875rem;color:#374151;line-height:1.5}.auth-config-list li{margin-bottom:.5rem}.auth-config-list code{font-size:.8125rem;background:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-size:.875rem;font-weight:500;color:#111827}.auth-input{width:100%;height:2.75rem;padding:0 .75rem;font-size:.875rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#111827;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}.auth-input-wrap{position:relative;width:100%;display:block}.auth-input-password{padding-right:2.75rem}.auth-password-toggle{position:absolute;top:0;right:0;bottom:0;width:2.75rem;min-width:2.75rem;margin:0;padding:0;border:none;background:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.auth-password-toggle:hover{color:#111827}.auth-options{display:flex;align-items:center;justify-content:space-between}.auth-remember{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-remember input{width:1rem;height:1rem;accent-color:#7c3aed}.auth-forgot{font-size:.875rem;font-weight:500;color:#7c3aed;text-decoration:none}.auth-forgot:hover{color:#6d28d9}.auth-error{font-size:.875rem;color:#dc2626;margin:0}.auth-submit{width:100%;height:2.75rem;font-size:.875rem;font-weight:500;color:#fff;background:#7c3aed;border:none;border-radius:.5rem;cursor:pointer;transition:background .15s}.auth-submit:hover:not(:disabled){background:#6d28d9}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-submit-link{display:flex;align-items:center;justify-content:center;text-decoration:none}.auth-layout-right{flex:1 1 0;min-width:0;display:none;align-items:center;justify-content:center;padding:3rem;background:linear-gradient(to bottom right,#7c3aed1f,#c4b5fd33,#7c3aed14) #f5f3ff;position:relative;overflow:hidden}@media(min-width:1024px){.auth-layout-right{display:flex}}.auth-layout-right:before,.auth-layout-right:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.auth-layout-right:before{top:0;right:0;width:24rem;height:24rem;background:#7c3aed14;filter:blur(80px)}.auth-layout-right:after{bottom:0;left:0;width:20rem;height:20rem;background:#c4b5fd26;filter:blur(80px)}.auth-panel{position:relative;z-index:1;max-width:32rem;padding:2rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;box-shadow:0 25px 50px -12px #0000001a;border:1px solid rgba(255,255,255,.8)}.auth-panel-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 1rem}.auth-panel-desc{font-size:1rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.6}.auth-panel-list{list-style:none;padding:0;margin:0}.auth-panel-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.auth-panel-list li:last-child{margin-bottom:0}.auth-panel-check{width:1.5rem;height:1.5rem;border-radius:50%;background:#7c3aed33;color:#7c3aed;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0;margin-top:.125rem}.auth-panel-list strong{display:block;font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.auth-panel-list span{font-size:.875rem;color:#6b7280;line-height:1.4}@media(prefers-color-scheme:dark){.auth-layout{background:#f9fafb;color:#111827}}.layout-with-sidebar{display:flex;min-height:100vh;background:#f1f5f9}.sidebar{position:fixed;left:0;top:0;width:280px;height:100vh;background:#0f172a;border-right:1px solid #1e293b;display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{height:4rem;display:flex;flex-direction:column;justify-content:center;padding:0 1.5rem;border-bottom:1px solid #1e293b}.sidebar-logo{display:flex;align-items:center;gap:.5rem}.sidebar-logo-icon{width:1.5rem;height:1.5rem;color:#a78bfa;display:flex;align-items:center;justify-content:center}.sidebar-logo-text{font-size:1.25rem;font-weight:700;color:#fff}.sidebar-subtitle{font-size:.75rem;color:#94a3b8;margin:.125rem 0 0 2rem}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.5rem;border:1px solid transparent;color:#94a3b8;text-decoration:none;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.sidebar-nav-item:hover{background:#1e293b;color:#fff}.sidebar-nav-item--active{background:#7c3aed1a;color:#a78bfa;border-color:#7c3aed33}.sidebar-nav-item--active .sidebar-nav-icon{color:#a78bfa}.sidebar-nav-icon{width:1.25rem;height:1.25rem;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-nav-label{flex:1;text-align:left}.sidebar-footer{padding:1rem;border-top:1px solid #1e293b}.sidebar-convex-hint{font-size:.7rem;color:#64748b;padding:.25rem .75rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.5rem;background:#1e293b80;border:1px solid #1e293b;margin-bottom:.75rem}.sidebar-avatar{width:2.25rem;height:2.25rem;border-radius:9999px;background:#581c8780;color:#c4b5fd;font-size:.875rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:1px solid #5b21b6;flex-shrink:0}.sidebar-profile-text{min-width:0;flex:1}.sidebar-profile-name{font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-email{font-size:.75rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;color:#94a3b8;background:none;border:none;border-radius:.5rem;cursor:pointer;transition:background .15s,color .15s}.sidebar-logout:hover{color:#fff;background:#1e293b}.layout-main-with-sidebar{flex:1;margin-left:280px;padding:1.5rem;min-height:100vh;width:calc(100% - 280px);box-sizing:border-box;background:#f8fafc;color:#0f172a}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border, #333);background:var(--header-bg, #1a1a1a)}.layout-nav{display:flex;align-items:center;gap:.5rem}.layout-nav-link{padding:.4rem .75rem;font-size:.9rem;color:inherit;text-decoration:none;border-radius:6px}.layout-nav-link:hover{background:#ffffff14}.layout-title{font-weight:600;text-decoration:none}.logout-btn{padding:.4rem .8rem;font-size:.9rem;border:1px solid var(--border, #333);background:transparent;color:inherit;cursor:pointer;border-radius:6px}.logout-btn:hover{background:#ffffff14}.layout-main{flex:1;padding:1.5rem;max-width:900px;margin:0 auto;width:100%;text-align:left}.dashboard-page{display:flex;flex-direction:column;gap:1.5rem}.dashboard-stats{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dashboard-stats{grid-template-columns:repeat(4,1fr)}}.dashboard-stat-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.dashboard-stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dashboard-stat-title{font-size:.875rem;font-weight:500;color:#64748b;margin:0}.dashboard-stat-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.dashboard-stat-icon--green{background:#dcfce7;color:#16a34a}.dashboard-stat-icon--purple{background:#f3e8ff;color:#7c3aed}.dashboard-stat-icon--blue{background:#dbeafe;color:#2563eb}.dashboard-stat-icon--orange{background:#ffedd5;color:#ea580c}.dashboard-stat-body{display:flex;align-items:baseline;gap:.5rem}.dashboard-stat-value{font-size:1.5rem;font-weight:700;color:#0f172a}.dashboard-stat-change{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500}.dashboard-stat-change--up{color:#16a34a}.dashboard-stat-change--down{color:#dc2626}.dashboard-content{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.dashboard-content{grid-template-columns:2fr 1fr}}.dashboard-chart-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.dashboard-chart-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem}.dashboard-chart-wrap{width:100%;height:300px}.dashboard-activity-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.dashboard-activity-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem}.dashboard-activity-list{display:flex;flex-direction:column;gap:1.5rem}.dashboard-activity-item{display:flex;gap:1rem}.dashboard-activity-dot{width:.5rem;height:.5rem;margin-top:.5rem;border-radius:9999px;background:#cbd5e1;flex-shrink:0}.dashboard-activity-line1{font-size:.875rem;font-weight:500;color:#0f172a;margin:0}.dashboard-activity-from{font-weight:400;color:#64748b}.dashboard-activity-action{font-size:.875rem;color:#475569;margin:.125rem 0 0}.dashboard-activity-time{font-size:.75rem;color:#94a3b8;margin:.25rem 0 0}.page{color:#0f172a}.page h1{font-size:1.5rem;margin-top:0;color:#0f172a}.dashboard-desc{color:var(--muted, #888);margin:0 0 1.5rem}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.dashboard-card{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem;border:1px solid var(--border, #333);border-radius:8px;background:var(--header-bg, #1a1a1a);color:inherit;text-decoration:none;transition:border-color .15s,background .15s}.dashboard-card:hover{border-color:#7c3aed;background:#7c3aed14}.dashboard-card-title{font-weight:600;font-size:1.1rem}.dashboard-card-desc{font-size:.875rem;color:var(--muted, #888)}.product-list-desc{color:var(--muted, #888);margin:0 0 1rem;font-size:.9rem}.product-code{font-size:.875rem;padding:.2rem .4rem;background:#ffffff1a;border-radius:4px}.product-status{font-size:.8rem;padding:.2rem .5rem;border-radius:4px;font-weight:500}.product-status--active{background:#10b98133;color:#10b981}.product-status--inactive{background:#6b728033;color:#9ca3af}.product-page{max-width:none;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-page-list,.product-page-detail{display:flex;flex-direction:column;gap:2rem;padding:0 .5rem}.product-page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;padding:.5rem 0}.product-page-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-page-subtitle{font-size:.9375rem;color:#64748b;margin:.375rem 0 0;font-weight:400;line-height:1.5}.product-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;border-radius:.625rem;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;white-space:nowrap}.product-btn:active{transform:translateY(1px)}.product-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.product-btn svg{flex-shrink:0;transition:transform .2s ease}.product-btn:hover:not(:disabled) svg{transform:scale(1.1)}.product-btn-primary{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 2px 8px #7c3aed40}.product-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#5b21b6);box-shadow:0 4px 12px #7c3aed59;transform:translateY(-1px)}.product-btn-secondary{background:#fff;color:#475569;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.product-btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 6px #00000014;transform:translateY(-1px)}.product-btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 2px 8px #dc262640}.product-btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#991b1b);box-shadow:0 4px 12px #dc262659;transform:translateY(-1px)}.product-btn-sm{padding:.5rem .875rem;font-size:.8125rem}.product-card{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a,0 0 0 1px #00000005;overflow:visible;transition:box-shadow .3s ease,border-color .3s ease}.product-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014,0 0 0 1px #00000008}.product-table-wrap{border:1px solid #e2e8f0;border-radius:1rem;overflow:visible}.product-table{width:100%;border-collapse:collapse;text-align:left;position:relative}.product-table thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.product-table th{padding:1rem 1.5rem;font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.product-table td{padding:1.125rem 1.5rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;vertical-align:middle}.product-table tbody tr{transition:all .2s ease}.product-table tbody tr:last-child td{border-bottom:none}.product-table-row{cursor:pointer}.product-table-row:hover{background:#f8fafc}.product-table-row:hover td:first-child{box-shadow:inset 3px 0 #7c3aed}.product-table-name{font-weight:700;color:#0f172a;font-size:.9375rem}.product-table-id{font-size:.75rem;color:#94a3b8;margin-top:.25rem;font-family:ui-monospace,SF Mono,Monaco,monospace}.product-table-code-wrap{display:flex;align-items:center;gap:.625rem}.product-table-code{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;padding:.375rem .625rem;border-radius:.5rem;font-family:ui-monospace,SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.8125rem;font-weight:600;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.product-table-copy{display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:.5rem;transition:all .2s ease}.product-table-copy:hover{color:#7c3aed;background:linear-gradient(135deg,#f5f3ff,#ede9fe);transform:scale(1.1);box-shadow:0 2px 4px #7c3aed26}.product-table-copy:active{transform:scale(.95)}.product-table-muted{color:#64748b}.product-table-actions{text-align:right;position:relative;overflow:visible}.product-table-actions-inner{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.product-table-actions svg{color:#94a3b8;vertical-align:middle}.product-table-row-nav{display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:none;background:none;color:#64748b;cursor:pointer;border-radius:.375rem}.product-table-row-nav:hover{color:#7c3aed;background:#f5f3ff}.product-menu-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:.5rem;transition:all .2s ease}.product-menu-btn:hover{color:#7c3aed;background:#f5f3ff}.product-menu-btn:active{transform:scale(.95)}.product-menu-overlay{position:fixed;inset:0;z-index:999}.product-dropdown-menu{position:absolute;right:0;top:calc(100% + .5rem);min-width:10rem;background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 10px 25px #00000026,0 0 0 1px #0000000d;padding:.5rem;z-index:1000;animation:dropdownSlideIn .2s cubic-bezier(.4,0,.2,1)}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.product-dropdown-item{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .875rem;border:none;background:transparent;color:#475569;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;border-radius:.5rem;transition:all .15s ease}.product-dropdown-item:hover{background:#f8fafc;color:#0f172a}.product-dropdown-item-danger{color:#dc2626}.product-dropdown-item-danger:hover{background:#fef2f2;color:#b91c1c}.product-dropdown-item svg{width:16px;height:16px;flex-shrink:0}.product-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:700;border:1.5px solid;text-transform:uppercase;letter-spacing:.03em;transition:all .2s ease}.product-badge:before{content:"";width:6px;height:6px;border-radius:50%}.product-badge--active:before{background:#10b981;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.product-badge--active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border-color:#6ee7b7;box-shadow:0 2px 4px #10b98126}.product-badge--inactive{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;border-color:#cbd5e1;box-shadow:0 2px 4px #4755691a}.product-badge--inactive:before{background:#94a3b8}.product-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:32rem;text-align:center;padding:3rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1.25rem;border:2px dashed #cbd5e1}.product-detail-empty-icon{width:5rem;height:5rem;border-radius:9999px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#94a3b8;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:2px solid #e2e8f0;box-shadow:0 4px 12px #00000014;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.product-detail-empty-title{font-size:1.375rem;font-weight:800;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.01em}.product-detail-empty-title:after{content:" 🤔"}.product-detail-back{margin-top:1.5rem;font-weight:600;color:#7c3aed;text-decoration:none;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:.625rem;border:1.5px solid #ddd6fe;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.product-detail-back:hover{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-color:#c4b5fd;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed33;text-decoration:none}.product-detail-back:before{content:"←";font-size:1.125rem}.product-detail-breadcrumb{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#64748b;margin-bottom:1rem;padding:.75rem 1rem;background:linear-gradient(90deg,#f8fafc 0%,transparent 100%);border-radius:.75rem;border-left:3px solid #e2e8f0}.product-detail-breadcrumb-link{color:#64748b;text-decoration:none;font-weight:500;transition:all .2s ease;padding:.25rem .5rem;border-radius:.375rem}.product-detail-breadcrumb-link:hover{color:#7c3aed;background:#f5f3ff}.product-detail-breadcrumb-sep{display:flex;color:#cbd5e1;transform:scale(.8)}.product-detail-breadcrumb-current{color:#0f172a;font-weight:600;padding:.25rem .5rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:.375rem}.product-detail-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a}.product-detail-header-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.product-detail-title{display:flex;align-items:center;gap:1rem;font-size:1.875rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.product-detail-code-wrap{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;color:#64748b}.product-detail-code-label{margin:0}.product-detail-code{background:#f1f5f9;padding:.125rem .5rem;border-radius:.25rem;font-family:ui-monospace,monospace;color:#334155}.product-detail-copy{display:inline-flex;padding:0;border:none;background:none;color:#64748b;cursor:pointer}.product-detail-copy:hover{color:#475569}.product-plans-card{padding:2rem;overflow:visible;position:relative}.product-plans-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.product-plans-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.01em;display:flex;align-items:center;gap:.625rem}.product-plans-title:before{content:"";width:4px;height:1.5rem;background:linear-gradient(180deg,#7c3aed,#a78bfa);border-radius:9999px}.product-plans-table-wrap{overflow:hidden;border-radius:.875rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.product-plans-table{width:100%;border-collapse:collapse;text-align:left}.product-plans-table thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.product-plans-table th{padding:1rem 1.25rem;font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.06em}.product-plans-table td{padding:1.125rem 1.25rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;vertical-align:middle}.product-plans-table tbody tr{transition:all .2s ease}.product-plans-table tbody tr:hover{background:#f8fafc}.product-plans-table tbody tr:hover td:first-child{box-shadow:inset 3px 0 #7c3aed}.product-plans-table tbody tr:last-child td{border-bottom:none}.product-plans-name{font-weight:700;color:#0f172a;font-size:.9375rem}.product-plans-price{color:#7c3aed;font-weight:700;font-size:1rem}.product-plans-cycle{color:#64748b;font-weight:500;text-transform:capitalize}.product-plans-features{color:#64748b;font-size:.8125rem;line-height:1.5}.product-plans-more{display:inline-flex;padding:0;border:none;background:none;color:#94a3b8;cursor:pointer}.product-plans-more:hover{color:#475569}.product-plans-empty{text-align:center;padding:3rem 2rem;color:#64748b;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.875rem;border:2px dashed #cbd5e1;font-size:.9375rem;font-weight:500}.product-plans-empty:before{content:"📋";display:block;font-size:2.5rem;margin-bottom:.75rem;opacity:.5}.product-max-trials-card{margin-bottom:1.5rem}.product-max-trials-desc{font-size:.9375rem;color:#64748b;margin:0 0 1.25rem;line-height:1.6;font-weight:500}.product-max-trials-form{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap}.product-max-trials-input{width:8rem}.product-max-trials-current{font-size:.875rem;color:#64748b;margin:1.25rem 0 0;padding:.75rem 1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.625rem;border-left:3px solid #7c3aed;font-weight:600}.product-currency-card{margin-bottom:1.5rem}.product-currency-select{width:auto;min-width:12rem}.subscription-status{font-weight:500}.subscription-status--suspended{color:#ea580c}.subscription-status--active,.subscription-status--trial{color:#16a34a}.subscription-status--canceled,.subscription-status--expired{color:#64748b}.detail-section-desc{font-size:.875rem;color:#64748b;margin:0 0 .75rem}.user-management-add{margin-bottom:1.5rem}.user-management-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-top:.5rem}.user-management-form .product-modal-field{margin-bottom:0}.user-management-form .product-modal-input{min-width:16rem}.user-management-form .product-btn{margin-bottom:0}.customer-page-actions{display:flex;gap:.75rem;flex-wrap:wrap}.customer-stats{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.customer-stats{grid-template-columns:repeat(4,1fr)}}.customer-stat-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;justify-content:space-between}.customer-stat-card .customer-stat-title{font-size:.875rem;font-weight:500;color:#64748b;margin:0 0 .25rem}.customer-stat-card .customer-stat-value{font-size:1.5rem;font-weight:700;color:#0f172a}.customer-stat-card .customer-stat-icon{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.customer-stat--purple .customer-stat-icon{background:#f3e8ff;color:#7c3aed}.customer-stat--green .customer-stat-icon{background:#dcfce7;color:#16a34a}.customer-stat--blue .customer-stat-icon{background:#dbeafe;color:#2563eb}.customer-stat--red .customer-stat-icon{background:#fee2e2;color:#dc2626}.customer-filters-card{padding:1rem;margin-bottom:1.5rem}.customer-filters-row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:1024px){.customer-filters-row{grid-template-columns:1fr 1fr}}.customer-search-wrap{position:relative}.customer-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#94a3b8;display:flex;align-items:center;justify-content:center;pointer-events:none}.customer-search-input{width:100%;padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#0f172a;box-sizing:border-box}.customer-search-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed33}.customer-filters-dropdowns{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.customer-dropdown{display:flex;align-items:center;gap:.25rem;min-width:8.75rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;font-size:.875rem;color:#334155;cursor:pointer}.customer-dropdown:hover{background:#f8fafc}.customer-filters-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding-top:1rem;margin-top:1rem;border-top:1px solid #f1f5f9}.customer-showing{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.customer-showing svg{color:#94a3b8}.customer-sort{min-width:12.5rem;justify-content:space-between}.customer-list-header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}.customer-table-row td{vertical-align:middle}.customer-cell-customer{display:flex;align-items:center;gap:.75rem}.customer-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:#7c3aed;color:#fff;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.customer-cell-contact{display:flex;flex-direction:column;gap:.25rem}.customer-contact-line{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b}.customer-contact-line svg{color:#94a3b8;flex-shrink:0}.customer-mrr{font-weight:700;color:#0f172a;font-size:.875rem}.customer-join-date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.customer-join-date svg{color:#94a3b8}.customer-status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid transparent}.customer-status-badge--active{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.customer-status-badge--trial{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.customer-status-badge--suspended{background:#fff7ed;color:#ea580c;border-color:#fed7aa}.customer-status-badge--churned{background:#fef2f2;color:#dc2626;border-color:#fecaca}.customer-more-btn{display:inline-flex;padding:.25rem;border:none;background:none;color:#94a3b8;cursor:pointer;border-radius:9999px}.customer-more-btn:hover{color:#475569;background:#f1f5f9}.product-modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box;animation:overlayFadeIn .2s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.product-modal{background:#fff;border-radius:1.25rem;border:1px solid #e2e8f0;box-shadow:0 25px 50px -12px #00000059,0 0 0 1px #0000000d;width:100%;max-width:32rem;max-height:calc(100vh - 2rem);overflow:auto;animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1);transform-origin:center}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.product-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:2px solid #f1f5f9;background:linear-gradient(180deg,#fff,#f8fafc)}.product-modal-title{font-size:1.375rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.01em;background:linear-gradient(135deg,#0f172a,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-modal-close{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;background:#f8fafc;color:#64748b;cursor:pointer;border-radius:.5rem;transition:all .2s ease;border:1px solid #e2e8f0}.product-modal-close:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca;transform:rotate(90deg)}.product-modal-form{padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem}.product-modal-field{display:flex;flex-direction:column;gap:.5rem}.product-modal-field-row{flex-direction:row;align-items:center;gap:.625rem}.product-modal-field label{font-size:.875rem;font-weight:600;color:#0f172a;letter-spacing:.01em}.product-modal-input{width:100%;padding:.75rem 1rem;font-size:.9375rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;color:#0f172a;box-sizing:border-box;transition:all .2s ease;font-weight:500}.product-modal-input:hover{border-color:#cbd5e1;background:#fff}.product-modal-input:focus{outline:none;border-color:#7c3aed;background:#fff;box-shadow:0 0 0 4px #7c3aed1f,0 1px 2px #7c3aed1a}.product-modal-input::placeholder{color:#94a3b8}.product-modal-textarea{resize:vertical;min-height:4rem}.product-modal-hint{font-size:.8125rem;color:#64748b;line-height:1.5;margin-top:.25rem}.product-modal-readonly{padding:.75rem 1rem;font-size:.9375rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:.75rem;color:#475569;font-family:ui-monospace,SF Mono,Monaco,monospace;font-weight:600;border:2px dashed #cbd5e1;letter-spacing:.02em}.product-modal-checkbox{width:1.125rem;height:1.125rem;accent-color:#7c3aed;margin:0;cursor:pointer;transition:transform .2s ease}.product-modal-checkbox:hover{transform:scale(1.1)}.product-modal-error{font-size:.875rem;font-weight:600;color:#dc2626;margin:0;padding:.75rem 1rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:.625rem;border-left:3px solid #dc2626;display:flex;align-items:center;gap:.5rem}.product-modal-error:before{content:"⚠";font-size:1.125rem}.product-modal-actions{display:flex;justify-content:flex-end;gap:.875rem;margin-top:1rem;padding-top:1.5rem;border-top:2px solid #f1f5f9}.product-modal-plan{max-width:36rem}.product-modal-header-plan{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.product-modal-header-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:.75rem;color:#fff;flex-shrink:0}.product-modal-header-icon svg{width:1.25rem;height:1.25rem}.product-modal-header-plan .product-modal-title{margin:0}.product-modal-subtitle{font-size:.875rem;color:#64748b;margin:.25rem 0 0;font-weight:400}.product-modal-header-plan .product-modal-close{margin-left:auto}.product-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:480px){.product-modal-grid{grid-template-columns:1fr}}.product-modal-input-group{display:flex;align-items:stretch}.product-modal-input-prefix{display:flex;align-items:center;padding:0 .875rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:2px solid #e2e8f0;border-right:none;border-radius:.75rem 0 0 .75rem;font-weight:600;color:#64748b;font-size:.875rem}.product-modal-input-with-prefix{border-radius:0 .75rem .75rem 0!important;flex:1}.product-modal-radio-group{display:flex;gap:1rem}.product-modal-radio-option{flex:1;display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.product-modal-radio-option:hover{border-color:#cbd5e1;background:#fff}.product-modal-radio-option.selected{border-color:#7c3aed;background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.product-modal-radio-option input[type=radio]{width:1.25rem;height:1.25rem;accent-color:#7c3aed;margin:0;cursor:pointer}.product-modal-radio-label{display:flex;flex-direction:column;gap:.125rem}.product-modal-radio-label strong{font-size:.9375rem;color:#0f172a}.product-modal-radio-label span:not(:first-child){font-size:.8125rem;color:#64748b;font-weight:400}.pricing-card{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000f;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;max-width:22rem}.pricing-card-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em}.pricing-card-description{font-size:.9375rem;color:#64748b;line-height:1.5;margin:0}.pricing-card-price-block{display:flex;flex-direction:column;gap:.375rem}.pricing-card-price{display:flex;align-items:baseline;gap:.25rem}.pricing-card-amount{font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.pricing-card-cycle{font-size:1rem;font-weight:500;color:#64748b}.pricing-card-price-secondary{font-size:.9375rem}.pricing-card-price-secondary .pricing-card-amount{font-size:1.125rem;font-weight:600}.pricing-card-savings{font-size:.875rem;font-weight:600;color:#16a34a;margin:0}.pricing-card-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.pricing-card-feature{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;color:#475569;line-height:1.4}.pricing-card-feature-check{color:#16a34a;font-weight:700;flex-shrink:0}.pricing-card-cta{margin-top:auto;padding-top:.5rem}.pricing-card-cta-button{display:block;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ea580c,#c2410c);border:none;border-radius:.75rem;cursor:pointer;text-decoration:none;text-align:center;transition:all .2s ease;box-shadow:0 2px 8px #ea580c4d}.pricing-card-cta-button:hover:not(:disabled){background:linear-gradient(135deg,#c2410c,#9a3412);box-shadow:0 4px 12px #ea580c66;transform:translateY(-1px)}.pricing-card-cta-button:disabled{opacity:.6;cursor:not-allowed}.ig-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:20px;margin-top:24px}.ig-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.ig-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.ig-card--configured{border-color:#e5e7eb}.ig-card-top{display:flex;align-items:flex-start;gap:14px;padding:20px;border-bottom:1px solid #f3f4f6}.ig-card-logo{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.ig-card-logo svg{width:22px;height:22px}.ig-card-info{flex:1;min-width:0}.ig-card-name{font-size:16px;font-weight:600;color:#111827;margin:0 0 2px}.ig-card-desc{font-size:13px;color:#6b7280;margin:0}.ig-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap}.ig-status--active{background:#ecfdf5;color:#059669}.ig-status--active .ig-status-dot{background:#10b981}.ig-status--disabled{background:#f3f4f6;color:#6b7280}.ig-status--disabled .ig-status-dot{background:#9ca3af}.ig-status--not-connected{background:#f9fafb;color:#9ca3af}.ig-status-dot{width:6px;height:6px;border-radius:50%}.ig-card-details{display:flex;flex-direction:column;gap:10px;padding:16px 20px;background:#fafafa}.ig-detail{display:flex;justify-content:space-between;align-items:center}.ig-detail-label{font-size:13px;color:#6b7280}.ig-detail-value{font-size:13px;color:#111827;font-weight:500}.ig-mode-badge{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ig-mode-badge--test{background:#fef3c7;color:#92400e}.ig-mode-badge--live{background:#d1fae5;color:#065f46}.ig-key-status{font-size:12px;font-weight:500}.ig-key-status--ok{color:#059669}.ig-key-status--missing{color:#dc2626}.ig-currencies{display:flex;gap:4px;flex-wrap:wrap}.ig-currency-tag{display:inline-flex;padding:2px 6px;background:#f3f4f6;border-radius:4px;font-size:11px;font-weight:500;color:#374151;font-family:SF Mono,Monaco,Inconsolata,monospace}.ig-currency-more{font-size:11px;color:#6b7280}.ig-card-empty{padding:20px;text-align:center}.ig-card-empty p{font-size:14px;color:#6b7280;margin:0 0 6px}.ig-regions{font-size:12px;color:#9ca3af}.ig-card-footer{padding:16px 20px;border-top:1px solid #f3f4f6}.ig-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.ig-btn--primary{background:#7c3aed;color:#fff}.ig-btn--primary:hover{filter:brightness(1.1)}.ig-btn--secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.ig-btn--secondary:hover{background:#f9fafb;border-color:#9ca3af}.ig-btn--secondary svg{width:16px;height:16px;color:#6b7280}.ig-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:24px;overflow-y:auto}.ig-modal{background:#fff;border-radius:12px;width:100%;max-width:640px;max-height:calc(100vh - 48px);margin:auto;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.ig-modal-header{display:flex;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fafafa;flex-shrink:0}.ig-modal-logo{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.ig-modal-logo svg{width:24px;height:24px}.ig-modal-title-group{flex:1;min-width:0}.ig-modal-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 2px}.ig-modal-subtitle{font-size:13px;color:#6b7280;margin:0}.ig-modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .15s ease}.ig-modal-close:hover{background:#f3f4f6;color:#111827}.ig-modal form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.ig-modal-body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:24px;min-height:0;-webkit-overflow-scrolling:touch}.ig-alert{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px}.ig-alert svg{flex-shrink:0;margin-top:1px}.ig-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.ig-alert--warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.ig-alert--inline{margin-top:12px;margin-bottom:0}.ig-quick-actions{display:flex;gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.ig-quick-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:500;color:#374151;text-decoration:none;transition:all .15s ease}.ig-quick-link:hover{background:#f3f4f6;border-color:#d1d5db}.ig-quick-link svg{color:#6b7280}.ig-section{margin-bottom:28px}.ig-section:last-child{margin-bottom:0}.ig-section-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.ig-section-header svg{color:#6b7280}.ig-section-header h3{font-size:14px;font-weight:600;color:#111827;margin:0;text-transform:uppercase;letter-spacing:.5px}.ig-field{margin-bottom:20px}.ig-field:last-child{margin-bottom:0}.ig-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.ig-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.ig-hint{font-size:13px;color:#6b7280;margin:6px 0 0;line-height:1.4}.ig-badge{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.ig-badge--safe{background:#dbeafe;color:#1e40af}.ig-badge--danger{background:#fee2e2;color:#991b1b}.ig-env-toggle{display:flex;background:#f3f4f6;padding:4px;border-radius:8px}.ig-env-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:transparent;border:none;border-radius:6px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease}.ig-env-btn:hover:not(.ig-env-btn--active){color:#374151}.ig-env-btn--active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.ig-env-btn--live.ig-env-btn--active{background:#fff}.ig-env-dot{width:8px;height:8px;border-radius:50%}.ig-env-dot--test{background:#fbbf24}.ig-env-dot--live{background:#10b981}.ig-switch-row{display:flex;align-items:center;gap:12px}.ig-switch{width:44px;height:24px;background:#d1d5db;border:none;border-radius:12px;cursor:pointer;position:relative;transition:background .2s ease}.ig-switch--on{background:#10b981}.ig-switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;transition:transform .2s ease}.ig-switch--on .ig-switch-thumb{transform:translate(20px)}.ig-switch-label{font-size:14px;color:#374151}.ig-input-group{display:flex;gap:8px}.ig-input{flex:1;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;background:#fff;transition:all .15s ease}.ig-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.ig-input::placeholder{color:#9ca3af}.ig-input--mono{font-family:SF Mono,Monaco,Inconsolata,Consolas,monospace;font-size:13px}.ig-input-btn{display:flex;align-items:center;justify-content:center;padding:0 14px;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease;white-space:nowrap}.ig-input-btn:hover{background:#f3f4f6;color:#374151}.ig-input-btn svg{width:16px;height:16px}.ig-secret-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.ig-secret-card-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f3f4f6;border-bottom:1px solid #e5e7eb;font-size:13px;font-weight:600;color:#374151}.ig-secret-card-header svg{color:#6b7280}.ig-secret-card-body{padding:16px}.ig-secret-text{font-size:13px;color:#6b7280;margin:0 0 12px}.ig-secret-text strong{color:#374151}.ig-code-block{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:12px}.ig-code-block code{font-family:SF Mono,Monaco,Inconsolata,Consolas,monospace;font-size:13px;color:#7c3aed;font-weight:500}.ig-code-copy{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .15s ease;color:#6b7280}.ig-code-copy:hover{background:#7c3aed;border-color:#7c3aed;color:#fff}.ig-secret-status{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:6px;font-size:13px;font-weight:500}.ig-secret-status--ok{background:#ecfdf5;color:#059669}.ig-secret-status--missing{background:#fef3f2;color:#dc2626}.ig-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#fafafa;flex-shrink:0}.ig-footer-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.ig-footer-btn--cancel{background:#fff;color:#374151;border:1px solid #d1d5db}.ig-footer-btn--cancel:hover:not(:disabled){background:#f9fafb}.ig-footer-btn--save{color:#fff;min-width:130px}.ig-footer-btn--save:hover:not(:disabled){filter:brightness(1.05)}.ig-footer-btn:disabled{opacity:.6;cursor:not-allowed}.ig-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.loading{padding:3rem 1rem;color:#7c3aed;text-align:center;font-weight:600;font-size:1.125rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading:before{content:"";width:2.5rem;height:2.5rem;border:3px solid #f1f5f9;border-top-color:#7c3aed;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{padding:1.5rem;color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:.875rem;border-left:4px solid #dc2626;font-weight:600;box-shadow:0 2px 8px #dc262626}.error:before{content:"⚠ ";font-size:1.25rem;margin-right:.5rem}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.login-subtitle{color:var(--muted, #888);font-size:.95rem;margin-top:-.5rem}.login-button{display:inline-block;padding:.75rem 1.5rem;background:var(--accent, #646cff);color:#fff;border-radius:8px;text-decoration:none;font-weight:500}.login-button:hover{opacity:.9}.login-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px;margin-top:.5rem}.login-form label{display:flex;flex-direction:column;gap:.25rem;text-align:left}.login-form input{padding:.5rem .75rem;border-radius:6px;border:1px solid var(--border, #333);font-size:1rem}.login-form .login-button{margin-top:.25rem;border:none;cursor:pointer}.auth-callback{padding:2rem;text-align:center}.tenant-list-ul{list-style:none;padding:0;color:#0f172a}.tenant-list-ul li{padding:.5rem 0;border-bottom:1px solid #e2e8f0;color:#0f172a}.subs-table{width:100%;border-collapse:collapse}.subs-table th,.subs-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border, #333)}.subs-table th{font-weight:600}.detail-section{margin:1.5rem 0}.detail-section h2{font-size:1.1rem;margin-bottom:.5rem}.detail-section dl{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1.5rem}.detail-section dt{font-weight:500;color:var(--muted, #888)}.detail-actions,.detail-actions a{margin-top:1rem;margin-right:1rem}form label{display:block;margin-bottom:.5rem}form select{padding:.4rem .8rem;margin-left:.5rem}form button{margin-top:1rem}.danger{background:var(--error, #c44);color:#fff;border-color:var(--error, #c44)}.danger:hover{opacity:.9}
