*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}img{max-width:100%;display:block}:root{--primary-color-default: #e5e7eb;--primary-color: var(--primary-color-default);--background-color: #f9fafb;--sidebar-bg: #f3f4f6;--text-color: #1f2937;--subtext-color: #6b7280}body{font-family:var(--app-font, system-ui, Arial, sans-serif);min-height:100vh;background-color:var(--background-color);color:var(--text-color)}button{font-family:inherit}.login-container{display:flex;height:100vh;font-family:Inter,sans-serif}.login-image{width:50%}.login-image img{width:100%;height:100%;object-fit:cover}.login-right{width:50%;background-color:#2f4356;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}.login-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:30px}.login-logo{width:70px;height:70px;margin-bottom:15px}.login-subtitle{color:#d1d5db;font-size:14px}.login-card{background:#fff;width:380px;padding:35px;border-radius:16px;box-shadow:0 10px 25px #00000014}.login-title{text-align:center;color:#4caf50;font-size:22px;margin-bottom:8px}.login-text{text-align:center;font-size:14px;color:#6b7280;margin-bottom:25px}.login-form{display:flex;flex-direction:column}.login-form label{font-size:14px;margin-bottom:6px;color:#374151}.login-form input{padding:10px 12px;border-radius:10px;border:none;background-color:#e5e7eb;margin-bottom:18px;font-size:14px;outline:none}.login-form input:focus{box-shadow:0 0 0 2px #2f4356}.login-form button{padding:12px;background-color:#2f4356;color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:14px;transition:.2s ease}.login-form button:hover{background-color:#243646}.control-container{width:100%}.control-header{margin-bottom:24px}.control-header h1{font-size:26px;font-weight:600;margin:0;color:#111827}.control-header p{font-size:13px;color:#6b7280;margin-top:4px}.control-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.control-card{background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 10px #0000000a;transition:.2s ease}.control-card:hover{transform:translateY(-2px)}.control-card h3{font-size:14px;font-weight:500;color:#6b7280;margin-bottom:12px}.control-card span{font-size:32px;font-weight:600;color:#111827}.cu-overlay{position:fixed;inset:0;background:#11182799;display:flex;align-items:center;justify-content:center;padding:24px;z-index:9999}.cu-modal{width:560px;max-width:100%;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;overflow:hidden}.cu-header{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 20px 10px}.cu-title{display:flex;gap:10px}.cu-icon{font-size:20px;line-height:1;margin-top:4px}.cu-titleText{font-weight:700;font-size:16px;color:#111827}.cu-subtitle{margin-top:6px;font-size:12px;color:#6b7280;max-width:430px;line-height:1.35}.cu-close{border:none;background:transparent;font-size:22px;cursor:pointer;color:#6b7280;padding:4px 8px}.cu-close:hover{color:#111827}.cu-form{padding:0 20px 18px}.cu-field{display:flex;flex-direction:column;gap:6px;margin-top:14px}.cu-field label{font-size:12px;font-weight:600;color:#374151}.cu-field input,.cu-field select{height:42px;border-radius:12px;border:1px solid #e5e7eb;padding:0 14px;font-size:13px;outline:none;background:#fff}.cu-field input:focus,.cu-field select:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.cu-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:560px){.cu-row{grid-template-columns:1fr}}.cu-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:14px}.cu-btn{height:40px;border-radius:999px;padding:0 14px;font-size:13px;font-weight:600;cursor:pointer}.cu-btnGhost{background:#fff;border:1px solid #e5e7eb;color:#111827}.cu-btnGhost:hover{background:#f9fafb}.cu-btnPrimary{background:#111827;border:1px solid #111827;color:#fff;display:inline-flex;align-items:center;gap:8px}.cu-btnPrimary:hover{background:#0b1220}.cu-btnPrimary:disabled{opacity:.5;cursor:not-allowed}.cu-btnPrimary:not(:disabled){background:var(--primary-color);border-color:var(--primary-color)}.users-container{padding:24px 32px;width:100%;box-sizing:border-box}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.users-header h1{font-size:22px;font-weight:600;margin:0;color:#111827}.users-header p{font-size:13px;color:#6b7280;margin:4px 0 0}.primary-button{background-color:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:6px;font-size:13px;cursor:pointer;transition:.2s ease}.users-search{margin-bottom:20px}.users-search input{width:280px;padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:13px}.users-table{overflow-x:auto}.users-table table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:8px;overflow:hidden;min-width:700px}.users-table thead{background-color:#f9fafb}.users-table th{text-align:left;padding:12px 14px;font-size:12px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.users-table td{padding:12px 14px;font-size:13px;border-bottom:1px solid #f3f4f6;color:#374151}.users-table tbody tr:hover{background-color:#f9fafb}.users-table td:nth-child(3){white-space:nowrap}.cf-overlay{position:fixed;inset:0;background:#11182799;display:flex;align-items:center;justify-content:center;padding:24px;z-index:9999}.cf-modal{width:520px;max-width:100%;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;overflow:hidden}.cf-header{display:flex;justify-content:space-between;padding:18px 20px 10px}.cf-title{display:flex;gap:10px}.cf-icon{font-size:20px;margin-top:4px}.cf-titleText{font-weight:700;font-size:16px}.cf-subtitle{margin-top:6px;font-size:12px;color:#6b7280}.cf-close{border:none;background:transparent;font-size:22px;cursor:pointer}.cf-form{padding:0 20px 18px}.cf-field{display:flex;flex-direction:column;gap:6px;margin-top:14px}.cf-field label{font-size:12px;font-weight:600}.cf-field input{height:42px;border-radius:12px;border:1px solid #e5e7eb;padding:0 14px;font-size:13px}.cf-field input:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.cf-logoPreview{margin-top:10px;text-align:center}.cf-logoPreview img{max-height:60px}.cf-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:14px}.cf-btn{height:40px;border-radius:999px;padding:0 14px;font-size:13px;font-weight:600;cursor:pointer}.cf-btnGhost{background:#fff;border:1px solid #e5e7eb}.cf-btnPrimary{background:#111827;color:#fff;border:1px solid #111827}.cf-btnPrimary:disabled{opacity:.5;cursor:not-allowed}.cf-uploadBox{border:2px dashed #e5e7eb;border-radius:14px;height:140px;display:flex;align-items:center;justify-content:center;transition:.2s ease;background:#fafafa}.cf-uploadBox:hover{border-color:#d1d5db;background:#f9fafb}.cf-uploadInner{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;text-align:center}.cf-uploadIcon{font-size:24px}.cf-uploadText{font-size:13px;font-weight:600;color:#374151}.cf-uploadHint{font-size:11px;color:#9ca3af}.cf-previewContainer{display:flex;flex-direction:column;align-items:center;gap:10px}.cf-previewContainer img{max-height:80px;object-fit:contain}.cf-removeLogo{background:transparent;border:none;font-size:12px;color:#2563eb;cursor:pointer}.cf-removeLogo:hover{text-decoration:underline}.foundations-container{padding:24px 32px;width:100%;box-sizing:border-box}.foundations-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.foundations-header h1{font-size:22px;font-weight:600;margin:0;color:#111827}.foundations-header p{font-size:13px;color:#6b7280;margin:4px 0 0}.primary-button{background-color:var(--primary-color);color:#000;border:none;padding:8px 14px;border-radius:6px;font-size:13px;cursor:pointer;transition:.2s ease}.primary-button:hover{opacity:.9}.foundations-search{margin-bottom:20px}.foundations-search input{width:280px;padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:13px}.foundations-table{overflow-x:auto}.foundations-table table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:8px;overflow:hidden;min-width:0;table-layout:fixed}.foundations-table thead{background-color:#f9fafb}.foundations-table th{text-align:left;padding:12px 14px;font-size:12px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.foundations-table td{padding:12px 14px;font-size:13px;border-bottom:1px solid #f3f4f6;color:#374151}.foundations-table tbody tr:hover{background-color:#f9fafb}.logo-cell{width:100px;height:64px;display:flex;align-items:center;justify-content:center}.logo-cell img{max-height:90%;max-width:100%;object-fit:contain}.pc-cell{display:inline-flex;align-items:center;gap:10px}.pc-swatch{width:32px;height:32px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #e5e7eb,0 4px 10px #00000014}.pc-text{font-size:13px;color:#6b7280;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.fa-actions{display:flex;gap:8px;justify-content:flex-end}.fa-btn{height:32px;padding:0 10px;border-radius:8px;font-size:12px;cursor:pointer;border:1px solid #e5e7eb;background:#fff}.fa-btnGhost:hover{background:#f9fafb}.fa-btnDanger{border-color:#fecaca;color:#b91c1c}.fa-btnDanger:hover{background:#fef2f2}.tooltip-wrap{position:relative;display:inline-flex}.fa-btn:disabled{opacity:.45;cursor:not-allowed}.tooltip{position:absolute;top:120%;right:0;transform:translate(-10%);background:#111827;color:#fff;font-size:12px;padding:8px 10px;border-radius:10px;white-space:nowrap;box-shadow:0 10px 25px #00000040;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:9999}.tooltip:after{content:"";position:absolute;bottom:100%;right:16px;border-width:6px;border-style:solid;border-color:transparent transparent #111827 transparent}.tooltip-wrap:hover .tooltip{opacity:1}
