@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--font-body: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;--font-display: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;--bg: #f5eee1;--surface: #ffffff;--surface-alt: #f7f2ea;--text: #0b0b0d;--text-muted: #6a5a42;--border: #d9cfc1;--primary-rgb: 38, 33, 27;--complementary-rgb: 109, 90, 63;--accent1-rgb: 255, 255, 255;--accent2-rgba: 0, 0, 0, 0;--primary: rgb(var(--primary-rgb));--primary-strong: rgb(0, 0, 0);--accent: #1c1c1c;--accent-1: #111111;--accent-2: rgba(var(--accent2-rgba));--complementary: rgb(var(--complementary-rgb));--brand-gradient: linear-gradient(135deg, rgba(248, 241, 228, .95), rgba(199, 179, 129, .9));--brand-gradient-soft: linear-gradient(135deg, rgba(248, 241, 228, .6), rgba(218, 200, 164, .5));--brand-border-strong: rgba(17, 15, 11, .2);--brand-border-soft: rgba(17, 15, 11, .1);--brand-shadow: 0 18px 40px rgba(20, 20, 20, .08);--brand-hover-bg: rgba(17, 15, 11, .06);--brand-contrast: #ffffff;--shadow-strong: 0 12px 30px rgba(20, 20, 20, .07);--input-bg: rgba(255, 255, 255, .95);--input-bg-focus: #ffffff;--input-border: rgba(17, 15, 11, .12);--input-text: #0b0b0d;--input-placeholder: rgba(17, 15, 11, .4);--input-focus-border: rgba(17, 15, 11, .25);--input-focus-glow: 0 18px 40px rgba(17, 15, 11, .08);--input-shadow: 0 12px 30px rgba(20, 20, 20, .04);--input-disabled-bg: rgba(218, 200, 164, .35);--sand-warm: rgba(199, 179, 129, .3);--sand-warm-strong: rgba(209, 190, 143, .6);--sand-border: rgba(199, 179, 129, .5);color-scheme:light}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);letter-spacing:-.01em}#root{min-height:100vh;display:flex;flex-direction:column}.fullscreen-loader{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;background:var(--surface-alt);color:var(--text);text-align:center}.loader-orb{width:3rem;height:3rem;border-radius:999px;background:var(--brand-gradient);box-shadow:0 0 35px rgba(var(--primary-rgb),.4);animation:loader-orb-pulse 1.4s ease-in-out infinite}@keyframes loader-orb-pulse{0%{transform:scale(.9);opacity:.7}50%{transform:scale(1.05);opacity:1}to{transform:scale(.9);opacity:.7}}.App{min-height:100vh;background-color:var(--bg)}nav a{text-decoration:none!important}nav a:hover{text-decoration:none!important}.app-header{background:transparent;padding:1.75rem 0;margin-bottom:1.5rem}.app-header-shell{max-width:1100px;margin:0 auto;padding:0 1.5rem}.app-header-content{background:var(--panel-bg);border-radius:14px;border:1px solid var(--panel-border);box-shadow:var(--panel-shadow);padding:1.25rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.app-header-brand{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.app-logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;white-space:nowrap}.app-nav{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.app-header-actions{display:flex;align-items:center;gap:.75rem}.team-selector{display:flex;align-items:center;gap:.5rem}.team-selector-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.vega-shell .vega-team-select{min-width:180px;max-width:240px;margin-bottom:0;padding:.7rem 1rem;border-radius:.95rem;border:1px solid var(--dropdown-border);background:var(--dropdown-bg);color:var(--dropdown-text);font-weight:500;font-size:.95rem;box-shadow:var(--dropdown-shadow);width:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.vega-shell .vega-team-select:focus,.vega-shell .vega-team-select:focus-visible{border-color:var(--dropdown-border-hover);box-shadow:var(--dropdown-shadow-hover);background:var(--dropdown-bg);outline:none}.vega-shell .vega-team-select option{background:var(--dropdown-option-bg);color:var(--dropdown-option-color)}.vega-shell .vega-team-select option[disabled]{color:var(--dropdown-placeholder)}.user-name{font-weight:600;color:var(--accent-1)}.logout-button{padding:.45rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600;color:var(--accent-1);background:rgba(var(--primary-rgb),.12);border:1px solid var(--brand-border-soft);transition:background .15s ease,color .15s ease,box-shadow .15s ease}.logout-button:hover{background:rgba(var(--primary-rgb),.18);box-shadow:0 3px 8px rgba(var(--primary-rgb),.3)}.logout-button:focus-visible{outline:2px solid rgba(var(--complementary-rgb),.4);outline-offset:2px}.user-management-page{display:flex;flex-direction:column;gap:1.5rem}.vega-empty-subtext{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.vega-table-container{border:1px solid var(--panel-border);border-radius:1.15rem;overflow:hidden;overflow-x:auto}.vega-table{width:100%;border-collapse:collapse}.vega-table thead{background:#ffffff05}.vega-shell.theme-light .vega-table thead{background:#0f172a0d}.vega-table th{padding:.85rem 1.25rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);text-align:left}.vega-table tbody tr{border-bottom:1px solid rgba(248,250,252,.08);transition:background .15s ease}.vega-shell.theme-light .vega-table tbody tr{border-bottom:1px solid rgba(15,23,42,.08)}.vega-table tbody tr:hover{background:#ffffff08}.vega-shell.theme-light .vega-table tbody tr:hover{background:#0f172a0a}.vega-table td{padding:1rem 1.25rem;vertical-align:top}.user-name{font-weight:600}.user-email,.user-created-date{color:var(--text-muted);font-size:.85rem}.user-function-chip{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;background:#5eead41f;color:#a5f3fc}.vega-shell.theme-light .user-function-chip{background:#0ea5e91a;color:#0369a1}.user-team-name{font-weight:600}.user-team-role{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.user-team-unassigned{color:var(--text-muted);font-style:italic}.user-team{display:flex;flex-direction:column}.user-actions-heading{text-align:right}.user-actions-cell{text-align:right;white-space:nowrap}.user-actions-cell .vega-link-btn+.vega-link-btn{margin-left:.85rem}.vega-link-btn{background:transparent;border:none;padding:0;color:var(--primary);font-weight:600;cursor:pointer;transition:color .2s ease}.vega-link-btn:hover{color:var(--primary-strong)}.vega-link-btn.danger{color:var(--complementary)}.vega-shell.theme-light .vega-link-btn{color:var(--primary)}.vega-shell.theme-light .vega-link-btn:hover{color:var(--primary-strong)}.vega-shell.theme-light .vega-link-btn.danger{color:var(--complementary)}.nav-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.75rem;border-radius:6px;font-size:.875rem;font-weight:600;color:var(--accent-1)!important;background:var(--brand-gradient);border:1px solid var(--brand-border-strong);box-shadow:var(--brand-shadow);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;text-decoration:none!important}.nav-button:hover{filter:brightness(1.03);box-shadow:0 18px 38px #0000008c;transform:translateY(-1px)}.nav-button:focus-visible{outline:2px solid rgba(var(--complementary-rgb),.4);outline-offset:2px}.app-header-content .nav-button{min-width:120px}main{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}h1{font-size:2rem;color:#333;margin-bottom:1.5rem}h2{font-size:1.5rem;color:#444;margin-bottom:1rem}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s}button.primary{background-color:#1976d2;color:#fff}button.primary:hover{background-color:#1565c0}button.secondary{background-color:#f5f5f5;color:#333}button.secondary:hover{background-color:#e0e0e0}.tone-filter-btn{padding:.55rem 1.35rem;border-radius:.85rem;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);font-weight:600;font-size:.9rem;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.tone-filter-btn:hover{border-color:#110f0b40;background:#ffffffd9}.tone-filter-btn.active{background:#c7b38173;border-color:#6d5a3fb3;color:#0b0b0d;box-shadow:inset 0 0 0 1px #6d5a3f59}.tone-cta-btn{padding:.55rem 1.5rem;border-radius:999px;border:1px solid rgba(17,15,11,.25);background:linear-gradient(135deg,#f8f1e4f2,#c7b381f2);color:#0b0b0d;font-weight:700;letter-spacing:.01em;box-shadow:0 18px 35px #14141414;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.tone-cta-btn:hover{transform:translateY(-1px);box-shadow:0 22px 38px #1414141f;filter:brightness(.98)}:where(.vega-shell,.vega-auth-shell) input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]),:where(.vega-shell,.vega-auth-shell) textarea,:where(.vega-shell,.vega-auth-shell) select{width:100%;padding:.85rem 1rem;border:1px solid var(--input-border);border-radius:.95rem;font-size:.95rem;margin-bottom:1rem;background:var(--input-bg);color:var(--input-text);box-shadow:var(--input-shadow);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:where(.vega-shell,.vega-auth-shell) input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit])::-moz-placeholder,:where(.vega-shell,.vega-auth-shell) textarea::-moz-placeholder{color:var(--input-placeholder)}:where(.vega-shell,.vega-auth-shell) input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit])::placeholder,:where(.vega-shell,.vega-auth-shell) textarea::placeholder{color:var(--input-placeholder)}:where(.vega-shell,.vega-auth-shell) input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]):focus,:where(.vega-shell,.vega-auth-shell) textarea:focus,:where(.vega-shell,.vega-auth-shell) select:focus{outline:none;border-color:var(--input-focus-border);box-shadow:var(--input-focus-glow);background:var(--input-bg-focus)}:where(.vega-shell,.vega-auth-shell) input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]):disabled,:where(.vega-shell,.vega-auth-shell) textarea:disabled,:where(.vega-shell,.vega-auth-shell) select:disabled{background:var(--input-disabled-bg);border-color:var(--input-border);color:var(--input-placeholder);cursor:not-allowed;box-shadow:none}.vega-text-input{width:100%;padding:.85rem 1rem;border-radius:.95rem;border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);font-size:.95rem;box-shadow:var(--input-shadow);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.vega-text-input::-moz-placeholder{color:var(--input-placeholder)}.vega-text-input::placeholder{color:var(--input-placeholder)}.vega-text-input:focus{outline:none;border-color:var(--input-focus-border);box-shadow:var(--input-focus-glow);background:var(--input-bg-focus)}.vega-text-input:disabled{background:var(--input-disabled-bg);cursor:not-allowed;box-shadow:none}label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.loading{text-align:center;padding:2rem;color:#666}.spinner{border:3px solid #f3f3f3;border-top:3px solid #1976d2;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{background-color:#ffebee;color:#c62828;padding:1rem;border-radius:4px;margin-bottom:1rem}.success{background-color:#e8f5e9;color:#2e7d32;padding:1rem;border-radius:4px;margin-bottom:1rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.grid-2,.grid-3{grid-template-columns:1fr}}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.documents-page img{max-width:100%;max-height:180px;width:auto;height:auto;display:block;-o-object-fit:contain;object-fit:contain;margin:0 auto}.documents-page .status-icon{margin:0 auto;width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.documents-page .status-icon-error{background:#f8717126;color:#b91c1c}.documents-page .status-icon-empty{background:#94a3b833;color:#475569}.documents-page .document-icon{width:1.75rem;height:2.2rem;border-radius:4px;background:linear-gradient(180deg,rgba(var(--primary-rgb),.25),rgba(var(--complementary-rgb),.35));border:1px solid var(--brand-border-strong);position:relative;flex-shrink:0}.documents-page .document-icon:after{content:"";position:absolute;top:.25rem;left:.35rem;right:.35rem;height:.18rem;background:rgba(var(--primary-rgb),.4);box-shadow:0 .4rem rgba(var(--primary-rgb),.35),0 .8rem rgba(var(--primary-rgb),.35);border-radius:9999px}.documents-page .upload-illustration{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:0 auto;border-radius:50%;background:var(--brand-gradient);color:var(--accent-1);font-size:.85rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.documents-page .remove-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:9999px;border:1px solid rgba(148,163,184,.5);font-size:.75rem;font-weight:600;line-height:1}.documents-page .doc-library-list{max-height:70vh;overflow-y:auto;padding-right:.2rem}.documents-page .doc-library-item{position:relative;display:flex;flex-direction:column;gap:.75rem;width:100%;padding:1rem 1.25rem;border-radius:1.1rem;background:#0f172aa6;border:1px solid transparent;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;cursor:pointer;outline:none}.documents-page .doc-library-item:hover{border-color:#38bdf84d;transform:translate(4px)}.documents-page .doc-library-item.active{border-color:#38bdf899;box-shadow:0 12px 24px #0891b240}.documents-page .doc-library-item:focus-visible{border-color:#38bdf8cc;box-shadow:0 0 0 2px #38bdf866}.documents-page .doc-library-info{display:flex;align-items:flex-start;gap:.85rem}.documents-page .doc-library-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.documents-page .doc-library-actions button,.documents-page .doc-library-actions a{white-space:nowrap}.vega-shell.theme-light .documents-page .doc-library-item{background:#f8fafff2;border-color:#94a3b873;color:#0f172a}.vega-shell.theme-light .documents-page .doc-library-item.active{border-color:#3b82f699;box-shadow:0 12px 24px #3b82f640}.vega-shell.theme-light .documents-page .doc-library-actions button{color:#0f172a}.published-tasks-page .published-task-controls{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.published-tasks-page .published-task-search{width:100%;max-width:100%;margin-bottom:0}.published-tasks-page .published-task-filter-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;align-self:flex-end}.published-tasks-page .published-task-filter-group .vega-multiselect{min-width:200px;margin-bottom:0}.published-tasks-page .published-task-filter-group .published-task-sort{min-width:180px}.published-tasks-page .published-task-filter-group .vega-select-field{min-width:160px}.published-tasks-page .published-task-refresh{border:1px solid rgba(56,189,248,.45);border-radius:999px;padding:.6rem 1.5rem;background:#0ea5e926;color:#e0f2fe;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.published-tasks-page .published-task-refresh:hover{background:#0ea5e940;transform:translateY(-1px)}@media (max-width: 960px){.published-tasks-page .published-task-controls{align-items:stretch}.published-tasks-page .published-task-filter-group{align-self:stretch;justify-content:flex-start}.published-tasks-page .published-task-search{width:100%}}.published-tasks-page .published-task-list{display:flex;flex-direction:column;gap:1.25rem}.published-tasks-page .published-task-card{border-radius:1.25rem;border:1px solid var(--border);background:var(--panel-bg);padding:1.5rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;cursor:pointer;outline:none}.published-tasks-page .published-task-card:hover{border-color:rgba(var(--primary-rgb),.45);transform:translateY(-2px)}.published-tasks-page .published-task-card.expanded{border-color:rgba(var(--primary-rgb),.65);box-shadow:0 20px 45px #0612181f}.published-tasks-page .published-task-card:focus-visible{border-color:rgba(var(--primary-rgb),.8);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.35)}.published-tasks-page .published-task-header{display:flex;gap:1.5rem;justify-content:space-between;flex-wrap:nowrap}.published-tasks-page .published-task-doc-label{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:#94a3b8d9}.published-tasks-page .published-task-title{margin-top:.35rem;font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:600;color:var(--text)}.published-tasks-page .published-task-description{margin-top:.75rem;color:var(--text-muted);font-size:.95rem;line-height:1.5}.published-tasks-page .published-task-description.muted{font-style:italic;color:#51626fa6}.published-tasks-page .published-task-meta{margin-top:1rem;display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--text-muted)}.published-tasks-page .published-task-meta strong{color:var(--text);font-weight:600}.published-tasks-page .published-task-assigned-field{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text);letter-spacing:.03em}.published-tasks-page .published-task-side{display:flex;flex-direction:column;gap:.6rem;align-items:flex-end;min-width:160px;margin-left:auto}.published-tasks-page .priority-chip,.published-tasks-page .status-chip{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .9rem;font-size:.75rem;font-weight:600;border-radius:999px;border:1px solid transparent}.published-tasks-page .priority-chip-critical{background:#f8717140;border-color:#f871718c;color:#591414}.published-tasks-page .priority-chip-high{background:#fb923c40;border-color:#fb923c8c;color:#78380f}.published-tasks-page .priority-chip-medium{background:#fbbf2440;border-color:#fbbf2480;color:#5c4309}.published-tasks-page .priority-chip-low{background:#83776e40;border-color:#83776e73;color:#2c2216}.published-tasks-page .status-chip-default{background:#26211b26;border-color:#26211b59;color:#0b0b0d}.published-tasks-page .status-chip-progress{background:#10b98138;border-color:#10b98180;color:#0f2f1b}.published-tasks-page .status-chip-blocked{background:#fb923c40;border-color:#d7630c99;color:#4b260c}.published-tasks-page .status-chip-complete{background:#c7b38166;border-color:#6d5a3f99;color:#1c1c1c}.published-task-cta{border:1px solid var(--sand-border);border-radius:999px;padding:.55rem 1.4rem;font-size:.85rem;font-weight:600;background:#c7b381e6;color:#0b0b0d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 12px 24px #110f0b1f}.published-task-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px #110f0b26}.published-task-cta:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.published-task-cta.ghost{background:#ffffffbf;color:#0b0b0d;border:1px solid rgba(38,33,27,.2);box-shadow:inset 0 1px #fff9}.published-task-delete{border:1px solid rgba(215,99,12,.4);background:#f8cec880;color:#6d1f1f;border-radius:999px;padding:.45rem 1.2rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.published-task-delete:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.published-task-delete:disabled{opacity:.45;cursor:not-allowed}.published-task-raci{margin-top:1.75rem}.published-task-raci-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#94a3b8e6;margin-bottom:.65rem}.published-task-raci-badges{display:flex;flex-wrap:wrap;gap:.5rem}.published-task-raci-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;background:#ffffffb3;border:1px solid var(--border);font-size:.75rem;color:#1c1c1c;box-shadow:0 6px 12px #110f0b14}.published-task-raci-badge .role{font-weight:700;color:#6d4e2e}.published-task-edit-assignments{margin-top:.75rem;border:1px solid rgba(109,90,63,.5);background:var(--sand-warm);color:#1c1c1c;border-radius:999px;padding:.35rem .9rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.published-task-edit-assignments:hover{background:var(--sand-warm-strong);transform:translateY(-1px)}.published-task-raci-editor{margin-top:.75rem;padding:.85rem 1rem;border-radius:.75rem;background:#c7b38133;border:1px solid rgba(109,90,63,.4);display:flex;flex-direction:column;gap:.65rem}.published-task-raci-editor-row{display:grid;grid-template-columns:auto 1fr auto;gap:.6rem;align-items:center}.published-task-raci-editor-label-group{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.published-task-raci-editor-tag{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:.1rem .5rem;border-radius:999px;border:1px solid rgba(109,90,63,.6);color:#6d4e2e}.published-task-raci-editor-label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#0f172a}.published-task-raci-editor-submit{border:none;background:var(--brand-gradient);color:var(--accent-1);padding:.35rem .95rem;border-radius:.6rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.published-task-raci-editor-submit:disabled{opacity:.4;cursor:not-allowed}.published-task-raci-editor-submit:hover:not(:disabled){transform:translateY(-1px)}.published-task-raci-editor-warnings{background:#fefce8;border:1px solid #fde68a;border-radius:.55rem;padding:.6rem .75rem;font-size:.78rem;color:#92400e;display:flex;flex-direction:column;gap:.25rem}.published-task-raci-editor-warnings ul{margin:0;padding-left:1rem;color:#7c2d12}.published-task-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.25)}.published-task-detail-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.published-task-activity h4{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:#e2e8f0d9;margin-bottom:.75rem}.published-task-empty{font-size:.85rem;color:#94a3b8d9}.published-task-error{font-size:.85rem;color:#fecaca}.published-task-list-scroll{max-height:13rem;overflow-y:auto;padding-right:.25rem;display:flex;flex-direction:column;gap:.75rem}.published-task-comment .author,.published-task-history .label{font-weight:600;color:#f1f5f9}.published-task-comment .body,.published-task-history .attachment span{font-size:.85rem;color:#e2e8f0e6}.published-task-comment .timestamp,.published-task-history .timestamp{font-size:.75rem;color:#94a3b8d9}.published-task-history .attachment{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#e2e8f0cc;gap:.5rem}.published-task-history .attachment a{color:#7dd3fc;text-decoration:underline}.vega-shell.theme-light .published-tasks-page .published-task-card{background:#f8fafff2;border-color:#94a3b859;color:#0f172a}.vega-shell.theme-light .published-tasks-page .published-task-card.expanded{box-shadow:0 20px 40px #0f172a14}.vega-shell.theme-light .published-tasks-page .published-task-title{color:#0f172a}.vega-shell.theme-light .published-tasks-page .published-task-description{color:#1f2937}.vega-shell.theme-light .published-tasks-page .published-task-description.muted{color:#64748b}.vega-shell.theme-light .published-tasks-page .published-task-meta{color:#475569}.vega-shell.theme-light .published-tasks-page .published-task-meta strong{color:#0f172a}.vega-shell.theme-light .published-tasks-page .published-task-raci-badge{background:#4f46e514;border-color:#4f46e54d;color:#1f2937}.vega-shell.theme-light .published-tasks-page .published-task-raci-badge .role{color:#1d4ed8}.vega-shell.theme-light .published-tasks-page .published-task-assigned-field{color:#0f172a;font-weight:600}.vega-shell.theme-light .published-tasks-page .published-task-cta{color:#fff}.vega-shell.theme-light .published-tasks-page .published-task-cta.ghost{background:#22c55e26;color:#166534;border-color:#22c55e73}.vega-shell.theme-light .published-task-delete{background:#f871711f;color:#991b1b;border-color:#f8717166}.vega-shell.theme-light .published-tasks-page .published-task-refresh{background:#3b82f61f;color:#0f172a;border-color:#3b82f659}.vega-shell.theme-light .published-tasks-page .published-task-empty{color:#475569}@media (max-width: 768px){.published-tasks-page .published-task-header{flex-direction:column;flex-wrap:nowrap}.published-tasks-page .published-task-side{width:100%;margin-left:0;align-items:flex-start}.published-tasks-page .published-task-filter-group{width:100%;flex-wrap:wrap;justify-content:flex-start}}.table-container{background:var(--panel-bg);border-radius:12px;border:1px solid var(--panel-border);box-shadow:var(--panel-shadow);overflow:hidden}table{width:100%;border-collapse:collapse}thead{background:#ffffff05}thead th{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#eff6fff2;border-bottom:2px solid rgba(255,255,255,.08)}tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background-color .15s ease}tbody tr:hover{background-color:#ffffff08}tbody td{padding:1rem 1.5rem;color:var(--text);font-size:.875rem}.vega-shell.theme-light .table-container{background:#fff;border-color:#e2e8f0;box-shadow:none}.vega-shell.theme-light thead{background:#0f172a0d}.vega-shell.theme-light tbody tr{border-bottom:1px solid rgba(15,23,42,.08)}.vega-shell.theme-light tbody tr:hover{background-color:#0f172a0a}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-superadmin{background:var(--brand-gradient);color:var(--accent-1)}.badge-admin{background:linear-gradient(135deg,rgba(var(--primary-rgb),.9),rgba(var(--complementary-rgb),.65));color:var(--accent-1)}.badge-user{background:rgba(var(--accent1-rgb),.08);color:var(--brand-contrast)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none}.btn-primary{color:var(--accent-1);background:var(--brand-gradient);border:1px solid var(--brand-border-strong);box-shadow:var(--brand-shadow)}.btn-primary:hover{filter:brightness(1.04);box-shadow:0 8px 20px rgba(var(--primary-rgb),.45);transform:translateY(-1px)}.btn-secondary{color:var(--accent-1);background:rgba(var(--accent1-rgb),.05);border:2px solid var(--brand-border-soft)}.btn-secondary:hover{background:var(--brand-hover-bg);border-color:var(--brand-border-strong)}.btn-danger{color:var(--complementary);background:rgba(var(--complementary-rgb),.08);border:2px solid rgba(var(--complementary-rgb),.35)}.btn-danger:hover{background:rgba(var(--complementary-rgb),.15);border-color:rgba(var(--complementary-rgb),.55)}.btn-link{color:var(--primary);background:transparent;border:none;padding:.25rem .5rem;text-decoration:none}.btn-link:hover{color:var(--primary-strong);text-decoration:underline}.page-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:var(--accent-1);margin-bottom:.5rem}.page-subtitle{font-size:.875rem;color:rgba(var(--primary-rgb),.8)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--primary-rgb),.35);display:flex;align-items:center;justify-content:center;z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#060a0ee6;border-radius:12px;padding:2rem;width:100%;max-width:500px;border:1px solid var(--brand-border-soft);box-shadow:0 30px 65px #04060aa6;max-height:90vh;overflow-y:auto}.modal-title{font-size:1.5rem;font-weight:700;color:var(--accent-1);margin-bottom:1.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.form-input,.form-select{width:100%;padding:.9rem 1rem;border:1px solid var(--input-border);border-radius:1rem;font-size:.9rem;color:var(--input-text);background:var(--input-bg);box-shadow:var(--input-shadow);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.form-input:focus,.form-select:focus{outline:none;border-color:var(--input-focus-border);box-shadow:var(--input-focus-glow);background:var(--input-bg-focus)}.form-input:disabled{background:var(--input-disabled-bg);cursor:not-allowed}.alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid}.alert-error{background-color:#ffebee;border-left-color:#c62828;color:#c62828}.alert-success{background-color:#e8f5e9;border-left-color:#2e7d32;color:#2e7d32}.alert-info{background-color:#e1f5fe;border-left-color:#0277bd;color:#0277bd}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--primary)}.empty-state-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.empty-state-text{font-size:.875rem;color:rgba(var(--primary-rgb),.7)}.function-management-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;margin-top:1rem;align-items:flex-start}.function-hierarchy,.function-path-stack{display:flex;flex-direction:column;gap:1rem}.function-path-section{border:1px solid var(--panel-border);border-radius:1rem;padding:1rem 1.25rem;background:#0f172a59}.vega-shell.theme-light .function-path-section{background:#ffffffe6}.function-path-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.function-path-title{font-weight:600}.function-path-count{font-size:.78rem;color:var(--text-muted)}.function-table{width:100%;border-collapse:collapse}.function-table td{padding:.75rem 0;border-bottom:1px solid rgba(248,250,252,.08)}.vega-shell.theme-light .function-table td{border-bottom:1px solid rgba(15,23,42,.08)}.function-table tr:last-child td{border-bottom:none}.function-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.function-name{font-weight:600}.function-rank-chip{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;background:#ffffff0f;color:var(--text-muted)}.vega-shell.theme-light .function-rank-chip{background:#0f172a12}.function-parent{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.function-description{margin-top:.5rem;color:var(--text-muted);font-size:.9rem}.function-actions-cell{width:150px;text-align:right;white-space:nowrap;padding-left:1rem}.function-actions-cell .vega-link-btn+.vega-link-btn{margin-left:.75rem}.function-form-card{border:1px dashed var(--panel-border);border-radius:1.25rem;padding:1.25rem;background:#0f172a33}.vega-shell.theme-light .function-form-card{background:#ffffffd9}.function-form-card form{display:flex;flex-direction:column;gap:1rem}.function-form-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem}.function-empty-copy{color:var(--text-muted);font-size:.9rem;padding:.5rem 0}.vega-shell{position:relative;min-height:100vh;padding:clamp(1.5rem,4vw,3rem);overflow:hidden;color:var(--text);font-family:var(--font-body);letter-spacing:-.005em;--panel-bg: var(--surface);--panel-border: var(--border);--panel-shadow: 0 24px 50px rgba(15, 23, 42, .07);--viz-surface: var(--surface);--viz-border: rgba(15, 23, 42, .12);--viz-gridline: rgba(15, 23, 42, .1);--viz-line: var(--primary);--viz-good: #10b981;--viz-watch: #fbbf24;--viz-risk: #ef4444;--nav-bg: rgba(255, 255, 255, .9);--dropdown-bg: rgba(255, 255, 255, .95);--dropdown-border: rgba(15, 23, 42, .12);--dropdown-border-hover: rgba(15, 23, 42, .24);--dropdown-shadow: 0 20px 40px rgba(15, 23, 42, .07);--dropdown-shadow-hover: 0 28px 50px rgba(15, 23, 42, .1);--dropdown-text: var(--text);--dropdown-placeholder: var(--text-muted);--dropdown-option-bg: #ffffff;--dropdown-option-color: var(--text);--input-bg: rgba(255, 255, 255, .95);--input-bg-focus: #ffffff;--input-border: rgba(15, 23, 42, .18);--input-text: var(--text);--input-placeholder: rgba(15, 23, 42, .45);--input-focus-border: rgba(15, 23, 42, .28);--input-focus-glow: 0 20px 45px rgba(15, 23, 42, .08);--input-shadow: 0 12px 30px rgba(15, 23, 42, .05);--input-disabled-bg: rgba(226, 232, 240, .8);color-scheme:light}.vega-shell.theme-light{background:radial-gradient(120% 80% at 15% -10%,rgba(var(--primary-rgb),.25),rgba(var(--accent1-rgb),0)),radial-gradient(100% 70% at 95% 0%,rgba(var(--complementary-rgb),.15),rgba(var(--accent1-rgb),0)),var(--bg)}.vega-shell.theme-default{background:var(--bg);color:var(--text);color-scheme:light}.vega-shell.theme-dark{background:radial-gradient(circle at top,#0f172a,#020617 60%,#050a1f);color:#f8fafc;--bg: #050a1f;--surface: rgba(15, 23, 42, .75);--surface-alt: rgba(9, 14, 26, .78);--border: rgba(148, 163, 184, .35);--primary: #22d3ee;--primary-strong: #0ea5e9;--accent: #a855f7;--shadow-strong: 0 25px 55px rgba(2, 6, 23, .6);--panel-bg: rgba(15, 23, 42, .65);--panel-border: rgba(148, 163, 184, .25);--panel-shadow: rgba(14, 165, 233, .25);--viz-surface: rgba(15, 23, 42, .7);--viz-border: rgba(148, 163, 184, .35);--viz-gridline: rgba(148, 163, 184, .15);--viz-line: #22d3ee;--viz-good: #34d399;--viz-watch: #facc15;--viz-risk: #f87171;--text: #f8fafc;--text-muted: #94a3b8;--nav-bg: rgba(15, 23, 42, .8);--dropdown-bg: rgba(15, 23, 42, .85);--dropdown-border: rgba(56, 189, 248, .45);--dropdown-border-hover: rgba(94, 234, 212, .85);--dropdown-shadow: 0 25px 65px rgba(15, 23, 42, .65);--dropdown-shadow-hover: 0 35px 80px rgba(8, 145, 178, .45);--dropdown-text: #f8fafc;--dropdown-placeholder: #94a3b8;--dropdown-option-bg: rgba(15, 23, 42, .95);--dropdown-option-color: #e2e8f0;--input-bg: rgba(15, 23, 42, .85);--input-bg-focus: rgba(15, 23, 42, .92);--input-border: rgba(56, 189, 248, .35);--input-text: #f8fafc;--input-placeholder: rgba(148, 163, 184, .85);--input-focus-border: rgba(94, 234, 212, .85);--input-focus-glow: 0 28px 60px rgba(8, 145, 178, .4);--input-shadow: 0 25px 55px rgba(2, 6, 23, .6);--input-disabled-bg: rgba(15, 23, 42, .55);color-scheme:dark}.vega-shell.theme-light{--bg: #f6f8fb;--surface: #ffffff;--surface-alt: #f0f4fa;--border: #e3e8f0;--text: #0f172a;--text-muted: #4b5563;--primary: #2563eb;--primary-strong: #1d4ed8;--accent: #22c55e;--shadow-strong: 0 16px 40px rgba(15, 23, 42, .16);--panel-bg: rgba(255, 255, 255, .92);--panel-border: #e3e8f0;--panel-shadow: rgba(37, 99, 235, .2);--viz-surface: rgba(255, 255, 255, .96);--viz-border: rgba(15, 23, 42, .08);--viz-gridline: rgba(15, 23, 42, .08);--viz-line: #2563eb;--viz-good: #16a34a;--viz-watch: #eab308;--viz-risk: #dc2626;--nav-bg: rgba(255, 255, 255, .92);--dropdown-bg: rgba(255, 255, 255, .98);--dropdown-border: rgba(37, 99, 235, .3);--dropdown-border-hover: rgba(37, 99, 235, .7);--dropdown-shadow: 0 18px 55px rgba(15, 23, 42, .14);--dropdown-shadow-hover: 0 26px 70px rgba(37, 99, 235, .18);--dropdown-text: #0f172a;--dropdown-placeholder: #4b5563;--dropdown-option-bg: rgba(255, 255, 255, .98);--dropdown-option-color: #0f172a;--input-bg: rgba(255, 255, 255, .96);--input-bg-focus: #ffffff;--input-border: rgba(37, 99, 235, .32);--input-text: #0f172a;--input-placeholder: rgba(100, 116, 139, .75);--input-focus-border: rgba(37, 99, 235, .7);--input-focus-glow: 0 22px 45px rgba(37, 99, 235, .2);--input-shadow: 0 18px 40px rgba(15, 23, 42, .08);--input-disabled-bg: rgba(241, 245, 249, .95);background:radial-gradient(120% 80% at 25% 20%,rgba(37,99,235,.12),transparent 52%),radial-gradient(100% 70% at 80% 0%,rgba(34,197,94,.1),transparent 50%),var(--bg);color:var(--text);color-scheme:light}.vega-shell.theme-light .text-gray-900,.vega-shell.theme-light .text-gray-800,.vega-shell.theme-light .text-slate-900,.vega-shell.theme-light .text-slate-800{color:#0f172a!important}.vega-shell.theme-light .text-gray-700,.vega-shell.theme-light .text-gray-600,.vega-shell.theme-light .text-slate-700,.vega-shell.theme-light .text-slate-600{color:#1f2937!important}.vega-shell.theme-light .text-gray-500,.vega-shell.theme-light .text-slate-500{color:#374151!important}.vega-shell.theme-light .text-gray-400,.vega-shell.theme-light .text-slate-400{color:#4b5563!important}.vega-shell.theme-light .text-gray-300,.vega-shell.theme-light .text-gray-200,.vega-shell.theme-light .text-slate-300,.vega-shell.theme-light .text-slate-200,.vega-shell.theme-light .text-white{color:#1e293b!important}.vega-shell.theme-light,.vega-shell.theme-light p,.vega-shell.theme-light span,.vega-shell.theme-light li{color:#102043}.vega-orb{position:absolute;width:26rem;height:26rem;border-radius:50%;filter:blur(60px);opacity:.22;animation:pulse 8s ease-in-out infinite;mix-blend-mode:screen}.orb-cyan{top:15%;right:10%;background:var(--primary)}.orb-purple{bottom:10%;left:5%;background:var(--accent);animation-delay:4s}.vega-grid{position:relative;z-index:2;max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.app-header{position:relative;z-index:30;overflow:visible;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-radius:1.25rem;background:linear-gradient(135deg,rgba(var(--primary-rgb),.08),rgba(var(--complementary-rgb),.06)),var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 22px 50px var(--panel-shadow),inset 0 1px #ffffff05;flex-wrap:wrap;gap:1.25rem}.app-header-brand{display:flex;align-items:center;gap:1rem}.logo-icon{width:3.5rem;height:3.5rem;border-radius:1.1rem;background:linear-gradient(145deg,rgba(var(--primary-rgb),.18),rgba(var(--complementary-rgb),.14)),var(--surface-alt);display:flex;align-items:center;justify-content:center;padding:.35rem;border:1px solid var(--panel-border);box-shadow:0 12px 30px rgba(var(--primary-rgb),.26)}.vega-shell.theme-light .logo-icon{background:linear-gradient(145deg,#2563eb26,#22c55e1a),#fff;border-color:#94a3b833;box-shadow:0 10px 20px #0f172a1f}.vega-logo-mark{width:100%;height:100%;display:block}.vega-logo-mark .logo-rotate{animation:orbit-spin 12s linear infinite;transform-origin:70px 70px}@keyframes orbit-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-logo{font-family:var(--font-display);font-size:1.9rem;font-weight:700;color:inherit;text-decoration:none;letter-spacing:.035em}.logo-subtitle{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.app-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.icon-button{width:2.5rem;height:2.5rem;border-radius:.65rem;border:1px solid var(--panel-border);background:linear-gradient(145deg,#ffffff0d,#ffffff05);color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.icon-button:hover{transform:translateY(-2px);border-color:rgba(var(--primary-rgb),.55);background:rgba(var(--complementary-rgb),.15);box-shadow:0 12px 26px #050f2359}.theme-toggle{width:auto;height:auto;padding:.55rem .85rem;gap:.5rem;color:var(--accent-1);background:var(--primary);border-color:transparent;box-shadow:none}.theme-toggle .theme-toggle-label{font-weight:700;font-size:.9rem;letter-spacing:.01em}.vega-shell.theme-light .theme-toggle{color:#0f172a;border-color:#2563eb40;box-shadow:0 16px 30px #2563eb33}.user-chip{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:999px;border:1px solid var(--panel-border);background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.user-name{font-weight:600;margin:0}.user-role{font-size:.75rem;color:var(--text-muted);text-transform:capitalize}.logout-button{padding:.4rem 1rem;border-radius:999px;border:none;background:linear-gradient(135deg,#38bdf833,#a855f74d);color:inherit;font-weight:600;cursor:pointer;transition:opacity .2s ease,box-shadow .2s ease}.logout-button:hover{opacity:.85;box-shadow:0 10px 20px #38bdf840}.logout-button:focus-visible{outline:2px solid rgba(56,189,248,.6);outline-offset:2px}.app-search-panel{display:flex;align-items:center;gap:.85rem;padding:1.25rem 1.5rem;border-radius:1.1rem;background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:inset 0 0 0 1px #ffffff05}.search-icon{color:var(--primary)}.search-input{flex:1;margin-bottom:0;font-size:.95rem}.search-input::-moz-placeholder{color:var(--input-placeholder)}.search-input::placeholder{color:var(--input-placeholder)}.search-boost{padding:.6rem 1.5rem;border-radius:999px;border:none;background:var(--brand-gradient);color:var(--accent-1);font-weight:600;cursor:pointer;box-shadow:var(--brand-shadow)}.app-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:1rem;background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--panel-shadow)}.stat-icon{width:2.75rem;height:2.75rem;border-radius:.9rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--primary-rgb),.12);color:var(--primary)}.accent-purple .stat-icon{background:rgba(var(--complementary-rgb),.12);color:var(--complementary)}.accent-pink .stat-icon{background:rgba(var(--accent1-rgb),.08);color:var(--primary)}.stat-value{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.85rem;color:var(--text-muted)}.app-panel{width:100%;max-width:1600px;margin:0 auto}.app-nav{display:flex;flex-direction:column;gap:.75rem;padding:1.1rem;border-radius:1.1rem;background:var(--nav-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-height:70vh;overflow-y:auto;box-shadow:none}.nav-button{display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;border-radius:1rem;color:var(--text);text-decoration:none;border:1px solid var(--border);background:var(--surface-alt);box-shadow:0 8px 20px #110f0b14;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease;font-weight:700}.nav-button:hover{transform:translate(2px);border-color:#110f0b59;box-shadow:0 12px 24px #110f0b1f;filter:brightness(1.01)}.vega-shell.theme-light .nav-button{color:var(--text);border-color:#110f0b40;box-shadow:0 6px 18px #110f0b14;background:#fff}.nav-button:focus-visible{outline:2px solid rgba(17,15,11,.45);outline-offset:3px}.nav-dropdown-container{position:relative;display:inline-flex;z-index:500}.nav-dropdown-button{width:2.5rem;height:2.5rem;border-radius:.75rem;border:1px solid var(--panel-border);background:#ffffff0a;color:var(--text);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.nav-dropdown-button svg{color:currentColor}.nav-dropdown-button:hover,.nav-dropdown-button:focus-visible{border-color:rgba(var(--complementary-rgb),.55);background:rgba(var(--complementary-rgb),.16);transform:translateY(-1px);box-shadow:0 10px 24px #050f2359}.nav-dropdown-button.open{border-color:rgba(var(--primary-rgb),.7);background:rgba(var(--primary-rgb),.2)}.vega-shell.theme-light .nav-dropdown-button{background:linear-gradient(145deg,#ffffffeb,#ffffffdb);color:#0f172a;border-color:#e3e8f0e6}.vega-shell.theme-light .nav-dropdown-button:hover,.vega-shell.theme-light .nav-dropdown-button:focus-visible{border-color:#2563eba6;background:#2563eb29}.nav-dropdown-panel{position:fixed;top:76px;right:20px;width:min(360px,calc(100vw - 2rem));max-width:70vw;opacity:0;pointer-events:none;visibility:hidden;transform-origin:top right;transform:translateY(-22px) translate(60px) scale(.95);transition:opacity .28s ease,transform .35s cubic-bezier(.22,.61,.36,1),visibility .28s ease;box-shadow:0 35px 65px #02061773;border-radius:1.1rem;overflow:hidden;z-index:1200;will-change:opacity,transform}.nav-dropdown-panel.open{opacity:1;pointer-events:auto;transform:translateY(0) translate(0) scale(1);visibility:visible}.nav-dropdown-panel .app-nav{border-radius:0;border:none;max-height:70vh}.app-content-card{border-radius:1.5rem;padding:2rem;background:linear-gradient(180deg,#ffffff05,#fff0),var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);min-height:500px;box-shadow:0 25px 45px var(--panel-shadow),inset 0 1px #ffffff05;max-width:1600px;margin:0 auto}.app-content-card .bg-white,.app-content-card .bg-gray-50,.app-content-card .bg-gray-100{background:var(--panel-bg)!important;border:1px solid var(--panel-border);border-radius:1rem;box-shadow:inset 0 0 0 1px #ffffff05}.vega-shell.theme-light .app-content-card .bg-white,.vega-shell.theme-light .app-content-card .bg-gray-50,.vega-shell.theme-light .app-content-card .bg-gray-100{background:var(--panel-bg)!important}.app-content-card .text-gray-900{color:var(--text)}.app-content-card .text-gray-700,.app-content-card .text-gray-600{color:var(--text-muted)}.app-content-card .text-gray-500,.app-content-card .text-gray-400{color:#94a3b8e6}.vega-page{display:flex;flex-direction:column;gap:1.5rem}.vega-page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.vega-title{font-size:1.85rem;font-weight:700;margin:0}.published-tasks-page .vega-title{font-size:clamp(1.75rem,2.6vw,2.6rem);font-weight:700;margin:.5rem 0 .75rem;background:linear-gradient(90deg,var(--primary),var(--primary-strong));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.published-tasks-page .vega-panel-title{font-size:clamp(1.75rem,2.5vw,2.6rem);font-weight:700;margin:.5rem 0 .75rem;background:linear-gradient(90deg,var(--primary),var(--primary-strong));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dictation-button{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .9rem;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:#0f172a59;color:#f1f5f9;font-size:.7rem;font-weight:600;text-transform:none;transition:border-color .18s,background .18s,color .18s,box-shadow .18s}.dictation-button:hover{border-color:#22d3ee;color:#fff}.dictation-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0ea5e959}.dictation-button.active{border-color:#fb7185;background:#fb71852e;color:#fee2e2}.vega-shell.theme-light .dictation-button{background:#fffffff2;border-color:#94a3b899;color:#0f172a}.vega-shell.theme-light .dictation-button:hover{border-color:#22d3ee}.vega-shell.theme-light .dictation-button.active{border-color:#fb7185;background:#fee2e299;color:#9f1239}.vega-subtitle{margin-top:.25rem;color:var(--text-muted)}.vega-page-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.vega-panel{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:1.25rem;padding:1.5rem;box-shadow:0 18px 38px #02061773;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.vega-panel+.vega-panel{margin-top:1rem}.vega-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.vega-panel-title{font-size:1.2rem;font-weight:600;margin:0}.parsed-data-page .vega-panel-title{font-size:clamp(1.75rem,2.5vw,2.6rem);font-weight:700;margin:.5rem 0 .75rem;background:linear-gradient(90deg,var(--primary),var(--primary-strong));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.parsed-data-page h3.text-sm.font-semibold.text-gray-800{color:#f8fafc}.vega-panel-subtitle{color:var(--text-muted);margin-top:.35rem}.vega-panel-actions{display:flex;gap:.75rem;flex-wrap:wrap}.vega-panel-body{display:flex;flex-direction:column;gap:1.25rem}.notification-card{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:1.25rem;padding:1.25rem;display:flex;gap:1.25rem;align-items:flex-start;justify-content:space-between;box-shadow:0 20px 45px #02061759;transition:transform .2s ease,box-shadow .2s ease}.notification-card:hover{transform:translateY(-1px);box-shadow:0 30px 55px #02061773}.notification-card__content{flex:1;display:flex;flex-direction:column;gap:.35rem}.notification-card__header{display:flex;align-items:center;gap:.75rem}.notification-card__badge{border-radius:999px;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .85rem;border:1px solid transparent}.notification-card__badge--info,.notification-card__badge--task_comment_mention{background:rgba(var(--primary-rgb),.15);color:var(--primary);border-color:rgba(var(--primary-rgb),.3)}.notification-card__badge--success{background:#10b9811f;color:#34d399;border-color:#10b9814d}.notification-card__badge--warning{background:#eab30826;color:#facc15;border-color:#eab30866}.notification-card__badge--error{background:#ef44441f;color:#f87171;border-color:#ef444466}.notification-card__title{margin:0;font-size:.95rem;font-weight:600}.notification-card__message{margin:0;color:inherit;line-height:1.45}.notification-card__timestamp{margin:0;font-size:.75rem;color:var(--text-muted)}.notification-card__actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.notification-card__button{border:1px solid var(--panel-border);border-radius:999px;padding:.45rem 1rem;font-size:.75rem;font-weight:600;background:#ffffff14;color:inherit;transition:background .2s ease,border-color .2s ease,transform .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.notification-card__button:hover{background:#ffffff26;transform:translateY(-1px)}.vega-shell.theme-light .notification-card__button{background:#0f172a14}.notification-card__mark-read{background:transparent;text-transform:none;padding:.4rem .8rem}.notification-card__mark-read:hover{background:#ffffff14}.notification-card__unread-dot{width:.5rem;height:.5rem;border-radius:999px;background:#22d3ee}.vega-alert{border-radius:1rem;padding:1rem 1.25rem;border:1px solid transparent}.vega-alert.error{border-color:#f8717166;background:#f871711f;color:#fecaca}.vega-alert.info{border-color:#5eead459;background:#5eead41f;color:#99f6e4}.vega-empty-state{text-align:center;padding:3rem 1.5rem;border-radius:1rem;border:1px dashed var(--panel-border);color:var(--text-muted)}.vega-task-shell{position:relative;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;box-shadow:0 25px 45px #14141414;overflow:hidden;color:var(--text)}.vega-task-shell.theme-default{color-scheme:light}.vega-task-shell.theme-dark{background:radial-gradient(circle at top,#0f172a,#020617 60%,#050a1f);border:1px solid rgba(148,163,184,.25);box-shadow:0 30px 60px #020617a6;color:#f8fafc;color-scheme:dark}.vega-task-orb{position:absolute;width:18rem;height:18rem;border-radius:50%;filter:blur(60px);opacity:.3}.vega-task-orb.orb-cyan{top:-4rem;right:-2rem;background:var(--primary)}.vega-task-orb.orb-purple{bottom:-4rem;left:-3rem;background:var(--accent)}.vega-task-layout{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.vega-task-layout{flex-direction:row}}.vega-task-sidebar{width:100%;max-width:320px;flex-shrink:0;border:1px solid var(--panel-border);border-radius:1.25rem;background:var(--panel-bg);padding:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--text)}.vega-task-list-item{position:relative;display:block;width:100%;text-align:left;padding:1rem 1.6rem 1rem 1.2rem;border-radius:1.1rem;background:var(--surface-alt);border:1px solid var(--border);overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;outline:none}.vega-shell.theme-light .vega-task-list-item{background:var(--surface-alt);border-color:var(--border);color:inherit;box-shadow:0 18px 35px #0f172a14}.vega-shell.theme-light .vega-task-list-item.active{border-color:#2563eba6;box-shadow:0 22px 45px #0f172a33}.vega-shell.theme-light .vega-task-list-item .text-white{color:#0f172a!important}.vega-shell.theme-light .vega-task-list-item .text-slate-400{color:#475569}.vega-task-list-item:hover{border-color:rgba(var(--complementary-rgb),.35);transform:translate(4px)}.vega-task-list-item.active{border-color:rgba(var(--primary-rgb),.6);box-shadow:0 12px 24px rgba(var(--primary-rgb),.25)}.vega-task-list-item:focus-visible{border-color:rgba(var(--complementary-rgb),.65);box-shadow:0 0 0 2px rgba(var(--complementary-rgb),.35)}.vega-task-status{font-size:.7rem;padding:.2rem .65rem;border-radius:999px;border:1px solid rgba(17,15,11,.15);color:#111;background:#c7b38159;white-space:nowrap;max-width:100%}.vega-shell.theme-light .vega-task-status{border-color:#110f0b26;color:#111;background:#c7b38159}.vega-task-main{flex:1;border:1px solid var(--border);border-radius:1.5rem;background:var(--surface);padding:2rem;min-height:600px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:var(--text);box-shadow:0 20px 45px #0f172a14}.vega-task-shell.theme-light{background:var(--surface);border:1px solid var(--border);color:var(--text);color-scheme:light;box-shadow:0 25px 50px #0f172a14}.vega-task-shell.theme-light .vega-task-orb{opacity:.18;background:#110f0b14}.vega-task-shell.theme-light .vega-task-sidebar,.vega-task-shell.theme-light .vega-task-main{background:var(--surface);border-color:var(--border);color:var(--text)}.vega-task-shell.theme-light .vega-task-list-item{background:var(--surface-alt);border-color:var(--border);color:#0b0b0d;box-shadow:0 16px 32px #0f172a1f}.vega-task-shell.theme-light .vega-task-list-item.active{border-color:#110f0b66;box-shadow:0 12px 24px #110f0b26}.vega-task-shell.theme-light .vega-task-status{border-color:#110f0b40;color:#111;background:#c7b38159}.vega-task-shell.theme-light .vega-task-title{color:#111;background:transparent}.vega-task-shell.theme-light .vega-meta-label{color:#6a5a42}.vega-task-shell.theme-light .vega-meta-value{color:#111}.vega-task-title,h1,h2{font-size:clamp(1.75rem,2.5vw,2.6rem);font-weight:700;margin:.5rem 0 .75rem;background:linear-gradient(90deg,var(--primary),var(--primary-strong));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.vega-meta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}.vega-meta-value{font-size:1rem;font-weight:600;color:var(--text)}.vega-task-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem}.vega-field-card{border:1px solid var(--panel-border);border-radius:1.25rem;padding:1.25rem;background:var(--surface-alt);color:var(--text);transition:background .2s ease,border-color .2s ease}.vega-field-label{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.vega-dropdown-control,.vega-select{border-radius:1rem;border:1px solid var(--dropdown-border, rgba(56, 189, 248, .45));background-color:var(--dropdown-bg, rgba(15, 23, 42, .85));color:var(--dropdown-text, #f8fafc);padding:.9rem 1rem;font-size:.95rem;line-height:1.4;box-shadow:var(--dropdown-shadow, 0 20px 50px rgba(15, 23, 42, .6));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.vega-dropdown-control:not([multiple]),.vega-select:not([multiple]){background-image:linear-gradient(135deg,#0891b226,#4f46e50d),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path d="M1 1.5L6 6.5L11 1.5" stroke="%237dd3fc" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat,no-repeat;background-position:center,right 1rem center;background-size:350% 350%,.75rem;padding-right:2.75rem}.vega-shell.theme-light .vega-dropdown-control:not([multiple]),.vega-shell.theme-light .vega-select:not([multiple]){background-image:linear-gradient(135deg,#0ea5e91f,#a78bfa14),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path d="M1 1.5L6 6.5L11 1.5" stroke="%234c1d95" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.vega-dropdown-control:hover,.vega-select:hover{border-color:var(--dropdown-border-hover, rgba(94, 234, 212, .9));box-shadow:var( --dropdown-shadow-hover, 0 35px 70px rgba(8, 145, 178, .45) );transform:translateY(-1px)}.vega-dropdown-control:focus-visible,.vega-select:focus-visible{outline:2px solid var(--dropdown-border-hover, rgba(94, 234, 212, .9));outline-offset:3px;box-shadow:var( --dropdown-shadow-hover, 0 35px 70px rgba(8, 145, 178, .45) )}.vega-dropdown-control:disabled,.vega-select:disabled{cursor:not-allowed;opacity:.65;background:#47556959}.vega-dropdown-control option,.vega-select option{color:var(--dropdown-option-color, #e2e8f0);background-color:var(--dropdown-option-bg, rgba(15, 23, 42, .95))}.vega-dropdown-control[multiple],.vega-select[multiple]{min-height:3.25rem;padding-right:1rem;cursor:default;background-image:none}.vega-dropdown-control[multiple] option:checked,.vega-select[multiple] option:checked{background-color:#0ea5e940;color:var(--dropdown-text, #f8fafc)}.vega-dropdown-control::-webkit-scrollbar,.vega-select::-webkit-scrollbar{width:6px}.vega-dropdown-control::-webkit-scrollbar-thumb,.vega-select::-webkit-scrollbar-thumb{background:#5eead499;border-radius:999px}.vega-select-field{position:relative;width:100%}.vega-select-trigger{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;border-radius:1rem;border:1px solid var(--dropdown-border, rgba(56, 189, 248, .45));background:linear-gradient(130deg,#0ea5e91f,#a855f714),var(--dropdown-bg, rgba(15, 23, 42, .85));color:var(--dropdown-text, #f8fafc);padding:.9rem 1.1rem;text-align:left;box-shadow:var(--dropdown-shadow, 0 20px 50px rgba(15, 23, 42, .6));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;position:relative}.vega-select-field.open .vega-select-trigger,.vega-select-trigger:hover{border-color:var(--dropdown-border-hover, rgba(94, 234, 212, .9));box-shadow:var(--dropdown-shadow-hover, 0 35px 70px rgba(8, 145, 178, .45))}.vega-select-field.disabled .vega-select-trigger{opacity:.6;cursor:not-allowed}.vega-select-label{font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--dropdown-placeholder, #94a3b8)}.vega-select-value{font-size:.95rem;color:var(--dropdown-placeholder, #94a3b8);font-weight:600}.vega-select-value.has-value{color:var(--dropdown-text, #f8fafc)}.vega-select-caret{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--dropdown-border-hover, rgba(94, 234, 212, .85));transition:transform .2s ease}.vega-select-caret.open{transform:translateY(-50%) rotate(180deg)}.vega-select-menu{position:absolute;top:calc(100% + .45rem);left:0;width:100%;border-radius:1rem;border:1px solid var(--dropdown-border, rgba(56, 189, 248, .45));background:var(--dropdown-option-bg, rgba(15, 23, 42, .95));box-shadow:var(--dropdown-shadow-hover, 0 35px 70px rgba(8, 145, 178, .45));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:50;max-height:250px;overflow-y:auto;padding:.35rem 0}.vega-select-option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;border:none;background:transparent;color:var(--dropdown-text, #f8fafc);font-size:.95rem;cursor:pointer;transition:background .2s ease,padding-left .2s ease}.vega-select-option:hover{background:#5eead41f;padding-left:1.2rem}.vega-select-option.selected{background:#0ea5e933;font-weight:600}.vega-select-option.disabled{opacity:.5;cursor:not-allowed}.vega-select-empty{padding:1rem;text-align:center;font-size:.85rem;color:var(--dropdown-placeholder, #94a3b8)}.vega-multiselect{position:relative;width:100%}.vega-multiselect-trigger{display:flex;align-items:flex-start;justify-content:space-between;width:100%;border-radius:1rem;border:1px solid var(--dropdown-border, rgba(56, 189, 248, .45));background:linear-gradient(130deg,#0ea5e91f,#a855f714),var(--dropdown-bg, rgba(15, 23, 42, .85));color:var(--dropdown-text, #f8fafc);padding:.85rem 1rem;cursor:pointer;box-shadow:var(--dropdown-shadow, 0 20px 50px rgba(15, 23, 42, .6));transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.vega-multiselect.open .vega-multiselect-trigger,.vega-multiselect-trigger:hover{border-color:var(--dropdown-border-hover, rgba(94, 234, 212, .9));box-shadow:var(--dropdown-shadow-hover, 0 35px 70px rgba(8, 145, 178, .45))}.vega-multiselect.disabled .vega-multiselect-trigger{cursor:not-allowed;opacity:.6}.vega-multiselect-content{flex:1;display:flex;flex-direction:column;gap:.35rem}.vega-multiselect-label{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--dropdown-placeholder, #94a3b8)}.vega-multiselect-placeholder{font-size:.85rem;color:var(--dropdown-placeholder, #94a3b8)}.vega-multiselect-chips{display:flex;flex-wrap:wrap;gap:.4rem}.vega-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600;border:1px solid var(--dropdown-border-hover, rgba(94, 234, 212, .85));background:#0ea5e92e;color:var(--dropdown-text, #f8fafc)}.vega-shell.theme-light .vega-chip{background:#0ea5e926;color:#0f172a}.vega-chip-remove{border:none;background:transparent;color:inherit;padding:0;display:inline-flex;cursor:pointer}.vega-multiselect-caret{flex-shrink:0;margin-left:.75rem;color:var(--dropdown-border-hover, rgba(94, 234, 212, .85));transition:transform .2s ease}.vega-multiselect-caret.open{transform:rotate(180deg)}.vega-multiselect-menu{position:absolute;top:calc(100% + .4rem);left:0;width:100%;border-radius:1rem;border:1px solid var(--dropdown-border, rgba(56, 189, 248, .45));background:var(--dropdown-option-bg, rgba(15, 23, 42, .95));box-shadow:var(--dropdown-shadow-hover, 0 35px 70px rgba(8, 145, 178, .45));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:40;max-height:240px;overflow-y:auto;padding:.35rem 0}.vega-multiselect-option{width:100%;border:none;background:transparent;color:var(--dropdown-text, #f8fafc);display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;font-size:.9rem;cursor:pointer;transition:background .2s ease,padding-left .2s ease}.vega-multiselect-option:hover{background:#5eead41a;padding-left:1.2rem}.vega-multiselect-option.selected{background:#0ea5e933;font-weight:600}.vega-multiselect-empty{padding:1rem;font-size:.85rem;color:var(--dropdown-placeholder, #94a3b8);text-align:center}.vega-blocker-card{margin-top:1.5rem;border-radius:1.25rem;border:1px solid rgba(251,191,36,.35);background:linear-gradient(135deg,#78350fd9,#581c8780);padding:1.5rem;color:#fff7ed}.vega-panel-section{margin-top:1.5rem;border:1px solid var(--panel-border);border-radius:1.25rem;padding:1.25rem;background:var(--panel-bg);color:var(--text);transition:background .2s ease,border-color .2s ease}.vega-panel-card{border:1px solid var(--panel-border);border-radius:1.25rem;padding:1.2rem;background:var(--panel-bg);color:var(--text);transition:background .2s ease,border-color .2s ease}.vega-rec{position:relative;transition:box-shadow .2s ease,transform .15s ease}.vega-rec:hover{transform:translateY(-1px)}.vega-rec:before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:5px;border-radius:8px 0 0 8px;opacity:.9}.vega-rec-info{box-shadow:0 18px 38px #0891b247,0 6px 16px #6366f138}.vega-rec-info:before{background:linear-gradient(180deg,#22d3ee,#a855f7)}.vega-rec-warning{box-shadow:0 18px 38px #fbbf2442,0 6px 16px #f59e0b3d}.vega-rec-warning:before{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.vega-rec-critical{box-shadow:0 18px 38px #f43f5e4d,0 6px 16px #7f1d1d47}.vega-rec-critical:before{background:linear-gradient(180deg,#f43f5e,#fb7185)}.linear-shell .vega-rec{background:linear-gradient(180deg,#6c748bf0,#4e5169f2);border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 55px #171a2f73;color:#f8fafc}.linear-shell .vega-rec:hover{transform:translateY(-2px);box-shadow:0 32px 65px #15182980}.linear-shell .vega-rec:before{left:-6px;width:6px;border-radius:10px 0 0 10px}.linear-shell .vega-rec .vega-chip{border-color:#fff3;background:#ffffff14;color:#f8fafc}.command-center-shell{background:var(--surface);border-color:var(--border);color:var(--text);box-shadow:0 18px 42px #110f0b14}.command-center-label{color:var(--text-muted);font-size:.7rem;letter-spacing:.3em;text-transform:uppercase}.command-center-title{color:var(--text);font-size:1.25rem;font-weight:600}.command-center-description,.command-center-subtitle{color:var(--text-muted);font-size:.9rem}.command-center-subtitle strong{color:var(--text)}.command-center-filter-btn{border-radius:999px;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);padding:.35rem 1rem;font-size:.75rem;font-weight:600;transition:background .2s ease,border-color .2s ease,color .2s ease}.command-center-filter-btn.active{background:var(--sand-warm);border-color:var(--sand-border);color:#0b0b0d;box-shadow:inset 0 1px #fff9}.command-center-filter-btn:not(.active):hover{background:#fffc}.command-center-cohort{color:var(--text-muted);font-size:.85rem}.command-center-cohort-value{color:var(--text);font-weight:600}.command-card-grid{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.command-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){.command-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.command-card{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;padding:1.15rem;box-shadow:0 18px 36px #110f0b14;position:relative}.command-card:before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:6px;border-radius:8px 0 0 8px;opacity:.9}.command-card--info{border-color:#26211b40}.command-card--info:before{background:linear-gradient(180deg,#26211be6,#110f0b80)}.command-card--warning{border-color:#6d5a3f59}.command-card--warning:before{background:linear-gradient(180deg,#6d5a3fe6,#412e1480)}.command-card--critical{border-color:#d9770666}.command-card--critical:before{background:linear-gradient(180deg,#d97706e6,#8a1b1799)}.command-card:focus-visible{outline:2px solid rgba(17,15,11,.45);outline-offset:3px}.command-card-title{color:var(--text-muted);letter-spacing:.3em;text-transform:uppercase;font-size:.65rem}.command-card-value{color:var(--text);font-size:2.5rem;font-weight:700}.command-card-sublabel{color:var(--text-muted)}.command-card-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.15rem .85rem;font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;border:1px solid transparent;color:#0b0b0d}.command-card-badge--info{background:#c7b38140;border-color:#d977064d}.command-card-badge--warning{background:#dac8a459;border-color:#6d5a3f73}.command-card-badge--critical{background:#d977064d;border-color:#8a1b178c;color:#fff6ef}.command-card-helper{color:var(--text-muted);min-height:3rem}.command-card-drill-btn,.command-card-action-btn{border-radius:.75rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);transition:background .2s ease,box-shadow .2s ease}.command-card-drill-btn:hover,.command-card-action-btn:hover{background:#ffffffe6;box-shadow:0 10px 20px #110f0b1f}.command-card-action-btn{background:var(--sand-warm);border-color:var(--sand-border);color:#0b0b0d;box-shadow:0 10px 24px #110f0b1f}.command-card-drill-btn:disabled,.command-card-action-btn:disabled{opacity:.6;cursor:not-allowed;background:var(--surface-alt);border-color:var(--border);box-shadow:none}.command-card-feedback{font-size:.75rem;font-weight:600}.command-card-feedback--success{color:#047857}.command-card-feedback--error{color:#b91c1c}.vega-shell.theme-light .vega-rec-info,.vega-shell.theme-light .vega-rec-warning,.vega-shell.theme-light .vega-rec-critical{background:#fffffff5}.vega-task-shell.theme-light .vega-field-card,.vega-task-shell.theme-light .vega-panel-section,.vega-task-shell.theme-light .vega-panel-card{background:#fffffff2;border-color:#e2e8f0;color:#0f172a}.vega-task-shell.theme-light .vega-dropdown-control,.vega-task-shell.theme-light .vega-select,.vega-task-shell.theme-light .vega-textarea{background:#fff;color:#0f172a;border-color:#94a3b880}.vega-task-shell.theme-light .vega-blocker-card{background:linear-gradient(135deg,#fde68ae6,#fffffff5);color:#713f12;border-color:#fbbf2499}.vega-task-shell.theme-light .vega-file-input{background:#f4f0ffe6;color:#0f172a;border-color:#8b5cf666}.vega-textarea{width:100%;border-radius:1rem;border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);padding:1rem;resize:none;outline:none;box-shadow:var(--input-shadow);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.vega-textarea:focus{border-color:var(--input-focus-border);box-shadow:var(--input-focus-glow);background:var(--input-bg-focus)}.vega-file-input{width:100%;border-radius:1rem;border:1px dashed var(--input-border);background:var(--input-bg);color:var(--input-text);padding:.85rem;cursor:pointer;font-size:.9rem;transition:border-color .2s ease,background .2s ease,color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:var(--input-shadow)}.vega-file-input:focus-visible{outline:none;border-color:var(--input-focus-border);box-shadow:var(--input-focus-glow)}.vega-file-input::-webkit-file-upload-button,.vega-file-input::file-selector-button{border:none;border-radius:.75rem;background:#a855f74d;color:#ede9fe;padding:.5rem 1rem;margin-right:1rem;font-weight:600;cursor:pointer}.vega-file-input:hover{border-color:#c4b5fde6;background:#6366f140}.vega-shell.theme-light .vega-file-input{background:#fffffff2;color:#0f172a;border-color:#3b82f659}.vega-shell.theme-light .vega-file-input::-webkit-file-upload-button,.vega-shell.theme-light .vega-file-input::file-selector-button{background:#3b82f626;color:#1e3a8a}.vega-shell.theme-light .vega-file-input:hover{border-color:#2563eb8c;background:#dbeafee6}.ai-task-submit-button{width:100%;border:none;border-radius:1rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;color:#f8fafc;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.vega-shell.theme-dark .ai-task-submit-button,.ai-task-submit-button{background:linear-gradient(135deg,#0ea5e9f2,#6366f1f2);box-shadow:0 18px 38px #0ea5e959}.vega-shell.theme-light .ai-task-submit-button{background:linear-gradient(135deg,#2563eb,#a855f7);color:#fff;box-shadow:0 15px 32px #4f46e540}.ai-task-submit-button:hover{transform:translateY(-1px)}.ai-task-submit-button:focus-visible{outline:2px solid rgba(59,130,246,.65);outline-offset:3px}.ai-task-submit-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.vega-primary-btn{padding:.85rem 1.5rem;border-radius:1rem;border:none;font-weight:600;background:linear-gradient(135deg,#22d3ee,#a855f7);color:#fff;cursor:pointer}.vega-btn-compact{padding:.6rem 1.4rem;font-size:.9rem}.vega-danger-btn{padding:.9rem 1.75rem;border-radius:1rem;border:1px solid rgba(248,113,113,.45);background:#7f1d1d73;color:#fecaca;font-weight:600;cursor:pointer;transition:opacity .2s ease}.vega-danger-btn:hover{opacity:.85}.vega-outline-btn{padding:.7rem 1.4rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-alt);color:#0b0b0d;font-weight:600;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 8px 18px #110f0b14}.vega-outline-btn svg{width:1rem;height:1rem}.vega-outline-btn:hover:not(:disabled){background:#ffffffe6;border-color:#26211b40;color:#0b0b0d}.vega-outline-btn:focus-visible{outline:2px solid rgba(38,33,27,.4);outline-offset:3px}.vega-outline-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.vega-shell.theme-light .vega-outline-btn{background:var(--surface-alt);border-color:#26211b26;color:#0b0b0d;box-shadow:0 6px 16px #110f0b14}.vega-shell.theme-light .vega-outline-btn:hover:not(:disabled){border-color:#26211b40;background:#fff}.vega-shell.theme-light .vega-outline-btn:focus-visible{outline:2px solid rgba(38,33,27,.45);outline-offset:3px}@media (max-width: 640px){.vega-task-shell{padding:1rem}.vega-task-main{padding:1.5rem}}.vega-auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(2rem,5vw,4rem);background:radial-gradient(circle at top,#020617,#0f172a 60%,#050a1f);position:relative;overflow:hidden;--input-bg: rgba(15, 23, 42, .85);--input-bg-focus: rgba(15, 23, 42, .9);--input-border: rgba(56, 189, 248, .35);--input-text: #f8fafc;--input-placeholder: rgba(148, 163, 184, .85);--input-focus-border: rgba(94, 234, 212, .85);--input-focus-glow: 0 25px 55px rgba(8, 145, 178, .38);--input-shadow: 0 22px 48px rgba(2, 6, 23, .7);--input-disabled-bg: rgba(15, 23, 42, .55)}.vega-auth-orb{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(80px);opacity:.35}.vega-auth-orb.orb-cyan{top:-5rem;right:-3rem;background:#22d3ee}.vega-auth-orb.orb-purple{bottom:-6rem;left:-4rem;background:#a855f7}.vega-auth-card{position:relative;z-index:2;width:min(420px,100%);padding:2.5rem;border-radius:1.5rem;border:1px solid rgba(148,163,184,.25);background:#020617d1;box-shadow:0 30px 60px #020617a6;display:flex;flex-direction:column;gap:1.75rem}.vega-auth-logo{width:4.5rem;height:4.5rem;border-radius:1.5rem;background:#0f172aa6;border:1px solid rgba(56,189,248,.35);display:flex;align-items:center;justify-content:center;margin:0 auto;padding:.5rem;box-shadow:0 18px 40px #0284c759}.vega-auth-logo .vega-logo-mark{width:100%;height:100%}.auth-title{font-size:2rem;font-weight:700;color:#fff}.auth-subtitle{color:#cbd5f5;font-size:.95rem}.vega-auth-form{display:flex;flex-direction:column;gap:1.25rem}.vega-auth-label{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:#e2e8f0cc}.vega-auth-input{width:100%;border-radius:1rem;border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);padding:.95rem 1.1rem;box-shadow:var(--input-shadow);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.vega-auth-input:focus{outline:none;border-color:var(--input-focus-border);box-shadow:var(--input-focus-glow);background:var(--input-bg-focus)}.vega-checkbox{accent-color:#22d3ee}.vega-auth-footer{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.8rem;color:#94a3b8}.project-proposal-page .proposal-header,.projects-page .proposal-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end}.proposal-header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.proposal-layout,.projects-layout{display:grid;grid-template-columns:320px 1fr;gap:1.25rem;margin-top:1.5rem}.proposal-sidebar{padding:1rem;background:var(--surface-2, rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.08);border-radius:16px;display:flex;flex-direction:column;gap:1rem}.proposal-list{display:flex;flex-direction:column;gap:.75rem}.proposal-card{display:flex;flex-direction:column;gap:.35rem;position:relative;border-radius:14px;padding:.85rem;background:#ffffff08;border:1px solid transparent;text-align:left;transition:border .2s,transform .2s}.proposal-card.active{border-color:var(--accent, #11c5c6);transform:translateY(-2px)}.proposal-card-header{display:flex;justify-content:space-between;align-items:center}.proposal-card-delete{position:absolute;top:.6rem;right:.6rem;border:none;background:transparent;color:#ffffff80;padding:.2rem}.proposal-card-delete:hover{color:#ff6b6b}.proposal-card-title{font-weight:600;margin:0}.proposal-card-subtitle{font-size:.85rem;opacity:.8;margin:0}.proposal-card-meta{display:flex;justify-content:space-between;font-size:.75rem;opacity:.75}.status-chip{font-size:.7rem;padding:.2rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(255,255,255,.1)}.badge-neutral{background:#ffffff14}.badge-info{background:#11c5c633;color:#11c5c6}.badge-warning{background:#ffc4002e;color:#ffc400}.badge-success{background:#3dd6ab2e;color:#21d4a1}.badge-error{background:#ff56562e;color:#ff5656}.invite-panel,.invite-card,.invite-actions{display:flex;gap:.5rem}.invite-panel{flex-direction:column;border-top:1px dashed rgba(255,255,255,.08);padding-top:1rem}.invite-card{align-items:center;justify-content:space-between;padding:.65rem;border-radius:12px;background:#ffffff05}.invite-actions button{background:none;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.2rem .65rem;font-size:.75rem}.proposal-main{padding:1.25rem;border-radius:20px;background:#ffffff05;border:1px solid rgba(255,255,255,.08)}.proposal-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.meta-column{display:flex;flex-direction:column;gap:.35rem}.meta-actions{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.section-panel{margin-top:1.5rem;display:grid;grid-template-columns:240px 1fr;gap:1rem}.section-list{padding-right:.5rem;border-right:1px solid rgba(255,255,255,.08)}.section-chip-grid{display:flex;flex-direction:column;gap:.6rem}.section-chip{width:100%;text-align:left;border-radius:14px;padding:.75rem;background:#ffffff05;border:1px solid transparent}.section-chip.active{border-color:var(--accent, #11c5c6)}.section-chip.complete{background:#25d0a714}.chip-top{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600}.chip-status-dot{width:8px;height:8px;border-radius:50%;background:#fff6}.section-editor{padding-left:.5rem}.section-editor-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.section-actions{display:flex;gap:.5rem}.ask-vega-btn{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.45rem .95rem;font-weight:600;border:none;background:linear-gradient(120deg,#1b9fff,#9f62ff);color:#fff;box-shadow:0 12px 24px #1f9fff3d;transition:transform .15s ease,box-shadow .15s ease}.ask-vega-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 28px #1f9fff52}.ask-vega-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.ask-vega-floating{position:fixed;bottom:1.25rem;right:1.25rem;z-index:60;pointer-events:auto}@media (max-width: 768px){.ask-vega-floating{right:1rem;bottom:1rem}}.section-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.section-form-grid .full-row{grid-column:1 / -1}.reports-architect{margin-top:.5rem;border:1px solid var(--viz-border, var(--panel-border));border-radius:1.25rem;padding:1.25rem;background:var(--viz-surface, var(--panel-bg));box-shadow:0 22px 45px #050a1f73;display:flex;flex-direction:column;gap:1.5rem}.vega-shell.theme-light .reports-architect{box-shadow:0 16px 30px #0f172a1f}.reports-architect-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.builder-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;color:var(--text-muted);margin-bottom:.25rem}.reports-architect-head h5{font-size:1.05rem;margin-bottom:.35rem}.builder-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.viz-add-btn{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.45rem .95rem;border:1px dashed var(--viz-border, var(--panel-border));background:#ffffff05;color:inherit;font-size:.85rem;font-weight:600;transition:border-color .2s ease,background .2s ease,transform .2s ease}.viz-add-btn:hover:not(:disabled){border-color:#5eead4b3;background:#38bdf814;transform:translateY(-1px)}.viz-add-btn:disabled{opacity:.5;cursor:not-allowed}.viz-empty-state{border:1px dashed var(--viz-border, var(--panel-border));border-radius:1rem;padding:1rem;text-align:center;color:var(--text-muted)}.viz-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.report-visualization-card{border:1px solid var(--viz-border, var(--panel-border));border-radius:1.25rem;padding:1rem;background:#ffffff05;display:flex;flex-direction:column;gap:1rem}.vega-shell.theme-light .report-visualization-card{background:#fffffffa}.report-visualization-card header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.viz-index{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.viz-kind{display:flex;align-items:center;gap:.45rem}.viz-kind-select{min-width:155px}.viz-delete-btn,.viz-row-delete{border:1px solid var(--viz-border, var(--panel-border));background:transparent;color:inherit;border-radius:.65rem;padding:.35rem;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease,transform .2s ease}.viz-delete-btn:hover:not(:disabled),.viz-row-delete:hover:not(:disabled){border-color:var(--viz-risk, #f87171);color:var(--viz-risk, #f87171);transform:translateY(-1px)}.viz-delete-btn:disabled,.viz-row-delete:disabled{opacity:.5;cursor:not-allowed}.viz-card-body{display:grid;grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:1rem}.viz-config{display:flex;flex-direction:column;gap:.75rem}.viz-config label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600}.viz-data-table{border:1px solid var(--viz-border, var(--panel-border));border-radius:1rem;padding:.75rem;background:#0f172a40}.vega-shell.theme-light .viz-data-table{background:#ffffffe6}.viz-data-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.viz-add-row{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;padding:.35rem .75rem;border:1px solid rgba(94,234,212,.4);background:transparent;color:inherit;font-size:.85rem}.viz-data-empty{margin:.5rem 0;color:var(--text-muted);font-size:.85rem}.viz-data-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 120px auto;gap:.5rem;align-items:center;margin-bottom:.5rem}.viz-data-row:last-child{margin-bottom:0}.viz-data-row .vega-select,.viz-kind-select{width:100%}.viz-preview{border:1px dashed var(--viz-border, var(--panel-border));border-radius:1.1rem;padding:1rem;background:#02061759;display:flex;flex-direction:column;gap:.5rem}.vega-shell.theme-light .viz-preview{background:#ffffffe6}.viz-preview-title{font-weight:600;font-size:.95rem}.viz-preview-subtitle{font-size:.85rem;color:var(--text-muted)}.viz-preview-note{font-size:.75rem;color:var(--text-muted);border-top:1px solid var(--viz-border, var(--panel-border));padding-top:.5rem}.viz-preview-empty{font-size:.85rem;color:var(--text-muted)}.viz-chart{width:100%;min-height:190px;border-radius:1rem;background-image:linear-gradient(transparent 0,transparent 70%,var(--viz-gridline, rgba(148, 163, 184, .2)) 70%,transparent 70%),linear-gradient(90deg,transparent 0,transparent 70%,var(--viz-gridline, rgba(148, 163, 184, .12)) 70%,transparent 70%);background-size:100% 36px,60px 100%;padding:1rem}.viz-chart-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem}.viz-bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;max-width:120px}.viz-bar-fill{width:100%;border-radius:.75rem .75rem .4rem .4rem;background:var(--viz-line, #22d3ee);min-height:8px;transition:height .2s ease}.viz-bar-label{font-size:.75rem;color:var(--text-muted);text-align:center}.viz-bar-value{font-size:.8rem;font-weight:600}.viz-chart-line{display:flex;flex-direction:column;gap:.5rem}.viz-chart-line svg{width:100%;height:140px}.viz-line-labels{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:.25rem;font-size:.7rem;color:var(--text-muted);text-align:center}.viz-chart-donut{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.viz-donut-legend{display:flex;flex-direction:column;gap:.35rem;min-width:140px}.viz-legend-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;justify-content:space-between}.viz-legend-row p{flex:1}.viz-legend-dot{width:.75rem;height:.75rem;border-radius:999px;display:inline-block}.viz-chart-lane{display:flex;align-items:stretch;gap:.5rem}.viz-lane-segment{position:relative;border:1px solid var(--viz-border, var(--panel-border));border-left-width:4px;border-radius:.9rem;padding:.75rem;min-width:100px;background:#ffffff05}.viz-lane-pulse{width:8px;height:8px;border-radius:999px;background:currentColor;position:absolute;top:.6rem;right:.75rem;box-shadow:0 0 12px currentColor}.viz-lane-label{font-size:.85rem;font-weight:600}.viz-lane-value{font-size:1.1rem;font-weight:700}.viz-lane-connector{position:absolute;top:50%;right:-.75rem;width:1.5rem;height:1px;background:var(--viz-border, var(--panel-border))}@media (max-width: 1024px){.viz-card-body{grid-template-columns:1fr}}@media (max-width: 720px){.viz-data-row{grid-template-columns:1fr 1fr;grid-auto-rows:auto}}.field-with-hint{display:flex;flex-direction:column;gap:.35rem}.field-label-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.field-label-row label{font-weight:600}.hint-toggle-btn{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;border:1px dashed rgba(255,255,255,.3);padding:.2rem .6rem;background:transparent;color:inherit;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.hint-toggle-btn.active{border-color:var(--accent, #11c5c6);color:var(--accent, #11c5c6)}.hint-window{border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.75rem;background:#ffffff05;display:flex;flex-direction:column;gap:.65rem}.hint-suggestion{display:flex;flex-direction:column;gap:.4rem;padding-bottom:.5rem;border-bottom:1px dashed rgba(255,255,255,.08)}.hint-suggestion-header{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;opacity:.75}.hint-text{font-size:.85rem;line-height:1.4;white-space:pre-wrap}.hint-actions{display:flex;justify-content:flex-end}.hint-conversation{display:flex;flex-direction:column;gap:.45rem}.hint-conversation-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;opacity:.6;margin:0}.hint-messages{max-height:140px;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.hint-message{padding:.45rem .55rem;border-radius:10px;font-size:.8rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.hint-message.assistant{border-color:#11c5c666}.hint-message.user{border-color:#ffc40066}.hint-input-row{display:flex;flex-direction:column;gap:.4rem}.hint-input-row .vega-textarea{min-height:64px}.structured-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;padding-top:.75rem;border-top:1px dashed rgba(255,255,255,.08);margin-top:.75rem}.structured-intro{grid-column:1 / -1}.structured-intro p{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:.3rem}.vega-shell.theme-light .project-proposal-page .vega-input,.vega-shell.theme-light .project-proposal-page .vega-textarea{background:#fffffff5;border:1px solid rgba(15,23,42,.12);color:#0b1214;box-shadow:0 4px 18px #0f172a0f}.vega-shell.theme-light .project-proposal-page .vega-textarea::-moz-placeholder,.vega-shell.theme-light .project-proposal-page .vega-input::-moz-placeholder{color:#0f172a66}.vega-shell.theme-light .project-proposal-page .vega-textarea::placeholder,.vega-shell.theme-light .project-proposal-page .vega-input::placeholder{color:#0f172a66}.collaboration-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:2rem}.collab-column{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1rem}.collaborator-grid{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.collaborator-card{display:flex;justify-content:space-between;align-items:center;padding:.65rem;border-radius:12px;background:#ffffff08}.documents-grid{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.document-card{display:flex;justify-content:space-between;align-items:center;padding:.6rem .85rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0f172a59;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.document-card:hover,.document-card:focus-within{border-color:#22d3ee73;background:#0e749040;box-shadow:0 10px 24px #03071259}.document-card button{border:none;background:transparent;color:inherit}.document-card button:focus-visible{outline:2px solid rgba(34,211,238,.9);outline-offset:3px;border-radius:999px}.vega-shell.theme-light .document-card{background:#ffffffe6;border-color:#0f172a1f;box-shadow:0 8px 16px #0f172a0f}.vega-shell.theme-light .document-card:hover,.vega-shell.theme-light .document-card:focus-within{border-color:#3b82f659;background:#e2e8fff2;box-shadow:0 15px 28px #0f172a26}.invite-row{display:flex;gap:.5rem;flex-wrap:wrap}.projects-page .proposal-sidebar{min-height:480px}.review-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.review-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.review-meta label{display:block;font-size:.75rem;opacity:.7}.review-body{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:1.25rem}.section-summary{display:grid;gap:.85rem}.summary-card{padding:.75rem;border-radius:14px;border:1px solid rgba(255,255,255,.08)}.summary-card-header{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.35rem}.documents-panel .document-card{margin-bottom:.5rem}.linear-shell{--linear-bg: var(--bg);--linear-surface: var(--surface);--linear-surface-alt: var(--surface-alt);--linear-border: var(--panel-border, var(--border));--linear-muted: var(--text-muted);--linear-hero-primary: rgba(var(--primary-rgb), .12);--linear-hero-accent: rgba(var(--complementary-rgb), .12);--linear-primary-soft: rgba(var(--primary-rgb), .3);--linear-card-shadow: var(--panel-shadow);padding:0;background:var(--linear-bg);color:var(--text)}.vega-shell.theme-dark .linear-shell{--linear-hero-primary: rgba(34, 211, 238, .1);--linear-hero-accent: rgba(168, 85, 247, .12);--linear-primary-soft: rgba(14, 165, 233, .35)}.vega-shell.theme-light .linear-shell{--linear-hero-primary: rgba(37, 99, 235, .08);--linear-hero-accent: rgba(34, 197, 94, .08);--linear-primary-soft: rgba(37, 99, 235, .22);--linear-border: var(--border)}.linear-shell .vega-orb,.linear-shell .vega-grid{display:none}.linear-shell .linear-shell-body{display:flex;min-height:100vh;background:radial-gradient(80% 60% at 20% 15%,var(--linear-hero-primary),transparent 45%),radial-gradient(60% 50% at 80% 0%,var(--linear-hero-accent),transparent 45%),var(--linear-bg)}.linear-shell .linear-sidebar{width:270px;padding:1.25rem 1.1rem 1.5rem;background:var(--linear-surface);border-right:1px solid var(--linear-border);display:flex;flex-direction:column;gap:1rem}.linear-shell .sidebar-brand{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.9rem;border:1px solid var(--linear-border);background:var(--linear-surface-alt)}.linear-shell .logo-icon.compact{width:2.4rem;height:2.4rem;border-radius:.85rem;border:1px solid var(--linear-border);background:radial-gradient(circle at 30% 30%,var(--linear-hero-primary),transparent 70%),var(--linear-surface-alt);padding:.35rem;box-shadow:none}.linear-shell .sidebar-eyebrow{text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;color:var(--linear-muted)}.linear-shell .sidebar-title{font-weight:700;font-size:1.1rem}.linear-shell .sidebar-team .vega-team-select{width:100%}.linear-shell .team-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .75rem;border-radius:.75rem;background:var(--linear-surface-alt);border:1px solid var(--linear-border);color:var(--text);font-weight:600}.linear-shell .pill-dot{width:8px;height:8px;border-radius:999px;background:var(--primary);display:inline-block}.linear-shell .sidebar-nav{display:flex;flex-direction:column;gap:.75rem}.linear-shell .sidebar-section{display:flex;flex-direction:column;gap:.35rem}.linear-shell .sidebar-section-title{font-size:.72rem;color:var(--linear-muted);letter-spacing:.08em;text-transform:uppercase;padding:0 .35rem}.linear-shell .sidebar-links{display:flex;flex-direction:column;gap:.25rem}.linear-shell .sidebar-link{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:.75rem;text-decoration:none;color:var(--linear-muted);border:1px solid transparent;background:transparent;transition:color .18s ease,background .18s ease,border-color .18s ease}.linear-shell .sidebar-link:hover{color:var(--text);background:var(--linear-surface-alt);border-color:var(--linear-border)}.linear-shell .sidebar-link.active{color:var(--text);background:linear-gradient(90deg,var(--linear-surface-alt),var(--linear-surface));border-color:var(--linear-primary-soft);box-shadow:inset 0 0 0 1px var(--linear-primary-soft)}.linear-shell .sidebar-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--linear-border)}.linear-shell .sidebar-user{display:flex;align-items:center;gap:.75rem}.linear-shell .user-avatar{width:2.4rem;height:2.4rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;background:var(--linear-surface-alt);border:1px solid var(--linear-border);font-weight:700}.linear-shell .linear-main{flex:1;min-height:100vh;padding:1.5rem 1.75rem;background:radial-gradient(60% 40% at 70% 10%,var(--linear-hero-accent),transparent 55%),var(--linear-bg)}.linear-shell .linear-main-inner{display:flex;flex-direction:column;gap:1.25rem}.linear-shell .linear-topbar{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-radius:.9rem;background:var(--linear-surface);border:1px solid var(--linear-border);box-shadow:0 10px 24px var(--linear-card-shadow);margin-bottom:.75rem}.linear-shell .topbar-context{display:flex;flex-direction:column;gap:.3rem}.linear-shell .topbar-title-row{display:flex;align-items:center;gap:.5rem;font-weight:700}.linear-shell .topbar-title{font-size:1.25rem}.linear-shell .topbar-divider{color:var(--linear-muted)}.linear-shell .topbar-subtle{color:var(--linear-muted);font-weight:600}.linear-shell .topbar-overline{font-size:.8rem;color:var(--linear-muted);letter-spacing:.04em;text-transform:uppercase}.linear-shell .topbar-actions{display:flex;align-items:center;gap:.65rem}.linear-shell .icon-button{border-color:var(--linear-border);background:var(--linear-surface-alt);color:var(--text);box-shadow:none;height:2.4rem;width:auto;min-width:2.4rem}.linear-shell .icon-button.ghost:hover{border-color:var(--linear-primary-soft);background:var(--linear-surface)}.linear-shell .topbar-button-label{font-weight:600;margin-left:.35rem}.linear-shell .team-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .7rem;border-radius:.75rem;border:1px solid var(--linear-border);background:var(--linear-surface-alt);color:var(--text)}.linear-shell .user-chip{border:1px solid var(--linear-border);background:var(--linear-surface-alt)}.linear-shell .user-chip.compact{display:inline-flex;align-items:center;gap:.6rem;padding:.45rem .7rem;border-radius:.85rem}.linear-shell .logout-link{border:none;background:none;color:var(--linear-muted);cursor:pointer;padding:.3rem .4rem;border-radius:.5rem}.linear-shell .logout-link:hover{color:var(--text);background:var(--linear-surface-alt)}.linear-shell .linear-top-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.linear-shell .linear-page-title{font-size:1.4rem;font-weight:700}.linear-shell .meta-badges{display:inline-flex;align-items:center;gap:.5rem}.linear-shell .meta-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;background:var(--linear-surface-alt);border:1px solid var(--linear-border);font-size:.85rem;color:var(--text)}.linear-shell .meta-chip.subtle{color:var(--linear-muted)}.linear-shell .app-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem}.linear-shell .stat-card{background:var(--linear-surface);border:1px solid var(--linear-border);box-shadow:none;border-radius:.9rem;padding:1rem 1.1rem}.linear-shell .stat-icon{width:2.3rem;height:2.3rem;background:var(--linear-surface-alt);color:var(--primary);border-radius:.7rem}.linear-shell .stat-value{font-size:1.25rem}.linear-shell .stat-label{color:var(--linear-muted)}.linear-shell .app-panel{width:100%;max-width:none;margin:0}.linear-shell .app-content-card{background:var(--linear-surface);border:1px solid var(--linear-border);box-shadow:none;border-radius:1rem;padding:1.5rem;min-height:480px;max-width:none;margin:0;width:100%}.vega-shell.theme-light .linear-shell .app-content-card{background:linear-gradient(180deg,#fffffffa,#fffffff0),var(--linear-surface);border-color:var(--linear-border);box-shadow:0 18px 40px var(--panel-shadow)}.linear-shell .vega-panel{background:var(--linear-surface);border:1px solid var(--linear-border);box-shadow:none}.linear-shell .vega-panel-header{border-bottom:1px solid var(--linear-border)}.linear-shell .vega-panel-title{color:var(--text)}.linear-shell .vega-panel-subtitle{color:var(--linear-muted)}.linear-shell .vega-page{gap:1rem}.linear-shell .vega-title{color:var(--text)}.linear-shell .vega-subtitle{color:var(--linear-muted)}@media (max-width: 1024px){.app-panel{grid-template-columns:1fr}.app-nav{flex-direction:row;flex-wrap:wrap}.nav-button{flex:1 0 calc(50% - .5rem)}}@media (max-width: 640px){.vega-shell{padding:1rem}.app-nav{flex-direction:column}.nav-button{flex:1 0 auto}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-top-6{top:-1.5rem}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.right-1{right:.25rem}.top-1{top:.25rem}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-1\.5{height:.375rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-8{height:2rem}.h-\[65vh\]{height:65vh}.h-full{height:100%}.max-h-48{max-height:12rem}.max-h-56{max-height:14rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-\[65vh\]{max-height:65vh}.max-h-\[70vh\]{max-height:70vh}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-3{width:.75rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[24px\]{min-width:24px}.min-w-full{min-width:100%}.max-w-3xl{max-width:48rem}.max-w-\[48px\]{max-width:48px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-3{--tw-translate-y: -.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-grab{cursor:grab}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-none{border-bottom-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-200\/40{border-color:#fde68a66}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500\/40{border-color:#3b82f666}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-cyan-500\/30{border-color:#06b6d44d}.border-cyan-500\/40{border-color:#06b6d466}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-500\/40{border-color:#6b728066}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-400\/60{border-color:#fb923c99}.border-purple-300\/40{border-color:#d8b4fe66}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/40{border-color:#fff6}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-r-transparent{border-right-color:transparent}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-400\/80{background-color:#fbbf24cc}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-950\/60{background-color:#17255499}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.bg-cyan-400\/80{background-color:#22d3eecc}.bg-cyan-500\/20{background-color:#06b6d433}.bg-cyan-500\/5{background-color:#06b6d40d}.bg-emerald-400\/80{background-color:#34d399cc}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-500\/10{background-color:#a855f71a}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-slate-900\/60{background-color:#0f172a99}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/5{background-color:#ffffff0d}.bg-white\/80{background-color:#fffc}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400{--tw-gradient-from: #22d3ee var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-500{--tw-gradient-from: #f43f5e var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-400{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-red-400{--tw-gradient-to: #f87171 var(--tw-gradient-to-position)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-\[0\.4em\]{letter-spacing:.4em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-amber-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-50{--tw-text-opacity: 1;color:rgb(255 251 235 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cyan-100{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity, 1))}.text-cyan-200{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity, 1))}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-rose-200{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-rose-800{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity, 1))}.text-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.text-slate-200{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/90{color:#ffffffe6}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-200{--tw-shadow-color: #bfdbfe;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200{--tw-shadow-color: #fecaca;--tw-shadow: var(--tw-shadow-colored)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.hover\:border-orange-200:hover{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.hover\:border-orange-400:hover{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.hover\:border-white\/30:hover{border-color:#ffffff4d}.hover\:border-white\/40:hover{border-color:#fff6}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-700:hover{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:text-amber-800:hover{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.hover\:text-amber-900:hover{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-orange-800:hover{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-amber-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width: 640px){.sm\:w-48{width:12rem}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:w-auto{width:auto}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[1\.35fr_0\.85fr\]{grid-template-columns:1.35fr .85fr}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:self-end{align-self:flex-end}}@media (min-width: 1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
