@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--plum:#1c0f2b;--plum-2:#2b1743;--purple:#6f3ce6;--purple-2:#8b5cf6;--lavender:#f1ebff;--lavender-2:#faf7ff;--ink:#21182f;--muted:#786f85;--line:#ebe7ef;--bg:#f7f5f9;--white:#fff;--danger:#d84d5b;--orange:#d27b24;--green:#238567;--blue:#3478d4}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:DM Sans,sans-serif}button,input{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:244px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;z-index:20;background:linear-gradient(#211132 0%,#160b22 100%);flex-direction:column;width:244px;padding:28px 18px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{flex-direction:column;padding:0 14px 28px;display:flex}.brand img{width:105px;height:auto;display:block}.brand small{letter-spacing:.3em;color:#bba6d6;margin-top:9px;font-size:8px}.workspace{background:#2d1a42;border:1px solid #49345f;border-radius:13px;align-items:center;gap:10px;margin-bottom:22px;padding:10px;display:flex}.workspace>div{background:#8b5cf6;border-radius:9px;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.workspace span{flex-direction:column;flex:1;display:flex}.workspace small{color:#ad9cbe;letter-spacing:.11em;font-size:8px}.workspace strong{margin-top:2px;font-size:13px}.workspace>b{color:#a995bc}nav{flex-direction:column;gap:4px;display:flex}nav button,.sidebar-bottom>button{color:#bfaed0;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:14px;display:flex}nav button i,.sidebar-bottom i{text-align:center;width:20px;font-size:17px;font-style:normal}nav button b{color:#d6c3ef;background:#4a3168;border-radius:8px;margin-left:auto;padding:2px 7px;font-size:11px}nav button.active{color:#fff;background:#6f3ce6;box-shadow:0 8px 18px #0e0717}nav button:hover,.sidebar-bottom>button:hover{color:#fff;background:#332047}.sidebar-bottom{flex-direction:column;margin-top:auto;display:flex}.profile{border-top:1px solid #3b294c;align-items:center;gap:10px;margin-top:14px;padding:18px 4px 0;display:flex}.profile>span:nth-child(2){flex-direction:column;flex:1;display:flex}.profile strong{font-size:12px}.profile small{color:#9f8eb2;font-size:10px}.profile>b{color:#8f7ca3;font-size:11px}.avatar{color:#fff;background:linear-gradient(135deg,#a78bfa,#6f3ce6);border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-style:normal;font-weight:700;display:inline-grid}.avatar.tiny{vertical-align:middle;width:25px;height:25px;margin-right:7px;font-size:10px}main{grid-column:2;min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;align-items:center;gap:12px;height:72px;padding:0 34px;display:flex;position:sticky;top:0}.search{border:1px solid var(--line);color:#9b93a3;background:#faf9fb;border-radius:10px;flex:1;align-items:center;max-width:430px;height:39px;padding:0 12px;display:flex}.search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:0 9px}.search kbd{background:#fff;border:1px solid #ddd7e3;border-radius:5px;padding:2px 6px;font-size:10px}.demo-badge{letter-spacing:.12em;color:#6940a8;background:#f2ebfc;border:1px solid #dfd1f5;border-radius:99px;margin-left:auto;padding:7px 10px;font-size:9px;font-weight:700}.round{border:1px solid var(--line);color:#685f72;background:#fff;border-radius:50%;width:36px;height:36px;position:relative}.round.alert i{background:#ef5a68;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:2px;right:3px}.mobile-menu{background:0 0;border:0;font-size:20px;display:none}.content{max-width:1540px;margin:0 auto;padding:34px}.page-title{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.page-title h1{letter-spacing:-.04em;margin:7px 0 6px;font:800 31px/1.2 Manrope}.page-title p{color:var(--muted);margin:0;font-size:14px}.eyebrow{letter-spacing:.14em;color:#8e6abb;font-size:9px;font-weight:700}.primary{background:var(--purple);color:#fff;border:0;border-radius:10px;padding:11px 16px;font-size:13px;font-weight:700;box-shadow:0 8px 18px #6f3ce633}.primary:hover{background:#5f2fd2}.metrics{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.metric{border:1px solid var(--line);background:#fff;border-radius:15px;flex-direction:column;padding:18px 20px;display:flex;position:relative;overflow:hidden}.metric:before{content:"";background:#c7b6ec;width:5px;position:absolute;inset:0 auto 0 0}.metric.lavender{color:#fff;background:linear-gradient(135deg,#7242e9,#8f64ea);border:0}.metric.lavender:before{display:none}.metric.warning:before{background:#ec9a46}.metric.mint:before{background:#4ebc95}.metric span{color:var(--muted);font-size:11px}.metric.lavender span,.metric.lavender small{color:#e9e0ff}.metric strong{margin:9px 0 4px;font:800 29px Manrope}.metric small{color:#8f8799;font-size:10px}.dashboard-grid{grid-template-columns:1.2fr .8fr;gap:18px;margin-bottom:18px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:15px;padding:20px}.panel-head{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.panel-head h2{margin:5px 0 0;font:700 17px Manrope}.ghost,.dots{color:#7653a6;background:0 0;border:0;font-size:11px;font-weight:600}.dots{color:#998ca6}.attention-row{text-align:left;background:0 0;border:0;border-top:1px solid #f0edf3;align-items:center;gap:11px;width:100%;padding:12px 2px;display:flex}.attention-icon{color:#7340d7;background:#f3ecff;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.attention-icon.hot{color:#d64e5b;background:#fff0f1}.attention-row>span:nth-child(2){flex-direction:column;flex:1;display:flex}.attention-row strong{font-size:12px}.attention-row small{color:var(--muted);margin-top:3px;font-size:10px}.attention-row>b{color:#a89caf}.workload{margin:14px 0}.workload>div{align-items:center;display:flex}.workload strong{font-size:11px}.workload em{color:#83788e;margin-left:auto;font-size:10px;font-style:normal}.bar{background:#eee9f3;border-radius:99px;height:5px;margin:7px 0 0 32px;display:block;overflow:hidden}.bar i{border-radius:inherit;height:100%;display:block}.agenda-panel{min-height:270px}.timeline{grid-template-columns:48px 14px 1fr;gap:10px;min-height:45px;display:grid;position:relative}.timeline time{color:#8d8397;padding-top:2px;font-size:10px}.timeline>span{z-index:1;background:#d8cedf;border:2px solid #fff;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 1px #d8cedf}.timeline>span:after{content:"";background:#e7e0eb;width:1px;height:35px;margin:8px 0 0 2px;display:block}.timeline:last-child>span:after{display:none}.timeline.current>span{background:#7340e7;box-shadow:0 0 0 2px #e6dcfa}.timeline.done>span{background:#39a57d;box-shadow:0 0 0 1px #39a57d}.timeline div{flex-direction:column;display:flex}.timeline strong{font-size:11px}.timeline small{color:var(--muted);margin-top:2px;font-size:9px}.pipeline-row{grid-template-columns:120px 1fr 22px;align-items:center;gap:10px;margin:14px 0;display:grid}.pipeline-row>span{color:#625a6d;font-size:10px}.pipeline-row>div{background:#f0ebf5;border-radius:9px;height:7px;overflow:hidden}.pipeline-row i{background:linear-gradient(90deg,#9c7bf0,#6f3ce6);border-radius:9px;height:100%;display:block}.pipeline-row strong{text-align:right;font-size:10px}.campaigns-panel{padding-bottom:6px}.table-shell{overflow:auto}.campaigns-panel .table-shell{margin:0 -20px}table{border-collapse:collapse;white-space:nowrap;width:100%}th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#92899d;border-bottom:1px solid var(--line);padding:10px 14px;font-size:9px}td{color:#5f566a;border-bottom:1px solid #f1eef3;padding:13px 14px;font-size:11px}td:first-child strong{color:#2c2336;font-size:12px;display:block}td:first-child small{color:#9a929f;margin-top:3px;display:block}tbody tr{cursor:pointer}tbody tr:hover,tbody tr:focus{background:#f8f4ff;outline:0}.arrow{color:#a59aaa;font-size:18px}.arrow button{color:#6c3bd1;background:#f3edff;border:0;border-radius:8px;width:28px;height:28px;font-size:18px;line-height:1}.pill{color:#6840b6;background:#f1ebff;border-radius:99px;align-items:center;gap:6px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.pill i{background:currentColor;border-radius:50%;width:5px;height:5px}.pill.red{color:#c94552;background:#fff0f1}.pill.orange{color:#b36a20;background:#fff5e9}.pill.green{color:#21765d;background:#e9f7f1}.pill.blue{color:#3269b2;background:#edf4ff}.pill.purple{color:#6b3ec3;background:#f0eaff}.danger-text{color:#ce4854}.toolbar{gap:9px;margin-bottom:18px;display:flex}.toolbar .inner{background:#fff;max-width:370px}.toolbar button{border:1px solid var(--line);color:#625969;background:#fff;border-radius:10px;padding:0 13px;font-size:11px}.view-tabs{border-bottom:1px solid var(--line);gap:20px;margin-bottom:14px;display:flex}.view-tabs button{color:#8f8598;background:0 0;border:0;padding:0 2px 12px;font-size:12px}.view-tabs button.active{color:#6030c0;border-bottom:2px solid #6f3ce6;font-weight:700}.view-tabs b{background:#eee8f5;border-radius:8px;margin-left:4px;padding:2px 6px;font-size:9px}.week{grid-template-columns:repeat(5,1fr);margin-bottom:18px;padding:0;display:grid;overflow:hidden}.week>div{text-align:center;border-right:1px solid var(--line);flex-direction:column;padding:19px;display:flex}.week>div:last-child{border:0}.week .today{background:#f1ebff}.week span{color:#887d91;font-size:9px;font-weight:700}.week strong{margin:5px;font:700 22px Manrope}.week small{color:#9d93a5;font-size:9px}.agenda-list{padding-bottom:6px}.agenda-item{border-top:1px solid #f0edf2;grid-template-columns:55px 13px 1fr auto;align-items:center;gap:10px;padding:15px 3px;display:grid}.agenda-item time{color:#766d80;font-size:11px}.agenda-dot{background:#7e51e5;border-radius:50%;width:7px;height:7px}.agenda-item>div{flex-direction:column;display:flex}.agenda-item strong{font-size:12px}.agenda-item small{color:#92899b;margin-top:2px;font-size:10px}.people-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.person-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:18px}.person-photo{color:#fff;float:left;background:linear-gradient(135deg,#c9b4fa,#7650d6);border-radius:15px;place-items:center;width:54px;height:54px;margin-right:12px;font:700 17px Manrope;display:grid}.shade-1{background:linear-gradient(135deg,#f4b9ce,#a5579b)}.shade-2{background:linear-gradient(135deg,#ffd59f,#ce7d3f)}.shade-3{background:linear-gradient(135deg,#a6d8df,#3b8098)}.shade-4{background:linear-gradient(135deg,#b9c7f4,#5267af)}.shade-5{background:linear-gradient(135deg,#c4e3c5,#4a996a)}.person-card h3{margin:6px 0 4px;font:700 14px Manrope}.person-card p{color:#908697;margin:0;font-size:9px}.person-stats{clear:both;border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;padding:17px 0 13px;display:grid}.person-stats span{color:#948a9c;flex-direction:column;font-size:8px;display:flex}.person-stats strong{color:#392f44;margin-bottom:3px;font-size:13px}.person-card>button{color:#6b3bd0;background:0 0;border:0;padding:13px 0 0;font-size:10px;font-weight:700}.kanban{grid-template-columns:repeat(3,1fr);align-items:start;gap:14px;display:grid}.kanban>section{background:#f0edf3;border-radius:15px;padding:13px}.kanban>section>header{justify-content:space-between;align-items:center;padding:0 2px 10px;display:flex}.kanban header>b{color:#887e91;font-size:10px}.kanban article{background:#fff;border:1px solid #e7e1eb;border-radius:12px;margin-bottom:10px;padding:15px;box-shadow:0 3px 8px #1e0f2c08}.kanban article>small{letter-spacing:.12em;color:#9e91a8;font-size:7px}.kanban article h3{margin:8px 0 4px;font:700 13px Manrope}.kanban article p{color:#887e92;font-size:9px}.kanban article>div{border-top:1px solid #eee9f1;align-items:center;padding-top:10px;font-size:10px;display:flex}.kanban article>div>b{color:#998da4;margin-left:auto}.more{color:#786b85;background:0 0;border:1px dashed #d5cbdc;border-radius:10px;width:100%;padding:10px;font-size:10px}.drawer-backdrop{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1b0f2759;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{background:#fff;width:min(620px,100%);height:100%;animation:.25s ease-out slide;overflow:auto;box-shadow:-20px 0 50px #1a0e262e}.drawer-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:58px;padding:0 18px;font-size:11px;font-weight:700;display:flex}.drawer-top button{color:#8b8194;background:0 0;border:0;font-size:19px}.drawer-readonly{letter-spacing:.08em;text-transform:uppercase;color:#6d4aad;background:#f2ecff;border:1px solid #dfd1f7;border-radius:99px;padding:5px 8px;font-size:8px}.drawer-hero{padding:27px 28px 18px}.drawer-hero h2{margin:13px 0 4px;font:800 25px Manrope}.drawer-hero p{color:#8b8193;font-size:11px}.progress{background:#eee9f3;border-radius:9px;height:6px;margin-top:20px;overflow:hidden}.progress i{background:linear-gradient(90deg,#a786f1,#6e3de0);border-radius:9px;height:100%;display:block}.drawer-hero>small{text-align:right;color:#897f91;margin-top:5px;font-size:9px;display:block}.drawer-tabs{border-bottom:1px solid var(--line);gap:22px;padding:0 28px;display:flex;overflow:auto}.drawer-tabs button{color:#897f91;white-space:nowrap;background:0 0;border:0;padding:12px 0;font-size:10px}.drawer-tabs button.active{color:#6533c7;border-bottom:2px solid #6f3ce6;font-weight:700}.drawer-tabs button b{background:#eee8f5;border-radius:8px;margin-left:5px;padding:2px 5px;font-size:8px}.drawer-body{padding:23px 28px 40px}.drawer-body>h3{margin:8px 0 14px;font:700 13px Manrope}.info-grid{border:1px solid var(--line);border-radius:12px;grid-template-columns:1fr 1fr;margin-bottom:26px;display:grid;overflow:hidden}.info-grid>span{border-bottom:1px solid var(--line);flex-direction:column;padding:13px;display:flex}.info-grid>span:nth-child(odd){border-right:1px solid var(--line)}.info-grid>span:nth-last-child(-n+2){border-bottom:0}.info-grid small,.detail-list small,.material-links small{color:#918798;font-size:8px}.info-grid strong{margin-top:7px;font-size:11px}.detail-copy,.detail-list,.material-links{border:1px solid var(--line);background:#fbfafc;border-radius:12px;margin-bottom:10px;padding:14px}.detail-copy strong{color:#766b80;font-size:9px}.detail-copy p,.material-links p{white-space:pre-wrap;color:#4e4557;margin:7px 0 0;font-size:11px;line-height:1.55}.detail-list{grid-template-columns:1fr 1fr;margin-bottom:26px;padding:0;display:grid;overflow:hidden}.detail-list span{border-bottom:1px solid var(--line);flex-direction:column;padding:13px;display:flex}.detail-list span:nth-child(odd){border-right:1px solid var(--line)}.detail-list span:nth-last-child(-n+2){border-bottom:0}.detail-list strong{margin-top:5px;font-size:10px;line-height:1.45}.material-links a{color:#6533c7;margin-top:12px;font-size:10px;font-weight:700;text-decoration:none;display:inline-flex}.drawer-state{color:#877d91;text-align:center;background:#faf8fc;border:1px dashed #d9cfdf;border-radius:12px;padding:32px 18px;font-size:11px}.drawer-error{color:#a13d47;background:#fff0f1;border:1px solid #efc7cb;border-radius:10px;margin-bottom:14px;padding:10px 12px;font-size:10px}.drawer-list{flex-direction:column;gap:12px;display:flex}.influencer-detail,.comment-card{border:1px solid var(--line);background:#fff;border-radius:13px;padding:15px}.detail-row-head{align-items:center;gap:10px;display:flex}.detail-row-head>div{flex-direction:column;flex:1;display:flex}.detail-row-head h3{margin:0;font:700 13px Manrope}.detail-row-head small{color:#8d8296;margin-top:2px;font-size:9px}.detail-row-head>strong{color:#5c387f;font-size:11px}.detail-badges{flex-wrap:wrap;gap:7px;margin:14px 0;display:flex}.influencer-detail dl{border-top:1px solid #eeeaf1;margin:0}.influencer-detail dl>div{border-bottom:1px solid #f1edf3;grid-template-columns:92px 1fr;gap:10px;padding:9px 0;display:grid}.influencer-detail dt{color:#92879b;font-size:8px}.influencer-detail dd{color:#4b4253;margin:0;font-size:10px}.item-notes{color:#766c7f;margin:12px 0 0;font-size:10px;line-height:1.5}.comment-card>div{align-items:center;display:flex}.comment-card>div strong{font-size:10px}.comment-card time{color:#9a90a1;margin-left:auto;font-size:8px}.comment-card p{white-space:pre-wrap;color:#4e4557;margin:12px 0 0;font-size:11px;line-height:1.55}.history-list{flex-direction:column;display:flex}.history-list article{grid-template-columns:14px 1fr;gap:10px;min-height:54px;display:grid;position:relative}.history-dot{z-index:1;background:#7442df;border:2px solid #fff;border-radius:50%;width:9px;height:9px;margin-top:3px;box-shadow:0 0 0 1px #7442df}.history-dot:after{content:"";background:#e4deea;width:1px;height:44px;margin:8px 0 0 2px;display:block}.history-list article:last-child .history-dot:after{display:none}.history-list article>div{flex-direction:column;display:flex}.history-list strong{font-size:11px}.history-list small{color:#918798;margin-top:4px;font-size:9px}@keyframes slide{0%{transform:translate(100%)}to{transform:none}}@media (width<=1100px){.metrics,.people-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.kanban{grid-template-columns:1fr}.sidebar{width:210px}.app-shell{grid-template-columns:210px 1fr}}@media (width<=760px){.app-shell{display:block}.sidebar{width:100%;height:auto;padding:14px;position:static}.brand,.workspace,.sidebar-bottom{display:none}.sidebar nav{flex-direction:row;display:flex;overflow:auto}.sidebar nav button{white-space:nowrap;padding:9px}.sidebar nav button b{display:none}main{display:block}.topbar{height:59px;padding:0 14px}.mobile-menu{display:block}.demo-badge{display:none}.content{padding:20px 14px}.page-title{align-items:flex-start;gap:15px}.page-title h1{font-size:25px}.page-title .primary{white-space:nowrap;font-size:0}.page-title .primary:first-letter{font-size:18px}.metrics{grid-template-columns:1fr 1fr;gap:9px}.metric{padding:14px}.metric strong{font-size:23px}.toolbar{overflow:auto}.toolbar .search{min-width:240px}.people-grid{grid-template-columns:1fr}.week{overflow:auto}.week>div{min-width:95px}.agenda-item{grid-template-columns:43px 10px 1fr}.agenda-item .pill{display:none}.drawer-tabs{overflow:auto}.info-grid{grid-template-columns:1fr}.info-grid>span{border-right:0!important;border-bottom:1px solid var(--line)!important}.info-grid>span:last-child{border-bottom:0!important}}@media (width<=430px){.metrics{grid-template-columns:1fr}.topbar .round{display:none}.page-title p{font-size:12px}.content{padding-top:18px}}.profile{color:#fff;text-align:left;background:0 0;border-bottom:0;border-left:0;border-right:0;width:100%}.demo-badge.connected{color:#25765d;background:#eaf7f2;border-color:#c8e9dc}.primary:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.empty-state{text-align:center;padding:64px 24px}.empty-state>span{background:var(--lavender);width:48px;height:48px;color:var(--purple);border-radius:15px;place-items:center;margin:0 auto 16px;font-size:19px;display:grid}.empty-state h2{margin:0 0 8px;font:700 18px Manrope}.empty-state p{max-width:520px;color:var(--muted);margin:0 auto;font-size:13px}.empty-state small{color:#9b91a3;margin-top:14px;font-size:10px;display:block}.boot-screen{text-align:center;color:#e9dfff;background:linear-gradient(145deg,#211132,#6f3ce6);place-content:center;gap:16px;min-height:100vh;display:grid}.boot-logo img{width:130px;height:auto;margin:auto;display:block}.boot-screen span{font-size:12px}.login-page{background:#fff;grid-template-columns:minmax(360px,1.05fr) minmax(440px,.95fr);min-height:100vh;display:grid}.login-brand-panel{color:#fff;background:radial-gradient(circle at 80% 20%,#a377ff59,#0000 32%),linear-gradient(145deg,#170a24 0%,#31144b 58%,#6f3ce6 130%);flex-direction:column;padding:58px 64px;display:flex;position:relative;overflow:hidden}.login-brand-panel:before,.login-brand-panel:after{content:"";border:1px solid #ffffff1a;border-radius:50%;position:absolute}.login-brand-panel:before{width:520px;height:520px;top:16%;right:-320px}.login-brand-panel:after{width:360px;height:360px;top:28%;right:-210px}.login-brand{z-index:1;flex-direction:column;display:flex}.login-brand img{width:135px;height:auto;display:block}.login-brand small{letter-spacing:.3em;color:#c7b1df;margin-top:10px;font-size:8px}.login-copy{z-index:1;max-width:570px;margin:auto 0}.login-kicker{letter-spacing:.17em;color:#c8aef2;font-size:9px;font-weight:700}.login-copy h1{letter-spacing:-.055em;margin:18px 0 22px;font:800 clamp(38px,4.5vw,66px)/1.03 Manrope}.login-copy p{color:#d1c1df;max-width:510px;font-size:15px;line-height:1.7}.login-safety{z-index:1;border-top:1px solid #ffffff24;align-items:center;gap:12px;padding-top:22px;display:flex}.login-safety>i{color:#cbb3ff;background:#a77cff2e;border-radius:10px;place-items:center;width:34px;height:34px;font-style:normal;display:grid}.login-safety>span{flex-direction:column;display:flex}.login-safety strong{font-size:11px}.login-safety small{color:#ae9cbd;margin-top:3px;font-size:9px}.login-form-panel{background:linear-gradient(#fff,#faf7ff);place-items:center;padding:42px;display:grid}.login-card{width:min(410px,100%)}.login-mobile-brand{display:none}.login-mobile-brand img{filter:brightness(0);width:104px;height:auto;display:block}.login-card h2{letter-spacing:-.04em;margin:10px 0 9px;font:800 31px/1.15 Manrope}.login-card>p{color:var(--muted);margin:0 0 30px;font-size:13px}.login-card form{flex-direction:column;gap:17px;display:flex}.login-card label{color:#504658;flex-direction:column;gap:7px;font-size:11px;font-weight:700;display:flex}.login-card input{height:48px;color:var(--ink);background:#fff;border:1px solid #ded7e5;border-radius:11px;outline:0;padding:0 14px;transition:all .2s}.login-card input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #f0e9ff}.login-submit{height:48px;margin-top:4px}.login-error{color:#a73d48;background:#fff0f1;border:1px solid #f0c6ca;border-radius:9px;padding:10px 12px;font-size:10px}.login-divider{text-align:center;background:#e9e4ed;height:1px;margin:28px 0;position:relative}.login-divider span{color:#9b91a3;background:#fbf9fd;padding:0 11px;font-size:9px;position:relative;top:-8px}.demo-access{color:#6940b5;background:#f4effd;border:1px solid #d8cceb;border-radius:10px;width:100%;height:45px;font-size:11px;font-weight:700}.connection-state{color:#998fa1;justify-content:center;align-items:center;gap:7px;margin-top:19px;font-size:9px;display:flex}.connection-state i{background:#d0c7d7;border-radius:50%;width:7px;height:7px}.connection-state.ready{color:#34755e}.connection-state.ready i{background:#38a17a;box-shadow:0 0 0 4px #e5f5ef}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{min-height:100vh;padding:28px}.login-mobile-brand{margin-bottom:42px;display:block}}.campaign-filters{flex-wrap:wrap;align-items:stretch}.filter-select{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;justify-content:center;min-width:158px;height:43px;padding:5px 30px 5px 11px;display:flex;position:relative}.filter-select:after{content:"⌄";color:#766b80;pointer-events:none;font-size:11px;position:absolute;top:13px;right:11px}.filter-select span{color:#9a90a1;text-transform:uppercase;letter-spacing:.08em;font-size:7px;font-weight:700;line-height:1}.filter-select select{appearance:none;color:#504658;background:0 0;border:0;outline:0;max-width:190px;padding:3px 0 0;font-size:10px;font-weight:600}.clear-filters{font-weight:700;color:#7040cd!important;background:0 0!important;border:0!important;height:43px!important}.filter-empty{text-align:center;padding:50px 24px}.filter-empty>span{color:#6d3cd2;background:#f1ebff;border-radius:12px;place-items:center;width:42px;height:42px;margin:0 auto 13px;font-size:18px;display:grid}.filter-empty h2{margin:0 0 6px;font:700 16px Manrope}.filter-empty p{color:var(--muted);margin:0;font-size:11px}.filter-empty button{color:#6837cb;background:0 0;border:0;margin-top:14px;font-size:10px;font-weight:700}.drawer-top>span:nth-child(2){margin-left:10px}.drawer-top-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.edit-campaign{font-weight:700;color:#fff!important;background:#6f3ce6!important;border-radius:8px!important;padding:9px 11px!important;font-size:9px!important;line-height:1!important}.edit-campaign:hover{background:#5f2fd2!important}.campaign-editor{flex-direction:column;gap:17px;display:flex}.editor-intro{background:#f6f1ff;border:1px solid #e3d7fa;border-radius:12px;align-items:center;gap:11px;padding:13px;display:flex}.editor-intro>span{color:#fff;background:#6f3ce6;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.editor-intro>div{flex-direction:column;display:flex}.editor-intro strong{font-size:11px}.editor-intro p{color:#786d82;margin:3px 0 0;font-size:9px;line-height:1.4}.editor-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.editor-grid label{color:#62586c;flex-direction:column;gap:6px;font-size:9px;font-weight:700;display:flex}.editor-grid .wide{grid-column:1/-1}.editor-grid input,.editor-grid select,.editor-grid textarea{color:#332a3d;resize:vertical;background:#fff;border:1px solid #ddd5e4;border-radius:9px;outline:0;width:100%;padding:10px 11px;font:10px/1.45 inherit}.editor-grid input,.editor-grid select{height:40px}.editor-grid input:focus,.editor-grid select:focus,.editor-grid textarea:focus{border-color:#8a5ae8;box-shadow:0 0 0 3px #f1ebff}.save-confirmation{background:#f4effd;border:1px solid #cbb7f1;border-radius:12px;grid-template-columns:34px 1fr auto auto;align-items:center;gap:10px;padding:12px;display:grid}.save-confirmation>span{color:#6132bd;background:#e6dcfa;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.save-confirmation>div{flex-direction:column;display:flex}.save-confirmation strong{font-size:10px}.save-confirmation p{color:#7f7488;margin:3px 0 0;font-size:8px;line-height:1.4}.save-confirmation button{color:#6440a9;background:#fff;border:1px solid #d8cceb;border-radius:8px;padding:8px 10px;font-size:8px;font-weight:700}.save-confirmation .confirm-save{color:#fff;background:#6f3ce6;border-color:#6f3ce6}.editor-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;padding-top:16px;display:flex}.editor-actions>button:first-child{border:1px solid var(--line);color:#63596c;background:#fff;border-radius:9px;padding:10px 14px;font-size:10px;font-weight:700}.editor-actions .primary{font-size:10px}.save-success{color:#27735a;background:#edf9f4;border:1px solid #bfe2d4;border-radius:10px;margin-bottom:16px;padding:11px 12px;font-size:10px;font-weight:700}@media (width<=760px){.campaign-filters{overflow:visible}.campaign-filters .search{min-width:100%;max-width:none}.filter-select{flex:1;min-width:140px}.drawer-top{padding:0 12px}.drawer-readonly{display:none}.drawer-top-actions{gap:4px}.edit-campaign{padding:8px!important}.drawer-body{padding:20px 17px 36px}.editor-grid{grid-template-columns:1fr}.editor-grid .wide{grid-column:auto}.save-confirmation{grid-template-columns:30px 1fr}.save-confirmation button{grid-row:2}.save-confirmation button:first-of-type,.save-confirmation .confirm-save{grid-column:1/3}.detail-list{grid-template-columns:1fr}.detail-list span{border-right:0!important;border-bottom:1px solid var(--line)!important}.detail-list span:last-child{border-bottom:0!important}}.campaign-create-drawer{width:min(700px,100%)}.editor-intro.create>span{font-size:18px}.app-notice{z-index:80;color:#276f58;background:#edf9f4;border:1px solid #bfe2d4;border-radius:12px;grid-template-columns:30px 1fr 24px;align-items:start;gap:10px;width:min(430px,100vw - 36px);padding:13px 14px;display:grid;position:fixed;top:18px;right:18px;box-shadow:0 12px 32px #1f142a29}.app-notice>span{background:#d8f1e7;border-radius:8px;place-items:center;width:28px;height:28px;font-weight:700;display:grid}.app-notice p{margin:5px 0 0;font-size:10px;line-height:1.5}.app-notice button{color:#5f7d70;background:0 0;border:0;padding:3px;font-size:18px;line-height:1}@media (width<=760px){.app-notice{width:calc(100vw - 20px);top:10px;right:10px}}.login-success{color:#267159;background:#edf9f4;border:1px solid #bee2d3;border-radius:9px;padding:11px 12px;font-size:10px;line-height:1.5}.auth-mode-switch{color:#817688;justify-content:center;align-items:center;gap:6px;margin-top:17px;font-size:10px;display:flex}.auth-mode-switch button{color:#6736c8;background:0 0;border:0;padding:3px;font-size:10px;font-weight:700}.auth-mode-switch button:hover{text-decoration:underline}
