:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-app: #f9fafb;--bg-surface: #ffffff;--border-subtle: #e5e7eb;--text-primary: #111827;--text-secondary: #6b7280;--accent: #2563eb;--accent-soft: rgba(37, 99, 235, .08);color-scheme:light;color:var(--text-primary);background-color:var(--bg-app)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background-color:var(--bg-app)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0;color:var(--text-secondary)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:14px;border-radius:6px;border:1px solid transparent;cursor:pointer;background:#fff}button:hover{background:#f3f4f6}.sidebar{width:260px;background:var(--bg-surface);border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;padding:16px 14px;transition:transform .25s ease,box-shadow .25s ease}.sidebar--hidden{transform:translate(-100%);box-shadow:none}.sidebar__brand{display:flex;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--border-subtle)}.sidebar__nav{flex:1;margin-top:14px}.sidebar__link{display:block;padding:8px 10px;border-radius:6px;font-size:14px}.sidebar__link:hover{background:#f3f4f6}.sidebar__link--active{background:var(--accent-soft);color:var(--accent);font-weight:600;position:relative}.sidebar__link--active:before{content:"";position:absolute;left:-6px;top:8px;bottom:8px;width:3px;background:var(--accent)}.sidebar__role{margin-top:4px;padding:2px 6px;font-size:10px;border-radius:999px;font-weight:600;background:var(--accent-soft);color:var(--accent)}.app-shell{display:flex;height:100%}.app-main{flex:1;display:flex;flex-direction:column;min-width:0}.app-header{height:56px;background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);display:flex;align-items:center}.app-header-inner{width:100%;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.app-header-title{font-weight:700}.app-header-subtitle{font-size:11px;color:var(--text-secondary)}.breadcrumbs{display:flex;gap:6px;font-size:11px;color:var(--text-secondary)}.breadcrumbs span:after{content:"/";margin-left:6px}.breadcrumbs span:last-child{color:var(--text-primary);font-weight:600}.breadcrumbs span:last-child:after{content:""}.app-header-actions{display:flex;gap:8px}.app-header-actions button.primary{background:var(--accent);color:#fff}.app-content{flex:1;padding:24px;overflow-y:auto;position:relative;isolation:isolate}.app-content:before{content:"";position:absolute;inset:0;background-image:url(/laws-logo.jpeg);background-repeat:no-repeat;background-position:center;background-size:320px auto;opacity:.05;pointer-events:none;z-index:0}.app-content>*{position:relative;z-index:1}.chat-layout{display:flex;height:100%}.chat-layout__chat{flex:1;border-right:1px solid var(--border-subtle)}.chat-layout__context{width:420px;background:#fafafa}.status-pill{font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600}.status-open{background:#22c55e26;color:#15803d}.status-closed{background:#6b728033;color:#374151}.admin-shell .app-header{background:#f8fafc}.admin-shell .sidebar__link--active{background:#0f172a14;color:#0f172a}.admin-shell .sidebar__link--active:before{background:#0f172a}@media(max-width:1024px){.sidebar{position:fixed;top:0;bottom:0;z-index:40;box-shadow:4px 0 12px #00000014}.chat-layout__context{display:none}}@media(max-width:640px){.app-header-inner{padding:0 16px}.breadcrumbs{display:none}.app-content{padding:16px}.app-content:before{background-size:220px auto;opacity:.04}}.ticket-panel{display:flex;flex-direction:column;height:100%;padding:12px;background:var(--color-surface, #ffffff);border-left:1px solid var(--color-border, #e5e7eb)}.ticket-panel-title{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted, #6b7280);margin-bottom:10px}.ticket-list{flex:1;overflow-y:auto;padding-right:4px}.ticket-list-item{padding:10px 12px;border-radius:8px;cursor:pointer;margin-bottom:6px;background:transparent;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.ticket-list-item:hover{background:var(--color-hover, #f9fafb);border-color:var(--color-border, #e5e7eb)}.ticket-list-item.active{background:var(--color-primary-soft, #eef2ff);border-color:var(--color-primary, #2563eb)}.ticket-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.ticket-row strong{font-size:14px;font-weight:600;color:var(--color-text, #111827);line-height:1.2}.ticket-meta{display:flex;justify-content:space-between;margin-top:4px;font-size:11px;color:var(--color-muted, #6b7280)}.status-pill{font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600;text-transform:capitalize}.status-pill.open{background:#ecfeff;color:#0369a1}.status-pill.resolved,.status-pill.closed{background:#ecfdf5;color:#047857}.status-pill.awaiting{background:#fff7ed;color:#c2410c}.ticket-panel .muted{font-size:13px;color:var(--color-muted, #6b7280);padding:12px 4px}.ticket-search{padding:8px 10px;border-radius:6px;border:1px solid var(--color-border);font-size:13px;margin-bottom:10px}.ticket-group-label{font-size:11px;font-weight:700;color:var(--color-muted);text-transform:uppercase;margin:12px 0 6px}.ticket-preview{font-size:12px;color:var(--color-muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-list-item.disabled{opacity:.6;cursor:not-allowed}.ticket-skeleton{height:56px;border-radius:8px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;margin-bottom:8px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.sidebar__divider{height:1px;background:#ffffff1a;margin:14px 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000000d;margin-top:20px}.stat p{font-size:24px;font-weight:700}.analytics-table{width:100%;border-collapse:collapse}.analytics-table th,.analytics-table td{padding:10px;border-bottom:1px solid #eee}.citation-link{color:#1e40af;cursor:pointer;font-weight:600}.citation-link:hover{text-decoration:underline}.citation-box{border:1px solid #e5e7eb;padding:10px;margin-top:8px;border-radius:8px;background:#f9fafb}.citation-focus{animation:pulseHighlight 1.5s ease-in-out}@keyframes pulseHighlight{0%{background-color:#fff7ed}50%{background-color:#fde68a}to{background-color:#f9fafb}}mark{background-color:#fde047;padding:2px 4px;border-radius:4px}
