:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f3f4f6}#root{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem}h1{margin:0;font-size:2.2rem;color:#0f172a}p{margin:0}.app{display:flex;flex-direction:column;gap:1.5rem}.app__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.app__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:#6b7280;margin:0 0 .5rem}.app__subtitle{margin:.4rem 0 0;color:#4b5563}.kanban-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.kanban-column{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;min-height:320px;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s,box-shadow .2s}.kanban-column.is-over{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.kanban-column__header{display:flex;justify-content:space-between;align-items:center}.kanban-column__header h3{margin:0;font-size:1rem}.kanban-column__count{background:#e5e7eb;color:#111827;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.kanban-column__body{display:flex;flex-direction:column;gap:.75rem}.kanban-column__empty{color:#9ca3af;font-size:.85rem}.deal-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.deal-card__header{display:flex;justify-content:space-between;gap:.5rem}.deal-card__title{font-weight:600;color:#111827}.deal-card__actions{display:flex;gap:.35rem}.deal-card__meta{display:flex;gap:.4rem;font-size:.85rem;color:#6b7280}.deal-card__notes{font-size:.85rem;color:#374151}.deal-card__drag{align-self:flex-start;border:1px dashed #d1d5db;background:transparent;color:#4b5563;padding:.3rem .6rem;border-radius:6px;font-size:.75rem;cursor:grab}.deal-card__drag:active{cursor:grabbing}.modal-backdrop{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:10}.modal{background:#fff;border-radius:12px;padding:1.5rem;width:min(520px,100%);box-shadow:0 20px 40px #0f172a33;display:flex;flex-direction:column;gap:1rem}.modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal__header h2{margin:0;font-size:1.25rem}.modal__body{display:flex;flex-direction:column;gap:.9rem}.modal__footer{display:flex;justify-content:flex-end;gap:.5rem}.form-field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.form-field input,.form-field select,.form-field textarea{border-radius:8px;border:1px solid #d1d5db;padding:.55rem .7rem;font-size:.9rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid rgba(37,99,235,.3);border-color:#2563eb}.form-error{margin:0;color:#dc2626;font-size:.85rem}.primary-button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:.6rem 1.1rem;font-weight:600;cursor:pointer}.primary-button:hover{background:#1d4ed8}.ghost-button{background:transparent;border:1px solid transparent;color:#374151;padding:.35rem .6rem;border-radius:6px;cursor:pointer;font-size:.8rem}.ghost-button:hover{background:#f3f4f6}.ghost-button.danger{color:#dc2626}@media(max-width:720px){.app__header{flex-direction:column;align-items:flex-start}}
