:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f2efe8;--panel:#fffbf5f0;--panel-strong:#fffdf8;--ink:#18211d;--muted:#5b645f;--line:#18211d1f;--accent:#0c7a5b;--accent-strong:#095a43;--shadow:0 24px 60px #242b271f;font-family:Segoe UI Variable,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:var(--ink);background:radial-gradient(circle at top left, #0c7a5b24, transparent 28%), radial-gradient(circle at bottom right, #e77d5129, transparent 24%), linear-gradient(180deg, #faf7f1 0%, var(--bg) 100%);margin:0}body,button,input,textarea,select{font:inherit}a{color:var(--accent-strong)}pre{border:1px solid var(--line);background:#f7f4ee;border-radius:18px;margin:0;padding:1rem;font-family:Consolas,SFMono-Regular,monospace;font-size:.85rem;overflow:auto}.shell{grid-template-columns:300px minmax(0,1fr);min-height:100vh;display:grid}.shell-login{justify-content:center;align-items:center;padding:2rem;display:flex}.sidebar{color:#f8f4ec;background:#101714f0;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:2rem;display:flex}.sidebar h1,.toolbar h2,.card h3,.login-card h1{margin:0;font-family:Georgia,serif;font-weight:700}.sidebar-user{margin:1rem 0 .2rem;font-size:1.1rem}.sidebar-email,.meta-note,.lede,.eyebrow{color:var(--muted)}.sidebar-email,.sidebar .eyebrow{color:#f8f4ecb3}.eyebrow{letter-spacing:.18em;text-transform:uppercase;margin:0 0 .45rem;font-size:.75rem}.nav-grid{gap:.7rem;display:grid}.nav-button,.button-primary,.button-secondary,.button-danger{cursor:pointer;border:none;border-radius:999px;transition:transform .16s,background .16s,color .16s}.nav-button{text-align:left;color:inherit;background:#ffffff0f;padding:.95rem 1rem}.nav-button.active,.nav-button:hover{background:#ffffff24;transform:translate(4px)}.content{padding:2rem}.toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.grid{gap:1.25rem;display:grid}.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.login-card{background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #ffffff80}.card{border-radius:28px;overflow:hidden}.editor-focus-card{box-shadow:0 0 0 3px #0c7a5b24, var(--shadow);border-color:#0c7a5b59;scroll-margin-top:1.25rem;animation:1.2s editor-focus-pulse}.card-inline-focus{border:1px solid #0000;border-radius:22px;scroll-margin-top:1.25rem}.login-card{border-radius:32px;width:min(560px,100%);padding:2rem}.card-header,.card-body{padding:1.25rem 1.35rem}.card-header{border-bottom:1px solid var(--line)}.card-header-split{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.stack{gap:1rem;display:grid}label{gap:.45rem;display:grid}input,textarea,select{border:1px solid var(--line);background:var(--panel-strong);width:100%;color:var(--ink);border-radius:18px;padding:.9rem 1rem}textarea{resize:vertical;min-height:80px}.rich-editor-field{gap:.55rem;display:grid}.rich-editor-label-row{justify-content:space-between;align-items:center;display:flex}.rich-editor-shell{border:1px solid var(--line);background:var(--panel-strong);border-radius:22px;gap:.65rem;padding:.8rem;display:grid}.rich-editor-toolbar{flex-wrap:wrap;gap:.5rem;display:flex}.rich-editor-color-control{align-items:center;gap:.55rem;display:inline-flex}.rich-editor-color-control input{cursor:pointer;background:0 0;border:none;border-radius:999px;width:2.25rem;min-width:2.25rem;height:2.25rem;padding:0}.rich-editor-color-control input::-webkit-color-swatch-wrapper{padding:0}.rich-editor-color-control input::-webkit-color-swatch{border:1px solid #18211d1f;border-radius:999px}.rich-editor-insert-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.65rem;display:grid}.rich-editor-helper-text{margin:0;font-size:.88rem}.rich-editor-helper-error{color:#a62727}.rich-editor-helper-success{color:var(--accent-strong)}.rich-editor-toolbar-button{min-width:4.5rem}.rich-editor-surface{border:1px solid var(--line);background:#fffdfa;border-radius:18px;outline:none;padding:1rem;line-height:1.6}.rich-editor-surface:empty:before{content:attr(data-placeholder);color:#98a2a6}.rich-editor-surface p{margin:0 0 .8rem}.rich-editor-surface ul,.rich-editor-surface ol{margin:0 0 .8rem 1.2rem}.rich-editor-surface img{border-radius:14px;max-width:100%;height:auto;margin:.8rem 0;display:block}.multi-select{min-height:10rem}.button-primary{background:linear-gradient(135deg, var(--accent) 0%, #0f8a66 100%);color:#fff;padding:.95rem 1.25rem}.button-secondary{color:var(--ink);background:#ede6da;padding:.82rem 1.1rem}.button-danger{color:#7d1818;background:#a627271f;padding:.82rem 1.1rem}.button-small{padding:.65rem .9rem}.button-primary:hover,.button-secondary:hover,.button-danger:hover{transform:translateY(-1px)}.error-banner{color:#7d1818;background:#a627271a;border:1px solid #a6272729;border-radius:18px;padding:.9rem 1rem}.success-banner{color:var(--accent-strong);background:#0c7a5b1a;border:1px solid #0c7a5b29;border-radius:18px;padding:.9rem 1rem}.single-column-layout{grid-template-columns:1fr}.table-scroll{border:1px solid var(--line);background:#ffffff73;border-radius:22px;overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:720px}.data-table th,.data-table td{border-bottom:1px solid var(--line);vertical-align:top;text-align:left;padding:.9rem 1rem}.data-table thead th{z-index:1;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:#f8f2e8;font-size:.77rem;position:sticky;top:0}.data-table tbody tr:hover{background:#0c7a5b0d}.data-table tbody tr.selected-row{background:#0c7a5b1a}@keyframes editor-focus-pulse{0%{box-shadow:0 0 0 0 #0c7a5b47, var(--shadow);transform:translateY(0)}45%{transform:translateY(-2px);box-shadow:0 0 0 10px #0c7a5b14,0 28px 68px #242b2729}to{box-shadow:0 0 0 3px #0c7a5b24, var(--shadow);transform:translateY(0)}}.data-table tbody tr:last-child td{border-bottom:none}.table-primary{font-weight:600}.table-secondary{color:var(--muted);margin-top:.2rem;font-size:.88rem}.activity-summary{flex-wrap:wrap;gap:.45rem;display:flex}.table-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.signature-list{gap:.65rem;display:grid}.signature-list-item{border:1px solid var(--line);width:100%;color:var(--ink);cursor:pointer;background:#ffffff9e;border-radius:18px;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.signature-list-item-active{background:#0c7a5b14;border-color:#0c7a5b59;box-shadow:inset 0 0 0 1px #0c7a5b29}.signature-preview-card{border:1px solid var(--line);background:#ffffff8c;border-radius:20px;padding:1rem}.signature-preview-card h3{margin-bottom:.75rem}.activity-summary span,.activity-chip{color:var(--accent-strong);background:#0c7a5b14;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.83rem;display:inline-flex}.empty-state-cell{color:var(--muted);text-align:center}.no-top-padding{padding-top:0}.equipment-table{min-width:960px}.modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e121094;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-panel{background:var(--panel);width:min(1220px,100%);max-height:calc(100vh - 4rem);box-shadow:var(--shadow);border:1px solid #ffffff8c;border-radius:30px;overflow:auto}.modal-header{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffbf5f5;position:sticky;top:0}.modal-body{padding-bottom:1.5rem}.modal-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-note-grid{grid-template-columns:minmax(320px,420px) minmax(0,1fr);align-items:start}.inset-panel{border:1px solid var(--line);background:#ffffff80;border-radius:22px;padding:1rem}.key-value-grid{grid-template-columns:auto 1fr;gap:.7rem 1rem;display:grid}.key-value-grid span{color:var(--muted)}.key-value-grid strong{min-width:0}.activity-chip-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.activity-chip{border-radius:20px;justify-content:space-between;width:100%;padding:.9rem 1rem}.activity-chip strong{font-size:1.15rem}.card-subsection{padding-top:.5rem}.section-heading h4,.inset-panel h4{margin:0;font-family:Georgia,serif}.textbox-compact{border-radius:14px;min-height:0;padding:.75rem .85rem}.textbox-large{min-height:220px}.read-only-textarea{background:#fffaf2}.history-table{min-width:980px}.compact-table{min-width:640px}.note-timeline{gap:.85rem}.timeline-entry{border:1px solid var(--line);background:#ffffff8c;border-radius:18px;gap:.8rem;padding:1rem;display:grid}.timeline-entry-head{align-items:flex-start;gap:.75rem;display:flex}.status-badge{color:var(--ink);text-transform:capitalize;background:#18211d14;border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.82rem;display:inline-flex}.status-draft{color:#7d5a0c;background:#815d101f}.status-sent,.status-open{color:var(--accent-strong);background:#0c7a5b1f}.status-accepted{color:#165b8f;background:#1e70af1f}@media (width<=1100px){.shell,.contacts-layout,.modal-note-grid,.modal-summary-grid,.two-up{grid-template-columns:1fr}}@media (width<=720px){.content,.sidebar,.login-card{padding:1.2rem}.toolbar{flex-direction:column;align-items:flex-start}.card-header-split{flex-direction:column}.modal-backdrop{padding:.75rem}.modal-panel{max-height:calc(100vh - 1.5rem)}.activity-chip-grid{grid-template-columns:1fr}}
