*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f8f9fa;--surface: #ffffff;--surface-2: #f1f3f5;--border: #dee2e6;--border-2: #ced4da;--text: #212529;--text-muted: #6c757d;--text-light: #adb5bd;--text-secondary-hover: #2d3237;--accent: #212529;--accent-hover: #d9d9d9;--accent-text-hover: #212529;--red: #dc3545;--red-bg: #fff5f5;--green: #198754;--green-bg: #f0fff4;--blue: #0d6efd;--blue-bg: #eff6ff;--amber: #856404;--amber-bg: #fff3cd;--radius: 6px;--radius-lg: 10px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);--shadow-lg: 0 4px 16px rgba(0,0,0,.1);--font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono: "SF Mono", "Cascadia Code", Consolas, "Courier New", monospace;--transition: .15s ease;--sidebar-w: 220px}html{font-size:15px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}h1{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}h2{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;line-height:1.3}h3{font-size:1.05rem;font-weight:600}h4{font-size:.95rem;font-weight:600}p{margin-bottom:.75rem}p:last-child{margin-bottom:0}a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--accent-hover)}code{font-family:var(--mono);font-size:.875em;background:var(--surface-2);border:1px solid var(--border);padding:.1em .35em;border-radius:4px}pre{background:#1e1e2e;color:#cdd6f4;border-radius:var(--radius-lg);padding:1.25rem 1.5rem;overflow-x:auto;font-family:var(--mono);font-size:.85rem;line-height:1.65}pre code{background:none;border:none;padding:0;font-size:inherit;color:inherit}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}.container--narrow{max-width:820px}.container--sm{max-width:480px}.navbar{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border);height:56px;display:flex;align-items:center}.navbar__inner{display:flex;align-items:center;justify-content:space-between;width:100%}.navbar__brand{display:flex;align-items:center;gap:.45rem;font-weight:700;font-size:1.05rem;text-decoration:none;color:var(--text);letter-spacing:-.01em}.navbar__brand:hover{color:var(--text-muted)}.navbar__brand span{color:var(--text-muted);font-weight:400}.navbar__logo{height:26px;width:auto;display:block}.navbar__nav{display:flex;align-items:center;gap:.25rem}.navbar__link{padding:.4rem .7rem;border-radius:var(--radius);text-decoration:none;font-size:.9rem;color:var(--text-muted);transition:background var(--transition),color var(--transition)}.navbar__link:hover{background:var(--surface-2);color:var(--text)}.navbar__link--active{color:var(--text);font-weight:500}.navbar__toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem;color:var(--text)}.navbar__mobile{display:none}@media (max-width: 640px){.navbar__nav{display:none}.navbar__toggle{display:flex;align-items:center}.navbar__mobile{display:flex;flex-direction:column;background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem 1.25rem 1rem;gap:.1rem}.navbar__mobile .navbar__link{padding:.6rem .5rem;width:100%}}.page{min-height:calc(100vh - 56px);padding:2.5rem 0 4rem}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem;width:420px;margin:0 auto}.auth-card__title{margin-bottom:.25rem}.auth-card__subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-group:last-child{margin-bottom:0}label{font-size:.875rem;font-weight:500;color:var(--text)}label .optional{color:var(--text-muted);font-weight:400;font-size:.82rem;margin-left:.25rem}input[type=text],input[type=email],input[type=password],input[type=date],input[type=datetime-local],input[type=url],select,textarea{width:100%;padding:.55rem .75rem;font-size:.95rem;font-family:var(--font);border:1px solid var(--border-2);border-radius:var(--radius);background:var(--surface);color:var(--text);outline:none;transition:border-color var(--transition),box-shadow var(--transition)}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2125291a}input::placeholder{color:var(--text-light)}.form-hint{font-size:.8rem;color:var(--text-muted)}.form-error{font-size:.8rem;color:var(--red)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.form-row{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.9rem;font-family:var(--font);font-weight:500;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background var(--transition),border-color var(--transition),color var(--transition),opacity var(--transition);white-space:nowrap;line-height:1.4}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-text-hover)}.btn--secondary{background:var(--surface);color:var(--text);border-color:var(--border-2)}.btn--secondary:hover:not(:disabled){background:var(--surface-2);color:var(--text-secondary-hover)}.btn--danger{background:var(--red);color:#fff;border-color:var(--red)}.btn--danger:hover:not(:disabled){background:#b02a37;border-color:#b02a37}.btn--ghost{background:transparent;color:var(--text-muted);border-color:transparent}.btn--ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn--full{width:100%}.btn--sm{padding:.35rem .75rem;font-size:.825rem}.btn--lg{padding:.7rem 1.4rem;font-size:1rem}.btn--google{background:var(--surface);color:var(--text);border-color:var(--border-2);font-weight:500}.btn--google:hover:not(:disabled){background:var(--surface-2)}.btn--google svg{flex-shrink:0}.divider{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.8rem;margin:1.25rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;display:flex;align-items:flex-start;gap:.6rem;border:1px solid transparent;margin-bottom:1rem;position:fixed;top:60px;right:10px}.alert--error{background:var(--red-bg);border-color:#ffc9c9;color:#c92a2a}.alert--success{background:var(--green-bg);border-color:#b2f2bb;color:#1a6b3c}.alert--warning{background:var(--amber-bg);border-color:#ffe066;color:var(--amber)}.alert--info{background:var(--blue-bg);border-color:#bfdbfe;color:#1d4ed8}.alert__close{margin-left:auto;background:none;border:none;cursor:pointer;font-size:1.1rem;opacity:.6;line-height:1;flex-shrink:0;color:inherit}.alert__close:hover{opacity:1}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.spinner--sm{width:14px;height:14px}.spinner--lg{width:32px;height:32px;border-width:3px}.spinner-center{display:flex;justify-content:center;padding:3rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.card__header{padding:1.1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card__body{padding:1.5rem}.card__footer{padding:1rem 1.5rem;border-top:1px solid var(--border);background:var(--surface-2);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.section{margin-bottom:2rem}.section__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border)}table{width:100%;border-collapse:collapse;font-size:.875rem}thead{background:var(--surface-2)}th{padding:.7rem 1rem;text-align:left;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}td{padding:.75rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--surface-2)}.badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:99px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.badge--active{background:var(--green-bg);color:var(--green)}.badge--inactive{background:var(--red-bg);color:var(--red)}.badge--user{background:var(--surface-2);color:var(--text-muted)}.badge--integrator{background:var(--blue-bg);color:var(--blue)}.badge--super_admin{background:#f3f0ff;color:#7048e8}.badge--verified{background:var(--green-bg);color:var(--green)}.badge--unverified{background:var(--amber-bg);color:var(--amber)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:560px;margin:auto}.modal__header{padding:1.1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal__close{background:none;border:none;cursor:pointer;font-size:1.3rem;color:var(--text-muted);line-height:1;padding:.2rem;border-radius:var(--radius);transition:background var(--transition)}.modal__close:hover{background:var(--surface-2);color:var(--text)}.modal__body{padding:1.5rem}.modal__footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;gap:.75rem;justify-content:flex-end}.pagination{display:flex;align-items:center;gap:.25rem;margin-top:1.25rem}.pagination__btn{padding:.35rem .65rem;font-size:.85rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:background var(--transition)}.pagination__btn:hover:not(:disabled){background:var(--surface-2)}.pagination__btn:disabled{opacity:.4;cursor:default}.pagination__btn--active{background:var(--accent);color:#fff;border-color:var(--accent)}.pagination__info{font-size:.85rem;color:var(--text-muted);margin:0 .5rem}.filter-bar{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem;align-items:center}.filter-bar input,.filter-bar select{width:auto;min-width:0;flex:1}@media (max-width: 480px){.filter-bar{flex-direction:column}.filter-bar input,.filter-bar select{width:100%}}.tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:1.5rem;gap:.1rem;overflow-x:auto}.tabs__tab{padding:.6rem 1rem;font-size:.9rem;background:none;border:none;cursor:pointer;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color var(--transition),border-color var(--transition)}.tabs__tab:hover{color:var(--text)}.tabs__tab--active{color:var(--text);font-weight:600;border-bottom-color:var(--accent)}.toggle{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle__slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border-2);border-radius:99px;cursor:pointer;transition:background var(--transition)}.toggle__slider:before{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform var(--transition)}.toggle input:checked+.toggle__slider{background:var(--accent)}.toggle input:checked+.toggle__slider:before{transform:translate(18px)}.toggle-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.toggle-row span{font-size:.9rem}.avatar{width:36px;height:36px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);object-fit:cover;flex-shrink:0}.avatar--sm{width:28px;height:28px}.avatar--lg{width:64px;height:64px}.avatar-placeholder{width:36px;height:36px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:var(--text-muted);flex-shrink:0}.avatar-placeholder--lg{width:64px;height:64px;font-size:1.4rem}.profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.profile-header__info h2{margin-bottom:.2rem}.profile-header__info p{color:var(--text-muted);font-size:.875rem}.integrator-banner{background:linear-gradient(135deg,#f0fff4,#eff6ff);border:1px solid #b2f2bb;border-radius:var(--radius-lg);padding:1.5rem;display:flex;align-items:flex-start;gap:1rem}.integrator-banner__icon{font-size:2rem;flex-shrink:0;line-height:1}.integrator-banner__links{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.sub-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sub-card--active{border-color:#b2f2bb;background:var(--green-bg)}.sub-card--expired{border-color:#ffc9c9;background:var(--red-bg)}.manual{max-width:820px;margin:0 auto}.manual__toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-bottom:2.5rem}.manual__toc ul{list-style:none;counter-reset:toc}.manual__toc li{counter-increment:toc;padding:.3rem 0;border-bottom:1px solid var(--border)}.manual__toc li:last-child{border-bottom:none}.manual__toc a{text-decoration:none;color:var(--text);font-size:.9rem}.manual__toc a:hover{color:var(--blue)}.manual__section{margin-bottom:3rem}.manual__section h2{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.manual__section h3{margin:1.5rem 0 .75rem}.manual__section p,.manual__section ul,.manual__section ol{margin-bottom:1rem}.manual__section ul,.manual__section ol{padding-left:1.5rem}.manual__section li{margin-bottom:.4rem}.manual__section pre{margin:1rem 0}.notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:1rem}.notfound__code{font-size:5rem;font-weight:800;color:var(--border-2);line-height:1}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.text-muted{color:var(--text-muted)}.text-sm{font-size:.875rem}.text-xs{font-size:.8rem}.text-center{text-align:center}.font-mono{font-family:var(--mono)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.admin-header h1{margin:0}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem}.stat-card__value{font-size:1.75rem;font-weight:700;line-height:1}.stat-card__label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.auth-page{display:flex;flex-direction:column;align-items:center;padding:3rem 1.25rem}.auth-page .auth-links{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.875rem;color:var(--text-muted)}.auth-page .auth-links a{color:var(--accent)}.text-danger{color:var(--red);margin:5px}@media (max-width: 768px){.page{padding:1.5rem 0 3rem}.modal-backdrop{padding:0;align-items:flex-end}.modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%}}@media (max-width: 480px){h1{font-size:1.35rem}.auth-card{padding:1.5rem}.card__body{padding:1.1rem}}
