:root{font-family:Instrument Sans,sans-serif;color:#f3f2ef;background:radial-gradient(circle at 18% 12%,rgba(255,99,54,.18),transparent 18%),radial-gradient(circle at 82% 22%,rgba(255,181,92,.08),transparent 20%),linear-gradient(145deg,#111215,#181a1f 48%,#0d0f12);color-scheme:dark;--app-bg: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0) 30%), radial-gradient(circle at top, rgba(255, 103, 55, .07), transparent 22%), #0d0f12;--panel: rgba(34, 36, 44, .78);--panel-strong: rgba(29, 31, 38, .96);--border: rgba(255, 255, 255, .06);--text: #f3f2ef;--muted: #9699a3;--accent: #ff5d33;--accent-2: #ff8a4a;--success: #86d08f;--shadow: 0 30px 70px rgba(0, 0, 0, .45);--field-bg: rgba(255, 255, 255, .04);--field-placeholder: #7d8798;--ghost-bg: rgba(255, 255, 255, .04);--ghost-hover-bg: rgba(255, 255, 255, .11);--ghost-hover-border: rgba(255, 255, 255, .16);--ghost-hover-color: #ffffff;--nav-bg: rgba(255, 255, 255, .02);--nav-active-bg: linear-gradient(135deg, rgba(255, 143, 76, .2), rgba(115, 198, 255, .18));--toolbar-bg: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055));--toolbar-border: rgba(255, 255, 255, .1);--toolbar-shadow: 0 14px 28px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.08);--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--track-bg: rgba(255, 255, 255, .07)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--app-bg)}button,input,select{font:inherit}button{cursor:pointer}input,select{width:100%;border:1px solid var(--border);border-radius:14px;background:var(--field-bg);color:var(--text);padding:.95rem 1rem;outline:none}input::placeholder{color:var(--field-placeholder)}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.datetime-field-group{display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:.85rem}.datetime-field-group label{display:grid;gap:.45rem}.shell{position:relative;min-height:100vh;overflow:hidden}.auth-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;padding:0}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1.5rem;padding:1.5rem}.ambient{position:absolute;border-radius:999px;filter:blur(70px);opacity:.55;pointer-events:none}.ambient-a{width:320px;height:320px;left:-80px;top:-60px;background:#ff8f4c40}.ambient-b{width:420px;height:420px;right:-140px;bottom:0;background:#73c6ff2e}.ambient-c{width:260px;height:260px;right:18%;top:10%;background:#99ffce1f}.auth-hero,.content,.sidebar,.auth-panel{position:relative;z-index:1}.auth-hero{padding:3rem;display:flex;flex-direction:column;justify-content:center}.auth-hero h1,.topbar h1{margin:0;font-family:Space Grotesk,sans-serif;font-size:40px;line-height:.95;letter-spacing:-.05em}.lede{max-width:42rem;color:var(--muted);font-size:1.1rem;line-height:1.7}.hero-grid,.stats-grid,.hero-panels,.workspace-grid,.overview-grid{display:grid;gap:1rem}.hero-grid,.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-panels,.workspace-grid,.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow)}.auth-panel,.sidebar,.spotlight,.data-panel,.stat-card{padding:1.25rem}.auth-panel{align-self:center;max-width:540px;width:100%;justify-self:end}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.panel-header h2,.panel-header h3{margin:.15rem 0 0}.eyebrow{margin:0;color:var(--accent-2);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700}.muted{color:var(--muted)}.auth-form,.stack-form{display:grid;gap:.95rem;margin:20px}.auth-form label{display:grid;gap:.45rem;color:var(--muted)}.primary-button,.ghost-button,.nav-item{border-radius:999px;border:1px solid transparent;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.primary-button{background:linear-gradient(135deg,var(--accent),#ffb36a);color:#f3f2ef;padding:.95rem 1.2rem;font-weight:700}.ghost-button{background:var(--ghost-bg);color:var(--text);border-color:var(--border);padding:.8rem 1rem}.primary-button:hover,.nav-item:hover{transform:translateY(-1px)}.primary-button:disabled{background:#ffffff14;color:#f3f2ef75;border-color:#ffffff14;box-shadow:none;cursor:not-allowed;transform:none}.ghost-button:hover{transform:translateY(-1px);background:var(--ghost-hover-bg);border-color:var(--ghost-hover-border);box-shadow:0 12px 24px #00000038,inset 0 1px #ffffff0f;color:var(--ghost-hover-color)}.sidebar{display:flex;flex-direction:column;gap:1.25rem;min-height:calc(100vh - 3rem)}.nav-list{display:grid;gap:.6rem}.nav-item{text-align:left;padding:.9rem 1rem;background:var(--nav-bg);color:var(--muted);border-color:var(--border)}.nav-item.active{background:var(--nav-active-bg);color:var(--text)}.bottom-button{margin-top:auto}.content{display:block;gap:1.25rem}.topbar{display:flex;justify-content:space-between;align-items:end;gap:1rem}.hamburger-button{display:none;width:48px;height:48px;border-radius:16px;border:1px solid var(--border);background:#ffffff0a;margin-bottom:.85rem;align-items:center;justify-content:center;gap:4px;flex-direction:column}.hamburger-button span{width:18px;height:2px;border-radius:999px;background:var(--text);display:block}.toolbar{display:flex;align-items:center;gap:.75rem}.notification-button{position:relative;width:54px;min-width:54px;height:54px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;border-color:var(--toolbar-border);background:var(--toolbar-bg);box-shadow:var(--toolbar-shadow);line-height:1}.logout-toolbar-button{width:54px;min-width:54px;height:54px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;border-color:var(--toolbar-border);background:var(--toolbar-bg);box-shadow:var(--toolbar-shadow);line-height:1}.toolbar-action-button{width:54px;min-width:54px;height:54px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;line-height:1;background:var(--toolbar-bg);border-color:var(--toolbar-border);box-shadow:var(--toolbar-shadow)}.ghost-button.active-toolbar-button{color:var(--text);border-color:var(--border);background:var(--nav-active-bg);box-shadow:0 14px 28px #00000038,inset 0 1px #ffffff14,0 0 0 1px #ffffff0a}.ghost-button.active-toolbar-button .icon{color:inherit;opacity:1}.ghost-button.active-toolbar-button:hover{background:var(--nav-active-bg);border-color:var(--border);color:var(--text)}.notification-button .icon,.logout-toolbar-button .icon,.toolbar-action-button .icon{width:22px;height:22px;display:block;flex:0 0 auto}.notification-button:hover,.logout-toolbar-button:hover,.toolbar-action-button:hover{transform:translateY(-2px)}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:linear-gradient(135deg,#ff4f2d,#ff9b5e);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;box-shadow:0 10px 18px #ff592e52}.notification-panel{margin-top:1.75rem;margin-bottom:1rem;padding:1rem 1.1rem}.notification-list{display:grid;gap:.75rem}.notification-item{position:relative;width:100%;text-align:left;border:1px solid rgba(255,255,255,.06);border-radius:20px;background:#ffffff09;padding:.95rem 1rem .95rem 1.6rem;color:var(--text)}.notification-item.unread{border-color:#ff905842;background:linear-gradient(135deg,#ff60341f,#ffffff08)}.notification-item.read{opacity:.78}.notification-dot{position:absolute;left:.8rem;top:1.18rem;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#ff5d33,#ffae68);box-shadow:0 0 0 4px #ff5f301f}.calendar-item{grid-template-columns:minmax(88px,96px) minmax(0,1fr) auto;align-items:center;column-gap:1rem}.calendar-date-block{display:grid;gap:.15rem;align-self:stretch;align-content:center;margin-right:10px;border-right:4px solid rgba(255,128,70,.42)}.calendar-date-block strong{font-family:Space Grotesk,sans-serif;font-size:1.35rem;line-height:1;letter-spacing:-.04em;color:#ffb173}.calendar-date-block span{font-size:.92rem;color:#ff8f5c;letter-spacing:.04em}.calendar-item-content{display:grid;gap:.28rem;min-width:0}.calendar-item-actions{justify-self:end}.score-face-group{display:flex;gap:.75rem;align-items:center;margin-top:.5rem}.company-size-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.5rem}.company-size-button{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text);border-radius:18px;padding:.8rem .7rem;display:grid;justify-items:center;gap:.45rem;cursor:pointer;box-shadow:inset 0 1px #ffffff0a}.company-size-0 .company-size-graphic{color:#c88b62}.company-size-1 .company-size-graphic{color:#d7dee8}.company-size-2 .company-size-graphic{color:#f3c86c}.company-size-button span{font-size:.84rem;text-align:center}.company-size-button.active{border-color:#ffffff29;background:linear-gradient(180deg,#ffffff1a,#ffffff0a);box-shadow:0 14px 28px #0000002e,inset 0 1px #ffffff14}.company-size-graphic{width:34px;height:34px;display:block}.selected-reference-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.selected-reference-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border-radius:999px;border:1px solid rgba(255,136,79,.16);background:#ffffff0d;color:#fff4eceb;font-size:.9rem;font-weight:600;box-shadow:inset 0 1px #ffffff0a}.selected-reference-remove{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;line-height:1;padding:0}.score-face-button{width:52px;height:52px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1.55rem;box-shadow:inset 0 1px #ffffff0a}.score-face-button.active{border-color:#ff884f52;background:linear-gradient(180deg,#ff613529,#ffb36a14);box-shadow:0 14px 28px #ff592e2e,inset 0 1px #ffffff14}.score-face-graphic{width:30px;height:30px;display:block}.opportunity-company-size{width:46px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0b;display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff0d;flex:0 0 auto}.opportunity-company-size .company-size-graphic{width:28px;height:28px}.opportunity-row-main{min-width:0}.opportunity-assignment-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem .85rem}.opportunity-meta-item{display:inline-flex;align-items:center;gap:.35rem}.opportunity-meta-icon{width:15px;height:15px;flex:0 0 15px;color:var(--muted)}.opportunity-row-summary{display:flex;align-items:center;gap:.85rem;min-width:0;flex:1 1 auto}.opportunity-score-face{width:46px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0b;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:inset 0 1px #ffffff0d}.opportunity-score-face .score-face-graphic{width:28px;height:28px}.search-input{min-width:min(360px,46vw)}.stat-card{min-height:132px;display:flex;flex-direction:column;justify-content:space-between}.stat-card span{color:var(--muted)}.stat-card strong{font-size:2rem;font-family:Space Grotesk,sans-serif}.stage-list,.mini-list,.list-grid{display:grid;gap:.8rem}.stage-row,.mini-item,.list-card{border:1px solid var(--card-border);background:var(--card-bg);border-radius:22px;padding:1rem}.stage-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.stage-row div,.mini-item,.list-card{display:grid;gap:.3rem}.stage-row span,.mini-item span,.list-card span,.list-card small{color:var(--muted)}.section-title{margin:0 0 1rem;font-size:1rem;color:var(--muted)}section{margin-top:20px}.pie-wrap{display:flex;gap:1rem;align-items:center}.pie-svg{display:block}.pie-legend{display:grid;gap:.4rem}.pie-legend-row{display:flex;gap:.6rem;align-items:center}.pie-swatch{width:12px;height:12px;border-radius:3px;display:inline-block}.pie-label{color:var(--muted);font-size:.95rem}.pie-value{margin-left:.6rem;font-weight:700}.pie-total{margin-top:.6rem;font-weight:700;color:var(--text)}.stage-bars{display:grid;gap:.85rem}.stage-bar-row{display:grid;gap:.35rem}.stage-bar-head,.stage-bar-foot{display:flex;justify-content:space-between;align-items:center;gap:1rem}.stage-bar-head strong{font-size:.95rem}.stage-bar-head span,.stage-bar-foot{color:var(--muted);font-size:.9rem}.stage-bar-track{width:100%;height:12px;border-radius:999px;background:var(--track-bg);overflow:hidden}.stage-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ff9f43,#ffd166);box-shadow:0 0 18px #ffb74d47}.error-banner{margin:0;padding:.95rem 1rem;border-radius:16px;border:1px solid rgba(255,126,126,.28);background:#a4252538;color:#ffd6d6}.success-banner{margin:0;padding:.95rem 1rem;border-radius:16px;border:1px solid rgba(134,208,143,.28);background:#2f7a3e33;color:var(--success)}.audio-notes-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start}.audio-mic-button{width:54px;min-width:54px;height:54px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff1c,#ffffff0e);color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;line-height:1;box-shadow:0 14px 28px #00000038,inset 0 1px #ffffff14}.audio-mic-button.recording{border-color:#ff7e7e57;background:linear-gradient(180deg,#ff7e7e38,#ff7e7e14);color:#ffd6d6}.audio-mic-button .icon{width:22px;height:22px;display:block;flex:0 0 auto}textarea{width:100%;min-height:84px;border:1px solid var(--border);border-radius:12px;background:var(--field-bg);color:var(--text);padding:.8rem 1rem;font:inherit;outline:none;resize:vertical}.toggle-label{display:block;color:var(--muted)}.toggle{display:block;align-items:center;vertical-align:middle;gap:.6rem;margin-top:.45rem}.toggle input[type=checkbox]{-webkit-appearance:none;appearance:none;width:44px;height:26px;border-radius:999px;background:#ffffff0a;border:1px solid var(--border);position:relative;cursor:pointer;transition:background .16s ease,border-color .16s ease}.toggle input[type=checkbox]:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;box-shadow:0 6px 16px #00000059;transition:transform .16s ease,background .16s ease}.toggle input[type=checkbox]:checked{background:linear-gradient(135deg,var(--accent),var(--accent-2));border-color:transparent}.toggle input[type=checkbox]:checked:after{transform:translate(18px);background:#fff;box-shadow:0 8px 18px #00000047}.toggle-text{display:block;color:var(--muted);font-weight:700;font-size:.95rem}.list-controls{display:flex;gap:.6rem;align-items:center;margin-bottom:.85rem}.search-input.small{min-width:220px;padding:.6rem .8rem;border-radius:12px}.filter-select{width:150px;padding:.6rem .8rem;border-radius:12px}.list-controls .filter-select{padding-left:2.15rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6h16l-6.2 7.1v4.8l-3.6 1.8v-6.6L4 6Z' stroke='%23959aaa' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23f3f2ef' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(180deg,#ffffff0a,#ffffff04);background-repeat:no-repeat,no-repeat,no-repeat;background-position:.72rem center,calc(100% - 1rem) 50%,0 0;background-size:17px 17px,14px 14px,auto}.sales-range-toolbar{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-bottom:1rem}.sales-range-chip{border:1px solid var(--border);background:#ffffff09;color:var(--muted);border-radius:999px;padding:.52rem .9rem;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.sales-range-chip:hover{color:var(--text);border-color:#ffffff24;background:#ffffff12;transform:translateY(-1px)}.sales-range-chip.active{color:var(--text);border-color:var(--border);background:var(--nav-active-bg);box-shadow:inset 0 1px #ffffff14,0 10px 22px #00000029}.sales-range-custom{display:inline-flex;align-items:center;gap:.55rem;padding:.3rem;border-radius:18px;border:1px solid var(--border);background:#ffffff08}.file-picker{position:relative;display:flex;align-items:center;justify-content:center;min-height:124px;margin-top:.55rem;border:1px dashed rgba(255,255,255,.24);border-radius:20px;background:linear-gradient(180deg,#ffffff0a,#ffffff05),#ffffff04;overflow:hidden;transition:border-color .18s ease,background .18s ease,transform .18s ease}.file-picker:hover{border-color:#ffffff57;background:linear-gradient(180deg,#ffffff0f,#ffffff08),#ffffff05;transform:translateY(-1px)}.file-picker-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-picker-label{width:100%;padding:1rem 1.2rem;text-align:center;color:var(--muted);font-weight:700;line-height:1.4;pointer-events:none}.sales-range-custom input{width:auto;min-width:145px;padding:.55rem .7rem;border-radius:12px}@media(max-width:1080px){.auth-shell,.app-shell,.hero-panels,.workspace-grid,.overview-grid,.stats-grid,.hero-grid{grid-template-columns:1fr}.topbar{align-items:stretch;flex-direction:column}.toolbar{align-items:center;flex-direction:row}.search-input{min-width:0}.sidebar{min-height:auto}}.icon{width:18px;height:18px;display:inline-block;vertical-align:middle;color:var(--accent-2)}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem}.list-card{display:flex;gap:.9rem;align-items:center}.list-card .meta{color:var(--muted);font-size:.9rem}.opportunity-signal{width:3.2rem;height:3.2rem;border-radius:999px;display:grid;place-items:center;flex:0 0 3.2rem;font-weight:800;font-size:.95rem;color:#f7f1ea;position:relative;background:radial-gradient(circle at center,rgba(38,40,48,1) 56%,transparent 58%),conic-gradient(from -90deg,#ff4f2d 0deg,#ff7e43 calc(var(--score-angle, 0deg) * .55),#ffb173 var(--score-angle, 0deg),rgba(255,255,255,.08) var(--score-angle, 0deg),rgba(255,255,255,.08) 360deg);box-shadow:inset 0 0 0 1px #ffffff0f,0 14px 28px #00000042}.opportunity-signal span{position:relative;z-index:1}.score-light{display:inline-flex;align-items:center;gap:.45rem;font-weight:600}.score-light:before{content:"";width:.7rem;height:.7rem;border-radius:999px;display:inline-block;box-shadow:0 0 0 2px #ffffff0f}.score-light-green:before{background:#43b66f}.score-light-yellow:before{background:#e1b93f}.score-light-red:before{background:#d95b5b}.list-card.inactive{background:#ffffff03;opacity:.7;filter:grayscale(60%)}.list-card.inactive strong{color:var(--muted)}.list-card.inactive .meta,.list-card.inactive small,.list-card.inactive span{color:#ffffff73}.opportunity-card{display:grid;gap:.85rem}.opportunity-expand-button{border:0;cursor:pointer}.opportunity-row{cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;position:relative;overflow:hidden}.opportunity-row:hover,.opportunity-row:focus-visible,.opportunity-row.expanded{border-color:#ff7b4238;background:linear-gradient(180deg,#ff6a3a14,#ffffff05);box-shadow:0 20px 38px #0000003d,0 0 0 1px #ff7b4214,0 0 28px #ff6a3a24;outline:none}.opportunity-inline-form{margin-bottom:.9rem;padding:.85rem .95rem}.opportunity-inline-form .stack-form{margin:0}.opportunity-detail-actions{display:flex;gap:.65rem;flex-wrap:wrap}.opportunity-modal-score{display:flex;align-items:center;gap:.8rem;margin-left:auto}.opportunity-activities{display:grid;gap:.75rem}.opportunity-activity-row{padding:1rem 1.1rem}.opportunity-activity-row .meta{color:var(--muted);font-size:.9rem}.opportunity-activities .activity-list-row{grid-template-columns:minmax(88px,96px) minmax(280px,340px) minmax(240px,1fr) auto}.activity-list-row{display:grid;grid-template-columns:minmax(88px,96px) minmax(280px,340px) minmax(220px,1fr) auto;align-items:center;column-gap:1rem}.activity-date-block{min-width:0;padding-right:1.85rem}.activity-list-main,.activity-list-notes{min-width:0}.activity-list-notes .meta{line-height:1.45}.activity-seller{display:flex;align-items:center;gap:.35rem}.activity-seller-icon{width:15px;height:15px;flex:0 0 15px;color:var(--muted)}.activity-list-actions{margin-left:auto;display:flex;gap:.5rem}.sales-list-row{display:flex;align-items:center;gap:1rem;width:100%}.sales-row-signal{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:auto}.sales-row-signal .icon{width:18px;height:18px;margin-right:0;color:inherit}.sales-list-main,.sales-list-products,.sales-list-metrics{min-width:0}.sales-list-main{flex:1 1 34%}.sales-list-products,.sales-list-metrics{display:grid;gap:.3rem}.sales-list-products{flex:1 1 38%}.sales-list-metrics{margin-left:auto;flex:0 0 220px;justify-items:end;text-align:right}.meta-label{color:#ffffff94;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.modal-backdrop{position:fixed;inset:0;background:#090a0eb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:40;display:grid;place-items:center;padding:1rem}.modal-panel{width:min(920px,100%);max-height:calc(100vh - 2rem);overflow:auto;padding:1.1rem}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.modal-header h3{margin:.15rem 0}.modal-header .meta{color:var(--muted)}.modal-actions{margin-bottom:.9rem}.panel-actions{margin-bottom:20px;text-align:right}.panel-form{margin-bottom:20px}.subpanel-form{position:relative;background:linear-gradient(180deg,#ffffff09,#ffffff04),#14161ed1;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:1rem 1.05rem;box-shadow:inset 0 1px #ffffff0a,0 12px 32px #0003}.subpanel-form-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.9rem;padding-bottom:.8rem;border-bottom:1px solid rgba(255,255,255,.08)}.subpanel-form-header h4{margin:.2rem 0 0;font-size:1rem;font-weight:700}.subpanel-form-body{display:grid;gap:.95rem}.subpanel-form-fields{display:grid;gap:.95rem;padding-top:.15rem}.workspace-settings-layout{display:block;width:100%}.workspace-settings-stack{display:grid;gap:1.8rem}.workspace-section-break{display:flex;align-items:center;gap:.9rem;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700}.workspace-section-break:before,.workspace-section-break:after{content:"";height:1px;background:var(--border);flex:1 1 auto}.workspace-settings-layout-stages{margin-top:-.2rem}.workspace-settings-surface,.workspace-settings-summary{display:grid;gap:1rem;align-content:start;width:100%}.workspace-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.workspace-section-card{display:grid;gap:.9rem;padding:1rem;border:1px solid var(--border);border-radius:22px;background:#ffffff08}.workspace-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.workspace-section-header strong{font-size:.98rem;letter-spacing:.01em}.workspace-section-body{display:grid;gap:.85rem}.workspace-meta-card{padding:1rem;border:1px solid var(--border);border-radius:20px;background:#ffffff08;display:grid;gap:.35rem}.workspace-meta-card span{color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.workspace-stage-block{display:grid;gap:.8rem}.workspace-stage-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.workspace-stage-role-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-stage-role-note{display:grid;gap:.28rem;padding:.95rem 1rem;border:1px solid var(--border);border-radius:18px;background:#ffffff08}.workspace-stage-role-note strong{font-size:.92rem}.workspace-stage-role-note span{color:var(--muted);font-size:.88rem;line-height:1.45}.workspace-license-card{padding:1rem;border:1px solid var(--border);border-radius:20px;background:#ffffff08;display:grid;gap:.75rem}.workspace-license-pricing{display:flex;flex-wrap:wrap;gap:.75rem;color:var(--muted);font-size:.92rem}.workspace-settings-actions{display:grid;gap:.75rem;flex-wrap:wrap}.ai-coach-shell{position:fixed;right:1.5rem;bottom:1.5rem;top:1rem;z-index:40;display:grid;justify-items:end;align-content:end;gap:.9rem;pointer-events:none}.ai-coach-panel{width:min(380px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);padding:1.05rem;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:.95rem;border-radius:28px;overflow:hidden;pointer-events:auto;background:linear-gradient(180deg,#ffffff0e,#ffffff04),#1e2028f5;border:1px solid rgba(255,255,255,.09);box-shadow:0 26px 70px #00000075,inset 0 1px #ffffff14}.ai-coach-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.2rem .1rem .15rem}.ai-coach-header-actions{display:flex;align-items:center;gap:.6rem}.ai-coach-header strong{display:block;font-size:1.9rem;line-height:.96;letter-spacing:-.05em;font-family:Space Grotesk,sans-serif}.ai-coach-kicker{margin-bottom:.35rem;color:#ffb277;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;font-weight:800}.ai-coach-close,.ai-coach-audio-toggle{min-width:44px;width:52px;height:52px;padding:0;border-radius:18px}.ai-coach-audio-toggle .icon{width:20px;height:20px}.ai-coach-audio-toggle.active{background:linear-gradient(135deg,#ff65392e,#ffb76b24);border-color:#ffb67647;color:#ffd2a7}.ai-coach-section{display:grid;gap:.6rem}.ai-coach-section-label{color:#ffbf86;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;padding:0 .15rem}.ai-coach-messages{min-height:0;overflow-y:auto;display:grid;align-content:start;gap:.75rem;padding:.3rem .25rem .3rem 0}.ai-coach-message-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.7rem;align-items:end}.ai-coach-message-row.user{grid-template-columns:minmax(0,1fr) auto;justify-items:end}.ai-coach-message-row.user .ai-coach-message{order:1}.ai-coach-message-row.user .ai-coach-avatar{order:2}.ai-coach-avatar{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;align-self:end;font-size:.78rem;font-weight:800;letter-spacing:.04em}.ai-coach-avatar.assistant{background:linear-gradient(135deg,#ff61353d,#ffb16d29);border:1px solid rgba(255,178,119,.24);color:#ffd0a8}.ai-coach-avatar.assistant .icon{width:18px;height:18px}.ai-coach-avatar.user{background:linear-gradient(135deg,#73c6ff33,#b4e0ff1f);border:1px solid rgba(160,216,255,.22);color:#d7f0ff}.ai-coach-message{padding:1rem 1.05rem;border-radius:22px;line-height:1.5;font-size:1rem;max-width:100%}.ai-coach-message.assistant{background:linear-gradient(180deg,#ffffff14,#ffffff0a);border:1px solid rgba(255,255,255,.09);box-shadow:inset 0 1px #ffffff12,0 10px 24px #0000002e}.ai-coach-message.user{background:linear-gradient(135deg,#ff5d3357,#ff9a5e2e);border:1px solid rgba(255,169,112,.26);width:fit-content;max-width:min(calc(100% - 3.1rem),88%)}.ai-coach-typing{min-height:1.5rem;display:inline-flex;align-items:center;gap:.32rem}.ai-coach-typing span{width:.42rem;height:.42rem;border-radius:50%;background:var(--muted);animation:ai-coach-typing-bounce 1s ease-in-out infinite}.ai-coach-typing span:nth-child(2){animation-delay:.12s}.ai-coach-typing span:nth-child(3){animation-delay:.24s}@keyframes ai-coach-typing-bounce{0%,60%,to{opacity:.42;transform:translateY(0)}30%{opacity:1;transform:translateY(-.22rem)}}@media(prefers-reduced-motion:reduce){.ai-coach-typing span{animation:none;opacity:.75}}.ai-coach-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.75rem;align-items:center}.ai-coach-composer{display:grid;gap:.6rem;padding:.95rem;border-radius:24px;background:#0a0b0f57;border:1px solid rgba(255,255,255,.06)}.ai-coach-input{min-width:0;min-height:58px;padding-inline:1rem;border-radius:18px;background:#ffffff0e;border-color:#ffffff14}.ai-coach-send{width:58px;min-height:58px;border-radius:18px;padding:0;display:inline-flex;align-items:center;justify-content:center}.ai-coach-send .icon{width:18px;height:18px;margin-left:2px}.ai-coach-mic{position:relative;overflow:visible;width:58px;min-width:58px;min-height:58px;padding:0;border-radius:18px;display:inline-flex;align-items:center;justify-content:center}.ai-coach-mic .icon{width:20px;height:20px}.ai-coach-mic.recording{background:linear-gradient(135deg,#ff606033,#ff96961a);border-color:#ff858547;color:#ffd1d1;box-shadow:0 0 0 1px #ff8a8a29,0 16px 34px #ff5e5e2e;animation:ai-coach-mic-breathe 1.15s ease-in-out infinite}.ai-coach-mic.recording:before{content:"";position:absolute;inset:-4px;border-radius:22px;background:radial-gradient(circle,#ff7c7c42,#ff7c7c00 72%);filter:blur(4px);opacity:.9;animation:ai-coach-mic-glow 1.15s ease-in-out infinite;pointer-events:none}.ai-coach-mic.recording:after{content:"";position:absolute;inset:-10px;border-radius:28px;border:2px solid rgba(255,137,137,.3);opacity:0;animation:ai-coach-mic-ping 1.4s ease-out infinite;pointer-events:none}.ai-coach-fab{position:relative;width:64px;height:64px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#ff5d33eb,#ffa15feb);color:#fff;box-shadow:0 22px 38px #ff592e47,inset 0 1px #ffffff1f;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto}.ai-coach-shell.nudge .ai-coach-fab{animation:ai-coach-wave 1.65s cubic-bezier(.22,1,.36,1) infinite}.ai-coach-shell.nudge .ai-coach-fab:before{content:"";position:absolute;inset:-3px;border-radius:inherit;background:linear-gradient(135deg,#ff623385,#ffc2706b);filter:blur(10px);opacity:.85;animation:ai-coach-glow 1.65s ease-in-out infinite;pointer-events:none;z-index:-1}.ai-coach-shell.nudge .ai-coach-fab:after{content:"";position:absolute;inset:-12px;border-radius:inherit;border:2px solid rgba(255,161,95,.34);opacity:0;animation:ai-coach-ping 1.65s ease-out infinite;pointer-events:none}.ai-coach-fab .icon{width:28px;height:28px}@keyframes ai-coach-wave{0%,to{transform:translateY(0) scale(1) rotate(0)}10%{transform:translateY(-5px) scale(1.04) rotate(-10deg)}22%{transform:translateY(0) scale(1.08) rotate(10deg)}34%{transform:translateY(-4px) scale(1.04) rotate(-7deg)}46%{transform:translateY(0) scale(1) rotate(0)}}@keyframes ai-coach-mic-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes ai-coach-mic-glow{0%,to{opacity:.45}50%{opacity:1}}@keyframes ai-coach-mic-ping{0%{transform:scale(.92);opacity:0}30%{opacity:.45}to{transform:scale(1.18);opacity:0}}@keyframes ai-coach-ping{0%{transform:scale(.9);opacity:0}22%{opacity:.72}62%,to{transform:scale(1.34);opacity:0}}@keyframes ai-coach-glow{0%,to{transform:scale(.98);opacity:.72}24%{transform:scale(1.12);opacity:1}48%{transform:scale(1.02);opacity:.82}}.workspace-stage-editor-list{display:grid;gap:.55rem;margin:1rem 0}.workspace-stage-editor-item{display:grid;transition:opacity .14s ease,transform .14s ease}.workspace-stage-flow-start,.workspace-stage-flow-down{justify-self:center;color:var(--muted);font-size:1rem;line-height:1}.workspace-stage-flow-start{display:grid;justify-items:center;margin:0 0 .1rem}.workspace-stage-flow-start-dot{width:16px;height:16px;border-radius:999px;background:#fff;display:block;margin-bottom:.28rem;box-shadow:0 0 0 5px #ffffff14}.workspace-stage-flow-down{margin:.15rem 0 .05rem}.workspace-stage-editor-item.dragging{opacity:.45}.workspace-stage-drag-handle{color:var(--muted);font-size:1rem;letter-spacing:-.08em;-webkit-user-select:none;user-select:none;cursor:grab;line-height:1;padding:0 .15rem}.workspace-stage-editor-empty{margin:1rem 0;display:grid;gap:.35rem;padding:1.1rem 1.15rem;border:1px dashed rgba(255,255,255,.16);border-radius:18px;background:linear-gradient(135deg,#ffffff0d,#ffffff05)}.workspace-stage-editor-empty strong{font-size:.95rem}.workspace-stage-editor-empty span{color:var(--muted);font-size:.9rem}.workspace-stage-editor-card{display:grid;gap:.55rem;padding:.8rem;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#ffffff0d,#ffffff06);box-shadow:inset 0 1px #ffffff0a}.workspace-stage-editor-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;align-items:center}.workspace-stage-name-field input{margin:0;font-size:.96rem;font-weight:600;padding:.65rem .75rem}.workspace-stage-card-tools{display:flex;gap:.35rem;align-items:center}.workspace-stage-icon-button{width:30px;height:30px;border-radius:10px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.workspace-stage-icon-button .icon{width:14px;height:14px;margin-right:0}.workspace-stage-icon-button.danger{color:#ffb3a4}.workspace-stage-icon-button:hover{background:#ffffff1a}.workspace-stage-action-menu{display:flex;flex-wrap:wrap;gap:.45rem;padding-top:.1rem}.workspace-stage-action-option{padding:.5rem .7rem;font-size:.82rem}.workspace-stage-editor-actions{display:flex;flex-wrap:wrap;gap:.4rem}.workspace-stage-add-row{display:flex;justify-content:center;margin:.2rem 0 1rem}.workspace-stage-cancelled-block{display:grid;gap:.55rem;margin-top:.9rem;padding-top:.9rem;border-top:1px dashed rgba(255,255,255,.12)}.workspace-stage-cancelled-label{color:var(--muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.workspace-stage-cancelled-note{color:var(--muted);font-size:.8rem;font-weight:600}.workspace-stage-add-button{width:42px;height:42px;border-radius:14px;border:1px dashed rgba(255,255,255,.2);background:#ffffff08;color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;line-height:1}.workspace-stage-add-button:hover{background:#ffffff14}.workspace-stage-action-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .55rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:var(--text);font-size:.78rem}.workspace-stage-action-remove{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;line-height:1;padding:0}.workspace-stage-action-remove:hover{color:#fff}.workspace-stage-summary{display:flex;flex-wrap:wrap;gap:.65rem}.workspace-stage-pill{padding:.55rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text);font-size:.9rem}@media(max-width:980px){.workspace-settings-layout,.workspace-stage-role-grid,.workspace-stage-role-cards,.workspace-meta-grid{grid-template-columns:1fr}}.panel-actions .ghost-button,.panel-actions .primary-button{display:inline-flex;align-items:center;gap:.6rem}.close-icon-button{width:44px;min-width:44px;height:44px;padding:0;justify-content:center;font-size:1.7rem;line-height:1;border-radius:50%}.plus-icon-button{width:48px;min-width:48px;height:48px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,154,96,.28);border-radius:50%;background:linear-gradient(145deg,#ff5d33,#ff7f3f 45%,#ffb36a);color:#f3f2ef;box-shadow:0 16px 30px #ff662d47,inset 0 1px #fff0e359;font-size:2rem;line-height:1;font-weight:500}.plus-icon-button:hover{transform:translateY(-1px) scale(1.03);filter:saturate(1.08) brightness(1.02)}.section-title{display:flex;align-items:center;gap:.6rem}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem}.section-title-actions{display:flex;align-items:center;gap:.7rem;margin-left:auto}.section-title-row>.section-title{margin:0}.list-title-sort{width:auto;min-width:125px;padding-block:.45rem;padding-left:2.15rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 17V5M8 5 4.5 8.5M8 5l3.5 3.5M16 7v12m0 0-3.5-3.5M16 19l3.5-3.5' stroke='%23959aaa' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23f3f2ef' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(180deg,#ffffff0a,#ffffff04);background-repeat:no-repeat,no-repeat,no-repeat;background-position:.72rem center,calc(100% - 1rem) 50%,0 0;background-size:17px 17px,14px 14px,auto}.list-pagination-summary,.list-pagination-status{color:var(--muted);font-size:.9rem}.list-pagination{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem}@media(max-width:720px){.auth-shell,.app-shell,.auth-hero,.auth-panel,.sidebar,.spotlight,.data-panel,.stat-card{padding:1rem}.auth-hero h1,.topbar h1{font-size:2.4rem}}.app-shell{grid-template-columns:248px minmax(0,1fr);gap:1.25rem;padding:1.25rem}.ambient{filter:blur(96px);opacity:.42}.ambient-a{width:360px;height:360px;left:-100px;top:-90px;background:#ff5a2a2e}.ambient-b{width:320px;height:320px;right:-110px;bottom:-30px;background:#ff884f1c}.ambient-c{width:220px;height:220px;right:22%;top:14%;background:#ffffff0b}.panel{background:linear-gradient(180deg,#383c47e0,#1f2127f7);border-radius:30px;border-color:#ffffff0d;box-shadow:0 28px 60px #00000075,inset 0 1px #ffffff0e,inset 0 -22px 34px #0000002e}.sidebar{background:linear-gradient(180deg,#2b2e36f5,#181a1ffa);gap:1rem}.sidebar-brand-logo{display:block;width:min(190px,82%);height:58px;margin:-.35rem auto .45rem;object-fit:contain;object-position:center}.sidebar-profile{text-align:center}.sidebar-profile h2,.sidebar-profile .muted{margin-inline:auto}.auth-hero h1,.topbar h1{font-size:42px;line-height:.92;letter-spacing:-.055em}.eyebrow{color:#f88648}.nav-list{gap:.45rem}.nav-item{border-radius:20px;padding:.95rem 1rem;background:#ffffff05;box-shadow:inset 0 1px #ffffff06}.nav-item.active{background:linear-gradient(135deg,#ff5b303d,#ff985a1a);border-color:#ff784a29}.nav-item:hover{transform:translateY(-1px);background:linear-gradient(135deg,#ffffff17,#ffffff0a);border-color:#ffffff24;box-shadow:0 14px 30px #0000003d,inset 0 1px #ffffff14;color:#fff}.primary-button,.ghost-button{border-radius:18px}.primary-button{background:linear-gradient(135deg,#ff4f2d,#ff7c43 58%,#ff9b5e);box-shadow:0 16px 32px #ff592e3d}.ghost-button{background:#ffffff09;border-color:#ffffff0e}input,select,textarea{border-radius:18px;background:#ffffff09;border-color:#ffffff0e;box-shadow:inset 0 1px #ffffff06}select{-webkit-appearance:none;appearance:none;padding-right:3rem;background-image:linear-gradient(180deg,#ffffff0a,#ffffff04),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23f3f2ef' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:0 0,calc(100% - 1rem) 50%;background-size:auto,14px 14px}select:hover{background-color:#ffffff0e;border-color:#ffffff1c}select:focus{border-color:#ff925d6b;box-shadow:0 0 0 1px #ff80462e,0 14px 30px #0003,inset 0 1px #ffffff09}select option{background:#23262e;color:#f3f2ef}.topbar{padding:.2rem .1rem .8rem}.stats-grid{gap:1.1rem}.stat-card{min-height:150px;background:linear-gradient(180deg,#3a3e48f2,#1c1e24fa);border-radius:32px}.stat-card span{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.stat-card strong{font-size:2.35rem;letter-spacing:-.06em}.spotlight,.data-panel{border-radius:34px}.mini-item,.list-card{border-radius:24px;background:linear-gradient(180deg,#ffffff09,#ffffff06)}.pie-wrap{align-items:flex-start;gap:1.35rem;flex-wrap:wrap}.pie-svg{filter:drop-shadow(0 18px 24px rgba(0,0,0,.28))}.pie-legend{min-width:150px;gap:.55rem}.pie-legend-row{justify-content:space-between}.pie-label{flex:1;text-align:left}.stage-bars{gap:1rem}.stage-bar-track{height:14px;background:#ffffff0f;box-shadow:inset 0 1px 2px #00000059}.stage-bar-fill{background:linear-gradient(90deg,#ff4f2d,#ff8445 58%,#ffd1b3);box-shadow:0 0 22px #ff5e2e47}.closed-sales-fill{background:linear-gradient(90deg,#ff7847,#ffb36b,#ffe1c7)}.vertical-sales-bars{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;align-items:end;min-height:260px}.vertical-sales-bar-row{display:grid;gap:.6rem;justify-items:center}.vertical-sales-bar-value{color:var(--muted);font-size:.82rem;text-align:center}.vertical-sales-bar-track{width:100%;max-width:72px;height:180px;display:flex;align-items:end;padding:.35rem;border-radius:18px;background:#ffffff0f;box-shadow:inset 0 1px 2px #00000059}.vertical-sales-bar-fill{width:100%;min-height:0;border-radius:14px;box-shadow:0 0 22px #ff5e2e33}.vertical-sales-bar-label{font-weight:700;color:var(--text)}.icon{color:#ffffffd6}@media(max-width:1080px){.pie-wrap{flex-direction:column}.vertical-sales-bars{grid-template-columns:repeat(4,minmax(0,1fr))}}.pie-legend-row{padding-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.04)}.pie-legend-row:last-of-type{border-bottom:0}.stage-bar-fill{position:relative}.stage-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff52,#fff0 58%);border-radius:inherit}@media(max-width:900px){.app-shell{grid-template-columns:1fr;padding:.9rem;gap:.9rem}.sidebar{min-height:auto;padding:1rem;display:none;position:fixed;inset:.75rem .75rem auto;z-index:20;max-height:calc(100vh - 1.5rem);overflow:auto}.sidebar.mobile-open{display:flex}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.nav-item{min-height:52px;justify-content:center;text-align:center;padding:.85rem .8rem}.bottom-button{width:100%}.stats-grid,.hero-panels,.overview-grid,.workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{align-items:stretch}.hamburger-button{display:inline-flex;width:42px;height:42px;border-radius:14px;margin-bottom:0}.topbar{position:relative;align-items:flex-start}.topbar>div:first-child{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:.8rem;row-gap:.7rem;min-width:0;padding-right:7.5rem}.topbar h1{grid-column:1 / -1;margin:0}.toolbar{position:absolute;top:0;right:0;width:auto;gap:.45rem}.notification-button,.logout-toolbar-button,.toolbar-action-button{width:42px;min-width:42px;height:42px;border-radius:14px}.notification-button .icon,.logout-toolbar-button .icon,.toolbar-action-button .icon{width:18px;height:18px}.datetime-field-group{grid-template-columns:1fr}.panel,.spotlight,.data-panel,.stat-card{border-radius:24px}.stat-card{min-height:120px}.stat-card strong{font-size:1.95rem}.pie-wrap{flex-direction:column;align-items:center}.pie-legend{width:100%;min-width:0}.list-controls{flex-direction:column;align-items:stretch}.search-input.small,.filter-select{width:100%;min-width:0}.sales-range-toolbar{align-items:stretch;flex-direction:column}.sales-range-custom{width:100%;flex-direction:column;align-items:stretch}.sales-range-custom input{width:100%;min-width:0}.list-card,.sales-list-row{align-items:flex-start;flex-direction:column}.sales-row-signal{margin-bottom:.1rem}.sales-list-metrics{margin-left:0;flex:1 1 auto;justify-items:start;text-align:left}.list-card>div:last-child{width:100%;margin-left:0!important;justify-content:flex-start;flex-wrap:wrap}.opportunity-detail-actions,.modal-header{flex-direction:column}.section-title-row,.list-pagination{flex-direction:column;align-items:stretch}.section-title-actions{width:100%;justify-content:flex-end}.list-title-sort{width:auto}.panel-actions{text-align:left}.panel-actions .ghost-button,.panel-actions .primary-button{width:100%;justify-content:center}.auth-shell{grid-template-columns:1fr;padding:1rem}.auth-hero,.auth-panel{padding:1rem}.auth-panel{justify-self:stretch;max-width:none}}@media(max-width:560px){.app-shell{padding:.7rem}.nav-list{grid-template-columns:1fr}.auth-hero h1,.topbar h1{font-size:2rem}.vertical-sales-bars{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid,.hero-panels,.overview-grid,.workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lede{font-size:.98rem;line-height:1.55}.panel-header{flex-direction:column;align-items:stretch}.stack-form,.auth-form{margin:0}.stage-bar-head,.stage-bar-foot,.pie-legend-row{font-size:.88rem}.opportunity-signal{width:2.8rem;height:2.8rem;flex-basis:2.8rem;font-size:.88rem}}.auth-shell{display:flex;justify-content:center;align-items:flex-start;min-height:100dvh;height:auto;overflow:hidden;background:#0d0f12}.auth-shell .ambient-b{display:none}.auth-content{position:relative;z-index:1;display:grid;width:min(100%,520px);justify-items:stretch;gap:.5rem}.auth-brand{display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.auth-brand-logo{display:block;width:auto;max-width:min(320px,78vw);height:120px;object-fit:contain}.auth-heading{display:grid;justify-items:center;gap:.45rem;text-align:center}.auth-heading h1{margin:0;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,6vw,3rem);line-height:1;letter-spacing:-.055em}.auth-panel{display:grid;width:100%;max-width:none;justify-self:stretch;gap:1.25rem;padding:clamp(1.25rem,4vw,2rem)}.auth-social-actions{display:grid;gap:.75rem}.auth-social-button{display:grid;grid-template-columns:1.5rem auto 1.5rem;align-items:center;justify-content:center;width:min(100%,400px);min-height:44px;justify-self:center;gap:.7rem;border-color:var(--border);color:var(--text);font-weight:700}.auth-social-button:after{content:"";width:1.5rem}.auth-provider-icon{width:1.35rem;height:1.35rem}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.9rem;color:var(--muted);font-size:.82rem;text-transform:uppercase}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--border)}.auth-form{gap:.95rem;margin:0}.auth-submit-button{width:100%}.auth-mode-switch{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin:0;color:var(--muted);text-align:center}.auth-mode-button{border:0;background:transparent;color:var(--accent-2);padding:0;font-weight:700}.auth-forgot-button{justify-self:end;margin-top:-.35rem;font-size:.84rem}@media(max-width:560px){.auth-shell{padding:1.5rem .8rem}.auth-content{gap:1.25rem}.auth-panel{padding:1rem}}:root[data-theme=light]{color:#1d1d1d;background:#f1f0ed;color-scheme:light;--app-bg: #f1f0ed;--panel: #ffffff;--panel-strong: #ffffff;--border: rgba(68, 65, 62, .14);--text: #1d1d1d;--muted: #797a81;--accent: #ff5d33;--accent-2: #e96b2c;--success: #459767;--shadow: 0 12px 32px rgba(43, 39, 36, .08);--field-bg: #f8f7f5;--field-placeholder: #a09f9c;--ghost-bg: #f7f6f3;--ghost-hover-bg: #ffffff;--ghost-hover-border: rgba(255, 93, 51, .34);--ghost-hover-color: #1d1d1d;--nav-bg: #f7f6f3;--nav-active-bg: rgba(255, 93, 51, .12);--toolbar-bg: rgba(255, 255, 255, .94);--toolbar-border: rgba(68, 65, 62, .12);--toolbar-shadow: 0 8px 24px rgba(43, 39, 36, .07);--card-bg: #ffffff;--card-border: rgba(68, 65, 62, .12);--track-bg: #e6e3de}:root[data-theme=light] body{background:var(--app-bg)}:root[data-theme=light] .auth-shell{background:var(--app-bg);color:var(--text)}:root[data-theme=light] .ambient{filter:blur(92px);opacity:.6}:root[data-theme=light] .ambient-a{background:#fffc}:root[data-theme=light] .ambient-b{background:#5988ff29}:root[data-theme=light] .ambient-c{background:#93b2ff2e}:root[data-theme=light] .panel,:root[data-theme=light] .sidebar,:root[data-theme=light] .stat-card,:root[data-theme=light] .spotlight,:root[data-theme=light] .data-panel,:root[data-theme=light] .mini-item,:root[data-theme=light] .list-card{background:var(--panel);border-color:#98adc22e;box-shadow:var(--shadow)}:root[data-theme=light] .spotlight-stage,:root[data-theme=light] .spotlight-sales>.panel,:root[data-theme=light] .spotlight-sales .panel{background:linear-gradient(145deg,#f8fbfffa,#ebf2faf2);border-color:#7e98bf33;box-shadow:18px 18px 34px #abbecf47,-12px -12px 24px #ffffffeb,inset 0 1px #fffffff0}:root[data-theme=light] .sidebar{background:linear-gradient(160deg,#f3f8fcf5,#e8f0f7f0)}:root[data-theme=light] .auth-hero h1,:root[data-theme=light] .topbar h1{color:#5d6674}:root[data-theme=light] .eyebrow{color:#7d93b2}:root[data-theme=light] .primary-button{background:linear-gradient(135deg,#3d8df7,#375cff);color:#f7fbff;box-shadow:14px 14px 28px #547dff47,-8px -8px 20px #fff6}:root[data-theme=light] .plus-icon-button{border-color:#4e75ff33;background:linear-gradient(135deg,#4b98ff,#345dff);color:#f7fbff;box-shadow:10px 10px 22px #5274ff3d,-6px -6px 14px #ffffff5c,inset 0 1px #ffffff47}:root[data-theme=light] .plus-icon-button:hover{transform:translateY(-1px) scale(1.03);filter:brightness(1.03);box-shadow:12px 12px 24px #5274ff47,-8px -8px 16px #ffffff6b,inset 0 1px #ffffff57}:root[data-theme=light] .primary-button:disabled{background:linear-gradient(145deg,#e4ebf2fa,#f2f6fafa);color:#aab5c1;border-color:#b8c5d352}:root[data-theme=light] .ghost-button,:root[data-theme=light] .nav-item,:root[data-theme=light] .toolbar-action-button,:root[data-theme=light] .logout-toolbar-button,:root[data-theme=light] .notification-button,:root[data-theme=light] .hamburger-button{color:var(--text);background:var(--ghost-bg);border-color:#98adc233;box-shadow:inset 1px 1px #ffffffe6,10px 10px 20px #b0c1d247,-8px -8px 16px #ffffffd6}:root[data-theme=light] input,:root[data-theme=light] select,:root[data-theme=light] textarea{color:var(--text);background:var(--ghost-bg);border-color:#98adc233;box-shadow:none}:root[data-theme=light] .nav-item.active{color:#4b7cff;background:linear-gradient(145deg,#dce7fff5,#f3f8fffa);border-color:#4465ff47;box-shadow:12px 12px 24px #7d99d83d,inset 0 1px #ffffffeb}:root[data-theme=light] .nav-item:hover,:root[data-theme=light] .ghost-button:hover,:root[data-theme=light] .notification-button:hover,:root[data-theme=light] .logout-toolbar-button:hover,:root[data-theme=light] .toolbar-action-button:hover{color:#3f4c5d;border-color:#7893b547;box-shadow:14px 14px 28px #adbfd057,-10px -10px 20px #ffffffeb}:root[data-theme=light] select{background-image:linear-gradient(145deg,#f1f6fbf2,#fffffffa),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%238ea0b4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:0 0,calc(100% - 1rem) 50%;background-size:auto,14px 14px}:root[data-theme=light] .list-controls .filter-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6h16l-6.2 7.1v4.8l-3.6 1.8v-6.6L4 6Z' stroke='%236b7b8e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%238ea0b4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(145deg,#f1f6fbf2,#fffffffa);background-repeat:no-repeat,no-repeat,no-repeat;background-position:.72rem center,calc(100% - 1rem) 50%,0 0;background-size:17px 17px,14px 14px,auto}:root[data-theme=light] .list-title-sort{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 17V5M8 5 4.5 8.5M8 5l3.5 3.5M16 7v12m0 0-3.5-3.5M16 19l3.5-3.5' stroke='%236b7b8e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%238ea0b4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(145deg,#f1f6fbf2,#fffffffa);background-repeat:no-repeat,no-repeat,no-repeat;background-position:.72rem center,calc(100% - 1rem) 50%,0 0;background-size:17px 17px,14px 14px,auto}:root[data-theme=light] select option{background:#f6f9fc;color:#5d6674}:root[data-theme=light] .notification-badge{background:linear-gradient(135deg,#3f8efc,#345dff);box-shadow:0 10px 18px #5274ff3d}:root[data-theme=light] .notification-item,:root[data-theme=light] .notification-item.unread,:root[data-theme=light] .notification-item.read{background:linear-gradient(145deg,#f5f9fdf5,#fffffffa);border-color:#97adc33d;color:var(--text)}:root[data-theme=light] .notification-dot{background:linear-gradient(135deg,#3f8efc,#345dff);box-shadow:0 0 0 4px #4a78ff1f}:root[data-theme=light] .selected-reference-pill,:root[data-theme=light] .workspace-stage-pill,:root[data-theme=light] .workspace-stage-action-pill{background:linear-gradient(145deg,#f5f9fdf5,#fffffffa);border-color:#88a0bc57;color:#586779;box-shadow:inset 0 1px #ffffffe6,6px 6px 14px #b8c5d329}:root[data-theme=light] .workspace-stage-action-pill{color:#4f6075}:root[data-theme=light] .selected-reference-remove,:root[data-theme=light] .workspace-stage-action-remove{color:#7d8ca0}:root[data-theme=light] .selected-reference-remove:hover,:root[data-theme=light] .workspace-stage-action-remove:hover{color:#345dff}:root[data-theme=light] .opportunity-score-face,:root[data-theme=light] .opportunity-company-size{border-color:#88a0bc4d;background:linear-gradient(145deg,#f4f8fcf5,#fffffffa);box-shadow:inset 0 1px #ffffffeb,8px 8px 16px #b8c5d32e,-4px -4px 10px #ffffffb8}:root[data-theme=light] .opportunity-company-size .company-size-graphic{color:#7e90a7}:root[data-theme=light] .opportunity-score-face .score-face-graphic{filter:drop-shadow(0 3px 6px rgba(173,124,83,.16))}:root[data-theme=light] .workspace-stage-flow-start,:root[data-theme=light] .workspace-stage-flow-down{color:#8ea0b4}:root[data-theme=light] .workspace-stage-flow-start-dot{background:linear-gradient(135deg,#4b98ff,#345dff);box-shadow:0 0 0 5px #4a78ff24,0 8px 16px #5274ff2e}:root[data-theme=light] .ai-coach-panel{background:linear-gradient(180deg,#fffffff0,#f3f8fceb),#f5f9fdfa;border-color:#94aac33d;box-shadow:22px 22px 42px #a7bcd057,-14px -14px 28px #ffffffeb,inset 0 1px #fffffff5}:root[data-theme=light] .ai-coach-kicker,:root[data-theme=light] .ai-coach-section-label{color:#4b7cff}:root[data-theme=light] .ai-coach-close,:root[data-theme=light] .ai-coach-audio-toggle,:root[data-theme=light] .ai-coach-mic{background:linear-gradient(145deg,#f5f9fdf5,#fffffffa);border-color:#98adc238;color:#5d6674;box-shadow:inset 1px 1px #ffffffe6,8px 8px 18px #b0c1d23d,-6px -6px 14px #ffffffdb}:root[data-theme=light] .ai-coach-audio-toggle.active{background:linear-gradient(135deg,#4b7cff29,#67aaff24);border-color:#5681ff47;color:#345dff}:root[data-theme=light] .ai-coach-messages{scrollbar-color:rgba(142,160,180,.58) transparent}:root[data-theme=light] .ai-coach-avatar.assistant{background:linear-gradient(135deg,#4b7cff24,#7aafff29);border-color:#608eff38;color:#345dff}:root[data-theme=light] .ai-coach-avatar.user{background:linear-gradient(135deg,#60b3ff29,#acdbff2e);border-color:#79c2ff3d;color:#44708c}:root[data-theme=light] .ai-coach-message.assistant{background:linear-gradient(145deg,#f8fbfffa,#edf4faf2);border-color:#98adc238;box-shadow:inset 0 1px #fffffff0,10px 10px 20px #b0c1d22e,-6px -6px 14px #ffffffd1}:root[data-theme=light] .ai-coach-message.user{background:linear-gradient(135deg,#4c8fff3d,#7cb6ff2e);border-color:#5c91ff3d;color:#34506b}:root[data-theme=light] .ai-coach-empty{background:linear-gradient(145deg,#f7fafef5,#f0f6fbf0);border-color:#9fb2c63d;color:#8190a1}:root[data-theme=light] .ai-coach-composer{background:linear-gradient(145deg,#f4f8fcf5,#fffffffa);border-color:#98adc233;box-shadow:inset 0 1px #ffffffeb,10px 10px 20px #b0c1d229}:root[data-theme=light] .ai-coach-input{background:linear-gradient(145deg,#f1f6fbf5,#fffffffa);border-color:#98adc238;color:#5d6674}:root[data-theme=light] .ai-coach-input::placeholder{color:#a5b0bd}:root[data-theme=light] .ai-coach-send{box-shadow:12px 12px 24px #547dff38,-6px -6px 14px #ffffff75}:root[data-theme=light] .ai-coach-mic.recording{background:linear-gradient(135deg,#5d92ff29,#b5daff24);border-color:#6da2ff38;color:#3c66d6;box-shadow:0 0 0 1px #70a0ff24,0 14px 28px #70a0ff29}:root[data-theme=light] .ai-coach-mic.recording:before{background:radial-gradient(circle,#74a9ff3d,#74a9ff00 72%);filter:blur(5px);opacity:.72}:root[data-theme=light] .ai-coach-mic.recording:after{border-color:#6fa6ff3d}:root[data-theme=light] .ai-coach-fab{border-color:#4d7dff2e;background:linear-gradient(135deg,#4b98ff,#345dff);box-shadow:16px 16px 30px #5274ff3d,-8px -8px 18px #ffffff75,inset 0 1px #ffffff47}:root[data-theme=light] .ai-coach-fab .icon{color:#fffffff5;filter:drop-shadow(0 2px 4px rgba(35,71,180,.22)) drop-shadow(0 0 1px rgba(255,255,255,.32))}:root[data-theme=light] .ai-coach-shell.nudge .ai-coach-fab:before{background:linear-gradient(135deg,#5892ff57,#b0daff4d);filter:blur(12px);opacity:.72}:root[data-theme=light] .ai-coach-shell.nudge .ai-coach-fab:after{border-color:#6ca2ff3d}:root[data-theme=light] .workspace-stage-add-button{border-color:#88a0bc6b;background:linear-gradient(145deg,#f4f8fcf0,#fffffffa);color:#5a6b80;box-shadow:inset 0 1px #ffffffe6,8px 8px 16px #b8c5d329}:root[data-theme=light] .workspace-stage-add-button:hover{border-color:#4a78ff57;background:linear-gradient(145deg,#f8fbfffa,#eff5fcfa);color:#345dff}:root[data-theme=light] .calendar-date-block{border-right-color:#567cff3d}:root[data-theme=light] .calendar-date-block strong,:root[data-theme=light] .calendar-date-block span,:root[data-theme=light] .icon{color:#8b97a7}:root[data-theme=light] .stage-bar-track,:root[data-theme=light] .vertical-sales-bar-track{background:#ccd8e4a8;box-shadow:inset 2px 2px 6px #aebece52,inset -2px -2px 6px #fffc}:root[data-theme=light] .stage-bar-fill,:root[data-theme=light] .closed-sales-fill,:root[data-theme=light] .vertical-sales-bar-fill{background:linear-gradient(180deg,#4b98ff,#345dff);box-shadow:0 10px 22px #5274ff3d}:root[data-theme=light] .pie-svg{filter:drop-shadow(0 12px 18px rgba(167,188,208,.34))}:root[data-theme=light] .pie-wrap,:root[data-theme=light] .stage-bars{background:linear-gradient(145deg,#f4f9fecc,#ffffffb8);border:1px solid rgba(154,177,201,.18);border-radius:28px;padding:1rem 1.1rem;box-shadow:inset 1px 1px #ffffffdb,8px 8px 16px #b4c3d324}:root[data-theme=light] .pie-legend-row,:root[data-theme=light] .stage-bar-row{border-bottom-color:#9ab1c933}:root[data-theme=light] .pie-total,:root[data-theme=light] .stage-bar-head strong,:root[data-theme=light] .stage-bar-foot{color:#4d5f75}:root[data-theme=light] .pie-label,:root[data-theme=light] .stage-bar-head span{color:#8fa0b3}:root[data-theme=light] .ambient{opacity:.22;filter:blur(110px)}:root[data-theme=light] .ambient-a,:root[data-theme=light] .ambient-b,:root[data-theme=light] .ambient-c{background:#ff703933}:root[data-theme=light] .panel,:root[data-theme=light] .sidebar,:root[data-theme=light] .stat-card,:root[data-theme=light] .spotlight,:root[data-theme=light] .data-panel,:root[data-theme=light] .mini-item,:root[data-theme=light] .list-card,:root[data-theme=light] .spotlight-stage,:root[data-theme=light] .spotlight-sales>.panel,:root[data-theme=light] .spotlight-sales .panel{background:#fff;border-color:var(--card-border);box-shadow:var(--shadow)}:root[data-theme=light] .sidebar{background:#f8f7f4}:root[data-theme=light] .auth-hero h1,:root[data-theme=light] .topbar h1{color:#1d1d1d}:root[data-theme=light] .eyebrow,:root[data-theme=light] .ai-coach-kicker,:root[data-theme=light] .ai-coach-section-label{color:var(--accent-2)}:root[data-theme=light] .primary-button,:root[data-theme=light] .plus-icon-button,:root[data-theme=light] .ai-coach-fab{border-color:#e14e2233;background:linear-gradient(135deg,#ff5d33,#ff8a4a);color:#fff;box-shadow:0 10px 22px #df4b2033}:root[data-theme=light] .primary-button:hover,:root[data-theme=light] .plus-icon-button:hover,:root[data-theme=light] .ai-coach-fab:hover{box-shadow:0 13px 28px #df4b2042}:root[data-theme=light] .primary-button:disabled{background:#e5e2dd;border-color:#d8d4ce;color:#9b9995;box-shadow:none}:root[data-theme=light] .ghost-button.active-toolbar-button,:root[data-theme=light] .ghost-button.active-toolbar-button:hover{background:#ff5d331c;border-color:#ff5d3340;color:#d95725;box-shadow:none}:root[data-theme=light] .ghost-button,:root[data-theme=light] .nav-item,:root[data-theme=light] .toolbar-action-button,:root[data-theme=light] .logout-toolbar-button,:root[data-theme=light] .notification-button,:root[data-theme=light] .hamburger-button,:root[data-theme=light] .ai-coach-close,:root[data-theme=light] .ai-coach-audio-toggle,:root[data-theme=light] .ai-coach-mic,:root[data-theme=light] .workspace-stage-add-button{background:#f7f6f3;border-color:var(--border);color:var(--text);box-shadow:0 4px 12px #2b27240d}:root[data-theme=light] .nav-item.active{background:#ff5d331c;border-color:#ff5d3340;color:#d95725;box-shadow:none}:root[data-theme=light] .nav-item:hover,:root[data-theme=light] .ghost-button:hover,:root[data-theme=light] .notification-button:hover,:root[data-theme=light] .logout-toolbar-button:hover,:root[data-theme=light] .toolbar-action-button:hover,:root[data-theme=light] .workspace-stage-add-button:hover{background:#fff;border-color:#ff5d334d;color:#d95725;box-shadow:0 7px 18px #2b272414}:root[data-theme=light] input,:root[data-theme=light] select,:root[data-theme=light] textarea,:root[data-theme=light] .ai-coach-input{background-color:#f8f7f5;border-color:#44413e24;color:#1d1d1d;box-shadow:none}:root[data-theme=light] input:focus,:root[data-theme=light] select:focus,:root[data-theme=light] textarea:focus,:root[data-theme=light] .ai-coach-input:focus{border-color:#ff5d337a;box-shadow:0 0 0 3px #ff5d3317}:root[data-theme=light] select{background-image:linear-gradient(#f8f7f5,#f8f7f5),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23757370' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}:root[data-theme=light] .list-controls .filter-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6h16l-6.2 7.1v4.8l-3.6 1.8v-6.6L4 6Z' stroke='%23757370' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23757370' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(#f8f7f5,#f8f7f5)}:root[data-theme=light] .list-title-sort{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 17V5M8 5 4.5 8.5M8 5l3.5 3.5M16 7v12m0 0-3.5-3.5M16 19l3.5-3.5' stroke='%23757370' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23757370' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(#f8f7f5,#f8f7f5)}:root[data-theme=light] select option{background:#fff;color:#1d1d1d}:root[data-theme=light] .notification-badge,:root[data-theme=light] .notification-dot,:root[data-theme=light] .workspace-stage-flow-start-dot{background:#ff5d33;box-shadow:0 0 0 4px #ff5d331f}:root[data-theme=light] .notification-item,:root[data-theme=light] .notification-item.unread,:root[data-theme=light] .notification-item.read,:root[data-theme=light] .selected-reference-pill,:root[data-theme=light] .workspace-stage-pill,:root[data-theme=light] .workspace-stage-action-pill,:root[data-theme=light] .opportunity-score-face,:root[data-theme=light] .opportunity-company-size,:root[data-theme=light] .pie-wrap,:root[data-theme=light] .stage-bars{background:#faf9f7;border-color:var(--border);color:var(--text);box-shadow:0 5px 15px #2b27240d}:root[data-theme=light] .selected-reference-remove:hover,:root[data-theme=light] .workspace-stage-action-remove:hover,:root[data-theme=light] .workspace-stage-add-button:hover{color:#d95725}:root[data-theme=light] .ai-coach-panel{background:#fff;border-color:var(--border);box-shadow:0 18px 44px #2b272424}:root[data-theme=light] .ai-coach-audio-toggle.active,:root[data-theme=light] .ai-coach-avatar.assistant{background:#ff5d331c;border-color:#ff5d333d;color:#d95725}:root[data-theme=light] .ai-coach-avatar.user{background:#ece9e4;border-color:#ddd9d3;color:#626268}:root[data-theme=light] .ai-coach-message.assistant,:root[data-theme=light] .ai-coach-empty,:root[data-theme=light] .ai-coach-composer{background:#f8f7f5;border-color:var(--border);box-shadow:none}:root[data-theme=light] .ai-coach-message.user{background:#ff703921;border-color:#ff5d3333;color:#4b403b}:root[data-theme=light] .ai-coach-send{box-shadow:0 9px 20px #df4b2033}:root[data-theme=light] .ai-coach-mic.recording{background:#ff5d331f;border-color:#ff5d3342;color:#d95725;box-shadow:0 0 0 4px #ff5d3314}:root[data-theme=light] .stage-bar-track,:root[data-theme=light] .vertical-sales-bar-track{background:#e7e4df;box-shadow:inset 0 1px 3px #2b272417}:root[data-theme=light] .stage-bar-fill,:root[data-theme=light] .closed-sales-fill,:root[data-theme=light] .vertical-sales-bar-fill{background:linear-gradient(180deg,#ff8a4a,#ff5d33);box-shadow:0 7px 16px #df4b202e}:root[data-theme=light] .pie-svg{filter:drop-shadow(0 8px 14px rgba(43,39,36,.1))}:root[data-theme=light] .pie-total,:root[data-theme=light] .stage-bar-head strong,:root[data-theme=light] .stage-bar-foot{color:#45464c}:root[data-theme=light] .pie-label,:root[data-theme=light] .stage-bar-head span,:root[data-theme=light] .calendar-date-block strong,:root[data-theme=light] .calendar-date-block span,:root[data-theme=light] .icon{color:#74757c}:root[data-theme=light] .calendar-date-block{border-right-color:#ff5d333d}.landing{--landing-max: 1180px;position:relative;min-height:100vh;overflow:clip;color:var(--text);background:radial-gradient(circle at 78% 4%,rgba(255,93,51,.14),transparent 26rem),radial-gradient(circle at 10% 38%,rgba(255,138,74,.07),transparent 28rem),#0d0f12}.landing *{scroll-behavior:smooth}#product,#features,#why-venciva,#plans,#contact{scroll-margin-top:88px}.landing a{color:inherit;text-decoration:none}.landing-container{width:min(calc(100% - 2.5rem),var(--landing-max));margin-inline:auto}.landing-orb{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(100px);opacity:.16;pointer-events:none}.landing-orb-a{top:5rem;right:-8rem;background:var(--accent);animation:landing-float 12s ease-in-out infinite}.landing-orb-b{top:48rem;left:-14rem;background:var(--accent-2);animation:landing-float 16s ease-in-out infinite reverse}.landing-nav{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-height:76px;margin:0;padding-block:.7rem;padding-inline:max(1rem,calc((100% - 1240px)/2 + 1rem));border-bottom:1px solid rgba(255,255,255,.06);background:#08090be6;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.landing-logo{display:inline-flex;width:fit-content;align-items:center}.landing-logo img,.landing-footer img{display:block;width:auto;height:48px;object-fit:contain}.landing-nav-links{display:flex;align-items:center;gap:1.65rem;color:var(--muted);font-size:.88rem;font-weight:650}.landing-nav-links a,.landing-footer nav a{transition:color .18s ease}.landing-nav-links a:hover,.landing-footer nav a:hover{color:var(--text)}.landing-nav-actions{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}.language-switch{display:flex;padding:.2rem;border:1px solid var(--border);border-radius:999px;background:var(--field-bg)}.language-switch button{border:0;border-radius:999px;padding:.38rem .6rem;background:transparent;color:var(--muted);font-size:.72rem;font-weight:800}.language-switch button.active{background:var(--text);color:#15171b}.landing-nav-cta,.landing-primary-button,.landing-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:999px;font-weight:750;transition:transform .18s ease,border-color .18s ease,background .18s ease}.landing-nav-cta{border:0;padding:.72rem 1.05rem;background:var(--accent);color:#fff;font-size:.82rem;cursor:pointer}.landing-nav-cta:hover,.landing-primary-button:hover{transform:translateY(-2px);background:var(--accent-2)}.landing-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;column-gap:clamp(3rem,7vw,7rem);row-gap:2rem;padding-block:clamp(1.75rem,3vw,2.75rem) 1.5rem}.landing-kicker{margin:0 0 1rem;color:var(--accent-2);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.landing-hero h1{max-width:720px;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(3.3rem,6.4vw,6.2rem);line-height:.91;letter-spacing:-.068em}.landing-hero h1:after{content:"";display:inline-block;width:.19em;height:.19em;margin-left:.08em;border-radius:50%;background:var(--accent)}.landing-lede{max-width:650px;margin:1.8rem 0 0;color:var(--muted);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.75}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.landing-primary-button,.landing-secondary-button{min-height:52px;padding:.85rem 1.25rem}.landing-action-mark{display:block;width:1.15rem;height:1.15rem;object-fit:contain}.landing-primary-button{background:var(--accent);color:#fff}.landing-secondary-button{border:1px solid var(--border);background:var(--ghost-bg)}.landing-secondary-button:hover{transform:translateY(-2px);border-color:var(--ghost-hover-border);background:var(--ghost-hover-bg)}.landing-hero-note{display:flex;align-items:center;gap:.55rem;margin:1.25rem 0 0;color:var(--muted);font-size:.85rem}.landing-hero-note span{display:grid;place-items:center;width:1.35rem;height:1.35rem;border-radius:50%;background:#86d08f1f;color:var(--success)}.product-preview{position:relative;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:linear-gradient(150deg,#373b45f5,#16181dfa);box-shadow:0 45px 100px #0000008c;transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);animation:preview-breathe 7s ease-in-out infinite}.product-preview:before{content:"";position:absolute;inset:-1px;z-index:-1;border-radius:inherit;background:linear-gradient(130deg,rgba(255,138,74,.32),transparent 30%,rgba(255,255,255,.08));filter:blur(16px);opacity:.5}.preview-topbar{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;border-bottom:1px solid var(--border)}.preview-topbar>div{display:flex;align-items:center;gap:.55rem}.preview-topbar img{width:92px;height:auto}.preview-avatar{display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--ghost-bg);color:var(--muted);font-size:.68rem;font-weight:800}.preview-body{display:grid;gap:1rem;padding:1.25rem}.preview-greeting{display:flex;justify-content:space-between;color:var(--muted);font-size:.78rem}.preview-greeting strong{color:var(--text)}.preview-metrics,.preview-grid{display:grid;gap:.75rem}.preview-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-metrics article,.preview-chart,.preview-coach{border:1px solid var(--border);border-radius:18px;background:#ffffff06}.preview-metrics article{display:grid;gap:.45rem;padding:.9rem}.preview-metrics small,.preview-coach small{color:var(--muted);font-size:.68rem}.preview-metrics strong{font-size:1.15rem}.preview-metrics em{color:var(--success);font-size:.68rem;font-style:normal}.preview-grid{grid-template-columns:1.1fr .9fr}.preview-chart{min-height:180px;padding:1rem}.preview-card-title{display:flex;justify-content:space-between;font-size:.72rem}.preview-bars{display:flex;height:120px;align-items:flex-end;gap:.48rem;margin-top:1rem;border-bottom:1px solid var(--border)}.preview-bars i{flex:1;min-width:0;border-radius:5px 5px 0 0;background:linear-gradient(180deg,var(--accent-2),rgba(255,93,51,.28));animation:bars-in 1s both}.preview-bars i:nth-child(2n){animation-delay:.12s}.preview-coach{display:flex;gap:.75rem;align-items:flex-start;padding:1rem}.preview-coach-icon{display:grid;flex:0 0 2rem;place-items:center;width:2rem;height:2rem;border-radius:10px;background:#ff5d3321;color:var(--accent-2)}.preview-coach p{margin:.4rem 0 0;color:var(--muted);font-size:.72rem;line-height:1.5}.landing-stats{display:grid;grid-column:1 / -1;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:radial-gradient(circle at 0 0,rgba(255,93,51,.1),transparent 38%),linear-gradient(145deg,#30323aeb,#1a1c22f5);box-shadow:0 18px 42px #0000003d,inset 0 1px #ffffff0d}.landing-stats article{display:grid;gap:.35rem;padding:1.25rem 1.2rem;border-right:1px solid rgba(255,255,255,.09);transition:background .18s ease}.landing-stats article:hover{background:#ff5d3314}.landing-stats article:last-child{border-right:0}.landing-stats strong{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.2rem;letter-spacing:-.025em}.landing-stats span{color:#b8bac2;font-size:.8rem}.landing-section{padding-block:clamp(2.5rem,4.5vw,3.75rem)}.section-heading{display:grid;max-width:760px;margin-bottom:1.8rem}.product-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.48fr);gap:clamp(2rem,7vw,7rem);align-items:center;margin-bottom:1.8rem}.product-intro .section-heading{margin-bottom:0}.product-intro>img{justify-self:end;width:min(100%,390px);filter:drop-shadow(0 20px 45px rgba(255,93,51,.12))}.section-heading.compact{max-width:680px}.section-heading h2,.about-copy h2,.contact-copy h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(2.35rem,4.7vw,4.5rem);line-height:.98;letter-spacing:-.055em}.section-heading>p:last-child,.about-copy>p:last-child,.contact-copy>p{margin:1.25rem 0 0;color:var(--muted);font-size:1rem;line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-card{position:relative;min-height:220px;padding:1.25rem;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:radial-gradient(circle at 0 0,rgba(255,93,51,.1),transparent 42%),linear-gradient(150deg,#32343cf0,#1b1d23f5);box-shadow:0 18px 38px #0003,inset 0 1px #ffffff0d;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.feature-card:hover{transform:translateY(-7px);border-color:#ff8a4a7a;background:radial-gradient(circle at 0 0,rgba(255,93,51,.18),transparent 46%),linear-gradient(150deg,#363740fa,#1d1f25fa);box-shadow:0 24px 50px #0000004d}.feature-card>span{display:inline-grid;place-items:center;min-width:3.1rem;height:2.35rem;padding-inline:.55rem;border:1px solid rgba(255,138,74,.3);border-radius:11px;background:#ff5d3324;color:var(--accent-2);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:800;letter-spacing:-.04em}.feature-card h3{max-width:240px;margin:3.2rem 0 .65rem;font-size:1.32rem}.feature-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.65}.feature-card i{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:2.2rem;height:2.2rem;border:1px solid var(--border);border-radius:50%;color:var(--muted);font-style:normal}.feature-card i .landing-action-mark{width:1.25rem;height:1.25rem}.landing-flow,.landing-about{border-block:1px solid var(--border);background:#ffffff05}.landing-flow{padding-block:clamp(2.5rem,4.5vw,3.75rem)}.flow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:1.8rem}.flow-steps article{display:grid;min-height:190px;padding:1.25rem;border:1px solid rgba(255,255,255,.09);border-right:0;background:linear-gradient(160deg,#ffffff0e,#ffffff05);align-content:space-between}.flow-steps article:last-child{border-right:1px solid var(--border)}.flow-steps article>span{display:inline-grid;place-items:center;justify-self:start;min-width:3.2rem;height:2.4rem;padding-inline:.55rem;border-radius:11px;background:var(--accent);color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:-.04em}.flow-steps h3{margin:0 0 .7rem;font-size:1.25rem}.flow-steps p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem;align-items:stretch}.pricing-card{position:relative;display:flex;flex-direction:column;min-height:490px;padding:1.2rem;border:1px solid var(--border);border-radius:24px;background:linear-gradient(165deg,#ffffff0b,#ffffff04)}.pricing-card.recommended{border-color:#ff75417a;background:linear-gradient(165deg,#ff5d331f,#ffffff05);box-shadow:0 24px 60px #ff5d331a}.pricing-badge{position:absolute;top:-.72rem;right:1.1rem;padding:.4rem .7rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.67rem;font-weight:800;text-transform:uppercase}.pricing-name{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.pricing-name h3{margin:0;font-size:1.15rem}.pricing-name span{color:var(--muted);font-size:.68rem}.pricing-price{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:1.25rem}.pricing-price sup{margin-top:.5rem;color:var(--muted)}.pricing-price strong{font-family:Space Grotesk,sans-serif;font-size:3rem;letter-spacing:-.06em}.pricing-price small{flex-basis:100%;color:var(--muted)}.pricing-install{margin:.75rem 0 1rem;padding-bottom:.8rem;border-bottom:1px solid var(--border);color:var(--muted);font-size:.74rem}.pricing-card ul{display:grid;gap:.5rem;margin:0;padding:0;list-style:none;color:var(--muted);font-size:.78rem;line-height:1.35}.pricing-card li:first-letter{color:var(--success)}.pricing-card>a{display:flex;justify-content:center;align-items:center;gap:.65rem;margin-top:auto;padding:.85rem 1rem;border:1px solid rgba(255,138,74,.55);border-radius:999px;background:linear-gradient(135deg,var(--accent),#ff914d);box-shadow:0 12px 28px #ff5d332e;color:#fff;font-size:.86rem;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.pricing-card>a:hover{transform:translateY(-2px);box-shadow:0 16px 34px #ff5d334d;filter:brightness(1.06)}.landing-loading{color:var(--muted)}.landing-about{padding-block:clamp(2.5rem,4.5vw,3.75rem)}.about-grid,.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,6vw,6rem);align-items:center}.about-points{display:grid;gap:.75rem}.about-points div{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:1rem;min-height:82px;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:radial-gradient(circle at 0 50%,rgba(255,93,51,.1),transparent 34%),linear-gradient(145deg,#30323aeb,#1b1d23f5);box-shadow:0 14px 30px #0003,inset 0 1px #ffffff0b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.about-points div:hover{transform:translate(5px);border-color:#ff8a4a66;box-shadow:0 18px 36px #00000047}.about-points span{display:grid;place-items:center;width:3rem;height:2.35rem;border:1px solid rgba(255,138,74,.3);border-radius:11px;background:#ff5d3324;color:var(--accent-2);font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:-.04em}.about-points strong{color:var(--text);font-size:1rem;line-height:1.35}.access-modal{position:relative;display:grid;width:min(calc(100% - 2rem),620px);gap:1.7rem;padding:clamp(1.5rem,4vw,2.7rem);border:1px solid rgba(255,122,70,.25);border-radius:30px;background:radial-gradient(circle at 0 0,rgba(255,93,51,.16),transparent 48%),#202229;box-shadow:0 35px 100px #000000a6;animation:access-modal-in .22s cubic-bezier(.22,1,.36,1)}.access-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem;background:#07080ac2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.access-modal-close{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:2.25rem;height:2.25rem;border:1px solid var(--border);border-radius:50%;background:#ffffff0d;color:var(--muted);font-size:1.35rem;cursor:pointer}.access-modal h2{margin:0;padding-right:2rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.05em}.access-modal>div>p:last-child{margin:1rem 0 0;color:var(--muted);line-height:1.65}.access-modal form{display:grid;gap:.75rem}.workspace-input{display:flex;align-items:center;min-height:58px;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:#00000029}.workspace-input input{min-width:0;border:0;background:transparent}.workspace-input span{padding-right:1rem;color:var(--muted);font-size:.86rem}.access-modal form>button,.contact-form>button{display:flex;justify-content:space-between;align-items:center;min-height:52px;border:0;border-radius:16px;padding:.8rem 1rem;background:var(--accent);color:#fff;font-weight:800}.access-modal form>button,.contact-form>button{justify-content:center}.contact-status{margin:0;color:var(--success);font-size:.82rem;text-align:center}.contact-status.error,.access-modal form small{color:var(--accent-2)}@keyframes access-modal-in{0%{opacity:0;transform:translateY(14px) scale(.97)}}.landing-contact{padding-block:clamp(2.5rem,4.5vw,3.75rem);background:radial-gradient(circle at 15% 45%,rgba(255,93,51,.1),transparent 24rem),#0000001f}.contact-copy small{display:block;margin-top:2rem;color:var(--muted)}.contact-copy small a{color:var(--accent-2)}.contact-form{display:grid;gap:1rem;padding:clamp(1.2rem,3vw,2rem);border:1px solid var(--border);border-radius:26px;background:#ffffff06}.contact-form>div{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.contact-form label{display:grid;gap:.45rem;color:var(--muted);font-size:.78rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:var(--field-bg);color:var(--text);padding:.9rem 1rem;outline:none;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.workspace-input:focus-within{border-color:#ff8a4a7a;box-shadow:0 0 0 3px #ff5d3314}.landing-footer{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding-block:1.8rem;border-top:1px solid var(--border)}.landing-footer>div{display:flex;align-items:center;gap:1rem}.landing-footer nav{display:flex;gap:1.25rem;color:var(--muted);font-size:.78rem}.landing-footer small{color:var(--muted);font-size:.68rem}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.feature-card:nth-child(2),.pricing-card:nth-child(2){transition-delay:70ms}.feature-card:nth-child(3),.pricing-card:nth-child(3){transition-delay:.14s}.feature-card:nth-child(5),.pricing-card:nth-child(4){transition-delay:70ms}@keyframes landing-float{50%{transform:translate3d(0,50px,0) scale(1.1)}}@keyframes preview-breathe{50%{transform:perspective(1200px) rotateY(-2deg) rotateX(1deg) translateY(-8px)}}@keyframes bars-in{0%{transform:scaleY(0);transform-origin:bottom}}@media(max-width:1040px){.landing-nav{grid-template-columns:1fr 1fr}.landing-nav-links{display:none}.landing-hero{grid-template-columns:1fr}.landing-hero-copy{max-width:780px}.product-preview{width:min(100%,760px);margin-inline:auto;transform:none}.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card{min-height:520px}}@media(max-width:760px){#product,#features,#why-venciva,#plans,#contact{scroll-margin-top:74px}.landing-container{width:min(calc(100% - 1.4rem),var(--landing-max))}.landing-nav{min-height:66px;padding-inline:.7rem}.landing-logo img{height:42px}.landing-nav-cta{padding:.62rem .8rem;font-size:.74rem}.landing-hero{min-height:auto;padding-block:1.5rem}.landing-hero h1{font-size:clamp(3rem,15vw,4.8rem)}.product-preview{display:none}.product-intro>img{display:none}.preview-metrics,.preview-grid,.landing-stats,.feature-grid,.flow-steps,.product-intro,.about-grid,.contact-grid{grid-template-columns:1fr}.product-intro{gap:0}.landing-stats{grid-template-columns:repeat(2,1fr)}.landing-stats article:nth-child(2){border-right:0}.landing-stats article:nth-child(-n+2){border-bottom:1px solid var(--border)}.feature-card{min-height:210px}.feature-card h3{margin-top:2.8rem}.flow-steps article{grid-template-columns:46px 1fr;min-height:auto;gap:1rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.flow-steps article:first-child{border-top:1px solid var(--border)}.about-grid,.contact-grid{gap:2rem}.landing-footer{grid-template-columns:1fr}.landing-footer nav{flex-wrap:wrap}}@media(max-width:520px){.landing-logo img{height:36px}.landing-nav-actions{gap:.35rem}.language-switch button{padding:.32rem .4rem;font-size:.66rem}.landing-nav-cta{padding:.56rem .65rem;font-size:.7rem}.landing-hero-actions{display:grid}.landing-primary-button,.landing-secondary-button{width:100%}.preview-body{padding:.85rem}.landing-stats{grid-template-columns:1fr}.landing-stats article{border-right:0;border-bottom:1px solid var(--border)}.pricing-grid{grid-template-columns:1fr}.contact-form>div{grid-template-columns:1fr}.workspace-input{display:grid}.workspace-input span{padding:0 1rem .8rem}}@media(prefers-reduced-motion:reduce){.landing *,.landing *:before,.landing *:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}.workspace-gate{align-items:center;background:var(--app-bg);display:flex;justify-content:center;min-height:100vh}.workspace-gate span{animation:workspace-gate-spin .8s linear infinite;border:3px solid rgba(255,255,255,.12);border-radius:50%;border-top-color:var(--accent);height:34px;width:34px}@keyframes workspace-gate-spin{to{transform:rotate(360deg)}}
