@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{color-scheme:light;--user-bg: #fff7ed;--user-bg-strong: #fffdf8;--user-surface: rgba(255, 252, 247, .92);--user-surface-muted: #fff1e2;--user-border: rgba(190, 24, 93, .16);--user-border-strong: rgba(217, 119, 6, .28);--user-text: #4a1020;--user-muted: #7c2d12;--user-muted-soft: #9a3412;--user-primary: #c81e1e;--user-primary-soft: rgba(251, 191, 36, .2);--user-tree-line: rgba(217, 119, 6, .28);--user-shadow: 0 18px 42px rgba(127, 29, 29, .12)}*{border-color:var(--user-border)}html,body,#root{min-height:100%}body{@apply m-0 antialiased;font-family:Inter,sans-serif;background-image:radial-gradient(circle at top left,rgba(220,38,38,.24),transparent 24%),radial-gradient(circle at top right,rgba(245,158,11,.2),transparent 26%),radial-gradient(circle at bottom left,rgba(190,24,93,.12),transparent 22%),linear-gradient(135deg,#fff8ef,#fff1e2 46%,#ffe4c7);background-attachment:fixed;background-color:var(--user-bg);color:var(--user-text)}code,pre,.font-mono{font-family:JetBrains Mono,monospace}button,input,select,textarea{font:inherit}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea){min-width:0;border-radius:20px;border-width:1px;border-color:var(--user-border);background:var(--user-bg-strong);color:var(--user-text);box-shadow:0 1px 2px #0f172a0a}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]),select){min-height:56px}:where(textarea){min-height:112px;resize:vertical}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea)::placeholder{color:var(--user-muted-soft)}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea):focus-visible{outline:none;border-color:#dc262661;box-shadow:0 0 0 4px #f59e0b29}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea):disabled{cursor:not-allowed;border-color:var(--user-border);background:#f1f5f9;color:var(--user-muted-soft)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:3.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%2364748B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.15rem center;background-size:1rem}@media(hover:none)and (pointer:coarse){select{-moz-appearance:auto;appearance:auto;-webkit-appearance:menulist;padding-right:1rem;background-image:none}}input[type=date],input[type=datetime-local]{color-scheme:light}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;filter:sepia(1) saturate(1.4) hue-rotate(-12deg)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-text-fill-color:var(--user-text);-webkit-box-shadow:0 0 0 1000px var(--user-bg-strong) inset;transition:background-color 9999s ease-out 0s}::selection{background:#fbbf2466;color:#4a1020}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{@apply rounded-full;background:linear-gradient(180deg,#e11d48,#f59e0b)}::-webkit-scrollbar-track{background:#ffedd5cc}}@layer components{.app-shell{background:radial-gradient(circle at top left,rgba(220,38,38,.18),transparent 20%),radial-gradient(circle at top right,rgba(245,158,11,.16),transparent 22%),linear-gradient(180deg,#fffcf7e6,#fff1e2eb)}.glass-card{@apply rounded-[28px] border;background:linear-gradient(180deg,#ffffffeb,#fff8f0f0);border-color:var(--user-border);box-shadow:var(--user-shadow)}.modal-panel{@apply w-full rounded-[28px] border p-6 shadow-2xl;background:linear-gradient(180deg,#fffdf8,#fff4e8);border-color:var(--user-border)}.modal-section{@apply rounded-[24px] border p-4 text-sm;background:linear-gradient(180deg,#fff4e8f2,#ffedd5e6);color:#7c2d12;border-color:var(--user-border)}.field-label{@apply mb-2 block text-sm font-semibold text-slate-700;}.field-hint{@apply mt-2 text-xs text-slate-500;}.soft-grid{background-image:linear-gradient(rgba(217,119,6,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(220,38,38,.12) 1px,transparent 1px);background-size:24px 24px}.tabular{font-variant-numeric:tabular-nums}.metric-value{font-variant-numeric:tabular-nums;font-size:clamp(1.375rem,1.1rem + .95vw,2rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;overflow-wrap:anywhere}@media(min-width:768px)and (max-width:1535px){.metric-value{font-size:clamp(1.25rem,1.05rem + .55vw,1.625rem)}}.route-recovery-progress{position:relative;height:.5rem;width:100%;overflow:hidden;border-radius:9999px;background:#fbbf242e}.route-recovery-progress__bar{position:absolute;inset:0 auto 0 0;width:42%;border-radius:9999px;background:linear-gradient(90deg,#f59e0b,#e11d48);animation:route-recovery-progress 1.1s ease-in-out infinite;box-shadow:0 0 18px #e11d482e}@keyframes route-recovery-progress{0%{transform:translate(-115%)}to{transform:translate(260%)}}.tree-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:.75rem}.tree-canvas{min-width:max-content;padding:.5rem .75rem 1rem}.tree-root,.tree-children{margin:0;display:flex;justify-content:center;padding-left:0;list-style:none}.tree-root{min-width:max-content}.tree-children{position:relative;gap:0;padding-top:1.75rem}.tree-children:before{content:"";position:absolute;top:0;left:50%;width:1px;height:1.75rem;background:var(--user-tree-line);transform:translate(-50%)}.tree-node{position:relative;display:flex;flex-direction:column;align-items:center;padding:1.75rem 1rem 0;list-style:none}.tree-node:before,.tree-node:after{content:"";position:absolute;top:0;right:50%;width:50%;height:1.75rem;border-top:1px solid var(--user-tree-line)}.tree-node:after{right:auto;left:50%;border-left:1px solid var(--user-tree-line)}.tree-node:only-child:before,.tree-node:only-child:after{display:none}.tree-node:only-child{padding-top:0}.tree-node:first-child:before,.tree-node:last-child:after{border:0 none}.tree-node:last-child:before{border-right:1px solid var(--user-tree-line);border-radius:0 14px 0 0}.tree-node:first-child:after{border-radius:14px 0 0}.tree-root:before,.tree-root>.tree-node:before,.tree-root>.tree-node:after{display:none}.tree-root>.tree-node{padding-top:0}.network-tree-card{width:12.25rem;max-width:12.25rem}.data-table{@apply min-w-full;width:max-content}.data-table th{@apply sticky top-0 z-10 whitespace-nowrap px-4 py-3 text-left text-xs font-semibold uppercase tracking-[.16em] backdrop-blur;background:linear-gradient(180deg,#fff4e8fa,#ffedd5f5);color:#9a3412}.data-table td{@apply whitespace-nowrap px-4 py-3 align-top text-sm;color:#7c2d12}.data-table tbody tr:nth-child(odd){background-color:#fffbf5f2}.data-table tbody tr:nth-child(2n){background-color:#fff3e0eb}.data-table tbody tr:hover{background-color:#fed7aa8c}@media(max-width:767px){.tree-canvas{min-width:100%}.tree-children{width:100%;min-width:0;flex-direction:column;align-items:center;gap:.875rem;padding-top:1rem}.tree-children:before,.tree-node:before,.tree-node:after{display:none}.tree-node{width:100%;padding:0}.network-tree-card{width:min(100%,16rem);max-width:none}}}
