:root{--red:#e85252;--red-pale:#fceeea;--amber:#f5a623;--border:#edecf3}.wrap{grid-template-columns:572px 1fr;min-height:100vh;display:grid}.left{background:var(--white);border-right:1px solid var(--border);flex-direction:column;height:100vh;padding:36px 56px 48px;display:flex;position:sticky;top:0;overflow-y:auto}.brand-row{justify-content:space-between;align-items:center;margin-bottom:auto;display:flex}.brand{align-items:center;gap:10px;text-decoration:none;display:flex}.brand img{width:auto;height:28px;display:block}.back-link{color:var(--mid);align-items:center;gap:6px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--near-black)}.back-link svg{transition:transform .2s}.back-link:hover svg{transform:translate(-2px)}.form-block{width:100%;max-width:460px;margin:40px 0}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--indigo);background:var(--indigo-pale);border:1px solid var(--indigo-border);border-radius:100px;align-items:center;gap:7px;margin-bottom:24px;padding:5px 12px;font-size:11px;font-weight:500;display:inline-flex}.eyebrow .pulse{background:var(--teal);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.left h1{font-family:var(--serif);letter-spacing:-.8px;color:var(--near-black);margin-bottom:14px;font-size:clamp(32px,3.4vw,42px);font-weight:500;line-height:1.12}.left h1 em{color:var(--indigo);font-style:italic}.left-sub{color:var(--mid);margin-bottom:32px;font-size:15px;font-weight:300;line-height:1.6}.wait-form{flex-direction:column;gap:20px;display:flex}.field{flex-direction:column;gap:7px;display:flex}.field label{color:var(--near-black);font-size:12.5px;font-weight:500}.field label .opt{color:var(--soft);font-weight:400}.field input,.field select{border:1px solid var(--indigo-border);background:var(--white);width:100%;font-family:var(--sans);color:var(--near-black);appearance:none;border-radius:9px;padding:12px 14px;font-size:14.5px;transition:border-color .2s,box-shadow .2s}.field select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239896A8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}.field input::placeholder{color:var(--soft)}.field input:focus,.field select:focus{border-color:var(--indigo);outline:none;box-shadow:0 0 0 3px #4a3fd41a}.field.invalid input,.field.invalid select{border-color:var(--red);box-shadow:0 0 0 3px #e852521a}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--indigo-border);background:var(--white);font-family:var(--sans);color:var(--mid);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:100px;align-items:center;gap:7px;padding:8px 13px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.chip:hover{border-color:var(--indigo-light);color:var(--near-black)}.chip .chip-check{border:1.5px solid var(--indigo-border);border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;transition:all .15s;display:flex}.chip .chip-check svg{opacity:0;width:9px;height:9px;transition:opacity .15s}.chip.selected{border-color:var(--indigo);background:var(--indigo-pale);color:var(--indigo)}.chip.selected .chip-check{background:var(--indigo);border-color:var(--indigo)}.chip.selected .chip-check svg{opacity:1}.channel-other{border:1px solid var(--indigo-border);background:var(--white);width:100%;font-family:var(--sans);color:var(--near-black);border-radius:9px;margin-top:10px;padding:11px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s;animation:.25s both fadeUp}.channel-other::placeholder{color:var(--soft)}.channel-other:focus{border-color:var(--indigo);outline:none;box-shadow:0 0 0 3px #4a3fd41a}.submit-btn{background:var(--indigo);color:#fff;font-family:var(--sans);cursor:pointer;border:none;border-radius:10px;margin-top:4px;padding:15px 24px;font-size:15px;font-weight:500;transition:background .2s,transform .15s}.submit-btn:hover{background:var(--indigo-light)}.submit-btn:active{transform:scale(.985)}.submit-btn:disabled{opacity:.6;cursor:default}.form-note{color:var(--soft);align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.55;display:flex}.form-note svg{color:var(--teal);flex-shrink:0;margin-top:1px}.success{max-width:460px;margin:40px 0;animation:.5s both fadeUp}.success-badge{background:var(--teal-pale);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}.success-badge svg{width:28px;height:28px;color:var(--teal)}.success h2{font-family:var(--serif);letter-spacing:-.5px;margin-bottom:12px;font-size:30px;font-weight:500}.success h2 em{color:var(--indigo);font-style:italic}.success p{color:var(--mid);margin-bottom:8px;font-size:15px;font-weight:300;line-height:1.65}.success .pos{color:var(--near-black);margin-top:20px;font-size:14px}.success .pos strong{color:var(--indigo);font-weight:600}.left-footer{color:var(--soft);margin-top:auto;padding-top:24px;font-size:12px}.right{padding:56px 56px 64px;position:relative;overflow:hidden}.right:before{content:"";pointer-events:none;background:radial-gradient(circle,#4a3fd41a 0%,#0000 70%);width:540px;height:540px;position:absolute;top:-100px;right:-80px}.right-inner{max-width:640px;margin:0 auto;position:relative}.right-overline{letter-spacing:.12em;text-transform:uppercase;color:var(--soft);text-align:center;margin-bottom:18px;font-size:11px;font-weight:600}.app-window{z-index:2;background:var(--white);border:1px solid var(--border);border-radius:16px;max-width:100%;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 30px 70px -34px #4a3fd44d,0 8px 24px -14px #12112a1f}.ea-stage{position:relative}.ea-links{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.ea-link-path{fill:none;stroke:var(--indigo-light);stroke-width:1.5px;stroke-dasharray:1 7;stroke-linecap:round;opacity:.5}.ea-link-dot{fill:var(--indigo);opacity:.55}@media (prefers-reduced-motion:no-preference){.ea-link-path{animation:1.4s linear infinite eaDash}}@keyframes eaDash{to{stroke-dashoffset:-16px}}.ea-chip{background:var(--white);z-index:3;border:1px solid #4a3fd41a;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;box-shadow:0 10px 24px -10px #12112a38}.ea-chip svg{object-fit:contain;width:26px;height:26px;display:block}.ea-chip[data-pos=tl]{top:1%;left:-7%}.ea-chip[data-pos=ml]{top:27%;left:-9%}.ea-chip[data-pos=bl]{top:53%;left:-9%}.ea-chip[data-pos=fl]{top:79%;left:-6%}.ea-chip[data-pos=tr]{top:3%;right:-7%}.ea-chip[data-pos=mr]{top:40%;right:-9%}.ea-chip[data-pos=br]{top:74%;right:-6%}@media (prefers-reduced-motion:no-preference){.ea-chip{animation:5s ease-in-out infinite eaBob}.ea-chip[data-pos=ml],.ea-chip[data-pos=fl],.ea-chip[data-pos=tr],.ea-chip[data-pos=br]{animation-delay:-2.5s}}@keyframes eaBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:1080px){.ea-chip,.ea-links{display:none}}.app-bar{border-bottom:1px solid var(--border);background:#fbfafe;align-items:center;gap:7px;padding:12px 16px;display:flex}.app-dot{border-radius:50%;width:11px;height:11px}.app-url{color:var(--soft);background:var(--bg);text-align:center;border-radius:6px;flex:1;max-width:220px;margin-left:12px;padding:4px 14px;font-size:11px}.app-body{padding:22px 22px 24px}.app-greeting{font-family:var(--serif);letter-spacing:-.3px;margin-bottom:4px;font-size:22px;font-weight:500}.app-lede{color:var(--soft);margin-bottom:18px;font-size:12.5px;line-height:1.5}.briefing{background:var(--near-black);border-radius:14px;margin-bottom:16px;padding:20px}.briefing-head{align-items:center;gap:9px;margin-bottom:14px;display:flex}.briefing-mark{border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:flex;overflow:hidden}.briefing-mark img{object-fit:contain;width:100%;height:100%;display:block}.briefing-title{color:#ffffffd9;font-size:12px;font-weight:500}.briefing-time{color:#fff6;margin-left:auto;font-size:11px}.briefing-text{font-family:var(--serif);color:#ffffffd1;font-size:15px;line-height:1.62}.briefing-text .hl{color:var(--teal);font-style:normal}.briefing-text .ref{color:var(--indigo-light);font-family:var(--sans);white-space:nowrap;background:#7b72e824;border-radius:5px;padding:1px 6px;font-size:11px;font-weight:500}.app-card{border:1px solid var(--border);border-radius:12px;margin-bottom:16px;padding:16px}.app-card-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.app-card-title{letter-spacing:.09em;text-transform:uppercase;color:var(--soft);font-size:10px;font-weight:600}.app-card-link{color:var(--indigo);font-size:11px;font-weight:500}.prio{border-bottom:1px solid var(--border);align-items:center;gap:11px;padding:10px 0;display:flex}.prio:last-child{border-bottom:none;padding-bottom:0}.prio:first-child{padding-top:0}.prio-check{border:1.5px solid var(--indigo-border);border-radius:6px;flex-shrink:0;width:18px;height:18px}.prio-main{flex:1;min-width:0}.prio-text{color:var(--near-black);margin-bottom:4px;font-size:13px;font-weight:500;line-height:1.35}.prio-meta{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.src-bug{background:var(--white);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #12112a12}.src-bug svg{object-fit:contain;width:100%;height:100%;padding:2px;display:block}.src-label{color:var(--soft);font-size:11px}.due-chip{color:var(--mid);background:var(--bg);border-radius:5px;padding:2px 8px;font-size:10.5px;font-weight:500}.due-chip.urgent{color:var(--red);background:var(--red-pale)}.mtg{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 0;display:flex}.mtg:last-child{border-bottom:none;padding-bottom:0}.mtg:first-child{padding-top:0}.mtg-time{font-family:var(--serif);color:var(--near-black);flex-shrink:0;width:46px;font-size:15px;font-weight:500}.mtg-main{flex:1;min-width:0}.mtg-title{color:var(--near-black);margin-bottom:3px;font-size:12.5px;font-weight:500;line-height:1.3}.mtg-meta{align-items:center;gap:7px;display:flex}.mtg-dur{color:var(--soft);font-size:11px}.next-pill{letter-spacing:.05em;text-transform:uppercase;color:var(--indigo);background:var(--indigo-pale);border-radius:100px;padding:2px 7px;font-size:9.5px;font-weight:600}.stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.stat{border:1px solid var(--border);text-align:center;border-radius:10px;padding:12px 10px}.stat-num{font-family:var(--serif);margin-bottom:5px;font-size:24px;font-weight:500;line-height:1}.stat-num.red{color:var(--red)}.stat-num.ink{color:var(--near-black)}.stat-label{color:var(--soft);font-size:9.5px;line-height:1.3}.privacy{background:var(--white);border:1px solid var(--border);border-radius:16px;margin-bottom:24px;padding:24px}.privacy-head{align-items:center;gap:9px;margin-bottom:6px;display:flex}.privacy-head svg{width:17px;height:17px;color:var(--teal)}.privacy-head h3{font-family:var(--serif);letter-spacing:-.2px;font-size:17px;font-weight:500}.privacy-sub{color:var(--mid);margin-bottom:18px;font-size:12.5px;line-height:1.5}.privacy-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.priv-item{gap:11px;display:flex}.priv-ic{background:var(--teal-pale);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.priv-ic svg{width:16px;height:16px;color:var(--teal);stroke-width:1.7px}.priv-item h4{color:var(--near-black);margin-bottom:3px;font-size:12.5px;font-weight:600}.priv-item p{color:var(--soft);font-size:11.5px;line-height:1.45}@media (max-width:1080px){.wrap{grid-template-columns:540px 1fr}.left{padding:32px 40px 40px}.right{padding:44px 40px 56px}}@media (max-width:920px){.wrap{grid-template-columns:1fr}.left{border-right:none;border-bottom:1px solid var(--border);height:auto;position:static;overflow:visible}.brand-row{margin-bottom:32px}.form-block,.success{margin:0 0 8px}.left-footer{padding-top:32px}}@media (max-width:560px){.left{padding:24px 20px 32px}.right{padding:36px 20px 44px}.privacy-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}}
