:root,[data-theme=light]{color-scheme:light;--bg: #f4f6f4;--surface: #ffffff;--surface2: #f0f3f0;--border: #e2e8e4;--text: #1a2e24;--muted: #6b7280;--accent: #008751;--accent-dim: #006b40;--accent-light: #00a862;--success: #22c55e;--danger: #ef4444;--nav-active-text: #ffffff;--shadow-shell: 0 2px 16px rgba(26, 46, 36, .06);--input-bg: #f0f3f0;--backdrop: rgba(15, 23, 42, .45);--radius: 10px;--shell-radius: 16px;font-family:DM Sans,system-ui,sans-serif}[data-theme=dark]{color-scheme:dark;--bg: #0f1419;--surface: #1a2332;--surface2: #243044;--border: #2d3a4f;--text: #e8edf4;--muted: #8b9cb3;--accent: #008751;--accent-dim: #006b40;--accent-light: #00a862;--success: #22c55e;--danger: #ef4444;--nav-active-text: #ffffff;--shadow-shell: 0 4px 24px rgba(0, 0, 0, .28);--input-bg: #243044;--backdrop: rgba(0, 0, 0, .62)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}.layout{display:flex;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden;padding:.75rem;gap:.75rem;background:var(--bg)}.nav-toggle{display:none;flex-shrink:0;width:2.5rem;height:2.5rem;padding:.45rem;border:1px solid var(--border);border-radius:10px;background:var(--surface2);cursor:pointer;flex-direction:column;justify-content:center;gap:.28rem}.nav-toggle-bar{display:block;width:100%;height:2px;background:var(--text);border-radius:1px}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;border:none;padding:0;background:var(--backdrop);cursor:pointer}.sidebar{width:240px;align-self:stretch;max-height:calc(100dvh - 1.5rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--shell-radius);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.5rem;flex-shrink:0;overflow-y:auto;box-shadow:var(--shadow-shell)}.brand{display:flex;align-items:center;gap:.75rem}.brand small{display:block;color:var(--muted);font-size:.75rem}.brand-icon{width:40px;height:40px;background:var(--accent);color:#fff;border-radius:var(--radius);display:grid;place-items:center;font-weight:700;font-size:1.25rem}.brand-icon.lg{width:56px;height:56px;font-size:1.75rem;margin:0 auto 1rem}.nav-link{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;border-radius:8px;color:var(--muted);text-decoration:none;margin-bottom:.25rem;font-size:.875rem;font-weight:500;transition:all .15s}.nav-link:hover{background:var(--surface2);color:var(--text)}.nav-link.active{background:var(--accent);color:var(--nav-active-text);font-weight:600}.nav-link.active .nav-icon{stroke:var(--nav-active-text)}.nav-icon{width:18px;height:18px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.nav-label{line-height:1.2;min-width:0}.logout-btn{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;border:1px solid var(--border);color:var(--muted);padding:.6rem .75rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;font-family:inherit}.logout-btn .nav-icon{width:16px;height:16px}.logout-btn:hover{border-color:var(--danger);color:var(--danger)}.layout-shell{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:.75rem}.top-navbar{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:.55rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--shell-radius);box-shadow:var(--shadow-shell);flex-shrink:0}.top-navbar-start{display:flex;align-items:center;gap:.75rem;min-width:0;flex:0 1 auto}.global-search{position:relative;min-width:0}.top-navbar-search{display:flex;flex-direction:row;align-items:center;gap:.55rem;width:min(28rem,46vw);min-width:14rem;height:2.35rem;padding:0 .85rem;border:1px solid var(--border);border-radius:10px;background:var(--input-bg);font-size:inherit;color:inherit}.top-navbar-search input{flex:1;min-width:0;border:none;background:transparent;padding:0;border-radius:0;box-shadow:none;color:var(--text);font-size:.875rem;font-family:inherit;outline:none}.global-search-panel{position:absolute;top:calc(100% + .45rem);left:0;width:min(28rem,calc(100vw - 2rem));max-height:min(22rem,60vh);overflow-y:auto;border-radius:12px;border:1px solid var(--border);background:var(--surface);box-shadow:0 12px 40px #00000029;z-index:220}.global-search-item{display:flex;gap:.65rem;width:100%;padding:.75rem .9rem;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer;color:var(--text)}.global-search-item:hover{background:var(--surface2)}.global-search-type{flex-shrink:0;padding:.15rem .45rem;border-radius:999px;background:var(--accent-light);color:var(--accent-dim);font-size:.625rem;font-weight:700;text-transform:uppercase}.global-search-item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.global-search-title{font-size:.8125rem;font-weight:700}.global-search-subtitle{font-size:.75rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-empty{padding:1.25rem;text-align:center;color:var(--muted);font-size:.8125rem;margin:0}.top-navbar-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0;margin-left:auto}.notification-bell-wrap,.notification-bell-btn{position:relative}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;line-height:1.1rem;text-align:center}.notification-panel{position:absolute;top:calc(100% + .5rem);right:0;width:min(22rem,calc(100vw - 2rem));max-height:min(24rem,70vh);display:flex;flex-direction:column;border-radius:14px;border:1px solid var(--border);background:var(--surface);box-shadow:0 12px 40px #0000002e;z-index:200;overflow:hidden}.notification-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.notification-mark-all{border:none;background:none;color:var(--accent-dim);font-size:.75rem;font-weight:600;cursor:pointer}.notification-panel-body{overflow-y:auto}.notification-item{display:flex;gap:.65rem;width:100%;padding:.85rem 1rem;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer;color:var(--text)}.notification-item.unread{background:var(--accent-light)}.notification-item-dot{width:7px;height:7px;margin-top:.35rem;border-radius:50%;flex-shrink:0}.notification-item.unread .notification-item-dot{background:var(--accent)}.notification-item-content{flex:1;display:flex;flex-direction:column;gap:.15rem}.notification-item-title{font-size:.8125rem;font-weight:700}.notification-item-body{font-size:.75rem;color:var(--muted)}.notification-item-time{font-size:.6875rem;color:var(--muted);flex-shrink:0}.notification-empty{padding:2rem 1rem;text-align:center;color:var(--muted);margin:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.operators-search{min-width:12rem;max-width:18rem;height:2.35rem;padding:0 .85rem;border:1px solid var(--border);border-radius:10px;background:var(--input-bg);color:var(--text);font-size:.875rem}.top-navbar-chip{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:var(--surface2);border:1px solid var(--border);font-size:.75rem;font-weight:600;color:var(--muted);white-space:nowrap}.top-navbar-search-icon{width:16px;height:16px;flex-shrink:0;stroke:var(--muted);fill:none;stroke-width:2;stroke-linecap:round}.top-navbar-chip-accent{color:var(--accent-light);background:color-mix(in srgb,var(--accent) 18%,transparent);border-color:transparent;max-width:12rem;overflow:hidden;text-overflow:ellipsis}.top-navbar-icon-btn{display:grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:10px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s}.top-navbar-icon-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.top-navbar-icon-btn:hover{border-color:var(--accent);color:var(--accent-light);background:color-mix(in srgb,var(--accent) 12%,transparent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main{flex:1;min-width:0;min-height:0;padding:2rem;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--surface);border:1px solid var(--border);border-radius:var(--shell-radius);box-shadow:var(--shadow-shell)}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.75rem;font-weight:700}.muted{color:var(--muted);font-size:.9rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.stat-label{display:block;color:var(--muted);font-size:.8rem;margin-bottom:.25rem}.stat-value{display:block;font-size:2rem;font-weight:700;color:var(--accent)}.stat-sub{display:block;font-size:.75rem;color:var(--muted);margin-top:.25rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto}.panel h2{font-size:1rem;margin-bottom:1rem}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{text-align:left;padding:.65rem .5rem;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}code{background:var(--surface2);padding:.15rem .4rem;border-radius:4px;font-size:.8rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;background:var(--surface2);color:var(--muted)}.badge.online,.badge.verified,.badge.active{background:#14532d;color:var(--success)}.badge.offline{background:var(--surface2)}.badge.requested,.badge.searching{background:#1e3a5f;color:#60a5fa}.badge.trip_completed{background:#14532d;color:var(--success)}.health-bar{background:var(--surface2);border-radius:8px;padding:.5rem 1rem;font-size:.8rem;color:var(--muted);margin-bottom:1.5rem}.login-page{min-height:100vh;min-height:100dvh;display:grid;place-items:center;background:radial-gradient(ellipse at top,color-mix(in srgb,var(--accent) 14%,transparent) 0%,var(--bg) 72%);position:relative;padding:1.5rem 0}.login-theme-toggle{position:absolute;top:1rem;right:1rem}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem;width:100%;max-width:400px}.brand-center{text-align:center;margin-bottom:2rem}.brand-center h1{font-size:1.5rem;margin-bottom:.25rem}form{display:flex;flex-direction:column;gap:1rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted)}input{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem;color:var(--text);font-size:1rem}input:focus{outline:none;border-color:var(--accent)}button[type=submit]{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.75rem;font-weight:600;font-size:1rem;cursor:pointer;margin-top:.5rem}button[type=submit]:hover{background:var(--accent-dim)}button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.error{color:var(--danger);font-size:.85rem}.hint{text-align:center;color:var(--muted);font-size:.75rem;margin-top:1rem}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border)}.pagination-info{font-size:.82rem;color:var(--muted);font-weight:500}.pagination-info strong{color:var(--text);font-weight:700}.pagination-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem}.pagination-size{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--muted);font-weight:600}.pagination-size select{padding:.35rem .55rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer}.pagination-size select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.pagination-nav{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .45rem;border-radius:7px;border:1px solid transparent;background:transparent;color:var(--text);font-size:.875rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.pagination-btn:hover:not(:disabled){background:var(--surface2);border-color:var(--border);color:var(--accent-dim)}.pagination-btn:disabled{opacity:.35;cursor:not-allowed}.pagination-btn-icon{min-width:2.1rem;font-size:1rem;line-height:1}.pagination-pages{display:inline-flex;align-items:center;gap:.15rem;padding:0 .15rem}.pagination-page{min-width:2rem;height:2rem;padding:0 .45rem;border-radius:7px;border:1px solid transparent;background:transparent;color:var(--muted);font-size:.8rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,color .15s,border-color .15s}.pagination-page:hover{background:var(--surface2);color:var(--text)}.pagination-page.active{background:var(--accent-light);border-color:color-mix(in srgb,var(--accent) 30%,var(--border));color:var(--accent-dim);cursor:default}.pagination-ellipsis{min-width:1.35rem;text-align:center;color:var(--muted);font-weight:700;font-size:.82rem;-webkit-user-select:none;user-select:none}.pagination-single{font-size:.78rem;font-weight:700;color:var(--muted);padding:.35rem .65rem;border-radius:8px;background:var(--surface2);border:1px solid var(--border)}@media(max-width:640px){.table-pagination{flex-direction:column;align-items:stretch}.pagination-controls{justify-content:space-between}.pagination-nav{flex:1;justify-content:center;flex-wrap:wrap}}@media(max-width:1023px){.nav-toggle{display:flex}.top-navbar-chip-date{display:none}.sidebar-backdrop{display:block}.sidebar{position:fixed;top:.75rem;left:.75rem;bottom:.75rem;z-index:50;height:auto;max-height:none;transform:translate(calc(-100% - 1.5rem));transition:transform .22s ease;box-shadow:8px 0 32px #00000059;border-radius:var(--shell-radius)}.layout.sidebar-open .sidebar{transform:translate(0)}.main{padding:1.25rem 1rem 1.5rem}.stat-grid{grid-template-columns:repeat(2,1fr)}table{min-width:32rem}}@media(max-width:640px){.main{padding:3.5rem .75rem 1.25rem}.page-header h1{font-size:1.35rem}.stat-grid{grid-template-columns:1fr}.stat-value{font-size:1.65rem}.login-card{padding:1.75rem 1.25rem;margin:0 .75rem}.brand{flex-wrap:wrap}.hub-kpi-grid,.hub-two-col{grid-template-columns:1fr}.hub-page-header{flex-direction:column;align-items:flex-start}}.hub-page{display:flex;flex-direction:column;gap:1.25rem}.hub-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.25rem}.hub-page-header h1{font-size:1.75rem;font-weight:700}.hub-page-actions{display:flex;flex-wrap:wrap;gap:.5rem}.hub-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--text);font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:none;font-family:inherit;transition:background .15s,border-color .15s}.hub-btn:hover{border-color:var(--accent);color:var(--accent-light)}.hub-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.hub-btn-primary:hover{background:var(--accent-dim);border-color:var(--accent-dim);color:#fff}.hub-btn-ghost{background:transparent}.hub-btn-sm{padding:.35rem .65rem;font-size:.75rem}.hub-btn:disabled{opacity:.55;cursor:not-allowed}.hub-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.hub-kpi-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.15rem;display:flex;flex-direction:column;gap:.2rem}.hub-kpi-label{font-size:.78rem;color:var(--muted);font-weight:500}.hub-kpi-value{font-size:1.65rem;font-weight:700;line-height:1.2}.hub-kpi-delta{font-size:.75rem;font-weight:600;margin-top:.15rem}.hub-kpi-delta-up{color:var(--success)}.hub-kpi-delta-down{color:var(--danger)}.hub-kpi-delta-neutral{color:var(--muted)}.hub-kpi-sub{font-size:.75rem;color:var(--muted)}.hub-two-col{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem;align-items:start}.hub-panel{margin-bottom:0}.hub-panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.hub-panel-head h2{margin-bottom:0}.hub-badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:700;white-space:nowrap}.hub-badge-good{background:color-mix(in srgb,var(--success) 18%,transparent);color:var(--success)}.hub-badge-warn{background:color-mix(in srgb,#f59e0b 18%,transparent);color:#d97706}.hub-badge-danger{background:color-mix(in srgb,var(--danger) 18%,transparent);color:var(--danger)}.hub-badge-muted{background:var(--surface2);color:var(--muted)}.hub-badge-neutral{background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent-light)}[data-theme=dark] .hub-badge-warn{color:#fbbf24}.hub-bar-chart{display:flex;align-items:flex-end;gap:.65rem;height:10rem;padding-top:.5rem}.hub-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.45rem;min-width:0}.hub-bar-track{width:100%;height:8rem;display:flex;align-items:flex-end;background:var(--bg);border-radius:6px 6px 2px 2px;overflow:hidden}.hub-bar-fill{width:100%;background:linear-gradient(180deg,var(--accent-light),var(--accent));border-radius:4px 4px 0 0;min-height:4px;transition:height .3s ease}.hub-bar-label{font-size:.6875rem;color:var(--muted);font-weight:600}.hub-branch-list,.hub-route-list,.hub-claim-list,.hub-notice-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.hub-branch-item,.hub-route-item,.hub-claim-item,.hub-notice-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border)}.hub-branch-item:last-child,.hub-route-item:last-child,.hub-claim-item:last-child{border-bottom:none}.hub-branch-item div,.hub-route-item div,.hub-claim-item div,.hub-notice-item{display:flex;flex-direction:column;gap:.1rem;min-width:0}.hub-branch-pct{font-size:.8125rem;font-weight:700;color:var(--accent-light);white-space:nowrap}.hub-table th{white-space:nowrap}.hub-inline-form,.hub-form-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.hub-form-grid{flex-direction:column;max-width:28rem}.hub-inline-form input,.hub-form-grid input{flex:1;min-width:12rem;padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.875rem}.hub-field{display:flex;flex-direction:column;gap:.35rem;font-size:.8125rem;color:var(--muted);margin-bottom:.85rem}.hub-field select,.hub-field textarea{padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.875rem;font-family:inherit;resize:vertical}.hub-form-actions{display:flex;gap:.5rem;margin-top:.5rem}.hub-success{color:var(--success);font-size:.85rem;margin-top:.5rem}.hub-card-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.hub-notice-item time{font-size:.75rem}@media(max-width:1023px){.hub-kpi-grid{grid-template-columns:repeat(2,1fr)}.hub-two-col{grid-template-columns:1fr}}.hub-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;padding:1rem}.hub-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:var(--backdrop);cursor:pointer}.hub-modal{position:relative;z-index:1;width:min(100%,32rem);max-height:min(90vh,44rem);display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--shell-radius);box-shadow:0 24px 64px #00000047;overflow:hidden}.hub-modal-lg{width:min(100%,42rem)}.hub-modal-xl{width:min(100%,52rem)}.hub-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.hub-modal-header h2{font-size:1.1rem;font-weight:700;margin-bottom:.15rem}.hub-modal-header-text .muted{font-size:.8125rem}.hub-modal-close{display:grid;place-items:center;width:2rem;height:2rem;flex-shrink:0;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--muted);cursor:pointer;padding:0}.hub-modal-close svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.hub-modal-close:hover{border-color:var(--accent);color:var(--text)}.hub-modal-body{padding:1.25rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.hub-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:.85rem 1.25rem;border-top:1px solid var(--border);background:var(--surface2);flex-shrink:0}.hub-modal-form .hub-field{margin-bottom:1rem}.hub-modal-form .hub-field:last-of-type{margin-bottom:.5rem}.hub-modal-form .hub-form-actions{margin-top:1rem;padding-top:.25rem;justify-content:flex-end}.hub-modal-form input,.hub-modal-form select,.hub-modal-form textarea{width:100%;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.875rem;font-family:inherit}.hub-modal-form input:focus,.hub-modal-form select:focus,.hub-modal-form textarea:focus{outline:none;border-color:var(--accent)}.hub-modal-form textarea{resize:vertical;min-height:6rem}.hub-card-modal{display:flex;flex-direction:column;gap:.65rem}.hub-card-modal code{font-size:.85rem}
