:root{color-scheme:light;--brand: #db3d32;--brand-pressed: #c9342a;--brand-deep: #701b1b;--brand-alpha-10: rgba(219, 61, 50, .1);--brand-alpha-20: rgba(219, 61, 50, .2);--accent-tint: #ffeaea;--accent-tint-2: #ffe5e5;--bg: #f3f3f3;--surface: #ffffff;--surface-sunken: #f5f5f5;--ink: #111111;--body: #444444;--muted: #666666;--faint: #888888;--line: #e0e0e0;--line-subtle: #eeeeee;--danger: #b42318;--danger-bg: #ffeaea;--ok: #52755f;--ok-bg: #e8f0ea;--warn: #b58a3a;--warn-bg: #f7f2e8;--info: #3b6ea8;--info-bg: #eaf2fb;--stat-brand-bg: #fce7f3;--stat-brand-mark: #f9a8d4;--stat-ok-bg: #fef9c3;--stat-ok-mark: #fde047;--stat-warn-bg: #ffedd5;--stat-warn-mark: #fdba74;--stat-neutral-bg: #dbeafe;--stat-neutral-mark: #93c5fd;--stat-info-bg: #e0e7ff;--stat-info-mark: #a5b4fc;--sidebar-width: 17.5rem;--radius-sm: 6px;--radius-md: 8px;--radius-button: 10px;--radius-card: 16px;--radius-pill: 999px;--shadow-card: 0 1px 2px rgba(17, 17, 17, .04), 0 8px 24px rgba(17, 17, 17, .06);font-family:Lato,Segoe UI,system-ui,sans-serif;line-height:1.45;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.layout{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:100vh;align-items:start}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:1.25rem;width:var(--sidebar-width);height:100vh;padding:1.5rem 1rem;background:var(--surface);border-right:1px solid var(--line-subtle);overflow:hidden}.sidebar-brand,.sidebar-search,.sidebar-footer{flex-shrink:0}.sidebar-brand{display:flex;flex-direction:column;gap:.15rem;padding:0 .5rem}.sidebar-brand-mark{margin:0;font-size:1.45rem;font-weight:800;letter-spacing:-.02em;color:var(--brand)}.sidebar-brand-sub{margin:0;font-size:.82rem;color:var(--muted)}.sidebar-search{position:relative}.sidebar-search input{width:100%;min-width:0;padding:.55rem .75rem .55rem 2.25rem;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--surface-sunken);color:var(--ink)}.sidebar-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--faint);font-size:1rem;pointer-events:none}.sidebar-nav{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow-y:auto}.sidebar-section-label{margin:0 0 .35rem;padding:0 .5rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--faint)}.sidebar-links{display:flex;flex-direction:column;gap:.2rem}.sidebar-link{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border-radius:var(--radius-md);color:var(--body);font-size:.95rem;font-weight:500;border:1px solid transparent}.sidebar-link:hover{background:var(--surface-sunken)}.sidebar-link.active{color:var(--brand-deep);background:var(--brand-alpha-10);border-color:var(--brand-alpha-20);font-weight:700}.sidebar-link-icon{display:inline-flex;font-size:1.05rem;color:var(--faint)}.sidebar-link.active .sidebar-link-icon{color:var(--brand)}.sidebar-group{display:flex;flex-direction:column;gap:.15rem}.sidebar-group-toggle{display:flex;align-items:center;gap:.65rem;width:100%;padding:.65rem .75rem;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--body);font-size:.95rem;font-weight:600;text-align:left}.sidebar-group-toggle:hover{background:var(--surface-sunken)}.sidebar-group-toggle.expanded{color:var(--ink)}.sidebar-group-toggle.has-active-child{color:var(--brand-deep);font-weight:700}.sidebar-group-toggle.has-active-child .sidebar-link-icon{color:var(--brand)}.sidebar-group-label{flex:1}.sidebar-group-chevron{font-size:.95rem;color:var(--faint);transition:transform .15s ease}.sidebar-group-chevron.open{transform:rotate(90deg)}.sidebar-sub-links{display:flex;flex-direction:column;gap:.15rem;margin-left:.35rem;padding-left:1.35rem;border-left:1px solid var(--line-subtle)}.sidebar-sublink{display:block;padding:.45rem .7rem;border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--muted);font-size:.88rem;font-weight:600;border-left:3px solid transparent;margin-left:-1px}.sidebar-sublink:hover{color:var(--ink);background:var(--surface-sunken)}.sidebar-sublink.active{color:var(--brand-deep);background:var(--surface-sunken);border-left-color:var(--brand);font-weight:700}.sidebar-footer{padding:.75rem .5rem 0;border-top:1px solid var(--line-subtle)}.sidebar-user{margin:0 0 .75rem;font-size:.88rem;color:var(--muted)}.sidebar-user strong{display:block;color:var(--ink);font-weight:700}.main{position:relative;min-width:0;padding:1.5rem 1.75rem 2rem}.page-refresh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;display:flex;align-items:center;justify-content:center;background:#f3f3f3b8;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.page-refresh-overlay-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border:1px solid var(--line-subtle);border-radius:var(--radius-card);background:#fffffff5;box-shadow:var(--shadow-card)}.page-refresh-spinner{width:2.25rem;height:2.25rem;border:3px solid var(--line-subtle);border-top-color:var(--brand);border-radius:50%;animation:spin .75s linear infinite}.page-refresh-label{color:var(--body);font-size:.9375rem;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}.icon-spin{animation:spin .75s linear infinite}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.page-eyebrow{margin:0 0 .2rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--faint)}.page-title{margin:0;font-size:1.55rem;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.page-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:1rem;margin-bottom:1.25rem}.stat-card{position:relative;display:flex;flex-direction:column;gap:.75rem;min-height:9.75rem;padding:1.25rem 1.4rem 1.15rem;border:none;border-radius:1.35rem;background:var(--stat-neutral-bg);box-shadow:0 10px 28px #1111110f}.stat-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.stat-card-mark{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-pill);background:#ffffff9e;color:#11111173;font-size:1rem}.stat-label{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:#111111c7}.stat-value{margin:0;font-size:clamp(2.05rem,2.9vw,2.75rem);font-weight:800;line-height:1;letter-spacing:-.035em;color:var(--ink);overflow-wrap:anywhere}.stat-value-name{font-size:clamp(1.2rem,1.7vw,1.55rem);line-height:1.15}.stat-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-top:auto;padding-top:.25rem}.stat-hint{font-size:.94rem;font-weight:600;line-height:1.35;color:#1111119e}.stat-hint-placeholder{visibility:hidden}.stat-card-brand{background:var(--stat-brand-bg)}.stat-card-brand .stat-card-mark{color:var(--stat-brand-mark)}.stat-card-ok{background:var(--stat-ok-bg)}.stat-card-ok .stat-card-mark{color:#ca8a04}.stat-card-warn{background:var(--stat-warn-bg)}.stat-card-warn .stat-card-mark{color:var(--stat-warn-mark)}.stat-card-neutral{background:var(--stat-neutral-bg)}.stat-card-neutral .stat-card-mark{color:var(--stat-neutral-mark)}.stat-card-info{background:var(--stat-info-bg)}.stat-card-info .stat-card-mark{color:var(--stat-info-mark)}.card{background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.card-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1.1rem;border-bottom:1px solid var(--line-subtle);background:var(--surface)}.table-toolbar{gap:.85rem 1.25rem}.card-toolbar-left,.card-toolbar-right{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;min-width:0}.card-toolbar-left{flex:1 1 14rem}.card-toolbar-right,.table-toolbar-filters{flex:0 1 auto;justify-content:flex-end}.card-toolbar-description{margin:0;max-width:40rem;font-size:.92rem;font-weight:500;line-height:1.45;color:var(--muted)}.filter-select-group{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.filter-select{padding:.45rem .65rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--body);font-size:.84rem;font-weight:600;min-width:9rem}.filter-select:hover{background:var(--surface-sunken)}.date-range-filter{position:relative;display:inline-flex}.date-range-trigger{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--body);font-size:.84rem;font-weight:600;min-width:9rem;white-space:nowrap}.date-range-trigger:hover{background:var(--surface-sunken)}.date-range-trigger-open{border-color:var(--brand);background:#fff;box-shadow:0 0 0 2px var(--brand-alpha-20)}.date-range-trigger-icon{flex-shrink:0;color:var(--faint)}.date-range-panel{position:fixed;top:0;left:0;z-index:40;padding:.85rem;border:1px solid #ececec;border-radius:.75rem;background:#fff;box-shadow:0 10px 24px #11111114,0 2px 8px #1111110a}.date-range-panel-body{display:flex;align-items:flex-start;gap:1rem}.date-range-presets{display:flex;flex-direction:column;flex-shrink:0;gap:.2rem;min-width:9rem;padding-right:.85rem;border-right:1px solid var(--line-subtle)}.date-range-preset{padding:.5rem .6rem;border:none;border-radius:.5rem;background:transparent;color:var(--ink);font-size:.86rem;font-weight:600;line-height:1.3;text-align:left;white-space:nowrap}.date-range-preset:hover{background:var(--surface-sunken)}.date-range-preset-active{color:var(--brand-deep);background:var(--brand-alpha-10)}.date-range-calendar{display:flex;flex-direction:column;gap:.75rem}.date-range-calendar-months-row{display:flex;align-items:flex-start;gap:.5rem}.date-range-nav-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;margin-top:.15rem;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--surface);color:var(--body)}.date-range-nav-btn:hover{background:var(--surface-sunken)}.date-range-month{display:flex;flex-direction:column;gap:.4rem;min-width:14.5rem}.date-range-month-label{text-align:center;font-size:.86rem;font-weight:700;color:var(--ink)}.date-range-weekday-row{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:.72rem;font-weight:600;color:var(--faint)}.date-range-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.1rem}.date-range-day{display:flex;aspect-ratio:1;align-items:center;justify-content:center;border:none;border-radius:.4rem;background:transparent;color:var(--ink);font-size:.8rem;font-weight:600}.date-range-day:hover{background:var(--surface-sunken)}.date-range-day-outside{color:var(--faint)}.date-range-day-today{box-shadow:inset 0 0 0 1px var(--brand)}.date-range-day-in-range{border-radius:0;background:var(--brand-alpha-10)}.date-range-day-selected{background:var(--brand);color:#fff}.date-range-calendar-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.6rem;border-top:1px solid var(--line-subtle)}.date-range-chips{display:flex;align-items:center;gap:.4rem;font-size:.84rem;font-weight:600;color:var(--ink)}.date-range-chip{padding:.35rem .65rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-sunken)}.date-range-chip-sep{color:var(--faint)}.date-range-calendar-actions{display:flex;gap:.5rem}.search-field{position:relative;flex:1 1 16rem;min-width:14rem;max-width:22rem}.search-field input{width:100%;min-width:0;padding:.55rem .85rem .55rem 2.35rem;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--surface-sunken);color:var(--ink)}.search-field input:focus{outline:2px solid var(--brand-alpha-20);border-color:var(--brand);background:var(--surface)}.search-field-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--faint);font-size:1rem;pointer-events:none}.table-wrap{overflow-x:auto}table.data-table{width:100%;border-collapse:collapse;font-size:.92rem}table.data-table th,table.data-table td{text-align:left;padding:.95rem 1.15rem;border-bottom:1px solid var(--line-subtle);vertical-align:middle}table.data-table th{color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--surface-sunken);white-space:nowrap}table.data-table th:last-child,table.data-table td:last-child{text-align:right}table.data-table tbody tr:hover{background:#f3f3f3a6}table.data-table tbody tr:last-child td{border-bottom:none}.cell-primary{font-weight:700;color:var(--ink)}.cell-sub{margin-top:.15rem;font-size:.82rem;color:var(--muted)}.cell-with-avatar{display:flex;align-items:center;gap:.75rem}.cell-inline{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem .55rem}.identity-list{display:flex;flex-direction:column;gap:.35rem}.identity-row{display:inline-flex;align-items:center;gap:.4rem;color:var(--body);font-size:.9rem;font-weight:500}.identity-icon{flex-shrink:0;color:var(--faint);font-size:.95rem}.identity-subject{font-variant-numeric:tabular-nums}.avatar{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-pill);color:#fff;font-size:.78rem;font-weight:800;flex-shrink:0;object-fit:cover}.avatar-photo{background:var(--surface-sunken);padding:0}.avatar-sm{width:1.85rem;height:1.85rem;font-size:.68rem}.badge{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:var(--radius-pill);font-size:.78rem;font-weight:700;margin-right:.25rem;margin-bottom:.15rem}.badge-brand{background:var(--brand-alpha-10);color:var(--brand-deep)}.badge-ok{background:var(--ok-bg);color:var(--ok)}.badge-warn{background:var(--warn-bg);color:var(--warn)}.badge-danger{background:var(--danger-bg);color:var(--danger)}.badge-info{background:var(--info-bg);color:var(--info)}.badge-neutral{background:var(--surface-sunken);color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}table.data-table td:last-child .actions{justify-content:flex-end}.data-table .actions .btn{white-space:nowrap;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.48rem .9rem;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--surface);color:var(--ink);font-size:.9rem;font-weight:600}.btn:hover:not(:disabled){background:var(--surface-sunken)}.btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-pressed);border-color:var(--brand-pressed)}.btn-danger{color:var(--danger);border-color:#f3b4ae;background:#fff}.btn-danger:hover:not(:disabled){background:var(--danger-bg)}.btn-ok{color:var(--ok);border-color:#b7cbbd;background:#fff}.btn-ok:hover:not(:disabled){background:var(--ok-bg)}.btn-outline-warn{color:var(--warn);border-color:#e0d4bc;background:var(--warn-bg)}.btn-outline-warn:hover:not(:disabled){background:#f0e6d4;border-color:#d4c4a8}.btn-sm{padding:.38rem .7rem;font-size:.84rem}.action-menu{position:relative;display:inline-flex}.action-menu-trigger{display:inline-flex;align-items:center;justify-content:center;min-width:6.75rem;padding:.55rem 1rem;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--surface);color:var(--ink);font-size:.9375rem;font-weight:700}.action-menu-trigger:hover:not(:disabled){background:var(--surface-sunken)}.action-menu-trigger-open{border-color:#d8d8d8;background:#fff;box-shadow:0 0 0 2px #db3d3214}.action-menu-trigger-icon{min-width:2.5rem;width:2.5rem;height:2.5rem;padding:0;font-size:1.15rem;color:var(--body)}.action-menu-trigger:disabled{opacity:.65}.action-menu-panel{display:flex;flex-direction:column;gap:.35rem;min-width:12.5rem;padding:.55rem;border:1px solid #ececec;border-radius:.75rem;background:#fff;box-shadow:0 10px 24px #11111114,0 2px 8px #1111110a}.action-menu-panel-floating{position:fixed;top:0;left:0;z-index:40}.action-menu-item{display:block;width:100%;padding:.7rem .85rem;border:none;border-radius:.55rem;background:transparent;color:var(--ink);font-size:.9375rem;font-weight:700;line-height:1.3;text-align:left}.action-menu-item:hover:not(:disabled){background:var(--surface-sunken)}.action-menu-item-view{color:var(--ink)}.action-menu-item-primary,.action-menu-item-danger{color:var(--brand-deep)}.action-menu-item-warn{color:#9a6b12;font-weight:700}.actions-cell{width:1%;white-space:nowrap;text-align:right}.table-link{padding:0;border:none;background:none;color:var(--brand-deep);font-weight:700;text-align:left;cursor:pointer}.table-link:hover{text-decoration:underline}.data-table-compact th,.data-table-compact td{padding-top:.7rem;padding-bottom:.7rem}.listing-detail-backdrop{padding:1.5rem}.listing-detail-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--line-subtle);background:#fff;flex-shrink:0}.listing-detail-header-copy{display:flex;align-items:center;gap:.75rem;min-width:0}.listing-detail-header-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background:#fdf0ee;color:var(--brand);font-size:1.15rem;flex-shrink:0}.listing-detail-heading{margin:0;font-size:1.0625rem;font-weight:700;color:var(--ink)}.listing-detail-header-id{margin:.1rem 0 0;color:var(--faint);font-size:.875rem}.listing-detail-body{flex:1;overflow-y:auto;padding:1.5rem;background:#fafafa}.listing-detail-loading{margin:0}.listing-detail-layout{display:flex;flex-direction:column;gap:1.25rem}.listing-detail-summary{padding:1.25rem;border:1px solid var(--line-subtle);border-radius:var(--radius-card);background:#fff}.listing-detail-summary-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.listing-detail-summary-main{min-width:0;flex:1}.listing-detail-status-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.listing-status-pill{display:inline-flex;align-items:center;gap:.4rem;color:var(--warn);font-size:.875rem;font-weight:700}.listing-status-pill-ok{color:var(--ok)}.listing-status-dot{width:.5rem;height:.5rem;border-radius:var(--radius-pill);background:var(--warn)}.listing-status-dot-ok{background:#22c55e}.listing-detail-status-sep{color:#d1d5db}.listing-detail-status-date{color:var(--faint);font-size:.875rem}.listing-detail-summary-title{margin:.5rem 0 0;font-size:1.625rem;line-height:1.25;font-weight:800;color:var(--ink);word-break:break-word}.listing-detail-summary-artisan{margin:.4rem 0 0;color:var(--ink);font-size:1.0625rem;font-weight:700;line-height:1.4}.listing-detail-summary-lead{margin:.5rem 0 0;max-width:42rem;color:var(--muted);font-size:1rem;line-height:1.55}.listing-detail-price-box{text-align:right;flex-shrink:0}.listing-detail-price-value{margin:.25rem 0 0;font-size:1.375rem;font-weight:800;color:var(--ink)}.listing-quick-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.25rem;border-radius:.75rem;background:#f9fafb;overflow:hidden}.listing-quick-stat{padding:.75rem 1rem;border-right:1px solid #f3f4f6}.listing-quick-stat:last-child{border-right:none}.listing-quick-stat-label{margin:0;color:var(--faint);font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.listing-quick-stat-value{margin:.35rem 0 0;color:#1f2937;font-size:1rem;font-weight:700}.listing-detail-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem}.listing-detail-card{padding:1.25rem;border:1px solid var(--line-subtle);border-radius:var(--radius-card);background:#fff;min-width:0}.listing-detail-card-wide{grid-column:span 7}.listing-detail-card-narrow{grid-column:span 5}.listing-detail-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.listing-detail-card-title{margin:0;font-size:1.0625rem;font-weight:700;color:var(--ink)}.listing-detail-card-meta{color:var(--faint);font-size:.875rem}.listing-detail-description{margin:0;color:var(--body);font-size:1rem;line-height:1.65;white-space:pre-wrap;word-break:break-word}.listing-artisan-row{display:flex;align-items:center;gap:.75rem}.listing-artisan-name{margin:0;font-size:1.0625rem;font-weight:700;color:var(--ink)}.listing-artisan-location{margin:.2rem 0 0;color:var(--muted);font-size:.9375rem}.listing-artisan-id-block{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line-subtle)}.listing-info-label{margin:0;color:var(--faint);font-size:.875rem}.listing-info-value{margin:.35rem 0 0;color:#1f2937;font-size:1rem;font-weight:600;line-height:1.5;word-break:break-word}.listing-code-value{margin:.5rem 0 0;padding:.6rem .8rem;border-radius:.5rem;background:#f9fafb;color:#4b5563;font-family:ui-monospace,Cascadia Code,Source Code Pro,monospace;font-size:.8125rem;line-height:1.5;word-break:break-all}.listing-system-list{display:flex;flex-direction:column;gap:1rem;margin:0}.listing-system-row,.listing-system-row dd{margin:0}.listing-commercial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.listing-info-field{min-width:0}.listing-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--line-subtle);background:#fff;flex-shrink:0}.listing-detail-footer-label{margin:0;color:var(--faint);font-size:.875rem}.listing-detail-footer-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.modal-close-btn{color:var(--faint)}.modal-close-btn:hover:not(:disabled){color:var(--ink)}.gallery-grid-detail{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.gallery-grid-detail .gallery-caption{display:none}.gallery-grid-detail .gallery-tile{border-radius:.75rem}.gallery-grid-detail .gallery-media{aspect-ratio:auto;height:16rem;border-radius:.75rem}.gallery-grid-detail .gallery-tile-loading,.gallery-grid-detail .gallery-tile-error{min-height:16rem;border-radius:.75rem}.gallery-grid-previewable .gallery-tile-button{position:relative;display:block;width:100%;padding:0;border:none;background:transparent;cursor:zoom-in}.gallery-grid-previewable .gallery-tile-button:disabled{cursor:default}.gallery-grid-previewable .gallery-tile-button:hover .gallery-tile-overlay,.gallery-grid-previewable .gallery-tile-button:focus-visible .gallery-tile-overlay{opacity:1}.gallery-tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;background:#11111173;color:#fff;font-size:.78rem;font-weight:700;opacity:0;transition:opacity .15s ease}.gallery-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#111111d1}.gallery-lightbox{width:min(72rem,100%);max-height:calc(100vh - 3rem);display:flex;flex-direction:column;gap:.75rem}.gallery-lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;color:#fff}.gallery-lightbox-counter{font-size:.92rem;font-weight:700}.gallery-lightbox-close{color:#fff}.gallery-lightbox-close:hover:not(:disabled){background:#ffffff1f;color:#fff}.gallery-lightbox-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:12rem}.gallery-lightbox-media{display:block;max-width:100%;max-height:calc(100vh - 8rem);margin:0 auto;border-radius:var(--radius-md);object-fit:contain;background:#111}.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-pill);background:#1111118c;color:#fff;font-size:1.1rem}.gallery-lightbox-nav:hover{background:#111c}.gallery-lightbox-nav-prev{left:.5rem}.gallery-lightbox-nav-next{right:.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));gap:.65rem}.gallery-tile{position:relative;margin:0;overflow:hidden;border:1px solid var(--line-subtle);border-radius:var(--radius-md);background:var(--surface-sunken)}.gallery-media{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:#1a1a1a}.gallery-caption{position:absolute;top:.35rem;left:.35rem;padding:.1rem .4rem;border-radius:var(--radius-pill);background:#111111a6;color:#fff;font-size:.72rem;font-weight:700}.gallery-tile-loading,.gallery-tile-error{display:grid;place-items:center;min-height:7.5rem;padding:.65rem;font-size:.82rem;color:var(--muted);text-align:center}.btn-ghost{border-color:transparent;background:transparent;color:var(--body)}.btn-ghost:hover:not(:disabled){background:var(--surface-sunken)}.btn-icon{padding:.45rem;min-width:2.25rem}.table-pagination{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.1rem;border-top:1px solid var(--line-subtle)}.pagination-controls{display:flex;gap:.35rem}.pagination-summary{font-size:.88rem}.muted{color:var(--muted);font-size:.9rem}.error{color:var(--danger);margin:0}.ok{color:var(--ok)}.stack{display:flex;flex-direction:column;gap:.75rem}.row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--muted)}.checkbox-field{flex-direction:row;align-items:center;gap:.55rem;color:var(--body);font-size:.92rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-field input[type=checkbox]{width:1rem;height:1rem;min-width:1rem;margin:0;accent-color:var(--brand);cursor:pointer}input,select,textarea{padding:.55rem .75rem;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;color:var(--ink);min-width:12rem}textarea{width:100%;min-width:0;resize:vertical}.center-card{max-width:28rem;margin:4rem auto;padding:1.75rem}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top right,var(--brand-alpha-10),transparent 45%),var(--bg)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11111173;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:20}.modal{width:min(32rem,100%);max-height:90vh;overflow:auto;padding:1.25rem}.modal.listing-detail-modal{width:min(64rem,calc(100vw - 2rem));max-height:min(90vh,56rem);padding:0;overflow:hidden;display:flex;flex-direction:column;border-radius:var(--radius-card);box-shadow:0 24px 48px #1111112e}.operator-modal-backdrop{padding:1.5rem}.modal.operator-action-modal{width:min(42rem,calc(100vw - 2rem));max-height:min(90vh,44rem);padding:0;overflow:hidden;display:flex;flex-direction:column;border-radius:var(--radius-card);box-shadow:0 24px 48px #1111112e}.operator-action-body{padding:1.25rem 1.5rem}.operator-action-layout{display:flex;flex-direction:column;gap:1rem}.operator-action-summary{padding:1.25rem;border:1px solid var(--line-subtle);border-radius:var(--radius-card);background:#fff}.operator-action-user-row{display:flex;align-items:flex-start;gap:.85rem}.operator-action-user-copy{min-width:0}.operator-action-user-name{margin:0;font-size:1.125rem;font-weight:800;color:var(--ink)}.operator-action-user-id{margin:.2rem 0 0;color:var(--faint);font-size:.875rem}.operator-action-user-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.operator-action-meta-grid{display:grid;gap:1rem;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid var(--line-subtle)}.operator-action-meta-item{min-width:0}.operator-action-identities{margin:.35rem 0 0;padding-left:1.1rem;color:var(--body);font-size:.9375rem;line-height:1.5}.operator-action-card{padding:1.15rem 1.25rem;border:1px solid var(--line-subtle);border-radius:var(--radius-card);background:#fff}.operator-action-card-title{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:var(--ink)}.operator-action-list{margin:0;padding-left:1.2rem;color:var(--body);font-size:.9375rem;line-height:1.6}.operator-action-list li+li{margin-top:.35rem}.operator-action-note{padding:.9rem 1rem;border-radius:.75rem;background:var(--surface-sunken);color:var(--muted);font-size:.9375rem;line-height:1.55}.operator-action-note-warn{background:var(--warn-bg);color:#7a5b1d}.operator-callout{display:flex;gap:.75rem;align-items:flex-start;padding:.95rem 1rem;border-radius:.75rem;border:1px solid transparent;border-left-width:3px}.operator-action-card>.operator-callout+label,.operator-action-card>label+label,.operator-action-card>label+.operator-callout,.operator-action-card>p.error+.operator-callout{margin-top:.85rem}.operator-callout-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;margin-top:.05rem;border-radius:999px;font-size:.95rem}.operator-callout-copy{min-width:0;display:flex;flex-direction:column;gap:.35rem}.operator-callout-copy p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--body)}.operator-callout-copy strong{color:var(--ink);font-weight:700}.operator-callout-title{color:var(--ink)!important;font-weight:700}.operator-callout-emphasis{color:var(--ink)!important;font-weight:600}.operator-callout-info{background:var(--info-bg);border-color:#3b6ea82e;border-left-color:var(--info)}.operator-callout-info .operator-callout-icon{color:var(--info);background:#3b6ea81f}.operator-callout-warn{margin-top:.85rem;background:var(--warn-bg);border-color:#b58a3a33;border-left-color:var(--warn)}.operator-callout-warn .operator-callout-icon{color:var(--warn);background:#b58a3a24}.skill-usage-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.skill-usage-metric{min-width:0;padding:1rem 1rem .95rem;border-radius:1.1rem}.skill-usage-metric-label{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#11111194}.skill-usage-metric-value{margin:.5rem 0 0;font-size:1.85rem;font-weight:800;line-height:1;letter-spacing:-.03em;color:var(--ink)}.skill-usage-metric-info{background:var(--stat-info-bg)}.skill-usage-metric-ok{background:var(--stat-ok-bg)}.skill-usage-metric-warn{background:var(--stat-warn-bg)}.skill-usage-metric-brand{background:var(--stat-brand-bg)}.operator-action-modal-skill-usage .listing-detail-heading{font-size:1.4rem;font-weight:800;letter-spacing:-.02em}.operator-action-modal-skill-usage .listing-detail-header-id{color:var(--muted);font-size:.9rem;font-weight:600}.modal-list{margin:0;padding-left:1.2rem;color:var(--body)}.modal-list li+li{margin-top:.35rem}.empty-state{padding:2.75rem 1.5rem;text-align:center;color:var(--muted);font-size:.95rem;line-height:1.5;max-width:36rem;margin-left:auto;margin-right:auto}.loading-state{padding:2.25rem 1.15rem;color:var(--muted)}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.layout{grid-template-columns:1fr}.sidebar{position:static;width:auto;height:auto;overflow:visible;border-right:none;border-bottom:1px solid var(--line-subtle)}.sidebar-nav{overflow:visible}.stat-grid{grid-template-columns:1fr}.listing-detail-summary-top{flex-direction:column}.listing-detail-price-box{text-align:left}.listing-quick-stats,.skill-usage-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-quick-stat:nth-child(2n){border-right:none}.listing-detail-card-wide,.listing-detail-card-narrow{grid-column:span 12}.listing-commercial-grid,.gallery-grid-detail{grid-template-columns:1fr}.listing-detail-footer{flex-direction:column;align-items:stretch}.listing-detail-footer-actions{justify-content:stretch}.listing-detail-footer-actions .btn{flex:1}}.engage-intro-callout{margin:0 0 1.25rem}.engage-intro-section{margin:0 0 1.5rem}.engage-intro-section-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:800;letter-spacing:-.01em;color:var(--ink)}.engage-intro-grid{display:flex;flex-direction:column;gap:1rem}.engage-intro-card{display:flex;flex-direction:column;gap:.85rem}.engage-intro-card-header .operator-action-card-title{margin:0}.engage-intro-card-hint{margin:.35rem 0 0;color:var(--muted);font-size:.875rem;line-height:1.45}.engage-intro-card-actions{margin-top:.15rem}.engage-intro-card code,.engage-intro-callout code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85em;padding:.1rem .35rem;border-radius:.35rem;background:var(--surface-sunken);color:var(--ink)}
