:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#f4f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6fb}a{color:inherit;text-decoration:none}.page{--brand-color: #4f7cff;--brand-color-dark: #4f7cff;--text-primary: #1f2937;--text-muted: #8b95a7;--panel-bg: #ffffff;--panel-border: #e6eaf2;--surface: #f4f6fb}#root{width:100%;margin:0;padding:0}.page{display:flex;flex-direction:column;gap:1.5rem}.card{background:#fff;border:none;border-radius:0;padding:20px 24px;min-height:calc(100vh - 88px);margin-bottom:24px}.auth-card{max-width:420px;margin:0 auto}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem}.auth-tabs button{padding:.6rem 1rem;border-radius:10px;background:var(--surface);border:1px solid transparent;cursor:pointer;color:var(--text-primary)}.auth-tabs button.active{background:var(--brand-color);color:#fff}.form{display:flex;flex-direction:column;gap:1rem}.form label{display:flex;flex-direction:column;gap:.4rem;font-weight:400;font-size:14px;color:#4f4f4f}.form input{display:flex;align-items:center;gap:4px;padding:8px 10px;border:1px solid var(--panel-border);border-radius:8px;background:#fff;cursor:text;transition:.2s all;min-height:36px;flex-wrap:wrap;font-size:14px}.form input:focus{outline:none;border:1px solid #111827}.error{color:#dc2626;margin:0}.success{color:#1f7a1f;margin:0}.dashboard{display:grid;grid-template-columns:260px 1fr;gap:0}.dashboard.collapsed{grid-template-columns:80px 1fr}.sidebar{display:flex;flex-direction:column;gap:.75rem;background:#f9fafc;border-radius:0;border:1px solid var(--panel-border);padding:1.25rem;height:100vh;position:sticky;top:0;z-index:22;overflow:visible}.sidebar.collapsed{width:80px}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:.25rem .25rem .75rem;position:relative}.sidebar.collapsed .sidebar-brand{padding:.25rem 0}.brand-logo{width:52px;height:52px;border-radius:16px;background:var(--brand-color);color:#fff;display:grid;place-items:center;font-size:1.2rem;font-weight:700}.brand-text{display:flex;flex-direction:row;gap:6px;color:var(--text-primary)}.sidebar.collapsed .brand-text{display:none}.brand-text span{color:var(--text-muted);font-size:.9rem}.collapse-fab{position:absolute!important;right:-16px;top:24px;transform:none;width:32px;height:32px;border-radius:50%!important;border:1px solid #e6eaf2!important;background:#fff!important;color:#8b95a7;display:grid;place-items:center;cursor:pointer;box-shadow:none;z-index:100;pointer-events:auto;padding:10px!important}.collapse-fab:hover{background:#eef2ff!important}.sidebar.collapsed .collapse-fab{right:-16px}.sidebar-menu{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;padding-right:4px}.sidebar button{text-align:left;padding:10px 12px;border-radius:12px;border:1px solid transparent;background:transparent;cursor:pointer;color:var(--text-primary);display:flex;align-items:center;gap:10px;justify-content:flex-start;position:relative;font-weight:500;transition:.2s all}.sidebar.collapsed button{justify-content:center;padding:12px}.sidebar button.active{background:#eef2ff;border-color:transparent;color:var(--text-primary)}.sidebar-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:6px;background:transparent;font-weight:700;font-size:1rem;color:#8b95a7}.sidebar button:hover{background:#eef2ff}.sidebar button:hover .sidebar-icon,.sidebar button.active .sidebar-icon{color:var(--brand-color)}.sidebar.collapsed .sidebar-label{display:none}.sidebar.collapsed button[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#1f1f1f;color:#fff;padding:.35rem .55rem;border-radius:8px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:22}.sidebar.collapsed button[data-tooltip]:hover:after{opacity:1}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.collapse-toggle{background:var(--surface);color:var(--text-primary);font-size:.85rem}.content{display:flex;flex-direction:column;gap:0;padding:0;width:100%;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;background:#fff;border:none;border-bottom:1px solid var(--panel-border);border-radius:0;padding:12px 24px;position:sticky;top:0;z-index:20}.topbar-title{font-weight:600;font-size:16px;color:#1f2937}.topbar-search{flex:1;display:flex;align-items:center;gap:8px;background:#f3f6ff;border-radius:999px;padding:8px 12px;color:#8b95a7}.topbar-search input{border:none;background:transparent;width:100%;font-size:14px;color:#1f2937}.topbar-search input:focus{outline:none}.topbar-actions{display:flex;align-items:center;gap:8px}.icon-button{width:36px;height:36px;border-radius:12px;border:1px solid var(--panel-border);background:#fff;color:var(--brand-color);display:grid;place-items:center}.icon-button:hover{color:#e6f0ff;background:var(--brand-color);border-color:var(--brand-color);opacity:.85}.topbar-profile{display:flex;align-items:center;gap:10px;padding-left:10px;background:transparent;border:none;cursor:pointer}.topbar-profile:hover{background:transparent}.profile-text{display:flex;flex-direction:column;font-size:13px;color:#1f2937;text-align:left}.profile-text small{color:#8b95a7;font-size:12px}.profile-text span{color:#1f2937;text-decoration:underline}.profile-text span:hover{text-decoration:none}.profile-avatar{width:32px;height:32px;border-radius:50%;background:#e6ebf5;border:1px solid var(--panel-border)}.profile-page{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.profile-avatar-wrapper{display:flex;align-items:center;gap:16px;cursor:pointer}.profile-avatar-image{width:72px;height:72px;border-radius:50%;object-fit:cover;border:1px solid var(--panel-border)}.topbar-avatar{width:32px;height:32px}.profile-avatar-wrapper .profile-avatar,.profile-avatar-wrapper .profile-avatar-image{width:64px;height:64px}.profile-upload{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;font-size:14px;font-weight:500;color:#171717;background:#eef1f7;border-radius:8px;text-decoration:none;cursor:pointer;transition:.2s all}.profile-upload:hover{background:#e3e7f0}.profile-upload input{display:none!important}.profile-form{display:flex;flex-direction:column;gap:16px;width:100%}.profile-form label{display:flex;flex-direction:column;gap:.4rem;font-weight:400;font-size:14px;color:#4f4f4f}.profile-form input{display:flex;align-items:center;gap:4px;padding:8px 10px;border:1px solid var(--panel-border);border-radius:8px;background:#fff;cursor:text;transition:.2s all;min-height:36px;flex-wrap:wrap;font-size:14px}.profile-form input:focus{outline:none;border:1px solid #111827}.profile-form input:disabled{background:#eef1f7;cursor:not-allowed}.token-field{display:flex;align-items:center;gap:8px;width:100%}.token-field input{flex:1;width:100%}.token-field .icon-button{padding:8px;border-radius:8px}.profile-name-input{width:100%;display:block;font-weight:600;font-size:28px!important;color:#171717;margin:0 0 32px;padding:0!important;line-height:1.3;min-height:36px!important;border:none!important;background:transparent!important;border-radius:0!important}.profile-name-input:focus{outline:none;border:none}.account-toolbar{display:flex;justify-content:flex-end;margin-bottom:1rem}.account-form{display:flex;flex-direction:column;gap:1rem}.account-tabs{display:inline-flex;gap:.5rem;margin-bottom:1rem}.account-tabs button{padding:8px 12px;border-radius:10px;background:#eef2ff;border:1px solid transparent;cursor:pointer;color:var(--text-primary);justify-content:center}.account-tabs button.active{background:var(--brand-color);color:#fff}.query-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.query-grid label{display:flex;flex-direction:column;gap:.4rem;font-weight:400;font-size:14px;color:#4f4f4f}.query-grid input{display:flex;align-items:center;gap:4px;padding:8px 10px;border:1px solid var(--panel-border);border-radius:8px;background:#fff;cursor:text;transition:.2s all;min-height:36px;flex-wrap:wrap;font-size:14px}.query-grid textarea{padding:8px 10px;border:1px solid var(--panel-border);border-radius:8px;background:#fff;transition:.2s all;width:100%;min-height:80px;font-size:14px;resize:vertical}.query-grid input:focus{outline:none;border:1px solid #111827}.query-grid textarea:focus{outline:none;border:1px solid #111827}.muted{margin:0 0 1rem;color:#6b7280;font-size:14px;font-weight:400}.input-error,.account-name-input.input-error,.query-grid input.input-error,.form input.input-error{border:1px solid #e11d48!important}.input-error:focus,.account-name-input.input-error:focus,.query-grid input.input-error:focus,.form input.input-error:focus{border:1px solid #e11d48!important}.notification-center{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:10px;z-index:50}.notification{padding:10px 14px;border-radius:10px;background:#4f7cff;border:1px solid rgba(0,0,0,.08);color:#fff;min-width:240px;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:opacity .3s ease,transform .3s ease}.notification.success{background:#4f7cff}.notification.error{background:#f87171}.notification.closing{opacity:0;transform:translateY(6px)}.notification-close{border:none;background:transparent;color:inherit;font-size:16px;line-height:1;padding:0;cursor:pointer}button{border:none;font-weight:500;font-size:14px;color:#fff;border-radius:12px;padding:10px 18px;background:var(--brand-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s all}button:hover{background:var(--brand-color);opacity:.85}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}button.secondary{background:#eef2ff;color:#1f2937}button.secondary:hover{background:#e2e8ff;opacity:1}button.danger{background:transparent;color:#e11d48;margin-left:auto;gap:6px}button.danger:hover{background:transparent}.button-icon{display:inline-flex;align-items:center;justify-content:center;font-size:15px;color:#e11d48}.stepper-actions .button-icon{color:#374151}.drawer-overlay{position:fixed;inset:0;z-index:40;display:flex;justify-content:flex-end}.drawer-backdrop{position:absolute;inset:0;background:#11182747;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.drawer-panel{position:relative;width:min(50vw,560px);height:100%;background:#fff;border-left:1px solid rgba(0,0,0,.08);padding:20px 24px;animation:drawer-in .2s ease;box-shadow:-12px 0 24px #00000014;display:flex;flex-direction:column}.drawer-content{flex:1;overflow-y:auto;padding-right:6px;display:flex;flex-direction:column;gap:16px}.drawer-content label{gap:8px}.drawer-content label .muted{margin:4px 0 0;display:block;font-size:11px;line-height:1.3;color:#9ca3af}.drawer-content label:has(.muted){margin-bottom:-8px}.drawer-actions{position:sticky;bottom:0;background:#fff;padding-top:12px;padding-bottom:12px;border-top:1px solid #e6eaf2}@keyframes drawer-in{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.drawer-title{font-weight:600;font-size:16px;color:#171717;margin:0}.drawer-close{border:none;background:transparent;color:#171717;font-size:18px;line-height:1;padding:0;cursor:pointer}.drawer-content{flex:1;overflow-y:auto;padding-right:6px}.drawer-content select,.drawer-content input,.drawer-content textarea{padding:10px 12px;border-radius:10px;border:1px solid var(--panel-border);font-size:14px;background:#fff;width:100%}.drawer-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid rgba(0,0,0,.05);flex-shrink:0}.product-form{padding:0}.stepper{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.stepper-list{display:flex;flex-wrap:wrap;gap:8px}.stepper-item{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--panel-border);background:#fff;font-size:12px;cursor:pointer;color:#374151}.stepper-item.active,.stepper-item:hover{background:#4f7cff;color:#fff;border-color:#4f7cff}.stepper-index{width:18px;height:18px;border-radius:999px;background:#00000014;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.stepper-item.active .stepper-index,.stepper-item:hover .stepper-index{background:#fff3}.stepper-actions{display:flex;gap:8px;justify-content:flex-end}.photo-upload{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-bottom:12px}.photo-drop-zone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80px;padding:16px;border:2px dashed var(--panel-border);border-radius:10px;background:#fafafa;cursor:pointer;transition:border-color .15s,background .15s}.photo-drop-zone:hover:not(.disabled),.photo-drop-zone.drag-over{border-color:#4f7cff;background:#f0f6ff}.photo-drop-zone.disabled{cursor:not-allowed;opacity:.6}.photo-progress{height:4px;background:var(--panel-border);border-radius:4px;overflow:hidden}.photo-progress-bar{height:100%;background:#4f7cff;animation:photo-progress-pulse 1.2s ease-in-out infinite}@keyframes photo-progress-pulse{0%,to{width:20%}50%{width:60%}}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.photo-card{display:flex;flex-direction:column;gap:8px;padding:8px;border:1px solid var(--panel-border);border-radius:10px;background:#fff}.photo-card img{width:100%;height:220px;object-fit:cover;border-radius:8px}.product-thumb{width:56px;height:56px;border-radius:6px;object-fit:cover;background:#f3f4f6;display:block}.photo-empty{width:56px;height:56px;border-radius:6px}.photo-header{display:flex;align-items:center;gap:4px;white-space:nowrap}.photo-expand-toggle{width:22px;height:22px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;color:#94a3b8;transition:color .15s,background .15s;flex-shrink:0}.photo-expand-toggle:hover{color:#4f7cff;background:#eef2ff}.product-thumbs-row{display:flex;align-items:center;gap:4px;overflow-x:auto;max-width:360px;padding:2px 0;scrollbar-width:thin}.product-thumbs-row::-webkit-scrollbar{height:4px}.product-thumbs-row::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.product-thumbs-row .product-thumb{width:44px;height:44px;flex-shrink:0;border-radius:5px}td.photos-expanded{min-width:180px}.photo-drag-handle{align-self:flex-start;color:#94a3b8;cursor:grab;font-size:16px;line-height:1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.account-name{max-width:100%;margin-bottom:18px}.account-name-input{width:100%;font-weight:600;font-size:28px;color:#171717;margin:0 0 32px;padding:0;line-height:1.3;min-height:36px;border:none;background:transparent}.account-name-input:focus{outline:none;border:none}.account-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.table-card{background:#fff;border:1px solid #e6eaf2;border-radius:0;padding:0;margin-top:1rem;max-width:100%;width:100%;display:flex;flex-direction:column;min-height:calc(100vh - 160px)}.table-card-body{flex:1;display:flex;flex-direction:column;min-height:0}.dashboard,.dashboard.collapsed,.card{max-width:100%}.table-scroll{flex:1;overflow:auto;max-width:100%;min-height:0}.data-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:14px}.wide-table{min-width:1600px}.data-table th,.data-table td{padding:10px 12px;border-bottom:1px solid #e6eaf2;text-align:left}.data-table th.sticky-left,.data-table td.sticky-left{position:sticky;left:0;background:#fff;z-index:2}.data-table th.sticky-right,.data-table td.sticky-right{position:sticky;right:0;background:#fff;z-index:2;text-align:right}.data-table th.sticky-left,.data-table th.sticky-right{background:#f8fafc}.data-table th.sticky-left,.data-table th.sticky-right{z-index:5}.data-table td.sticky-left,.data-table td.sticky-right{box-shadow:0 0 0 1px #e6eaf2}.header-actions{width:56px}.table-settings-button{margin-left:auto}.thumb-button{border:none;background:transparent;padding:0;cursor:pointer}.data-table th{position:sticky;top:0;z-index:3;font-weight:600;color:#334155;background:#f8fafc;box-shadow:0 1px #e6eaf2}.table-toolbar{display:flex;justify-content:flex-end;margin-bottom:12px;padding:12px}.bulk-toolbar{display:flex;align-items:flex-end;gap:12px;padding:0 12px 12px}.bulk-toolbar-popup{padding:12px 16px;margin:0 0 12px;background:#f0f6ff;border-radius:12px;border:1px solid #e0eaff;align-items:center;flex-wrap:wrap}.bulk-toolbar-popup .bulk-toolbar-label{font-weight:500;color:var(--text-primary)}.bulk-toolbar-bottom{position:fixed;bottom:0;left:260px;right:0;display:flex;align-items:center;gap:12px;padding:10px 24px;background:#fff;border-top:1px solid #e6eaf2;z-index:50;box-shadow:0 -2px 8px #0000000f}body.sidebar-collapsed .bulk-toolbar-bottom{left:80px}@media(max-width:900px){.bulk-toolbar-bottom{left:0}}.card.has-bulk-bar{padding-bottom:56px}.bulk-toolbar-bottom .bulk-toolbar-label{font-size:13px;color:var(--text-muted)}.bulk-toolbar-bottom .bulk-toolbar-reset{font-size:12px}.bulk-toolbar-bottom label{display:flex;align-items:center;gap:8px;flex-direction:row;margin:0;font-size:13px;color:var(--text-primary)}.bulk-toolbar-bottom select{min-width:160px;height:32px;font-size:13px;padding:4px 8px;border:1px solid #e6eaf2;border-radius:6px}.bulk-toolbar-bottom .secondary{padding:6px 14px;font-size:13px}.bulk-toolbar label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#4b5563}.bulk-toolbar select{min-width:220px;height:36px}.checkbox-col{width:44px}.group-filter-bar{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border-bottom:1px solid #e6eaf2}.chip{background:#eef2ff;color:#1f2937;border:1px solid transparent;border-radius:999px;padding:6px 12px;font-size:13px;cursor:pointer}.chip:hover:not(.active){background:#4f7cff;color:#fff;border-color:#4f7cff}.chip.active{background:#4f7cff;color:#fff}.table-search{display:inline-flex;align-items:center;gap:8px;background:#f3f6ff;border-radius:999px;padding:8px 12px;color:#8b95a7;min-width:260px}.table-search input{border:none;background:transparent;width:100%;font-size:14px;color:#1f2937}.table-search input:focus{outline:none}.table-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:12px}.table-pagination-left{justify-self:start}.table-pagination-center{justify-self:center;display:flex;align-items:center;gap:10px}.table-pagination-right{justify-self:end;color:#64748b;font-size:13px}.page-size{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#475569}.page-size select{padding:4px 8px;border-radius:6px;border:1px solid #e6eaf2;background:#fff}.page-list{display:flex;align-items:center;gap:6px}.page-ellipsis{color:#94a3b8;padding:0 4px;font-size:13px}.page-button{border:1px solid #e6eaf2;background:#fff;color:#64748b;padding:4px 8px;border-radius:6px;cursor:pointer;font-size:13px}.page-button:hover:not(.active){background:#4f7cff;border-color:#4f7cff;color:#fff}.page-button.active{background:#4f7cff;border-color:#4f7cff;color:#fff}.group-macro{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;padding-bottom:4px}.macro-row{display:flex;align-items:center;gap:8px}.group-fields{display:flex;flex-direction:column;gap:16px}.accordion-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#f8fafc;border:1px solid #e6eaf2;border-radius:10px;padding:10px 12px;font-weight:600;color:#1f2937;cursor:pointer}.accordion-toggle:hover{background:#eef2ff}.accordion-icon{font-size:18px;line-height:1}.gf-card{border:1px solid #e6eaf2;border-radius:10px;padding:10px 14px;background:#f9fafc;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.gf-card:hover:not(.gf-card-open){border-color:#c7d2fe;background:#f5f7ff}.gf-card-open{background:#fff;border-color:#4f7cff;box-shadow:0 0 0 2px #4f7cff1a;cursor:default;display:flex;flex-direction:column;gap:10px}.gf-card-new{border-style:dashed}.gf-summary{display:flex;flex-direction:column;gap:4px}.gf-summary-main{display:flex;align-items:center;gap:8px}.gf-name{font-weight:600;font-size:13px;color:#1f2937}.gf-type-badge{font-size:10px;padding:1px 6px;border-radius:4px;background:#eef2ff;color:#4f7cff;font-weight:500}.gf-value-preview{font-size:12px;color:#6b7280;line-height:1.4}.gf-macro{font-size:11px;color:#94a3b8;font-family:monospace}.gf-form-row{display:grid;grid-template-columns:1fr 140px;gap:8px}.gf-card-open label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#4b5563}.gf-card-open input,.gf-card-open select,.gf-card-open textarea{width:100%}.gf-actions{display:flex;gap:8px;align-items:center;justify-content:space-between}.gf-actions-right{display:flex;gap:8px;align-items:center}.danger-link{color:#ef4444!important}.danger-link:hover{color:#dc2626!important}.gf-add-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:1px dashed #cbd5e1;border-radius:10px;background:transparent;color:#64748b;font-size:13px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.gf-add-button:hover{border-color:#4f7cff;color:#4f7cff;background:#f5f7ff}.group-list-header{display:flex;align-items:center;gap:12px}.group-thumb-stack{display:flex;gap:6px}.group-thumb-stack img{width:36px;height:36px;border-radius:8px;object-fit:cover;border:1px solid #e6eaf2}.group-thumb-stack.empty{width:36px;height:36px;border-radius:8px;border:1px dashed #e6eaf2;background:#f8fafc}.photo-grid.group-images{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.photo-grid.group-images .photo-card img{height:120px}.photo-card-top{display:flex;align-items:center;justify-content:space-between}.photo-delete-button{color:#94a3b8;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .15s,background .15s}.photo-delete-button:hover{color:#ef4444;background:#fef2f2}.photo-delete-text-button{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;color:#94a3b8;font-size:12px;padding:2px 6px;border-radius:4px;cursor:pointer;transition:color .15s,background .15s}.photo-delete-text-button:hover{color:#ef4444;background:#fef2f2}.sort-order-input{width:100%;padding:4px 8px;border:1px solid var(--panel-border);border-radius:6px;font-size:12px;text-align:center;color:#64748b}.group-field-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.group-field-list .link-button{font-size:12px}.data-table tbody tr:hover{background:#f1f5ff}.data-table tbody tr:nth-child(2n):hover{background:#eef2ff}.data-table tbody tr:nth-child(2n){background:#f8fafc}.table-scroll{width:100%;overflow-x:auto;max-width:100%}.data-table{min-width:1000px}.sort-button{background:transparent;border:none;font:inherit;color:inherit;cursor:pointer;padding:0;text-decoration:underline}.sort-button:hover{background:transparent}.link-button{background:transparent;border:none;padding:0;color:var(--brand-color);cursor:pointer;text-decoration:underline;font:inherit;box-shadow:none}.link-button:hover{text-decoration:none;background:transparent}.table-settings-overlay{position:fixed;inset:0;background:#11182747;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end;z-index:50}.table-settings-panel{width:300px;max-width:90vw;height:100%;background:#fff;padding:12px;display:flex;flex-direction:column;gap:8px;box-shadow:-12px 0 32px #0f172a33}.table-settings-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.table-settings-list{display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding-right:4px}.table-settings-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid var(--panel-border);border-radius:8px;background:#f9fafc;position:relative;transition:transform .18s ease,background .18s ease,border-color .18s ease}.table-settings-label{flex:1;font-size:12px}.drag-handle{color:#94a3b8;cursor:grab;font-size:16px;line-height:1}.table-settings-item.dragging{border-color:#4f7cff;background:#eef2ff;box-shadow:0 8px 18px #4f7cff33}.switch{position:relative;display:inline-block;width:36px;height:20px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;inset:0;background:#cbd5f5;border-radius:999px;transition:.2s}.switch .slider:before{content:"";position:absolute;height:14px;width:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background:#4f7cff}.switch input:checked+.slider:before{transform:translate(16px)}.account-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:12px;border-radius:12px;border:1px solid var(--panel-border);background:#fff}.account-meta{margin-top:.25rem;color:#8b95a7;font-size:13px}.topbar-burger,.sidebar-overlay{display:none}@media(max-width:900px){.dashboard,.dashboard.collapsed{grid-template-columns:1fr}.topbar-burger{display:grid;place-items:center;margin-right:auto}.topbar-actions{margin-left:0}.sidebar-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:40;opacity:0;pointer-events:none;transition:opacity .25s ease}.sidebar-overlay.open{display:block;opacity:1;pointer-events:auto}.sidebar{position:fixed;top:0;left:0;width:280px;max-width:85vw;height:100vh;z-index:50;transform:translate(-100%);transition:transform .25s ease;box-shadow:none;flex-direction:column;flex-wrap:nowrap}.sidebar.mobile-open{transform:translate(0);box-shadow:4px 0 24px #00000026}.sidebar.collapsed{width:280px}.sidebar-collapse-desktop{display:none!important}.profile-text span,.profile-text small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}}
