@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@24,400,0..1&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--blue: #1d4ed8;--blue-deep: #1e40af;--blue-tint: #eaf0ff;--blue-tint-strong: #dbe6ff;--blue-stripe: #1d4ed8;--red: #dc2626;--red-tint: #fee2e2;--navy: #0f172a;--navy-2: #1e293b;--text: #0f172a;--text-muted: #64748b;--text-subtle: #94a3b8;--surface: #f6f7fa;--surface-2: #f1f4f9;--border: #e2e8f0;--border-strong: #cbd5e1;--shadow-card: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);--shadow-floater: 0 8px 24px rgba(15, 23, 42, .08);--sidebar-width: 240px;--radius: 10px;--radius-sm: 6px;--radius-pill: 999px}html,body,#root{margin:0;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--text);background:var(--surface)}a{color:inherit;text-decoration:none}button{cursor:pointer}.layout{display:flex;height:100vh}.sidebar{width:var(--sidebar-width);background:#fff;display:flex;flex-direction:column;flex-shrink:0;color:var(--text);border-right:1px solid var(--border)}.sidebar-logo{padding:18px 20px 12px;display:flex;align-items:center;justify-content:flex-start}.sidebar-logo-img{display:block;height:auto;max-width:130px}.sidebar-logo-mark,.sidebar-logo-name,.sidebar-logo-sub{display:none}.sidebar-search{padding:4px 16px 12px}.sidebar-search input{width:100%;padding:9px 12px 9px 32px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");background-repeat:no-repeat;background-position:10px center}.sidebar-search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1d4ed81f}.sidebar-nav{flex:1;padding:4px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.nav-section{padding:14px 12px 4px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle)}.nav-link{display:flex;align-items:center;gap:12px;padding:9px 12px;color:var(--text-muted);font-size:13.5px;font-weight:500;border-radius:var(--radius-sm);transition:background .15s,color .15s}.nav-link:hover{background:var(--blue-tint);color:var(--blue)}.nav-link.active{background:var(--blue-tint-strong);color:var(--blue);font-weight:600}.nav-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-bottom-nav{margin-top:auto;padding:6px 12px;border-top:1px solid var(--border)}.sidebar-footer{padding:14px 16px;border-top:1px solid var(--border);display:flex;align-items:center;gap:12px}.sidebar-profile-avatar{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;flex-shrink:0}.sidebar-profile-meta{display:flex;flex-direction:column;min-width:0}.sidebar-profile-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-role{font-size:11px;color:var(--text-muted)}.sidebar-tenant-logo{display:block;width:100%;height:auto;max-height:40px;object-fit:contain;margin-bottom:8px}.sidebar-footer button{background:none;border:none;color:var(--text-muted);font-size:12px;padding:0;text-align:left}.sidebar-footer button:hover{color:var(--blue)}.main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.sidebar-toggle{display:none;background:none;border:none;font-size:20px;color:var(--text);padding:6px 10px;border-radius:4px;cursor:pointer}.sidebar-toggle:hover{background:var(--surface)}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:90}.topbar{background:#fff;border-bottom:1px solid var(--border);padding:0 24px;height:0;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;overflow:hidden}.topbar-title,.topbar-right{display:none}.content{flex:1;overflow-y:auto;padding:28px 32px;display:flex;flex-direction:column;min-height:0;gap:20px}.page-full{display:flex;flex-direction:column;flex:1;min-height:0}.page-full>.list-toolbar,.page-full>.page-header{flex-shrink:0}.page-full>.card:last-child{flex:1;min-height:0;overflow:auto}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:16px}.page-header h1{margin:0;font-size:28px;font-weight:700;color:var(--text);letter-spacing:-.01em}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden}.section{background:#fff;border:1px solid var(--border);border-left:4px solid var(--blue-stripe);border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden}.section-title{display:flex;align-items:center;gap:10px;padding:16px 22px 10px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy)}.section-title-icon{color:var(--blue);font-size:16px;display:inline-flex;align-items:center;justify-content:center}.section-body{padding:6px 22px 18px;display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}.section-body .field.full{grid-column:span 2}table{width:100%;border-collapse:collapse}th,td{padding:12px 16px;text-align:left}th{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);background:var(--blue-tint);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1}td{border-bottom:1px solid var(--border);font-size:13.5px}tr:last-child td{border-bottom:none}tr:nth-child(2n) td{background:#fafbfc}tr:hover td{background:var(--blue-tint)}tr.row-selected td{background:var(--blue-tint-strong)!important}tr.row-link{cursor:pointer}.row-filter th,.filter-row th{position:sticky;top:40px;background:#fff;border-bottom:1px solid var(--border);text-transform:none;letter-spacing:0;font-weight:400;padding:6px 8px}.badge{display:inline-block;padding:3px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:600}.badge-blue{background:var(--blue-tint);color:var(--blue)}.badge-green{background:#dcfce7;color:#166534}.badge-red{background:var(--red-tint);color:#991b1b}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s,opacity .15s;white-space:nowrap}.btn:hover{opacity:.92}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-deep);opacity:1}.btn-outline{background:#fff;color:var(--text);border-color:var(--border-strong)}.btn-outline:hover{background:var(--blue-tint);border-color:var(--blue);color:var(--blue)}.btn-ghost{background:none;color:var(--text-muted);border:none;padding:6px 10px}.btn-ghost:hover{color:var(--blue);background:var(--blue-tint)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover{background:#b91c1c;opacity:1}.btn-soft{background:var(--blue-tint);color:var(--blue);border-color:transparent}.btn-soft:hover{background:var(--blue-tint-strong)}.field{margin-bottom:12px;display:flex;flex-direction:column;gap:6px}.field label{display:block;font-size:12px;font-weight:500;color:var(--text-muted);margin:0;text-transform:none;letter-spacing:0}.field input,.field select,.field textarea{width:100%;padding:9px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:13.5px;color:var(--text);background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1d4ed81f}.field-sm label{font-size:11px;color:var(--text-muted)}.radio-row{display:flex;gap:18px;padding-top:4px}.radio-row label{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text);font-weight:400;text-transform:none;letter-spacing:0;margin:0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:100}.dialog{background:#fff;border-radius:var(--radius);width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-floater)}.dialog-header{padding:22px 26px 0;display:flex;align-items:center;justify-content:space-between}.dialog-header h2{margin:0;font-size:17px;font-weight:700;color:var(--text)}.dialog-body{padding:18px 26px}.dialog-footer{padding:0 26px 22px;display:flex;gap:10px;justify-content:flex-end}.empty{padding:60px 24px;text-align:center;color:var(--text-muted)}.empty-icon{font-size:36px;margin-bottom:12px}.empty h3{margin:0 0 6px;font-size:15px;color:var(--text)}.empty p{margin:0 0 16px;font-size:13px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#fff}.login-splash{background:var(--blue-tint);display:flex;align-items:center;justify-content:center;border-top-right-radius:60px;border-bottom-right-radius:60px;padding:32px}.login-splash-logo{display:flex;align-items:center;justify-content:center;width:80%;max-width:540px}.login-splash-logo img{width:100%;height:auto;display:block}.login-form-side{display:flex;align-items:center;justify-content:center;padding:32px;background:var(--surface)}.login-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:40px 44px;width:420px;max-width:100%;box-shadow:var(--shadow-card)}.login-card h2{margin:0 0 6px;font-size:28px;font-weight:700;color:var(--text)}.login-card .login-card-sub{margin:0 0 28px;font-size:13.5px;color:var(--text-muted)}.login-logo{display:none}.login-error{background:var(--red-tint);color:#991b1b;padding:10px 12px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:16px}.placeholder-page{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);flex-direction:column;gap:8px}.placeholder-page h2{margin:0;font-size:20px;color:var(--text)}.placeholder-page p{margin:0;font-size:13px}.form-page{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}@media(max-width:1100px){.form-page{grid-template-columns:1fr}}.form-main{display:flex;flex-direction:column;gap:20px;min-width:0}.form-aside{display:flex;flex-direction:column;gap:20px}.related-row{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.related-row-top,.related-row-names{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center}.related-row>label,.related-row-top>label{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0}.related-row input{width:100%;padding:8px 10px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:12.5px}.related-row-hint{font-size:11px;color:var(--text-muted)}.related-row-hint.ok{color:var(--blue)}.banner{background:#fef3c7;border:1px solid #fcd34d;border-radius:var(--radius-sm);padding:10px 14px;display:flex;gap:10px;font-size:13px}.banner-icon{color:#b45309;font-size:16px;flex-shrink:0}.banner-title{font-weight:600;color:#78350f;margin:0 0 2px;font-size:13px}.banner-body{color:#92400e;margin:0;font-size:12.5px}.aside-card{background:#fff;border:1px solid var(--border);border-left:4px solid var(--blue-stripe);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:16px 20px}.aside-card h3{margin:0 0 4px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);display:flex;align-items:center;gap:8px}.aside-card h3 .icon{color:var(--blue)}.aside-sub{font-size:11px;color:var(--text-muted);margin:0 0 12px}.duplicate-item{padding:10px 12px;background:var(--surface);border-radius:var(--radius-sm);font-size:12.5px;margin-bottom:8px}.duplicate-item strong{color:var(--text);display:block;margin-bottom:2px}.duplicate-item span{color:var(--text-muted);font-size:11px}.pill{display:inline-block;padding:2px 10px;background:var(--blue-tint);color:var(--blue);border-radius:var(--radius-pill);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.form-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.form-topbar-left{display:flex;align-items:center;gap:12px}.form-topbar h1{margin:0;font-size:24px;font-weight:700}.form-topbar-actions{display:flex;gap:8px}.list-toolbar{display:flex;justify-content:flex-end;gap:8px;margin-bottom:14px}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){:root{--sidebar-width: 240px}.sidebar-toggle{display:inline-flex;align-items:center}.sidebar{position:fixed;top:0;bottom:0;left:0;z-index:100;transform:translate(-100%);transition:transform .2s ease;box-shadow:4px 0 16px #0f172a1f}.layout-mobile-open .sidebar{transform:translate(0)}.layout-mobile-open .sidebar-backdrop{display:block}.main{width:100%}.topbar{padding:0 12px;height:48px}.topbar-title{display:block;font-size:16px;font-weight:600}.content{padding:16px;gap:16px}.form-page{grid-template-columns:1fr!important}.section-body{grid-template-columns:1fr}.section-body .field.full{grid-column:auto}.form-topbar{flex-direction:column;align-items:flex-start;gap:8px}.form-topbar-actions{flex-wrap:wrap}.list-toolbar{flex-wrap:wrap;gap:6px}.list-toolbar input{width:100%}table{min-width:700px}.card{overflow-x:auto;-webkit-overflow-scrolling:touch}.related-row{margin-bottom:10px}.related-row-top,.login-page{grid-template-columns:1fr}.login-splash{display:none}}@media(max-width:600px){.page-header{flex-direction:column;align-items:flex-start;gap:8px}.page-header h1{font-size:22px}.topbar{height:auto;padding:8px 12px}.dialog{width:100vw!important;border-radius:0;max-height:100vh}}@media print{.no-print,.sidebar,.topbar,.list-toolbar,.form-topbar{display:none!important}body{background:#fff!important}.card,.section,.aside-card{box-shadow:none!important;border:1px solid #ccc!important;break-inside:avoid}.section{border-left:1px solid #ccc!important}.page-full,.form-page,main{padding:0!important;margin:0!important}}@media print{.print-only{display:block!important}}:root{--primary: #137fec;--primary-strong: #0e6bcc;--primary-tint: rgba(19, 127, 236, .08);--primary-ring: rgba(19, 127, 236, .2);--sidebar-bg: #475569;--sidebar-text: #e2e8f0;--sidebar-text-muted: #cbd5e1;--sidebar-active-bg: rgba(255, 255, 255, .1);--sidebar-hover-bg: rgba(255, 255, 255, .05);--sidebar-divider: rgba(255, 255, 255, .1);--bg: #f6f7f8;--bg-card: #ffffff;--bg-subtle: #f1f5f9;--bg-zebra: #f8fafc;--text: #0f172a;--text-secondary: #64748b;--text-muted: #94a3b8;--border: #e2e8f0;--border-soft: #f1f5f9;--success: #10b981;--success-bg: #d1fae5;--success-text: #047857;--warning: #f59e0b;--warning-bg: #fef3c7;--warning-text: #b45309;--danger: #ef4444;--danger-bg: #fee2e2;--danger-text: #b91c1c;--info-bg: #dbeafe;--info-text: #1d4ed8;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-primary: 0 4px 6px -1px rgb(19 127 236 / .2), 0 2px 4px -2px rgb(19 127 236 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--radius-sm: .25rem;--radius: .5rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--sidebar-width: 256px;--topbar-height: 64px;--blue: var(--primary);--blue-deep: var(--primary-strong);--blue-tint: var(--primary-tint);--surface: var(--bg);--surface-2: var(--bg-subtle);--shadow-card: var(--shadow-sm);--text-subtle: var(--text-muted)}html,body,#root{font-family:Public Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";background:var(--bg);color:var(--text)}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;display:inline-block;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none;vertical-align:middle}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.stitch-shell{display:flex;min-height:100vh;background:var(--bg)}.stitch-sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;z-index:30}.stitch-sidebar-brand{height:76px;display:flex;align-items:center;justify-content:center;padding:0;border-bottom:1px solid var(--sidebar-divider);background:transparent;overflow:hidden;position:relative}.stitch-sidebar-brand-mark{display:block;height:144px;width:auto;max-width:100%;object-fit:contain;transform:translate(20px);filter:brightness(0) invert(1)}.stitch-sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:16px 12px;overflow-y:auto}.stitch-sidebar-section{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sidebar-text-muted);padding:12px 12px 6px;margin-top:8px}.stitch-sidebar-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius);font-size:14px;font-weight:500;color:var(--sidebar-text);transition:background-color .12s,color .12s}.stitch-sidebar-link:hover{background:var(--sidebar-hover-bg);color:#fff}.stitch-sidebar-link.is-active{background:var(--sidebar-active-bg);color:#fff;font-weight:600}.stitch-sidebar-link.is-active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.stitch-sidebar-link .material-symbols-outlined{font-size:22px;flex-shrink:0}.stitch-sidebar-footer{padding:16px;border-top:1px solid var(--sidebar-divider)}.stitch-sidebar-user{display:flex;align-items:center;gap:12px;padding:8px;border-radius:var(--radius);cursor:pointer;transition:background-color .12s}.stitch-sidebar-user:hover{background:var(--sidebar-hover-bg)}.stitch-sidebar-user-avatar{width:32px;height:32px;border-radius:var(--radius-full);background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;flex-shrink:0}.stitch-sidebar-user-meta{flex:1;min-width:0}.stitch-sidebar-user-name{display:block;color:#fff;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stitch-sidebar-user-role{display:block;color:var(--sidebar-text-muted);font-size:11px}.stitch-main{flex:1;display:flex;flex-direction:column;min-width:0}.stitch-topbar{height:var(--topbar-height);background:var(--bg-card);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;flex-shrink:0;position:sticky;top:0;z-index:20}.stitch-topbar-search{position:relative;width:100%;max-width:480px}.stitch-topbar-search input{width:100%;height:40px;padding:0 16px 0 40px;background:var(--bg-subtle);border:none;border-radius:var(--radius);font-size:14px;color:var(--text)}.stitch-topbar-search input:focus{outline:none;box-shadow:0 0 0 2px var(--primary-ring);background:#fff}.stitch-topbar-search .material-symbols-outlined{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-secondary);font-size:20px;pointer-events:none}.stitch-topbar-actions{display:flex;align-items:center;gap:8px}.stitch-icon-button{width:40px;height:40px;border-radius:var(--radius);background:transparent;border:none;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;position:relative;transition:background-color .12s}.stitch-icon-button:hover{background:var(--bg-subtle);color:var(--text)}.stitch-icon-button-dot{position:absolute;top:9px;right:9px;width:8px;height:8px;border-radius:var(--radius-full);background:var(--danger);border:2px solid var(--bg-card)}.stitch-topbar-divider{width:1px;height:32px;background:var(--border);margin:0 8px}.stitch-topbar-user{display:flex;align-items:center;gap:12px;padding:4px 8px;border-radius:var(--radius);cursor:pointer;background:transparent;border:none}.stitch-topbar-user:hover{background:var(--bg-subtle)}.stitch-topbar-user-meta{text-align:right;display:flex;flex-direction:column;line-height:1.2}.stitch-topbar-user-name{font-size:13px;font-weight:600;color:var(--text)}.stitch-topbar-user-role{font-size:11px;color:var(--text-secondary)}.stitch-topbar-user-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.stitch-content{flex:1;padding:32px;overflow-y:auto;background:var(--bg)}.stitch-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.stitch-page-title{font-size:30px;font-weight:900;letter-spacing:-.025em;color:var(--text);line-height:1.1;margin:0}.stitch-page-subtitle{margin-top:4px;font-size:14px;color:var(--text-secondary)}.stitch-page-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.stitch-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--radius);font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:opacity .12s,background-color .12s,color .12s;text-decoration:none;white-space:nowrap;font-family:inherit}.stitch-btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--primary-ring)}.stitch-btn-primary{background:var(--primary);color:#fff;font-weight:700;box-shadow:var(--shadow-primary)}.stitch-btn-primary:hover:not(:disabled){background:var(--primary-strong)}.stitch-btn-secondary{background:var(--bg-card);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-sm)}.stitch-btn-secondary:hover:not(:disabled){background:var(--bg-subtle)}.stitch-btn-ghost{background:transparent;color:var(--text-secondary)}.stitch-btn-ghost:hover:not(:disabled){background:var(--bg-subtle);color:var(--text)}.stitch-btn-danger{background:var(--danger);color:#fff}.stitch-btn:disabled{opacity:.5;cursor:not-allowed}.stitch-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.stitch-card-section{padding:24px}.stitch-card-section+.stitch-card-section{border-top:1px solid var(--border-soft)}.stitch-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:32px}.stitch-stat{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:24px}.stitch-stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.stitch-stat-eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}.stitch-stat-icon{font-size:22px;color:var(--primary)}.stitch-stat-value{font-size:28px;font-weight:800;color:var(--text);letter-spacing:-.02em;line-height:1;margin:0 0 8px}.stitch-stat-delta{font-size:13px;font-weight:600;display:flex;align-items:center;gap:4px}.stitch-stat-delta.up{color:var(--success-text)}.stitch-stat-delta.down{color:var(--danger-text)}.stitch-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.stitch-tile{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:24px;display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit;transition:border-color .12s,box-shadow .12s,transform .12s;box-shadow:var(--shadow-sm)}.stitch-tile:hover:not(.is-disabled){border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.stitch-tile.is-disabled{opacity:.55;cursor:not-allowed}.stitch-tile-icon{width:44px;height:44px;border-radius:var(--radius);background:var(--primary-tint);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.stitch-tile-icon .material-symbols-outlined{font-size:24px}.stitch-tile-title{font-size:16px;font-weight:700;color:var(--text);margin:0}.stitch-tile-blurb{font-size:13px;color:var(--text-secondary);line-height:1.5;margin:0}.stitch-tile-soon{align-self:flex-start;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--bg-subtle);color:var(--text-secondary);padding:4px 8px;border-radius:var(--radius-full);margin-top:4px}.stitch-list-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden}.stitch-list-controls{padding:16px;border-bottom:1px solid var(--border-soft);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.stitch-list-filter{position:relative;width:320px}.stitch-list-filter input{width:100%;height:38px;padding:0 12px 0 38px;background:var(--bg-subtle);border:none;border-radius:var(--radius);font-size:14px;color:var(--text);font-family:inherit}.stitch-list-filter input:focus{outline:none;box-shadow:0 0 0 1px var(--primary);background:#fff}.stitch-list-filter .material-symbols-outlined{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-secondary);font-size:20px;pointer-events:none}.stitch-table-scroll{max-height:calc(100vh - 360px);overflow:auto}.stitch-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.stitch-table thead{background:var(--bg-subtle);position:sticky;top:0;z-index:2}.stitch-table thead th{background:var(--bg-subtle)}.stitch-table th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);padding:12px 16px;border-bottom:1px solid var(--border);white-space:nowrap}.stitch-table td{padding:14px 16px;border-bottom:1px solid var(--border-soft);color:var(--text);vertical-align:middle}.stitch-table tbody tr{transition:background-color .12s}.stitch-table tbody tr:hover{background:var(--bg-zebra)}.stitch-table tbody tr:last-child td{border-bottom:none}.stitch-table .mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;color:var(--primary);font-weight:500}.stitch-table .secondary{color:var(--text-secondary);font-size:13px}.stitch-table .numeric{font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.stitch-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-full);font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.stitch-pill.success{background:var(--success-bg);color:var(--success-text)}.stitch-pill.warning{background:var(--warning-bg);color:var(--warning-text)}.stitch-pill.danger{background:var(--danger-bg);color:var(--danger-text)}.stitch-pill.info{background:var(--info-bg);color:var(--info-text)}.stitch-pill.neutral{background:var(--bg-subtle);color:var(--text-secondary)}.stitch-pagination{padding:14px 16px;border-top:1px solid var(--border-soft);display:flex;align-items:center;justify-content:space-between;gap:16px}.stitch-pagination-meta{font-size:12px;color:var(--text-secondary)}.stitch-pagination-pages{display:flex;align-items:center;gap:4px}.stitch-pagination-btn{width:32px;height:32px;border-radius:var(--radius-sm);background:transparent;border:1px solid var(--border);color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit}.stitch-pagination-btn:hover:not(:disabled){background:var(--bg-subtle);color:var(--text)}.stitch-pagination-btn.is-active{background:var(--primary);color:#fff;border-color:var(--primary)}.stitch-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.stitch-form-section{display:flex;align-items:center;gap:12px;margin:32px 0 16px}.stitch-form-section-num{font-size:10px;font-weight:700;background:var(--primary-tint);color:var(--primary);padding:4px 8px;border-radius:var(--radius-sm);font-family:ui-monospace,monospace}.stitch-form-section-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}.stitch-form-section-rule{flex:1;height:1px;background:var(--border)}.stitch-form-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.stitch-form-field{grid-column:span 6;display:flex;flex-direction:column;gap:6px}.stitch-form-field.col-3{grid-column:span 3}.stitch-form-field.col-4{grid-column:span 4}.stitch-form-field.col-12{grid-column:span 12}@media(max-width:720px){.stitch-form-field,.stitch-form-field.col-3,.stitch-form-field.col-4{grid-column:span 12}}.stitch-form-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.stitch-form-label .req{color:var(--danger);margin-left:2px}.stitch-form-input,.stitch-form-select,.stitch-form-textarea{width:100%;height:44px;padding:0 12px;background:var(--bg-subtle);border:1px solid transparent;border-radius:var(--radius);font-size:14px;color:var(--text);font-family:inherit}.stitch-form-textarea{height:auto;min-height:88px;padding:12px;resize:vertical}.stitch-form-input:focus,.stitch-form-select:focus,.stitch-form-textarea:focus{outline:none;background:#fff;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-ring)}.related-rows{display:flex;flex-direction:column;gap:16px;margin-top:8px}.stitch-aside-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:20px;display:flex;flex-direction:column;gap:12px}.stitch-aside-card-header{display:flex;align-items:center;gap:8px;margin:0;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text)}.stitch-aside-card-header .material-symbols-outlined{font-size:20px;color:var(--primary)}.stitch-aside-card-header-spacer{flex:1}.stitch-aside-card-header .stitch-pill{letter-spacing:.04em}.stitch-aside-card-sub{font-size:12px;color:var(--text-secondary);margin:0;line-height:1.45}.stitch-aside-card-empty{font-size:12px;color:var(--text-muted);padding:8px 0}.stitch-history-entry{padding:10px 0;border-bottom:1px solid var(--border-soft);font-size:12px;line-height:1.45}.stitch-history-entry:last-child{border-bottom:none}.stitch-history-row{display:flex;justify-content:space-between;gap:8px}.stitch-history-action{font-weight:700;text-transform:uppercase;font-size:10px;letter-spacing:.06em;padding:2px 6px;border-radius:var(--radius-sm)}.stitch-history-action.create{background:var(--success-bg);color:var(--success-text)}.stitch-history-action.update{background:var(--info-bg);color:var(--info-text)}.stitch-history-action.delete{background:var(--danger-bg);color:var(--danger-text)}.stitch-history-time{font-size:11px;color:var(--text-muted);font-variant-numeric:tabular-nums}.stitch-history-user{font-size:11px;color:var(--text-secondary);margin:2px 0 4px}.stitch-history-fields{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:11px;color:var(--text-secondary);font-family:ui-monospace,monospace}.stitch-history-refresh{margin-left:auto;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.stitch-history-refresh:hover:not(:disabled){background:var(--bg-subtle);color:var(--text)}.stitch-history-refresh .material-symbols-outlined{font-size:18px;color:inherit}.stitch-history-refresh:disabled{opacity:.5;cursor:not-allowed}.stitch-form-page{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}@media(max-width:1180px){.stitch-form-page{grid-template-columns:1fr}}.stitch-form-main{display:flex;flex-direction:column;gap:20px;min-width:0}.stitch-form-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:88px}@media(max-width:1180px){.stitch-form-aside{position:static}}.page-full{display:flex;flex-direction:column;gap:24px;min-height:100%}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:0;background:transparent;border:none}.page-header h1{font-size:30px;font-weight:900;letter-spacing:-.025em;color:var(--text);line-height:1.1;margin:0}.page-header h2{font-size:18px;font-weight:700;color:var(--text);margin:0}.list-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.list-toolbar input[type=text],.list-toolbar input[type=search],.list-toolbar input[placeholder]{height:38px;padding:0 12px;background:var(--bg-subtle);border:1px solid transparent;border-radius:var(--radius);font-size:14px;font-family:inherit}.list-toolbar input:focus{outline:none;background:#fff;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-ring)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:var(--radius);font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:opacity .12s,background-color .12s,color .12s;text-decoration:none;white-space:nowrap;font-family:inherit}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--primary-ring)}.btn-primary{background:var(--primary);color:#fff;font-weight:700;box-shadow:var(--shadow-primary)}.btn-primary:hover:not(:disabled){background:var(--primary-strong)}.btn-outline,.btn-secondary{background:var(--bg-card);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-sm)}.btn-outline:hover:not(:disabled),.btn-secondary:hover:not(:disabled){background:var(--bg-subtle)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover:not(:disabled){background:var(--bg-subtle);color:var(--text)}.btn:disabled{opacity:.5;cursor:not-allowed}.card>table:not(.stitch-table),.page-full>table:not(.stitch-table){width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.card>table:not(.stitch-table) thead,.page-full>table:not(.stitch-table) thead{background:var(--bg-subtle)}.card>table:not(.stitch-table) th,.page-full>table:not(.stitch-table) th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);padding:12px 16px;border-bottom:1px solid var(--border);white-space:nowrap;background:var(--bg-subtle)}.card>table:not(.stitch-table) td,.page-full>table:not(.stitch-table) td{padding:14px 16px;border-bottom:1px solid var(--border-soft);color:var(--text);vertical-align:middle}.card>table:not(.stitch-table) tbody tr:last-child td,.page-full>table:not(.stitch-table) tbody tr:last-child td{border-bottom:none}.card>table:not(.stitch-table) tbody tr:hover,.page-full>table:not(.stitch-table) tbody tr:hover{background:var(--bg-zebra)}.empty{padding:48px 24px;text-align:center;color:var(--text-secondary)}.empty h3{margin:12px 0 4px;font-size:18px;color:var(--text)}.empty-icon{font-size:36px;opacity:.5}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-full);font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-green{background:var(--success-bg);color:var(--success-text)}.badge-blue{background:var(--info-bg);color:var(--info-text)}.badge-red{background:var(--danger-bg);color:var(--danger-text)}.badge-purple{background:#ede9fe;color:#6d28d9}.badge-amber{background:var(--warning-bg);color:var(--warning-text)}.auth-card{max-width:420px;margin:64px auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:40px 36px}.auth-card h1{margin:0 0 8px;font-size:24px;font-weight:800;letter-spacing:-.01em;color:var(--text)}.auth-card>p{margin:0 0 24px;font-size:14px;color:var(--text-secondary)}.auth-card form{display:flex;flex-direction:column;gap:16px}.auth-card label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.auth-card label input{height:44px;padding:0 12px;background:var(--bg-subtle);border:1px solid transparent;border-radius:var(--radius);font-size:14px;color:var(--text);font-family:inherit;text-transform:none;font-weight:400;letter-spacing:normal}.auth-card label input:focus{outline:none;background:#fff;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-ring)}.auth-card button[type=submit],.auth-card button.primary{height:44px;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-weight:700;font-size:14px;cursor:pointer;transition:background-color .12s;font-family:inherit;box-shadow:var(--shadow-primary)}.auth-card button[type=submit]:hover:not(:disabled),.auth-card button.primary:hover:not(:disabled){background:var(--primary-strong)}.auth-card button[type=submit]:disabled,.auth-card button.primary:disabled{opacity:.5;cursor:not-allowed}.auth-card a{color:var(--primary);font-weight:600}.auth-card .auth-error{margin:0;padding:10px 12px;background:var(--danger-bg);color:var(--danger-text);border-radius:var(--radius);font-size:13px;font-weight:500}.auth-card .auth-help{margin:0;font-size:12px;color:var(--text-muted)}.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}
