@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#eff6ff;background:#06101d;font-family:Manrope,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.page-shell{position:relative;display:flex;min-height:100vh;flex-direction:column;overflow:hidden;padding:0 clamp(24px,6vw,96px);background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),radial-gradient(circle at 50% -10%,#102f4d 0,#06101d 48%);background-size:72px 72px,72px 72px,auto}.glow{position:absolute;border-radius:999px;filter:blur(90px);pointer-events:none}.glow--primary{top:20%;left:-10%;width:380px;height:380px;background:#1ac1a41f}.glow--secondary{right:-8%;bottom:10%;width:460px;height:460px;background:#3477eb21}.topbar,footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}.topbar{min-height:96px;border-bottom:1px solid rgb(255 255 255 / 8%)}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:800;letter-spacing:-.04em}.brand__mark{display:grid;width:35px;height:35px;place-items:center;border:1px solid rgb(92 236 210 / 45%);border-radius:11px;color:#55e5c8;background:#55e5c814}.brand__accent{margin-left:2px;color:#55e5c8}.topbar__label,footer{color:#73869c;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.account-actions{display:flex;align-items:center;gap:9px}.account-email{margin-right:8px;color:#94a8bd;font-size:12px}.auth-layout,.password-layout,.hero{position:relative;z-index:1;width:min(1180px,100%);margin:auto;padding:64px 0}.auth-layout,.hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.65fr);gap:clamp(56px,9vw,120px);align-items:center}.password-layout{display:grid;place-items:center}.loading-state{position:relative;z-index:1;display:grid;min-height:70vh;place-content:center;justify-items:center;gap:16px;color:#94a8bd;font-size:13px}.spinner{width:30px;height:30px;border:2px solid rgb(255 255 255 / 10%);border-top-color:#55e5c8;border-radius:50%;animation:spin .8s linear infinite}.eyebrow{margin:0 0 18px;color:#55e5c8;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}h1{max-width:780px;margin:0;font-size:clamp(46px,5.7vw,76px);font-weight:700;letter-spacing:-.065em;line-height:1}.lead{max-width:650px;margin:30px 0 36px;color:#94a8bd;font-size:clamp(16px,1.4vw,19px);line-height:1.7}.security-note,.status{display:inline-flex;align-items:center;gap:14px;padding:13px 18px;border:1px solid rgb(85 229 200 / 18%);border-radius:14px;background:#0c1d2cb8;box-shadow:0 20px 60px #0000002e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.security-note__icon{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;color:#55e5c8;background:#55e5c817;font-size:12px}.security-note div,.status div{display:grid;gap:3px}.security-note strong,.status strong{font-size:13px}.security-note small,.status small{color:#7f93a8;font-size:11px}.auth-card,.system-card{border:1px solid rgb(255 255 255 / 10%);border-radius:24px;background:linear-gradient(145deg,#0f2234eb,#081421f0);box-shadow:0 32px 90px #00000052;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.auth-card{display:grid;gap:19px;padding:clamp(25px,4vw,38px)}.auth-card--password{width:min(500px,100%)}.auth-card__heading{margin-bottom:5px}.auth-card__heading h2{margin:0 0 10px;font-size:27px;letter-spacing:-.04em}.auth-card__heading>p:not(.eyebrow,.user-chip){margin:0;color:#8195aa;font-size:13px;line-height:1.6}.user-chip{display:inline-flex;margin:16px 0 0;padding:7px 11px;border-radius:9px;color:#b9c9da;background:#ffffff0d;font-size:11px}.field{display:grid;gap:8px;color:#b8c8d8;font-size:12px;font-weight:600}.field input{width:100%;min-height:49px;padding:0 15px;border:1px solid rgb(255 255 255 / 11%);outline:0;border-radius:12px;color:#eff6ff;background:#040e19ad;transition:border-color .16s ease,box-shadow .16s ease}.field input::placeholder{color:#4e6278}.field input:focus{border-color:#55e5c885;box-shadow:0 0 0 4px #55e5c812}.button{min-height:40px;padding:0 15px;border:1px solid transparent;border-radius:11px;color:#dfeaf6;background:transparent;cursor:pointer;font-size:11px;font-weight:700;transition:transform .14s ease,background .14s ease,opacity .14s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.55}.button--primary{min-height:49px;margin-top:2px;color:#031a17;background:#55e5c8;box-shadow:0 14px 35px #20d2b229;font-size:12px}.button--primary:hover:not(:disabled){background:#6aedd3}.button--quiet{border-color:#ffffff17;background:#ffffff08}.form-actions{display:flex;justify-content:flex-end;gap:10px}.form-actions .button--primary{min-width:180px;margin:0}.form-error{margin:-4px 0 0;padding:10px 12px;border:1px solid rgb(255 128 134 / 18%);border-radius:10px;color:#ffadb1;background:#ff808612;font-size:11px;line-height:1.55}.form-hint,.password-rules{margin:-5px 0 0;color:#64788e;font-size:10px;line-height:1.55;text-align:center}.password-rules{text-align:left}.status__dot{width:10px;height:10px;border:2px solid #123e39;border-radius:50%;background:#55e5c8;box-shadow:0 0 0 5px #55e5c814}.status--error .status__dot{border-color:#492425;background:#ff8086;box-shadow:0 0 0 5px #ff808614}.system-card{overflow:hidden}.system-card__header{display:flex;align-items:center;justify-content:space-between;padding:21px 24px;border-bottom:1px solid rgb(255 255 255 / 8%);color:#9bacc0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.live-badge{padding:5px 9px;border:1px solid rgb(85 229 200 / 20%);border-radius:999px;color:#55e5c8;background:#55e5c814;font-size:8px}.profile-card{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:22px 24px 15px}.profile-avatar{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;color:#55e5c8;background:#55e5c817;font-weight:800}.profile-card div{display:grid;min-width:0;gap:4px}.profile-card strong{overflow:hidden;font-size:12px;text-overflow:ellipsis}.profile-card small{color:#718499;font-size:10px}.services{display:grid;margin:0;padding:6px 10px 14px;list-style:none}.services li{display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;padding:13px 14px;border-radius:14px}.service-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;font-size:12px;font-weight:800}.service-icon--dotnet{color:#a994ff;background:#8160ef21}.service-icon--postgres{color:#7cb6ff;background:#3367912e}.services li div{display:grid;gap:3px}.services strong{font-size:12px}.services small{color:#718499;font-size:10px}.check{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;color:#55e5c8;background:#55e5c814;font-size:10px}.workspace{position:relative;z-index:1;width:min(1400px,100%);margin:0 auto;padding:44px 0 54px}.workspace-nav{display:flex;width:max-content;gap:5px;margin-bottom:34px;padding:5px;border:1px solid rgb(255 255 255 / 8%);border-radius:13px;background:#06101db3}.workspace-nav button{min-height:36px;padding:0 14px;border:0;border-radius:9px;color:#718499;background:transparent;cursor:pointer;font-size:10px;font-weight:700}.workspace-nav button:hover{color:#b6c7d7}.workspace-nav .workspace-nav__item--active{color:#71ead2;background:#55e5c817}.workspace-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:26px}.workspace-heading h1{font-size:clamp(38px,4.5vw,62px)}.workspace-heading .eyebrow{margin-bottom:12px}.workspace-subtitle{margin:14px 0 0;color:#8195aa;font-size:13px}.button--sync{display:inline-flex;min-width:162px;min-height:46px;align-items:center;justify-content:center;gap:9px;border-color:#55e5c847;color:#77ecd5;background:#55e5c814}.button--sync .spinner{width:15px;height:15px}.source-bar{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;margin-bottom:16px;padding:12px 16px;border:1px solid rgb(85 229 200 / 15%);border-radius:13px;background:#0b1b2ab8}.source-bar__dot{width:8px;height:8px;border-radius:50%;background:#55e5c8;box-shadow:0 0 0 5px #55e5c812}.source-bar--error{border-color:#ff80862e}.source-bar--error .source-bar__dot{background:#ff8086;box-shadow:0 0 0 5px #ff808612}.source-bar div{display:flex;min-width:0;align-items:center;gap:10px}.source-bar strong{font-size:11px}.source-bar small,.source-bar__count{color:#718499;font-size:10px}.source-bar__count{text-transform:uppercase;letter-spacing:.08em}.source-bars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.source-bars .source-bar{margin-bottom:0}.workspace-error{margin:0 0 16px;padding:11px 14px;border:1px solid rgb(255 128 134 / 18%);border-radius:11px;color:#ffadb1;background:#ff808612;font-size:11px}.mailbox-layout{display:grid;min-height:620px;height:min(68vh,760px);grid-template-columns:minmax(340px,.72fr) minmax(440px,1.28fr);border:1px solid rgb(255 255 255 / 10%);border-radius:22px;overflow:hidden;background:linear-gradient(145deg,#0f2234eb,#081421f2);box-shadow:0 30px 80px #00000042;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.lead-list-panel,.lead-view-panel{min-width:0;min-height:0}.lead-list-panel{display:flex;flex-direction:column;border-right:1px solid rgb(255 255 255 / 8%)}.lead-view-panel{display:flex;flex-direction:column;overflow:auto;background:#050f1a3d}.panel-heading{display:flex;min-height:58px;flex:0 0 auto;align-items:center;justify-content:space-between;padding:0 19px;border-bottom:1px solid rgb(255 255 255 / 8%);color:#9bacc0;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.panel-heading span:last-child{color:#5f7389}.lead-list{overflow:auto;padding:7px}.lead-item{display:grid;width:100%;grid-template-columns:39px minmax(0,1fr);gap:11px;padding:13px 12px;border:1px solid transparent;border-radius:13px;color:inherit;background:transparent;cursor:pointer;text-align:left;transition:border-color .14s ease,background .14s ease}.lead-item:hover{background:#ffffff06}.lead-item--active{border-color:#55e5c826;background:#55e5c80f}.lead-avatar{display:grid;width:39px;height:39px;flex:0 0 auto;place-items:center;border-radius:12px;color:#72e8d1;background:#55e5c817;font-size:12px;font-weight:800}.lead-avatar--large{width:45px;height:45px;border-radius:14px;font-size:14px}.lead-item__content{display:grid;min-width:0;gap:4px}.lead-item__topline{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.lead-item__topline strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.lead-item__topline time{flex:0 0 auto;color:#64788d;font-size:8px}.lead-item__subject{overflow:hidden;color:#b9c9d9;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.lead-item__preview{display:-webkit-box;overflow:hidden;color:#63778c;font-size:9px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.attachment-count{width:max-content;margin-top:2px;padding:3px 6px;border-radius:6px;color:#8ea2b5;background:#ffffff0a;font-size:8px}.panel-state{display:flex;min-height:240px;flex:1;align-items:center;justify-content:center;gap:12px;color:#718499;font-size:11px}.panel-state--empty{flex-direction:column;padding:30px;text-align:center}.panel-state--empty strong{color:#aabacd;font-size:12px}.panel-state--empty small{max-width:280px;color:#65798e;font-size:10px;line-height:1.6}.empty-icon{display:grid;width:44px;height:44px;place-items:center;margin-bottom:3px;border-radius:14px;color:#55e5c8;background:#55e5c812;font-size:17px}.message-header{display:flex;min-height:78px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:20px;padding:15px 23px;border-bottom:1px solid rgb(255 255 255 / 8%)}.message-header__meta{display:flex;min-width:0;align-items:center;gap:12px}.message-header__meta div{display:grid;min-width:0;gap:3px}.message-header strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.message-header a{overflow:hidden;color:#6f859a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.message-header a:hover{color:#55e5c8}.message-header time{flex:0 0 auto;color:#65798e;font-size:9px}.message-content{padding:clamp(24px,4vw,42px)}.message-content .eyebrow{margin-bottom:9px}.message-content h2{margin:0;color:#e8f1fb;font-size:clamp(20px,2.2vw,30px);letter-spacing:-.035em;line-height:1.28}.attachments{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.attachments span{max-width:100%;overflow:hidden;padding:7px 9px;border:1px solid rgb(255 255 255 / 8%);border-radius:8px;color:#8fa3b7;background:#ffffff08;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.message-body{margin-top:27px;padding-top:25px;border-top:1px solid rgb(255 255 255 / 7%);color:#a4b5c5;font-size:12px;line-height:1.8;overflow-wrap:anywhere;white-space:pre-wrap}.onec-overview{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:16px}.onec-status-card,.onec-note,.onec-method,.onec-result{border:1px solid rgb(255 255 255 / 9%);border-radius:18px;background:linear-gradient(145deg,#0f2234db,#081421eb);box-shadow:0 22px 60px #0000002e}.onec-status-card,.onec-note{min-height:225px;padding:25px}.onec-status-card__heading{display:flex;align-items:center;gap:15px}.onec-status-card__heading .eyebrow,.onec-note .eyebrow{margin:0 0 6px}.onec-status-card h2,.onec-note h2{margin:0;font-size:21px;letter-spacing:-.035em}.service-icon--onec{color:#ffd76f;background:#f7c3371c}.service-icon--s4b{color:#82c8ff;background:#3494e01f;font-size:9px}.onec-status-card>p,.onec-note>p:not(.eyebrow){margin:20px 0 0;color:#8296aa;font-size:11px;line-height:1.7}.onec-status-card dl{display:grid;gap:8px;margin:22px 0 0}.onec-status-card dl div{display:flex;justify-content:space-between;gap:20px;padding-top:8px;border-top:1px solid rgb(255 255 255 / 6%);font-size:10px}.onec-status-card dt{color:#657a90}.onec-status-card dd{margin:0;color:#bdcbd8}.onec-note{background:linear-gradient(145deg,#221e13ad,#11161ce5)}.onec-note .eyebrow{color:#eac568}.onec-note--wide{min-height:0;margin-top:16px}.s4b-capabilities{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:16px;padding:22px 25px;border:1px solid rgb(80 174 241 / 15%);border-radius:18px;background:linear-gradient(145deg,#0e2233d6,#081522e5)}.s4b-capabilities .eyebrow{margin:0 0 6px;color:#82c8ff}.s4b-capabilities h2{margin:0;font-size:18px;letter-spacing:-.03em}.s4b-capabilities p:not(.eyebrow){margin:8px 0 0;color:#73889d;font-size:10px;line-height:1.6}.s4b-capabilities ul{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;margin:0;padding:0;list-style:none}.s4b-capabilities li{padding:7px 9px;border:1px solid rgb(130 200 255 / 13%);border-radius:8px;color:#91abc1;background:#82c8ff0d;font-size:9px;white-space:nowrap}.onec-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.onec-method{display:flex;min-width:0;min-height:260px;flex-direction:column;gap:14px;padding:20px}.onec-method>div{display:flex;align-items:center;gap:10px}.onec-method strong{font-size:12px}.onec-method p{min-height:34px;margin:0;color:#6e8297;font-size:10px;line-height:1.6}.onec-method input,.onec-method textarea{width:100%;padding:12px 13px;border:1px solid rgb(255 255 255 / 10%);outline:0;border-radius:10px;color:#dce8f4;background:#030c15a6;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;resize:vertical}.onec-method input{min-height:45px}.onec-method input:focus,.onec-method textarea:focus{border-color:#55e5c866;box-shadow:0 0 0 4px #55e5c80d}.onec-method .button{width:100%;margin-top:auto}.method-badge{padding:4px 6px;border-radius:6px;color:#ffc6a4;background:#f5813c1c;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.method-badge--get{color:#91dbff;background:#3aa0d31c}.onec-result{margin-top:16px;overflow:hidden}.onec-result pre{max-height:450px;margin:0;overflow:auto;padding:22px;color:#9fcdbf;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.65}footer{min-height:72px;border-top:1px solid rgb(255 255 255 / 8%)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{box-shadow:0 0 0 9px #55e5c800}}@media(prefers-reduced-motion:no-preference){.status__dot{animation:pulse 2s infinite}}@media(max-width:900px){.auth-layout,.hero{grid-template-columns:1fr;gap:48px}.auth-card,.system-card{max-width:560px}.account-email{display:none}.mailbox-layout{height:auto;grid-template-columns:1fr}.lead-list-panel{max-height:520px;border-right:0;border-bottom:1px solid rgb(255 255 255 / 8%)}.lead-view-panel{min-height:520px}.source-bars,.onec-overview,.onec-methods{grid-template-columns:1fr}.onec-method{min-height:0}.s4b-capabilities{align-items:flex-start;flex-direction:column}.s4b-capabilities ul{justify-content:flex-start}}@media(max-width:600px){.page-shell{padding:0 20px}.topbar{min-height:78px}.topbar__label,.account-actions .button:first-of-type{display:none}.auth-layout,.password-layout,.hero{padding:46px 0}.workspace{padding:35px 0 42px}.workspace-nav{width:100%}.workspace-nav button{flex:1}.workspace-heading{align-items:flex-start;flex-direction:column}.workspace-heading h1{font-size:40px}.button--sync{width:100%}.source-bar{grid-template-columns:auto 1fr}.source-bar div{align-items:flex-start;flex-direction:column;gap:3px}.source-bar__count{display:none}.mailbox-layout{min-height:0;border-radius:17px}.lead-list-panel{max-height:470px}.lead-view-panel{min-height:500px}.message-header{align-items:flex-start}.message-header time{display:none}h1{font-size:44px}.auth-card{padding:24px 20px}.form-actions{display:grid}.form-actions .button--primary{min-width:0;grid-row:1}footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}}
