@import "https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Inter:wght@400;500;600;700&display=swap";:root{--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-dcr:"Architects Daughter", cursive, sans-serif;--bg-app:#f9fafb;--border-glass:#e5e7eb80;--bg-glass:#ffffffbf}body{font-family:var(--font-sans);background-color:var(--bg-app);-webkit-user-select:none;user-select:none;margin:0;overflow:hidden}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d}input[type=text]{transition:all .2s}input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}input[type=checkbox]{appearance:none;cursor:pointer;vertical-align:middle;background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;outline:none;justify-content:center;align-items:center;width:14px;height:14px;transition:all .2s;display:inline-flex}input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}input[type=checkbox]:checked:after{content:"";border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;width:3.5px;height:7px;margin-bottom:1.5px;display:block;transform:rotate(45deg)}input[type=checkbox]:focus{box-shadow:0 0 0 2px #3b82f626}button{cursor:pointer;outline:none}@keyframes pulse-light{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse-light}.w-full{width:100%}.h-full{height:100%}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.z-40{z-index:40}.z-50{z-index:50}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:justify-center}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.p-5{padding:1.25rem}.p-1\.5{padding:.375rem}.bg-white{background-color:#fff}.bg-white\/70{background-color:#ffffffb3}.bg-transparent{background-color:#0000}.backdrop-blur-md{-webkit-backdrop-filter:blur(8px)}.border{border-style:solid;border-width:1px}.border-none{border:none!important}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-b{border-style:solid;border-bottom-width:1px}.border-r{border-style:solid;border-right-width:1px}.border-l{border-style:solid;border-left-width:1px}.pb-2{padding-bottom:.5rem}.pr-3{padding-right:.75rem}.pl-3{padding-left:.75rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-200{transition-duration:.2s}.hover\:scale-105:hover{transform:scale(1.05)}.active\:scale-95:active{transform:scale(.95)}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-blue-500{color:#3b82f6}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-mono{font-family:monospace}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-\[11px\]{font-size:11px}.text-\[10px\]{font-size:10px}.text-\[9px\]{font-size:9px}.tracking-wider{tracking-spacing:.05em}.tracking-wide{tracking-spacing:.025em}.uppercase{text-transform:uppercase}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.ml-1{margin-left:.25rem}.block{display:block}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.w-72{width:18rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.gap-1{gap:.25rem}.p-2{padding:.5rem}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover-bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-100\/70:hover{background-color:#f3f4f6b3}.active\:bg-gray-100:active{background-color:#f3f4f6}.active-bg-gray-200:active{background-color:#e5e7eb}.active\:bg-gray-200\/70:active{background-color:#e5e7ebb3}.flex-1{flex:1}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.h-10{height:2.5rem}.w-10{width:2.5rem;height:2.5rem}.fixed{position:fixed}.bottom-6{bottom:1.5rem}.left-1\/2{left:50%}.-translate-x-1\/2{transform:translate(-50%)}.top-6{top:1.5rem}.top-24{top:6rem}.right-6{right:1.5rem}.left-6{left:1.5rem}.bg-blue-500{background-color:#3b82f6}.text-white{color:#fff}.bg-emerald-500{background-color:#10b981}.bg-blue-600{background-color:#2563eb}.bg-lime-600{background-color:#65a30d}.bg-rose-500{background-color:#f43f5e}.bg-purple-500{background-color:#a855f7}.bg-gray-800{background-color:#1f2937}#root{box-sizing:border-box;width:100vw;height:100vh;margin:0;padding:0;display:flex;overflow:hidden}body,html{width:100%;height:100%;margin:0;padding:0}.tooltip-trigger{position:relative}.tooltip{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;opacity:0;pointer-events:none;z-index:100;background-color:#111827f2;border:1px solid #ffffff1a;border-radius:8px;padding:5px 9px;font-size:11px;font-weight:500;transition:opacity .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1);position:absolute;bottom:110%;left:50%;transform:translate(-50%,4px);box-shadow:0 4px 12px #00000026}.tooltip-trigger:hover .tooltip{opacity:1;transform:translate(-50%)}.color-swatch-picker{gap:8px;margin-top:4px;display:flex}.color-swatch{cursor:pointer;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:36px;height:36px;padding:0;transition:all .15s cubic-bezier(.4,0,.2,1)}.color-swatch:hover{transform:scale(1.08)}.color-swatch.selected{border-color:#3b82f6;transform:scale(1.08);box-shadow:0 0 0 2px #3b82f640}.context-menu{z-index:1000;-webkit-backdrop-filter:blur(16px);transform-origin:0 0;background:#fffc;border:1px solid #e5e7eb80;border-radius:12px;min-width:170px;padding:6px;animation:.12s cubic-bezier(.16,1,.3,1) menu-show;position:absolute;box-shadow:0 10px 30px -10px #0000001f,0 1px 3px #0000000d}@keyframes menu-show{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.context-menu-item{color:#374151;cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.context-menu-item:hover{color:#2563eb;background-color:#3b82f614}.context-menu-item:hover svg{color:#2563eb!important}.context-menu-item:active{background-color:#3b82f626}.context-menu-separator{background-color:#f3f4f6;height:1px;margin:4px 6px}.pill-badge{border-radius:50rem;align-items:center;gap:6px;max-width:100%;padding:4px 10px;font-size:.75rem;font-weight:700;line-height:1;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.pill-badge-primary{color:#fff;background-color:#0d6efd;border:1px solid #0000}.pill-badge-secondary{color:#fff;background-color:#6c757d;border:1px solid #0000}.pill-badge-success{color:#fff;background-color:#198754;border:1px solid #0000}.pill-badge-danger{color:#fff;background-color:#dc3545;border:1px solid #0000}.pill-badge-warning{color:#212529;background-color:#ffc107;border:1px solid #0000}.pill-badge-info{color:#212529;background-color:#0dcaf0;border:1px solid #0000}.pill-badge-light{color:#212529;background-color:#f8f9fa;border:1px solid #dee2e6}.pill-badge-dark{color:#fff;background-color:#212529;border:1px solid #0000}.pill-badge-purple{color:#fff;background-color:#6f42c1;border:1px solid #0000}.pill-badge-role{color:#475569;background-color:#f1f5f9;border:1px solid #cbd5e1}.pill-badge-tag{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0}.pill-badge-phase{color:#6b21a8;background-color:#faf5ff;border:1px solid #e9d5ff}.pill-badge-close{color:inherit;opacity:.65;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:4px;padding:0;font-size:14px;font-weight:700;line-height:1;transition:opacity .15s;display:inline-flex}.pill-badge-close:hover{opacity:1}.fixed.top-24.left-6 input,.fixed.top-24.left-6 select{font-size:.8rem!important}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:8s linear infinite spin-slow}
