@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg-app:#fafafa;--bg-surface:#fff;--bg-subtle:#f4f4f5;--text-primary:#09090b;--text-secondary:#52525b;--text-muted:#a1a1aa;--border-color:#e4e4e7;--border-color-subtle:#f4f4f5;--primary:#a3e635;--primary-rgb:163, 230, 53;--primary-dark:#65a30d;--primary-50:#f7fee7;--primary-100:#ecfccb;--on-primary:#09090b;--logo-mark:#a3e635;--logo-ink:#09090b;--gray-50:#fafafa;--gray-100:#f4f4f5;--gray-300:#d4d4d8;--gray-600:#52525b;--gray-700:#3f3f46;--gray-900:#18181b;--success-light:#dcfce7;--warning-light:#fef3c7;--danger-light:#fee2e2;--info-light:#dbeafe;--skeleton-from:#f4f4f5;--skeleton-to:#e4e4e7}[data-theme=dark]{--bg-app:#050505;--bg-surface:#0a0a0a;--bg-subtle:#141416;--text-primary:#fafafa;--text-secondary:#d4d4d8;--text-muted:#a1a1aa;--border-color:#242428;--border-color-subtle:#18181b;--primary:#a3e635;--primary-rgb:163, 230, 53;--primary-dark:#bef264;--primary-50:#25320d;--primary-100:#30410e;--on-primary:#09090b;--logo-mark:#a3e635;--logo-ink:#09090b;--gray-50:#121214;--gray-100:#18181b;--gray-300:#2f2f35;--gray-600:#d4d4d8;--gray-700:#e4e4e7;--gray-900:#fafafa;--success-light:#12351f;--warning-light:#422a0a;--danger-light:#421414;--info-light:#122038;--skeleton-from:#18181b;--skeleton-to:#242428}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{color:var(--text-primary);background:var(--bg-app);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}input,textarea,select{font-family:inherit;font-size:inherit}input:-webkit-autofill{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-surface) inset;caret-color:var(--text-primary)}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-surface) inset;caret-color:var(--text-primary)}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-surface) inset;caret-color:var(--text-primary)}textarea:-webkit-autofill{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-surface) inset;caret-color:var(--text-primary)}select:-webkit-autofill{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-surface) inset;caret-color:var(--text-primary)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{margin:0}::selection{background:var(--primary-100);color:var(--primary-dark)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8125rem;font-weight:500;line-height:1;transition:all .12s;display:inline-flex}.btn:focus-visible{outline-offset:2px;outline:2px solid #a3e635}.btn:disabled{opacity:.5;cursor:not-allowed}.btn{height:36px;padding:.5rem 1rem}@media (max-width:768px){.btn{min-height:44px}}.btn--primary{background:var(--primary);color:var(--on-primary)}.btn--primary:hover:not(:disabled){background:var(--primary-dark)}.btn--secondary{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-color)}.btn--secondary:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-300)}.btn--ghost{color:var(--text-secondary);background:0 0}.btn--ghost:hover:not(:disabled){background:var(--gray-100);color:var(--text-primary)}.btn--danger{color:#fff;background:#dc2626}.btn--danger:hover:not(:disabled){background:#bb1e1e}.btn--sm{height:32px;padding:.25rem .75rem;font-size:.75rem}.btn--lg{height:40px;padding:.75rem 1.25rem;font-size:.9375rem}.btn--xl{border-radius:12px;height:48px;padding:1rem 2rem;font-size:1rem}.btn--icon{width:36px;padding:0}.btn--icon.btn--sm{width:32px}.btn--full{width:100%}.input,.select,.textarea{background:var(--bg-surface);border:1px solid var(--border-color);width:100%;height:36px;color:var(--text-primary);border-radius:8px;padding:0 .75rem;font-size:.8125rem;transition:border-color .12s,box-shadow .12s;display:block}.input:focus-visible,.select:focus-visible,.textarea:focus-visible{outline-offset:2px;outline:2px solid #a3e635}.input::placeholder,.select::placeholder,.textarea::placeholder{color:var(--text-muted)}.input:hover,.select:hover,.textarea:hover{border-color:var(--gray-300)}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #a3e63526}.input--lg{height:40px;padding:0 1rem;font-size:.875rem}.input--error{border-color:#dc2626}.input--error:focus{box-shadow:0 0 0 3px #dc26261a}.textarea{resize:vertical;height:auto;min-height:80px;padding:.75rem}.select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px;padding-right:36px}.label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.field{margin-bottom:1rem}.field__error{color:#dc2626;margin-top:.25rem;font-size:.75rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:768px){.form-grid{grid-template-columns:1fr}}.card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.card--compact{padding:1rem}.card--flush{padding:0}.card--interactive{cursor:pointer;transition:border-color .12s,box-shadow .12s}.card--interactive:hover{border-color:var(--gray-300);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.card__header{border-bottom:1px solid var(--border-color);flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.card__title{font-size:.9375rem;font-weight:600}.table-wrapper{background:var(--bg-surface);border:1px solid var(--border-color);-webkit-overflow-scrolling:touch;border-radius:12px;overflow-x:auto}.table-wrapper::-webkit-scrollbar{width:6px;height:6px}.table-wrapper::-webkit-scrollbar-track{background:0 0}.table-wrapper::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#a1a1aa}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--border-color-subtle);padding:.75rem 1rem}.table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:var(--bg-subtle);z-index:1;font-size:.75rem;font-weight:500;position:sticky;top:0}.table td{color:var(--text-primary);font-size:.8125rem}.table tbody tr{transition:background .12s}.table tbody tr:hover{background:var(--gray-50)}.table tbody tr:last-child td{border-bottom:none}.badge{border-radius:9999px;align-items:center;gap:.25rem;padding:2px .5rem;font-size:.75rem;font-weight:500;line-height:1.4;display:inline-flex}.badge--primary{background:var(--primary-50);color:var(--primary-dark)}.badge--success{background:var(--success-light);color:#0d602b}.badge--warning{background:var(--warning-light);color:#8f4e04}.badge--danger{background:var(--danger-light);color:#b21d1d}.badge--info{background:var(--info-light);color:#0b63f3}.badge--neutral{background:var(--gray-100);color:var(--gray-600)}.avatar{background:var(--primary-100);width:32px;height:32px;color:var(--primary);border-radius:9999px;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar--sm{width:24px;height:24px;font-size:10px}.avatar--lg{width:40px;height:40px;font-size:.8125rem}.avatar--xl{width:56px;height:56px;font-size:1rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#00000080;flex-direction:row;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--bg-surface);border-radius:16px;width:100%;max-width:520px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a}.modal::-webkit-scrollbar{width:6px;height:6px}.modal::-webkit-scrollbar-track{background:0 0}.modal::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}.modal::-webkit-scrollbar-thumb:hover{background:#a1a1aa}@media (max-width:768px){.modal{border-radius:0;max-width:100%;height:100%;max-height:100%;position:fixed;inset:0}}.modal__header{border-bottom:1px solid var(--border-color);flex-direction:row;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal__title{font-size:1rem;font-weight:600}.modal__close{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8125rem;font-weight:500;line-height:1;transition:all .12s;display:inline-flex}.modal__close:focus-visible{outline-offset:2px;outline:2px solid #a3e635}.modal__close:disabled{opacity:.5;cursor:not-allowed}.modal__close{width:28px;height:28px;color:var(--text-muted);background:0 0;border-radius:6px;padding:0}.modal__close:hover{background:var(--gray-100);color:var(--text-primary)}.modal__body{padding:1.5rem}.modal__footer{border-top:1px solid var(--border-color);flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.modal--lg{max-width:680px}.modal--xl{max-width:900px}.dropdown{display:inline-block;position:relative}.dropdown__menu{background:var(--bg-surface);border:1px solid var(--border-color);z-index:50;opacity:0;pointer-events:none;border-radius:8px;min-width:180px;padding:.25rem;transition:opacity .12s,transform .12s;position:absolute;top:calc(100% + 4px);right:0;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000f,0 4px 6px -4px #0000000a}.dropdown__menu.is-open{opacity:1;pointer-events:all;transform:translateY(0)}.dropdown__item{width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;transition:background .12s;display:flex}@media (max-width:768px){.dropdown__item{min-height:44px}}.dropdown__item:hover{background:var(--gray-100)}.dropdown__item--danger{color:#dc2626}.dropdown__item--danger:hover{background:var(--danger-light)}.dropdown__separator{background:var(--border-color);height:1px;margin:.25rem 0}.tabs{border-bottom:1px solid var(--border-color);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;justify-content:flex-start;align-items:center;max-width:100%;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tabs__tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;transition:color .12s;position:relative}.tabs__tab:hover,.tabs__tab.is-active{color:var(--text-primary)}.tabs__tab.is-active:after{content:"";background:var(--primary);border-radius:1px 1px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.empty-state__icon{width:48px;height:48px;color:var(--text-muted);margin-bottom:1rem}.empty-state__title{margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.empty-state__description{color:var(--text-secondary);max-width:360px;margin-bottom:1.5rem;font-size:.8125rem}.stat-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem}.stat-card__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.75rem;font-weight:500}.stat-card__value{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1}.stat-card__change{font-size:.75rem;font-weight:500}.stat-card__change--up{color:#16a34a}.stat-card__change--down{color:#dc2626}.tag{background:var(--gray-100);color:var(--gray-700);border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.tag__dot{border-radius:50%;width:6px;height:6px}.tag__remove{cursor:pointer;width:14px;height:14px;color:inherit;opacity:.5;background:0 0;border:none;padding:0}.tag__remove:hover{opacity:1}.skeleton{background:linear-gradient(90deg, var(--skeleton-from) 25%, var(--skeleton-to) 50%, var(--skeleton-from) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.toast-container{z-index:200;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}@media (max-width:768px){.toast-container{left:1rem;right:1rem;bottom:calc(80px + env(safe-area-inset-bottom,0px))}}.toast{color:#fff;background:#18181b;border-radius:8px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;min-width:280px;max-width:420px;padding:.75rem 1rem;font-size:.8125rem;display:flex;box-shadow:0 10px 15px -3px #0000000f,0 4px 6px -4px #0000000a}@media (max-width:768px){.toast{min-width:unset;width:100%;max-width:100%}}.toast--success{background:#107636}.toast--error{background:#c82020}.toast--enter{animation:.25s forwards toast-in}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}.spinner--sm{border-width:1.5px;width:14px;height:14px}.spinner--lg{border-width:2.5px;width:20px;height:20px}@keyframes spin{to{transform:rotate(360deg)}}.btn--loading{pointer-events:none;opacity:.8}@media (max-width:768px){.pipeline-board{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:1rem;display:flex;overflow-x:auto}}
