@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..800;1,14..32,300..800&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f6f8;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}input,button,select,textarea{font-family:inherit}select{min-height:36px;border:1px solid #d1d5db;border-radius:10px;background-color:#fff;color:#374151;padding:7px 12px;line-height:1.25;transition:border-color .13s,box-shadow .13s,background-color .13s}select:hover:not(:disabled){border-color:#9ca3af}select:focus{outline:none;border-color:#1b3d28;box-shadow:0 0 0 3px #1b3d281f}select:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}select option{color:#1f2937;background:#fff}.horses-page .view-switch{display:inline-flex;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;background:#fff}.horses-page .view-btn{border:none;background:transparent;color:#6b7280;font-size:12.5px;font-weight:600;padding:7px 12px;cursor:pointer}.horses-page .view-btn+.view-btn{border-left:1px solid #e5e7eb}.horses-page .view-btn-active{background:#1b3d28;color:#fff}.horses-page .horse-map-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.horses-page .map-zone{min-height:180px;border:1px solid #d1d5db;border-radius:12px;background:#fff;padding:12px}.horses-page .map-zone-drop{border-color:#16a34a;background:#f0fdf4}.horses-page .map-zone-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.horses-page .map-zone-header h5{margin:0;font-size:14px}.horses-page .map-zone-header span{min-width:20px;height:20px;border-radius:999px;background:#e5e7eb;color:#374151;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.horses-page .map-zone-empty{margin:0;color:#9ca3af;font-size:12px;font-style:italic}.horses-page .map-horse-list{display:flex;flex-direction:column;gap:8px}.horses-page .map-horse-chip{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:8px;display:flex;justify-content:space-between;gap:8px;cursor:move}.horses-page .map-horse-thumb{width:34px;height:34px;border-radius:7px;object-fit:cover;flex-shrink:0;border:1px solid #d1d5db;background:#fff}.horses-page .map-horse-thumb-empty{display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:#9ca3af;background:#f3f4f6}.horses-page .map-horse-chip-main{display:flex;flex-direction:column}.horses-page .map-horse-chip-main strong{font-size:12.5px;color:#111827}.horses-page .map-horse-chip-main small{font-size:11px;color:#6b7280}.dashboard .dashboard-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dashboard .dashboard-actions-menu{position:relative}.dashboard .btn-layout-menu{width:36px;height:36px;border:1px solid #cbd5e1;background:#fff;border-radius:10px;padding:0;color:#334155;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.dashboard .btn-layout-menu:hover{background:#f8fafc;border-color:#94a3b8}.dashboard .btn-layout-menu-dots{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.dashboard .btn-layout-menu-dots span{width:4px;height:4px;border-radius:999px;background:currentColor;display:block}.dashboard .layout-actions-popover{position:absolute;top:calc(100% + 8px);right:0;min-width:190px;display:flex;flex-direction:column;gap:4px;padding:8px;border:1px solid #dbe2ea;border-radius:12px;background:#fff;box-shadow:0 12px 28px #0f172a24;z-index:30}.dashboard .layout-actions-popover-item{border:1px solid transparent;background:transparent;border-radius:8px;padding:9px 10px;font-size:13px;font-weight:600;color:#1e293b;text-align:left;cursor:pointer}.dashboard .layout-actions-popover-item:hover{background:#f8fafc;border-color:#e2e8f0}.dashboard .layout-editor-panel{max-width:1160px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;margin-bottom:20px}.dashboard .layout-editor-help{margin:0 0 12px;color:#4b5563;font-size:13px}.dashboard .layout-editor-actions{display:flex;gap:8px;flex-wrap:wrap}.dashboard .btn-layout-cancel,.dashboard .btn-layout-reset,.dashboard .btn-layout-save,.dashboard .layout-editor-item-actions button{border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.dashboard .btn-layout-save{border-color:#1f6f43;background:#2f7d4f;color:#fff}.dashboard .layout-editor-workspace{display:grid;grid-template-columns:1fr 300px;gap:14px;align-items:start}.dashboard .layout-widget-shelf{order:2;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;padding:12px}.dashboard .layout-shelf-note{margin:0 0 10px;color:#6b7280;font-size:12px}.dashboard .layout-map-panel{order:1;border:1px solid #dbe2ea;border-radius:12px;background:#fff;padding:12px}.dashboard .layout-map-header{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px}.dashboard .layout-map-header p{margin:0;font-size:12px;color:#64748b}.dashboard .layout-map{--layout-cols: 12;--layout-cell-width: 56px;--layout-cell-height: 44px;position:relative;overflow:auto;max-width:100%;border:1px solid #d1d5db;border-radius:10px;background:#f8fafc}.dashboard .layout-map-cells{display:grid;grid-template-columns:repeat(var(--layout-cols),var(--layout-cell-width));grid-template-rows:repeat(var(--layout-rows),var(--layout-cell-height));width:calc(var(--layout-cols) * var(--layout-cell-width));min-height:calc(var(--layout-rows) * var(--layout-cell-height))}.dashboard .layout-map-cell{border:1px dashed #cbd5e1;color:#94a3b8;font-size:9px;line-height:1;cursor:copy;display:flex;align-items:center;justify-content:center;padding:0}.dashboard .layout-map-cell:hover{background:#eff6ff;color:#3b82f6}.dashboard .layout-map-widgets{position:absolute;inset:0;width:calc(var(--layout-cols) * var(--layout-cell-width));min-height:calc(var(--layout-rows) * var(--layout-cell-height));pointer-events:none}.dashboard .layout-map-drop-preview{position:absolute;pointer-events:none;background:#0ea5e92e;border:2px dashed #0ea5e9;border-radius:7px;z-index:10;transition:left 60ms,top 60ms,width 60ms,height 60ms}.dashboard .layout-map-widget{position:absolute;pointer-events:auto;border:1px solid #0f766e;background:linear-gradient(160deg,#ecfeff,#e0f2fe);border-radius:7px;padding:6px;display:flex;flex-direction:column;gap:2px;cursor:grab;box-shadow:0 2px 6px #0f766e1f;overflow:hidden}.dashboard .layout-map-widget--resizing{box-shadow:0 0 0 2px #0ea5e9}.dashboard .layout-map-widget strong{font-size:11px;color:#0f172a;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dashboard .layout-map-widget span{font-size:10px;color:#334155}.dashboard .layout-map-widget--locked{border-color:#64748b;background:#e2e8f0;cursor:not-allowed}.dashboard .layout-map-widget-toolbar{display:flex;gap:4px;margin-bottom:2px}.dashboard .layout-map-widget-resize-btn{border:1px solid #94a3b8;background:#fff;color:#1e293b;border-radius:6px;padding:1px 6px;font-size:10px;font-weight:700;cursor:pointer;line-height:1.4}.dashboard .layout-map-widget-resize-btn:disabled{opacity:.45;cursor:not-allowed}.dashboard .layout-map-widget-handle{position:absolute;border:none;background:transparent;padding:0}.dashboard .layout-map-widget-handle:disabled{cursor:not-allowed}.dashboard .layout-map-widget-handle--x{top:0;right:0;width:8px;height:calc(100% - 10px);cursor:ew-resize}.dashboard .layout-map-widget-handle--y{left:0;bottom:0;width:calc(100% - 10px);height:8px;cursor:ns-resize}.dashboard .layout-map-widget-handle--xy{right:0;bottom:0;width:12px;height:12px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 48%,#0f766e 50%,#0f766e 60%,transparent 62%)}body.layout-resizing,body.layout-resizing *{-webkit-user-select:none;user-select:none}.dashboard .layout-editor-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.dashboard .layout-editor-item{display:flex;justify-content:space-between;gap:8px;border:1px solid #e5e7eb;border-radius:9px;padding:8px 10px;background:#f9fafb}.dashboard .layout-editor-item--hidden{opacity:.82}.dashboard .layout-editor-item-main{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.dashboard .layout-editor-item-text strong{font-size:13px;color:#111827}.dashboard .layout-editor-item-meta{font-size:11px;color:#6b7280}.dashboard .layout-editor-drag{width:22px;height:22px;border:1px solid #d1d5db;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none}.dashboard .layout-editor-lock{font-size:12px;font-weight:700;color:#4b5563}@media(max-width:1024px){.dashboard .layout-editor-workspace{grid-template-columns:1fr}.dashboard .layout-map-header{flex-direction:column;align-items:flex-start}}.top-linear-loader{height:7px;max-width:360px;width:100%;border-radius:999px;border:1px solid #dbe3dc;background:#f3f4f6;overflow:hidden;margin:6px 0 10px}.top-linear-loader__bar{height:100%;width:42%;border-radius:999px;background:linear-gradient(90deg,#174c2a,#2d6645 58%,#34d399);box-shadow:0 0 10px #2d664559;animation:top-linear-loader-slide 1.4s ease-in-out infinite}.top-linear-loader--full{max-width:100%}@keyframes top-linear-loader-slide{0%{transform:translate(-100%)}to{transform:translate(340%)}}
