@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--primary:#1976e9;--primary-deep:#0756ba;--secondary:#0d1a31;--accent:#66c9ef;--background:#f3f7fc;--surface:#fff;--surface-soft:#f8fbff;--text:#10213c;--muted:#64748b;--border:#dce5f0;--success:#16845b;--warning:#c47512;--danger:#d64051;--navy:#07152c;--font-body:"DM Sans",sans-serif;--font-display:"Manrope",sans-serif;color:var(--text);font-family:var(--font-body);background:var(--background);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{min-height:40px;border:1px solid transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;font-weight:700;font-size:.85rem;transition:transform .15s,background .15s,border-color .15s}.button:hover:not(:disabled){transform:translateY(-1px)}.button--primary{color:#fff;background:linear-gradient(135deg,var(--primary),#428cf2);box-shadow:0 6px 14px #1976e92b}.button--secondary{color:#1f3a5d;background:#fff;border-color:#cbd7e7}.button--ghost{color:#b4c6df;background:transparent}.button--ghost:hover{color:#fff;background:#163052}.button--danger{color:#fff;background:var(--danger)}.spinner{display:inline-block;width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .65s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input{width:100%;min-height:42px;border:1px solid #cfdbe9;border-radius:8px;padding:0 12px;color:var(--text);background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:#90a1b9}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1976e91a}.input--error{border-color:var(--danger)}.textarea{padding:10px 12px;resize:vertical}.select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.field{display:grid;align-self:start;align-content:start;gap:7px;min-width:0}.field__label{color:#233b5c;font-weight:700;font-size:.78rem}.field__label b{color:var(--danger)}.field-error{color:var(--danger);font-size:.73rem;margin:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px}.span-2{grid-column:span 2}.document-lookup{display:flex;align-items:flex-start;gap:8px;min-width:0}.document-lookup .input{min-width:0}.document-lookup__button{flex:0 0 42px;width:42px;min-height:42px;padding:0}.document-lookup__message{color:#63809f;font-size:.72rem;line-height:1.35}.login-page{min-height:100vh;display:grid;grid-template-rows:auto 1fr;position:relative;overflow:hidden;color:#fff;background:#06172f}.login-page__art,.login-page__shade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.login-page__art{background:url(/assets/login-background.png) center/cover no-repeat;opacity:.9;transform:scale(1.02)}.login-page__shade{background:linear-gradient(145deg,#04142ce8,#071a37d9 62%,#071d3d99)}.login-identity,.login-access{position:relative;z-index:1}.login-identity{width:min(100% - 40px,448px);padding:46px 0 26px;margin:0 auto}.login-logo{width:188px;height:auto;display:block;margin-bottom:34px;filter:brightness(0) invert(1)}.login-copy span{color:#8fd5f6;display:flex;align-items:center;gap:7px;font-size:.73rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.login-copy h1{max-width:400px;margin:12px 0;font:800 clamp(1.8rem,8.2vw,2.5rem)/1.12 var(--font-display)}.login-copy p{max-width:390px;margin:0;color:#c2d2e5;line-height:1.55}.login-access{align-self:start;width:min(100% - 32px,448px);margin:0 auto;padding:0 0 30px}.login-panel{display:grid;gap:20px}.login-card{display:grid;gap:17px;padding:25px;border:1px solid #ffffff29;border-radius:14px;background:#081a36e6;box-shadow:0 20px 50px #00000038;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.login-card h2{font:700 1.18rem var(--font-display);margin:0 0 4px}.login-card p{margin:0;color:#9eb1ca;font-size:.88rem}.login-card .field__label{color:#dceaff}.input-icon{display:grid;grid-template-areas:"control" "error";min-width:0;gap:5px}.input-icon>svg{grid-area:control;align-self:center;z-index:1;margin-left:12px;color:#6b9bd4;pointer-events:none}.input-icon .input{grid-area:control;min-width:0;padding-left:39px;background:#09203f;border-color:#2a4569;color:#fff}.input-icon .field-error{grid-area:error;line-height:1.35}.input-icon button{grid-area:control;align-self:center;justify-self:end;z-index:1;margin-right:5px;padding:7px;border:0;color:#9fb7d4;background:none}.login-card .input::placeholder{color:#7893b5;opacity:1}.login-card__options{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:.8rem}.check{display:flex;align-items:center;gap:7px;color:#b9c8dc}.check input{accent-color:var(--primary)}.link-button{color:#87c9ff;border:0;background:none;padding:0;font-weight:700}.login-submit{width:100%;min-height:44px}.login-footer{margin:0;text-align:center;color:#90a6c0;font-size:.72rem}@media(min-width:900px){.login-page{grid-template-columns:minmax(0,1.1fr) minmax(460px,.9fr);grid-template-rows:minmax(100vh,1fr)}.login-page__art{right:50%;background-position:center}.login-page__shade{right:50%;background:linear-gradient(115deg,#04142cef,#071a37d8 68%,#071a37c7)}.login-identity{width:min(100% - 120px,520px);display:grid;align-content:center;padding:64px 0;margin:auto}.login-logo{width:225px;margin-bottom:46px}.login-copy h1{font-size:clamp(2.3rem,4vw,3.6rem)}.login-copy p{font-size:1.02rem}.login-access{width:auto;display:grid;align-items:center;padding:64px;margin:0;background:linear-gradient(145deg,#071a37,#0a2347);border-left:1px solid #ffffff13}.login-panel{width:min(100%,430px);margin:auto}.login-card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.login-card .input,.login-submit{min-height:48px}.login-footer{padding-top:2px}}@media(min-width:900px){.login-page{grid-template-columns:minmax(0,1fr) minmax(480px,.92fr);min-height:100dvh}.login-identity,.login-access{align-self:stretch}.login-access{min-height:100dvh;justify-items:center}.login-copy h1{max-width:520px;font-size:clamp(2.25rem,3.25vw,3.15rem);line-height:1.08;text-wrap:balance}.login-copy p{max-width:430px}.login-panel{width:min(100%,446px)}}@media(min-width:900px){.login-page{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.login-page__art{right:50%;clip-path:inset(0 8px 0 0)}.login-access{border-left:1px solid #173b62;box-shadow:-18px 0 36px #020d2066}}.app-shell{min-height:100vh;display:flex}.sidebar{width:257px;flex:0 0 257px;min-height:100vh;display:flex;flex-direction:column;padding:27px 16px 16px;background:linear-gradient(170deg,#07162e,#0a2245);color:#fff;position:sticky;top:0;height:100vh}.sidebar__logo{width:177px;height:auto;filter:brightness(0) invert(1);margin:0 11px 42px}.sidebar__nav{display:grid;gap:5px}.sidebar__link{display:flex;align-items:center;gap:12px;min-height:46px;padding:0 13px;border-radius:8px;color:#aebfd6;font-size:.9rem;font-weight:600}.sidebar__link:hover{color:#fff;background:#ffffff0a}.sidebar__link--active{color:#fff;background:linear-gradient(90deg,#126cdb,#1976e9);box-shadow:0 8px 18px #00000025}.sidebar__bottom{margin-top:auto;border-top:1px solid #ffffff18;padding-top:16px}.user-chip{display:flex;gap:10px;align-items:center;padding:0 8px 12px}.user-chip>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#1f75d9;font-size:.82rem;font-weight:800}.user-chip div{overflow:hidden}.user-chip strong,.user-chip small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chip strong{font-size:.8rem}.user-chip small{color:#9eb3cf;font-size:.7rem;margin-top:2px}.logout{width:100%;justify-content:flex-start}.sidebar__close,.menu-button{display:none}.workspace{flex:1;min-width:0}.topbar{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,4vw,52px);background:#fff;border-bottom:1px solid var(--border)}.topbar p{margin:0 0 3px;color:#7690ad;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.topbar h1{margin:0;font:700 1.13rem var(--font-display)}.topbar__status{display:flex;gap:7px;align-items:center;color:#5d718e;font-size:.78rem}.topbar__status i{width:8px;height:8px;border-radius:50%;background:var(--success)}.page{max-width:1500px;padding:clamp(28px,4vw,52px);margin:auto}.page-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.page-header p,.detail-hero p{margin:0 0 8px;color:#1976e9;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.page-header h2,.detail-hero h2{margin:0 0 7px;font:800 clamp(1.7rem,3vw,2.15rem) var(--font-display);letter-spacing:-.035em}.page-header span{color:var(--muted);font-size:.93rem}.content-card,.detail-card{border:1px solid var(--border);background:var(--surface);border-radius:13px;box-shadow:0 3px 15px #09336808}.list-toolbar{min-height:73px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 20px;border-bottom:1px solid #e5edf6;color:#7589a2;font-size:.83rem}.list-toolbar--two{justify-content:flex-start}.list-toolbar--two>.select{width:240px}.search-input{position:relative;width:min(100%,360px)}.search-input>svg{position:absolute;z-index:1;left:12px;top:12px;color:#879cb6}.search-input .input{padding-left:38px}.table-scroll{overflow-x:auto}.data-table{width:100%;min-width:760px;border-collapse:collapse;text-align:left}.data-table th{padding:13px 20px;color:#6f849f;background:#f9fbfd;border-bottom:1px solid #e3ebf4;font-size:.71rem;letter-spacing:.05em;text-transform:uppercase}.data-table td{padding:15px 20px;color:#405671;border-bottom:1px solid #edf2f7;font-size:.84rem}.data-table tr:last-child td{border-bottom:0}.data-table td strong,.data-table td small{display:block}.data-table td strong{color:#173454;font-weight:700}.data-table td small{margin-top:3px;color:#8194ac;font-size:.73rem}.row-actions{display:flex;gap:4px}.icon-button{width:35px;height:35px;padding:0;display:inline-grid;place-items:center;color:#526b88;border:0;border-radius:8px;background:transparent}.icon-button:hover{background:#edf5ff;color:#116bda}.icon-button--danger:hover{background:#fff0f2;color:var(--danger)}.pagination{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-top:1px solid #e8eef5;color:#7589a2;font-size:.8rem}.pagination div{display:flex;gap:8px}.pagination .button{min-height:35px}.empty-state,.loading-state{min-height:250px;display:grid;place-content:center;justify-items:center;gap:10px;text-align:center;padding:26px;color:#6d819c;font-size:.86rem}.empty-state strong{color:#263d5c}.empty-state__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#2779dc;background:#eaf4ff}.loading-state .spinner{color:#1976e9;width:23px;height:23px}.status-pill{padding:5px 8px;border-radius:5px;color:#166dcb;background:#e9f4ff;font-size:.73rem;font-weight:700}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;overflow:auto;padding:22px;background:#0613298c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.client-dialog,.questionnaire-dialog,.confirm-dialog{width:min(100%,720px);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #d8e4f0;border-radius:14px;background:#fff;box-shadow:0 24px 70px #00000042}.dialog-header{min-height:68px;display:flex;align-items:center;gap:11px;padding:14px 18px;border-bottom:1px solid #e3ebf4}.dialog-header h2{margin:0;font:800 1rem var(--font-display)}.dialog-header p{margin:2px 0 0;color:#71869f;font-size:.75rem}.dialog-header .icon-button{margin-left:auto}.dialog-title-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:7px;color:#1976e9;background:#e9f3ff}.wizard-tabs{display:flex;gap:17px;padding:0 18px;border-bottom:1px solid #e3ebf4;overflow-x:auto}.wizard-tab{flex:none;display:flex;align-items:center;gap:6px;height:43px;border:0;border-bottom:2px solid transparent;color:#6f849e;background:none;font-size:.78rem}.wizard-tab--active{color:#1470e5;border-color:#1470e5;font-weight:700}.wizard-form{display:grid}.wizard-form>.form-grid{padding:20px;min-height:330px;align-content:start}.relation-step{padding:16px;min-height:330px}.relation-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.relation-head p{color:#6e829d;font-size:.75rem;margin:0}.relation-head strong{color:#203c60;font-size:.8rem}.relation-head .button{min-height:34px}.relation-list{display:grid;gap:10px}.relation-card{position:relative;padding:15px;border:1px solid #dbe6f2;border-radius:9px;background:#f9fbfe}.relation-card .form-grid{padding-right:62px}.relation-remove{position:absolute;right:12px;top:10px;border:0;color:#c63d50;background:transparent;font-size:.72rem;font-weight:700}.wizard-footer{display:flex;align-items:center;justify-content:space-between;min-height:57px;padding:10px 18px;border-top:1px solid #e3ebf4}.wizard-footer>div:last-child{display:flex;gap:8px}.step-dots{display:flex;gap:6px}.step-dots i{width:7px;height:7px;border-radius:50%;background:#b8c5d4}.step-dots i.active{background:#1976e9}.confirm-dialog{width:min(100%,400px);position:relative;padding:27px;text-align:center}.confirm-dialog>.icon-button{position:absolute;right:10px;top:10px}.danger-icon{width:45px;height:45px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;color:var(--danger);background:#fff0f2}.confirm-dialog h2{font:800 1.2rem var(--font-display);margin:0 0 7px}.confirm-dialog p{margin:0;color:#667b96;font-size:.86rem;line-height:1.5}.dialog-actions{display:flex;justify-content:center;gap:10px;margin-top:22px}.back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;color:#526d8b;font-size:.85rem;font-weight:700}.detail-hero{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:25px 28px;margin-bottom:18px;color:#fff;background:linear-gradient(115deg,#071a37,#0e3d78);border-radius:13px;box-shadow:0 10px 25px #0d36662b}.detail-hero h2{margin-bottom:6px}.detail-hero span{color:#b7cce7;font-size:.86rem}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.detail-card{padding:21px}.detail-card--wide{grid-column:span 2}.detail-card h3{display:flex;align-items:center;gap:8px;margin:0 0 17px;color:#1c3a5d;font:800 .93rem var(--font-display)}.detail-card h3 svg{color:#1874e6}.detail-card p{color:#637993;font-size:.86rem;line-height:1.6;margin:0}.detail-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:0}.detail-card dt{color:#8092a8;font-size:.7rem}.detail-card dd{margin:4px 0 0;color:#314d6d;font-size:.83rem;font-weight:600;word-break:break-word}.detail-card dd a{color:#1976e9}.mini-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.mini-list>div{display:grid;gap:4px;padding:12px;border:1px solid #e2eaf3;border-radius:8px;background:#f9fbfd}.mini-list strong{color:#294664;font-size:.82rem}.mini-list span,.mini-list small{color:#788ca6;font-size:.73rem}.mini-list small{display:flex;flex-wrap:wrap;gap:4px 7px;align-items:center}.questionnaire-dialog{width:min(100%,900px)}.questionnaire-form{display:grid;gap:15px;padding:20px;background:#f7faff}.question-section,.referrer-section{padding:20px;border:1px solid #dce7f3;border-radius:11px;background:#fff}.question-section__header{display:flex;gap:10px;align-items:flex-start;margin-bottom:16px}.question-section__header span{min-width:28px;height:28px;display:grid;place-items:center;color:#146edb;background:#e9f4ff;border-radius:6px;font-size:.73rem;font-weight:800}.question-section h3,.referrer-section h3{margin:4px 0 0;color:#1d3a5c;font:800 .95rem/1.3 var(--font-display)}.toggle-group{display:flex;flex-wrap:wrap;gap:8px}.toggle-card{min-height:37px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #d2dfed;border-radius:7px;color:#405b7a;background:#fff;text-align:left;font-size:.8rem}.toggle-card:hover{border-color:#87b9f5;background:#f5faff}.toggle-card--active{border-color:#1976e9;color:#1159b4;background:#edf6ff;font-weight:700}.check-mark{width:15px;height:15px;display:grid;place-items:center;border:1px solid #afc3db;border-radius:4px}.toggle-card--active .check-mark{color:#fff;background:#1976e9;border-color:#1976e9}.priority-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.priority-card{display:grid;gap:3px;min-height:72px;align-content:center;border:1px solid #d1dfec;border-radius:8px;color:#607891;background:#fff}.priority-card strong{color:#325273;font:800 1.15rem var(--font-display)}.priority-card span{font-size:.7rem}.priority-card--active{color:#1264c9;border-color:#1976e9;background:#eaf4ff}.priority-card--active strong{color:#1976e9}.referrer-section__title{display:flex;gap:10px;align-items:center;margin-bottom:17px}.referrer-section__title>svg{color:#1976e9}.referrer-section__title p{margin:3px 0 0;color:#71859f;font-size:.77rem}.questionnaire-footer{display:flex;justify-content:flex-end;gap:9px;position:sticky;bottom:0;padding:14px 0 0;background:#f7faff}.kanban-header{align-items:end}.kanban-header__actions{display:flex;gap:9px}.kanban-toolbar{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;margin-bottom:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 3px 15px #09336808}.kanban-toolbar>.select{width:min(100%,310px)}.kanban-toolbar__label{display:flex;align-items:center;gap:10px;color:#1b6fdb}.kanban-toolbar__label div{display:grid;gap:2px}.kanban-toolbar__label strong{color:#233e60;font-size:.82rem}.kanban-toolbar__label span{color:#71859f;font-size:.73rem}.kanban-board{display:flex;align-items:flex-start;gap:14px;overflow-x:auto;padding:2px 2px 18px;scroll-snap-type:x proximity}.kanban-column{--stage-color:var(--primary);flex:0 0 min(292px,82vw);min-height:470px;padding:10px;border:1px solid #dfe8f2;border-top:3px solid var(--stage-color);border-radius:11px;background:#edf3f9;scroll-snap-align:start}.kanban-column__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 3px 11px}.kanban-column__header>div{display:flex;align-items:center;gap:8px;min-width:0}.kanban-column__header strong{overflow:hidden;color:#2b4667;font:800 .8rem var(--font-display);text-overflow:ellipsis;white-space:nowrap}.kanban-column__header b{display:grid;place-items:center;min-width:23px;height:23px;border-radius:50%;color:#536d89;background:#dce6f0;font-size:.7rem;font-variant-numeric:tabular-nums}.kanban-column__dot{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--stage-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--stage-color) 15%,transparent)}.kanban-column__cards{display:grid;gap:9px}.kanban-column__empty{display:grid;min-height:112px;place-items:center;padding:18px;border:1px dashed #c7d4e3;border-radius:8px;color:#7890aa;font-size:.75rem;line-height:1.45;text-align:center}.kanban-card{display:grid;gap:8px;padding:13px;border:1px solid #dfe8f2;border-radius:9px;background:#fff;box-shadow:0 2px 7px #193f6f0c;cursor:grab;transition:transform .16s,box-shadow .16s,border-color .16s}.kanban-card:active{cursor:grabbing;transform:scale(.98)}.kanban-card:hover{border-color:#bdd4ee;box-shadow:0 9px 19px #17437317}.kanban-card__top{display:flex;align-items:center;justify-content:space-between;color:#8193a8;font-size:.68rem;font-weight:800;letter-spacing:.06em}.kanban-card__top svg{color:#a1b0c2}.kanban-card>strong{overflow:hidden;color:#1f3b5d;font:800 .88rem/1.3 var(--font-display);text-overflow:ellipsis;white-space:nowrap}.kanban-card>p{overflow:hidden;margin:0;color:#71849d;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.kanban-card__meta{display:flex;align-items:center;justify-content:space-between;gap:7px;padding-top:2px;color:#0f69c9;font-size:.69rem}.kanban-card__meta span{overflow:hidden;padding:4px 6px;border-radius:4px;background:#eaf4ff;text-overflow:ellipsis;white-space:nowrap}.kanban-card__meta b{flex:none;color:#617793;font-size:.67rem;font-weight:700}.kanban-card__move{display:flex;align-items:center;gap:6px;padding-top:8px;border-top:1px solid #edf2f7;color:#71869f;font-size:.68rem}.kanban-card__move>span{flex:none}.kanban-card__move .select{min-width:0;min-height:29px;padding:0 4px;border:0;color:#365271;background:transparent;font-size:.7rem;font-weight:700}.kanban-card__move svg{flex:none;color:#91a4ba}.funnel-dialog{width:min(100%,620px);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #d8e4f0;border-radius:14px;background:#fff;box-shadow:0 24px 70px #00000042}.funnel-dialog__body{display:grid;gap:19px;padding:20px}.default-toggle{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #dfe8f2;border-radius:9px;background:#f8fbfe;cursor:pointer}.default-toggle input{position:absolute;opacity:0}.default-toggle>span{display:grid;place-items:center;width:19px;height:19px;border:1px solid #afc2d8;border-radius:5px;color:transparent;background:#fff}.default-toggle input:checked+span{color:#fff;border-color:var(--primary);background:var(--primary)}.default-toggle div{display:grid;gap:2px}.default-toggle strong{color:#2a4666;font-size:.8rem}.default-toggle small{color:#71859e;font-size:.72rem}.stage-editor{display:grid;gap:11px}.stage-editor__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.stage-editor__header div{display:grid;gap:2px}.stage-editor__header strong{color:#284362;font-size:.82rem}.stage-editor__header span{color:#758aa4;font-size:.72rem}.stage-editor__header .button{min-height:34px;padding:0 10px;font-size:.75rem}.stage-editor__list{display:grid;gap:8px}.stage-editor__row{display:grid;grid-template-columns:25px 30px minmax(0,1fr) 35px;align-items:center;gap:8px}.stage-editor__order{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#627995;background:#e9f0f8;font-size:.7rem;font-weight:800;font-variant-numeric:tabular-nums}.stage-editor__row input[type=color]{width:29px;height:29px;padding:2px;border:1px solid #cedae8;border-radius:6px;background:#fff;cursor:pointer}.stage-editor__row .input{min-height:37px}.funnel-dialog__actions{justify-content:flex-end;padding:0 20px 20px;margin:0}@media(max-width:760px){.login-panel{padding-top:25px}.login-logo{width:172px;margin-bottom:30px}.login-copy h1{font-size:1.75rem}.sidebar{position:fixed;z-index:25;width:270px;transform:translate(-102%);transition:transform .2s;box-shadow:15px 0 35px #0004}.sidebar--open{transform:translate(0)}.sidebar__close{display:grid;place-items:center;position:absolute;top:12px;right:9px;color:#c5d5e9;border:0;background:none}.screen-overlay{position:fixed;z-index:24;top:0;right:0;bottom:0;left:0;border:0;background:#05132b8c}.menu-button{display:grid;place-items:center;margin-right:13px;padding:0;color:#294664;border:0;background:none}.topbar{justify-content:flex-start;height:70px;padding:0 19px}.topbar__status{display:none}.topbar h1{font-size:1rem}.page{padding:25px 16px}.page-header{align-items:start;flex-direction:column;margin-bottom:22px}.page-header .button{width:100%}.list-toolbar,.pagination{flex-direction:column;align-items:stretch}.list-toolbar--two>.select{width:100%}.pagination div{justify-content:space-between}.pagination .button{flex:1}.modal-backdrop{padding:0;align-items:end}.client-dialog,.questionnaire-dialog,.funnel-dialog{width:100%;max-height:94vh;border-radius:14px 14px 0 0}.form-grid{grid-template-columns:1fr;gap:13px}.span-2,.detail-card--wide{grid-column:span 1}.wizard-tabs{gap:14px}.wizard-form>.form-grid,.relation-step{min-height:430px}.relation-head{align-items:flex-start}.relation-head .button{flex:none;padding:0 9px;font-size:.75rem}.relation-card .form-grid{padding-right:0;padding-top:22px}.detail-hero{align-items:flex-start;flex-direction:column;padding:21px}.detail-hero .button{width:100%}.detail-grid,.detail-card dl{grid-template-columns:1fr}.questionnaire-form{padding:12px;gap:11px}.question-section,.referrer-section{padding:15px}.priority-grid{grid-template-columns:repeat(3,1fr)}.questionnaire-footer{padding-top:11px}.questionnaire-footer .button{flex:1;padding:0 9px}.kanban-header__actions,.kanban-toolbar{width:100%}.kanban-header__actions{display:grid;grid-template-columns:1fr 1fr}.kanban-header__actions .button{width:auto}.kanban-toolbar{align-items:stretch;flex-direction:column}.kanban-toolbar>.select{width:100%}.kanban-board{margin-right:-16px;padding-right:16px}.kanban-column{flex-basis:min(285px,82vw);min-height:420px}.funnel-dialog__body{padding:16px}.funnel-dialog__actions{padding:0 16px 16px}.stage-editor__row{grid-template-columns:23px 29px minmax(0,1fr) 33px;gap:6px}}@media(max-width:390px){.login-card{padding:20px}.wizard-tab{font-size:.72rem}.toggle-card{width:100%}.priority-grid{grid-template-columns:repeat(2,1fr)}}.stage-editor__row{grid-template-columns:25px minmax(0,1fr) 35px;padding:8px;border:1px solid #e0e9f3;border-radius:9px;background:#fbfdff}.stage-editor__palette{grid-column:2 / 4;display:flex;flex-wrap:wrap;gap:7px;padding-top:1px}.stage-color{width:27px;height:27px;display:grid;place-items:center;padding:0;color:#fff;border:2px solid #fff;border-radius:7px;box-shadow:0 0 0 1px #ccd9e8;transition:transform .15s,box-shadow .15s}.stage-color:hover{transform:translateY(-1px);box-shadow:0 0 0 2px #8eb9ed}.stage-color--selected{box-shadow:0 0 0 2px var(--primary-deep),0 3px 7px #0756ba33}@media(max-width:760px){.stage-editor__row{grid-template-columns:23px minmax(0,1fr) 33px;gap:6px}}.kanban-card__summary{display:grid;gap:8px;padding:0;color:inherit;border:0;background:transparent;text-align:left}.kanban-card__summary>strong{overflow:hidden;color:#1f3b5d;font:800 .88rem/1.3 var(--font-display);text-overflow:ellipsis;white-space:nowrap}.kanban-card__summary>p{overflow:hidden;margin:0;color:#71849d;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.opportunity-dialog{width:min(100%,820px);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #d8e4f0;border-radius:14px;background:#fff;box-shadow:0 24px 70px #00000042}.opportunity-dialog__body{display:grid;gap:16px;padding:20px;background:#f7faff}.opportunity-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:19px;border:1px solid #dce7f3;border-radius:11px;background:#fff}.opportunity-hero__eyebrow{color:#3975b9;font-size:.7rem;font-weight:800;letter-spacing:.08em}.opportunity-hero h3{margin:5px 0 3px;color:#17385d;font:800 1.16rem/1.25 var(--font-display)}.opportunity-hero p{margin:0;color:#7287a0;font-size:.78rem}.opportunity-stage{display:inline-flex;flex:none;align-items:center;gap:7px;padding:7px 9px;border-radius:6px;color:#365372;background:#f4f8fc;font-size:.72rem;font-weight:800}.opportunity-stage i{width:8px;height:8px;border-radius:50%;background:var(--stage-color)}.opportunity-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.opportunity-info{display:flex;align-items:flex-start;gap:8px;min-width:0}.opportunity-info>span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:7px;color:#2176dc;background:#eaf4ff}.opportunity-info>div{display:grid;min-width:0;gap:2px}.opportunity-info small{color:#7b90a8;font-size:.66rem}.opportunity-info strong{overflow:hidden;color:#2c4868;font-size:.75rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.opportunity-summary .opportunity-info{padding:11px;border:1px solid #dfe8f2;border-radius:9px;background:#fff}.opportunity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.opportunity-section{display:grid;align-content:start;gap:13px;padding:16px;border:1px solid #dce7f3;border-radius:11px;background:#fff}.opportunity-section h3{display:flex;align-items:center;gap:8px;margin:0;color:#264464;font:800 .84rem var(--font-display)}.opportunity-section h3 svg{color:#2376da}.opportunity-section__text{margin:0;color:#59718d;font-size:.8rem;line-height:1.55;white-space:pre-line}.opportunity-tags{display:flex;flex-wrap:wrap;gap:6px}.opportunity-tags span{padding:5px 7px;border-radius:5px;color:#1769c9;background:#edf6ff;font-size:.7rem;font-weight:700}.opportunity-details{display:grid;gap:11px}.opportunity-dialog__actions{justify-content:flex-end;padding:0 20px 20px;margin:0}@media(max-width:760px){.opportunity-dialog{width:100%;max-height:94vh;border-radius:14px 14px 0 0}.opportunity-dialog__body{padding:14px}.opportunity-hero{align-items:flex-start;flex-direction:column;padding:16px}.opportunity-summary,.opportunity-grid{grid-template-columns:1fr}.opportunity-summary{gap:7px}.opportunity-summary .opportunity-info{padding:10px}.opportunity-dialog__actions{padding:0 14px 14px}.opportunity-dialog__actions .button{width:100%}}.questionnaire-preview-backdrop{z-index:30}.questionnaire-preview-dialog{width:min(100%,820px);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #d8e4f0;border-radius:14px;background:#fff;box-shadow:0 24px 70px #00000042}.questionnaire-preview__body{display:grid;gap:14px;padding:20px;background:#f7faff}.questionnaire-preview__hero{padding:19px;border:1px solid #dce7f3;border-radius:11px;background:#fff}.questionnaire-preview__hero>span{color:#3975b9;font-size:.7rem;font-weight:800;letter-spacing:.08em}.questionnaire-preview__hero h3{margin:5px 0 3px;color:#17385d;font:800 1.16rem/1.25 var(--font-display)}.questionnaire-preview__hero p{margin:0;color:#7287a0;font-size:.78rem}.questionnaire-preview__section{display:grid;gap:12px;padding:16px;border:1px solid #dce7f3;border-radius:11px;background:#fff}.questionnaire-preview__section h3{margin:0;color:#264464;font:800 .84rem var(--font-display)}.questionnaire-preview__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 16px}.questionnaire-preview__item{display:grid;min-width:0;gap:3px}.questionnaire-preview__item small{color:#7b90a8;font-size:.68rem}.questionnaire-preview__item strong{color:#2c4868;font-size:.78rem;font-weight:700;line-height:1.45;white-space:pre-line}.questionnaire-preview__tags{display:flex;flex-wrap:wrap;gap:6px}.questionnaire-preview__tags span{padding:5px 7px;border-radius:5px;color:#1769c9;background:#edf6ff;font-size:.7rem;font-weight:700}.questionnaire-preview__actions{justify-content:flex-end;padding:0 20px 20px;margin:0}@media(max-width:760px){.questionnaire-preview-dialog{width:100%;max-height:94vh;border-radius:14px 14px 0 0}.questionnaire-preview__body{padding:14px}.questionnaire-preview__hero,.questionnaire-preview__section{padding:16px}.questionnaire-preview__grid{grid-template-columns:1fr}.questionnaire-preview__actions{padding:0 14px 14px}.questionnaire-preview__actions .button{width:100%}}.login-mode{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;border:1px solid #2a4569;border-radius:9px;background:#071a35}.login-mode__button{min-height:34px;border:0;border-radius:6px;color:#9fb6d1;background:transparent;font-size:.76rem;font-weight:700;transition:color .15s,background .15s}.login-mode__button--active{color:#fff;background:#1a528f;box-shadow:0 2px 6px #020d2038}.login-mode__button:focus-visible{outline:2px solid #7ec8ff;outline-offset:2px}.login-page__art{filter:blur(2px);transform:scale(1.045)}.login-card .input:-webkit-autofill,.login-card .input:-webkit-autofill:hover,.login-card .input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;border-color:#2a4569;-webkit-box-shadow:0 0 0 1000px #09203f inset;box-shadow:0 0 0 1000px #09203f inset;transition:background-color 9999s ease-out 0s}@media(max-width:760px){.login-page{width:100%;max-width:100%;min-height:100dvh;overflow:clip}.login-identity{width:min(100% - 40px,448px);padding:34px 0 24px}.login-logo{width:166px;margin-bottom:28px}.login-copy h1{max-width:370px;margin:11px 0 12px;font-size:clamp(1.9rem,8vw,2.2rem);letter-spacing:-.035em;text-wrap:balance}.login-copy p{max-width:360px;font-size:.94rem;text-wrap:pretty}.login-access{width:min(100% - 32px,448px);padding:0 0 26px}.login-panel{gap:16px}.login-card{gap:18px;padding:20px;border-color:#ffffff2e;border-radius:16px;background:linear-gradient(145deg,#0a2040f5,#071a36ee);box-shadow:0 18px 44px #0000003d,inset 0 1px #ffffff0b}.login-mode{gap:4px;padding:4px;border-color:#345574;border-radius:10px;background:#06182f}.login-mode__button{min-height:38px;border-radius:7px}.login-mode__button--active{background:linear-gradient(135deg,#1c5a9c,#246cb1);box-shadow:0 2px 8px #020d204d}.login-card h2{font-size:1.22rem}.login-card p{font-size:.84rem}.login-card .field{gap:6px}.login-card .input{min-height:46px}.login-card__options{min-height:22px;font-size:.78rem}.login-submit{min-height:46px}.login-footer{font-size:.7rem}}@media(max-width:760px){.login-identity{padding:28px 0 20px}.login-logo{margin:0 auto 21px}.login-copy span,.login-copy p{display:none}.login-copy h1{max-width:310px;margin:0 auto;font-size:clamp(1.82rem,7.8vw,2.05rem);line-height:1.1;text-align:center}}
