:root{--bg:#f1f7fb;--panel:#fff;--ink:#18272f;--muted:#5b8eab;--line:#dcebf4;--green:#6ac1f3;--green-dark:#1f4459;--sidebar:#121d24;--danger:#b65043;--amber:#a27324;--radius:16px;--shadow:0 4px 25px #18272f05;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}

*{box-sizing:border-box}
body{margin:0;font-size:14px;line-height:1.5}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button{border:0;background:none;color:inherit}
button:disabled{opacity:.45;cursor:not-allowed}
button:focus-visible,a:focus-visible{outline:3px solid #487d9b;outline-offset:3px}
input:focus,select:focus,textarea:focus{outline:2px solid #a0c5db;outline-offset:1px;border-color:#6997b2}
svg.icon{height:20px;width:20px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
h1,h2,h3,p{margin:0}
h1{font-size:30px;line-height:1.2;letter-spacing:-1.15px;font-weight:650}
h2{font-size:17px;letter-spacing:-.45px;font-weight:650}
h3{font-size:14px;font-weight:650}
small{font-size:12px}
.muted{color:var(--muted)}
.eyebrow{text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:1.6px;color:#4a7690}
.mono{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.flex{display:flex;align-items:center;gap:10px}
.between{display:flex;align-items:center;justify-content:space-between;gap:12px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.stack{display:flex;flex-direction:column;gap:18px}
.full{width:100%}
.hidden{display:none!important}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:9px;min-height:40px;padding:9px 14px;background:white;font-size:12px;font-weight:600;transition:background .15s,transform .15s;white-space:nowrap}
.btn:hover{background:#e9f3f8}
.btn:active{transform:translateY(1px)}
.btn.primary{background:var(--green);color:#1a2a33;border-color:var(--green)}
.btn.primary:hover{background:#61b6e7}
.btn.dark{background:#192830;color:white;border-color:#192830}
.btn.ghost{background:transparent;border-color:transparent}
.btn.danger{color:var(--danger);background:#fff7f4;border-color:#f4dcd6}
.btn.small{min-height:32px;padding:5px 10px;font-size:11px}
.btn .icon{width:16px;height:16px}
.icon-btn{height:34px;width:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}
.icon-btn:hover{background:#e3eff6}
.tag{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:3px 7px;font-size:10px;font-weight:600;white-space:nowrap;background:#e7f1f7;color:#4c7a94}
.tag.green{background:#dfeef6;color:#295873}
.tag.amber{background:#fff3dd;color:#a27324}
.tag.red{background:#fcece7;color:#b65043}
.tag.blue{background:#eaf0fb;color:#5b7da9}
.dot{width:6px;height:6px;display:inline-block;background:currentColor;border-radius:50%}
.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.card-head{padding:20px 22px 15px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.card-body{padding:0 22px 22px}
.divider{height:1px;background:var(--line);margin:18px 0}
.link{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:#47718a}
.link:hover{color:#1c4157}
.link .icon{height:14px;width:14px}
.lead{color:#6896b1;margin-top:9px;font-size:13px}
.alert{display:flex;align-items:flex-start;gap:11px;border:1px solid #eadfbd;background:#fffaf0;border-radius:10px;padding:13px 15px;font-size:12px;color:#8c7441;line-height:1.6}
.alert.info{background:#eaf3f8;color:#467089;border-color:#d1e5f0}
.alert.error{background:#fff0ed;color:#a44f42;border-color:#efd3cd}
.alert .icon{height:17px;width:17px;margin-top:2px}
.empty{text-align:center;padding:48px 20px;color:#6393af}
.empty .icon{width:34px;height:34px;margin-bottom:12px}
.empty h3{color:#314f60;margin-bottom:6px}
.empty p{font-size:12px;margin-bottom:18px}
.spinner{display:inline-block;flex-shrink:0;height:20px;width:20px;border:2px solid #c9e0ee;border-top-color:#4b7b97;border-radius:50%;animation:spin .7s linear infinite}
.boot{height:100vh;display:flex;align-items:center;justify-content:center;gap:12px;color:#466f87}
.shell{display:flex;min-height:100vh}
.sidebar{width:222px;background:var(--sidebar);color:#87acc1;position:fixed;inset:0 auto 0 0;z-index:30;display:flex;flex-direction:column;padding:27px 17px 16px}
.brand{display:flex;align-items:center;gap:10px;padding:0 11px;color:white}
.brand-logo{width:36px;height:36px;flex-shrink:0}
.brand-name{font-size:24px;font-weight:700;letter-spacing:-1.2px;line-height:1}
.brand-name small{display:block;font-size:8px;letter-spacing:2.1px;font-weight:500;margin-top:8px;color:#87acc1}
.workspace-switch{display:flex;align-items:center;gap:9px;border:1px solid #253c49;border-radius:8px;padding:10px;margin:33px 4px 28px;font-size:11px;color:#bad8e9}
.workspace-icon{width:28px;height:28px;background:#233844;border-radius:7px;display:grid;place-items:center;color:#9dc9e3}
.workspace-icon .icon{width:15px;height:15px}
.workspace-switch .chevron{margin-left:auto;font-size:10px;color:#52839f}
.nav-label{text-transform:uppercase;font-size:9px;letter-spacing:1.5px;color:#49758f;padding:0 13px;margin:10px 0 12px}
.nav-item{display:flex;align-items:center;gap:11px;font-size:12px;padding:11px 12px;border-radius:8px;margin-bottom:5px;color:#97b7ca;transition:.15s}
.nav-item:hover{background:#1b2a33;color:white}
.nav-item.active{background:#8bcef5;color:#1c2c35;font-weight:650}
.nav-item .icon{width:17px;height:17px}
.nav-item .count{margin-left:auto;font-size:10px;padding:1px 6px;border-radius:4px;background:#243a47;color:#99c0d6}
.nav-item.active .count{background:#72b2d7;color:#233844}
.sidebar-bottom{margin-top:auto;padding-top:40px}
.storage-card{padding:12px 11px;background:#192831;border:1px solid #213540;border-radius:9px;font-size:10px;margin:0 4px 15px}
.storage-card .small-label{font-size:10px;color:#afc8d6}
.storage-card .progress-track{background:#263d4a;height:4px;margin:10px 0 7px}
.storage-card .progress-fill{background:#70b0d5}
.user-box{border-top:1px solid #233845;padding:17px 7px 0;display:flex;gap:9px;align-items:center}
.avatar{height:32px;width:32px;background:#d4e7f2;color:#385a6d;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;flex-shrink:0}
.user-box strong{font-size:11px;font-weight:500;color:#d1e5f1}
.user-box small{font-size:9px;color:#4e7c97;display:block;margin-top:2px}
.user-box .icon-btn{margin-left:auto;width:25px}
.user-box .icon-btn:hover{background:#233845}
.content{margin-left:222px;flex:1;min-width:0}
.topbar{height:70px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 36px;background:#fafcfe;gap:15px}
.crumb{font-size:11px;color:#7ba4bb;display:flex;align-items:center;gap:10px}
.crumb .icon{height:14px;width:14px}
.crumb strong{font-weight:500;color:#2e4a5a}
.top-actions{display:flex;align-items:center;gap:16px}
.top-actions .live-label{font-size:10px;color:#52839f;display:flex;align-items:center;gap:6px}
.search-box{position:relative;display:flex;align-items:center;gap:8px}
.search-box .icon{width:16px;height:16px;color:#6a98b2}
.search-box input{font-size:11px;width:158px;border:0;background:transparent;outline:0}
.search-box kbd{border:1px solid #cee3ef;padding:0 5px;font-size:9px;border-radius:3px;color:#6a98b2}
.main{max-width:1550px;margin:0 auto;padding:33px 36px 50px}
.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}
.page-heading .btn{min-height:42px}
.demo-banner{background:#e2eff6;color:#3c6075;font-size:10px;text-align:center;padding:7px 18px;border-bottom:1px solid #c8e0ed;letter-spacing:.2px}
.demo-banner strong{font-weight:700}
.demo-banner button{text-decoration:underline;font-size:10px;margin-left:15px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:24px}
.stat{padding:18px 20px;border:1px solid var(--line);background:white;border-radius:12px}
.stat-label{font-size:11px;color:#5e8fac;display:flex;justify-content:space-between;gap:10px}
.stat-label .icon{width:15px;height:15px;color:#6e9ab4}
.stat-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:13px;gap:10px}
.stat-value{font-size:29px;font-weight:600;letter-spacing:-1px;line-height:1}
.stat-foot{font-size:9px;color:#709cb5;line-height:1.7}
.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) 292px;gap:22px}
.hero-card{background:#e2eff6;position:relative;border:1px solid #d2e6f1;border-radius:16px;min-height:222px;overflow:hidden;display:grid;grid-template-columns:1.12fr 1fr}
.hero-copy{padding:27px;position:relative;z-index:1}
.hero-copy h2{font-size:25px;line-height:1.23;letter-spacing:-.9px;margin:10px 0}
.hero-copy p{font-size:11px;color:#5689a7;max-width:250px;line-height:1.8}
.hero-copy .btn{margin-top:18px;min-height:34px;font-size:10px}
.hero-visual{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center;padding:24px 12px}
.orbit-grid{position:absolute;inset:0;background-image:linear-gradient(#bacfdb55 1px,transparent 1px),linear-gradient(90deg,#bacfdb55 1px,transparent 1px);background-size:23px 23px;mask-image:linear-gradient(90deg,transparent,#000)}
.pipeline-visual{position:relative;display:flex;align-items:center;gap:15px}
.mini-source{display:flex;flex-direction:column;gap:8px}
.mini-node{background:#ffffffdd;border:1px solid #c6dfed;box-shadow:0 4px 10px #28404e07;border-radius:8px;padding:9px;display:flex;align-items:center;gap:7px;font-size:9px;color:#395b6e;white-space:nowrap}
.mini-node .icon{height:14px;width:14px}
.pipeline-junction{height:39px;width:39px;background:#98ceed;border:4px solid #e1eef5;box-shadow:0 0 0 1px #b4cedd;border-radius:11px;display:grid;place-items:center;color:#3f677e}
.pipeline-junction:before,.pipeline-junction:after{content:'';height:1px;width:15px;background:#9cbacc;position:absolute;transform:translateX(-28px)}
.pipeline-junction:after{transform:translateX(28px)}
.output-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}
.output-mini span{font-size:10px;font-weight:600;background:white;border:1px solid #cae1ee;border-radius:7px;padding:7px;display:flex;gap:5px;align-items:center}
.flag{height:15px;width:21px;border-radius:3px;box-shadow:0 0 0 1px #00000009;display:inline-block;overflow:hidden;position:relative;flex-shrink:0}
.flag.it{background:linear-gradient(90deg,#417491 33.3%,#fff 33.3%,#fff 66.6%,#db645c 66.6%)}
.flag.fr{background:linear-gradient(90deg,#4d71b9 33.3%,#fff 33.3%,#fff 66.6%,#d9676b 66.6%)}
.flag.de{background:linear-gradient(#2d4858 33.3%,#c56456 33.3%,#c56456 66.6%,#e6bf53 66.6%)}
.flag.es{background:linear-gradient(#d36357 27%,#e9ca6a 27%,#e9ca6a 73%,#d36357 73%)}
.flag.pl{background:linear-gradient(#fff 50%,#cf6674 50%)}
.flag.en{background:linear-gradient(0deg,transparent 40%,#e68a8a 40%,#e68a8a 60%,transparent 60%),linear-gradient(90deg,transparent 42%,#e68a8a 42%,#e68a8a 58%,transparent 58%),linear-gradient(0deg,transparent 33%,white 33%,white 67%,transparent 67%),linear-gradient(90deg,transparent 35%,white 35%,white 65%,transparent 65%),#617aab}
.mini-channel{padding:13px 0;border-bottom:1px solid #e4f0f7;display:flex;align-items:center;gap:10px}
.mini-channel:last-child{border:0}
.mini-channel .flag{width:25px;height:19px}
.mini-channel strong{font-size:11px;font-weight:600;display:block}
.mini-channel small{font-size:9px;color:#6e9bb5;display:block;margin-top:2px}
.mini-channel .channel-dot{margin-left:auto;width:6px;height:6px;border-radius:50%;background:#6faed3}
.mini-channel .channel-dot.off{background:#bad8e9}
.channel-list{padding:0 20px 12px}
.hint-card{padding:19px 20px;border-radius:13px;background:#e4eff6;border:1px solid #d6e8f2}
.hint-card .icon{height:19px;width:19px;color:#578aa8;margin-bottom:10px}
.hint-card h3{font-size:12px}
.hint-card p{font-size:11px;color:#6796b1;line-height:1.8;margin-top:7px}
.workflow-bar{padding:15px 20px;border-top:1px solid #d0e4f0;display:flex;justify-content:space-between;gap:10px;font-size:9px;color:#4e7c96;grid-column:1/-1;background:#eaf3f9}
.workflow-bar span{display:flex;gap:5px;align-items:center}
.workflow-bar .icon{height:12px;width:12px}
.table-wrap{overflow-x:auto}
table{width:100%;border-collapse:collapse;text-align:left}
th{font-size:9px;text-transform:uppercase;letter-spacing:.8px;color:#729eb7;background:#f8fbfd;font-weight:550;padding:11px 21px;border-top:1px solid #e3eff6;border-bottom:1px solid #e3eff6}
td{padding:15px 21px;border-bottom:1px solid #e6f1f7;font-size:11px}
tbody tr:last-child td{border-bottom:0}
tbody tr.clickable{cursor:pointer}
tbody tr.clickable:hover{background:#f7fafc}
.project-cell{display:flex;align-items:center;gap:12px;min-width:220px}
.project-cell strong{font-size:11px;display:block;font-weight:600;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.project-cell small{display:block;font-size:9px;color:#749fb8;margin-top:4px}
.thumb{width:37px;height:49px;border-radius:6px;overflow:hidden;background:#d6e8f2;flex-shrink:0;position:relative;display:grid;place-items:center}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb .icon{width:17px;height:17px;color:#50809c}
.thumb.demo-thumb{background:linear-gradient(180deg,#b2d4e7 0 45%,#5b8daa 45% 70%,#3e6379 70%)}
.thumb.demo-thumb:before{content:'';background:#345264;width:26px;height:25px;position:absolute;bottom:7px;left:15px;box-shadow:-17px 9px 0 #4b7892,4px -10px 0 #6b99b3}
.thumb.demo-thumb:after{content:'ATLAS';font-size:5px;letter-spacing:.5px;color:#fff;z-index:1;align-self:end;margin-bottom:10px}
.thumb.demo-thumb.blue{filter:hue-rotate(70deg)}
.thumb.demo-thumb.rose{filter:hue-rotate(270deg)}
.lang-stack{display:flex;gap:3px}
.lang-chip{font-size:8px;background:#e6f1f7;color:#5283a0;border:1px solid #d5e7f2;padding:3px 4px;border-radius:3px;font-weight:600}
.lang-chip.ready{background:#e7f1f7;color:#4c7b97;border-color:#cfe4f0}
.card-footer{padding:12px 21px;border-top:1px solid var(--line);font-size:10px;color:#78a1b9}
.progress-track{height:5px;border-radius:9px;background:#e2eff6;overflow:hidden}
.progress-fill{height:100%;border-radius:9px;background:#73b2d7;transition:width .5s}
.project-progress{width:88px}
.project-progress small{font-size:9px;display:block;color:#6795b0;margin-bottom:5px}
.pill-tabs{display:flex;gap:5px;background:#deecf4;border:1px solid #d0e4f0;border-radius:8px;padding:3px;width:max-content;max-width:100%;overflow:auto}
.pill-tabs button{padding:6px 13px;font-size:11px;border-radius:5px;color:#5b8eab;white-space:nowrap}
.pill-tabs button.active{background:#fff;color:#314f60;box-shadow:0 1px 3px #18334312}
.toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}
.form-label{display:block;font-size:11px;font-weight:600;color:#456f87;margin-bottom:8px}
.form-help{display:block;font-size:10px;font-weight:400;color:#729db6;line-height:1.7;margin-top:6px}
.field{width:100%;background:white;border:1px solid #cfe4f0;border-radius:8px;padding:10px 12px;font-size:12px;color:#345365;min-height:40px}
.field::placeholder{color:#83a9bf}
textarea.field{resize:vertical;line-height:1.7;min-height:90px}
select.field{padding-right:26px}
input[type=range]{width:100%;accent-color:#558baa;cursor:pointer}
input[type=checkbox]{accent-color:#4d84a4;width:15px;height:15px;cursor:pointer;flex-shrink:0}
input[type=color]{height:37px;min-width:45px;border:1px solid #cfe4f0;border-radius:7px;background:white;padding:4px;cursor:pointer}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field-group{margin-bottom:18px}
.field-group:last-child{margin-bottom:0}
.checkbox-label{display:flex;gap:9px;align-items:flex-start;font-size:11px;color:#52839f;line-height:1.7}
.checkbox-label input{margin-top:3px}
.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.toggle-row h3{font-size:12px}
.toggle-row p{color:#709cb6;font-size:10px;margin-top:4px}
.switch{position:relative;height:21px;width:37px;flex-shrink:0}
.switch input{opacity:0;position:absolute;inset:0;width:100%;height:100%;margin:0;z-index:2}
.switch span{display:block;position:absolute;inset:0;background:#cae1ee;border-radius:20px}
.switch span:after{content:'';width:15px;height:15px;border-radius:50%;background:white;position:absolute;left:3px;top:3px;transition:transform .2s;box-shadow:0 1px 2px #18334318}
.switch input:checked+span{background:#74afd1}
.switch input:checked+span:after{transform:translateX(16px)}
.upload-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px}
.step-heading{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.step-number{height:23px;width:23px;border-radius:7px;border:1px solid #c8e0ee;color:#48748d;background:#eaf3f9;display:grid;place-items:center;font-size:10px;font-weight:700}
.dropzone{border:1.5px dashed #c1dceb;border-radius:13px;padding:28px 14px;min-height:187px;background:#f9fcfd;text-align:center;position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.15s}
.dropzone:hover,.dropzone.dragover{background:#e8f2f8;border-color:#78a3bc}
.dropzone.has-file{border-style:solid;border-color:#a3c4d7;background:#ebf4f9}
.dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}
.drop-icon{height:42px;width:42px;display:grid;place-items:center;background:#e1eef6;border:1px solid #cfe4f0;border-radius:12px;margin-bottom:13px;color:#5384a0}
.dropzone.audio .drop-icon{background:#eef0f7;border-color:#e4e7f1;color:#8b94b2}
.dropzone h3{font-size:12px}
.dropzone p{font-size:10px;color:#6e9ab4;margin-top:6px}
.dropzone strong{color:#4a7791;font-weight:600}
.dropzone small{font-size:9px;color:#81a8be;margin-top:14px}
.upload-preview{position:sticky;top:20px;align-self:start}
.phone{aspect-ratio:9/16;background:#1b2b35;border-radius:13px;position:relative;overflow:hidden;width:100%;max-width:266px;margin:0 auto}
.phone video{width:100%;height:100%;object-fit:contain;background:#0d151a}
.phone-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:radial-gradient(ellipse at 50% 20%,#304c5c,#17252e 80%);color:#85aac0}
.phone-placeholder .icon{width:32px;height:32px;opacity:.7}
.phone-placeholder p{font-size:11px}
.phone-placeholder small{font-size:9px;color:#4f7e9a;max-width:160px;text-align:center}
.phone-badge{position:absolute;left:13px;top:13px;color:#c9e0ee;letter-spacing:1px;font-size:8px;background:#0e161a70;border:1px solid #ffffff18;padding:4px 7px;border-radius:4px;z-index:1}
.phone-bottom{position:absolute;bottom:22px;left:17px;right:30px;color:#9bbacc;font-size:9px}
.phone-bottom strong{color:#d1e5f1;font-size:10px;display:block;margin-bottom:5px}
.preview-caption{position:absolute;top:66%;left:0;width:100%;text-align:center;color:#6bc1f3;transform:translateY(-50%);font-size:29px;line-height:1.1;font-weight:950;letter-spacing:-1px;text-shadow:2px 2px 0 #0c151b,-2px -2px 0 #0c151b,-2px 2px 0 #0c151b,2px -2px 0 #0c151b;pointer-events:none}
.caption-word{display:inline-block;animation:wordpop .32s ease-out}
.caption-word.fade{animation:wordfade .3s ease-out}
.caption-word.slide{animation:wordslide .3s ease-out}
.language-select{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.language-option{display:flex;align-items:center;gap:8px;border:1px solid #d3e6f1;border-radius:8px;padding:12px;font-size:11px;background:#f8fbfd}
.language-option.selected{border-color:#8ab4cd;background:#e7f2f8;color:#365a6f}
.language-option .check{margin-left:auto;height:15px;width:15px;border:1px solid #c2ddec;border-radius:4px;display:grid;place-items:center}
.language-option.selected .check{background:#65a4c9;border-color:#65a4c9;color:white}
.language-option .check .icon{height:11px;width:11px}
.settings-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px}
.integration-icon{height:34px;width:34px;background:#e6f1f7;border-radius:9px;display:grid;place-items:center;flex-shrink:0;font-size:11px;font-weight:800;color:#51819c}
.integration-row{padding:18px 0;border-bottom:1px solid #e2eff6}
.integration-row:last-child{border-bottom:0}
.integration-row p{font-size:10px;color:#6a98b3;margin-top:2px}
.integration-row .field{margin-top:13px;font-family:monospace;font-size:11px}
.channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.channel-card{padding:20px}
.channel-card .flag{height:27px;width:38px;border-radius:6px}
.channel-card .channel-title{font-size:14px;margin-top:16px}
.channel-card .channel-handle{font-size:11px;color:#6e9ab4;margin:4px 0 20px}
.channel-card .form-label{font-size:10px}
.channel-card .field{font-size:10px;min-height:35px;padding:8px 10px}
.channel-card .field-group{margin-bottom:13px}
.channel-card .card-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:16px}
.channel-card details{font-size:10px;color:#5384a0;margin:14px 0}
.channel-card summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:5px}
.channel-card details .checkbox-label{margin-top:8px;font-size:10px}
.channel-card .test-voice{font-size:9px;color:#5f90ad;display:inline-flex;align-items:center;gap:4px}
.user-table .avatar{background:#dcebf4;color:#4f7e9a}
.font-drop{border:1px dashed #b6ccd9;border-radius:10px;padding:22px;text-align:center;background:#f5f9fc;position:relative}
.font-drop input{opacity:0;position:absolute;inset:0;width:100%;height:100%;cursor:pointer}
.font-drop p{font-size:11px;font-weight:600;color:#5283a0}
.font-drop small{font-size:9px;color:#7da5bc}
.caption-demo-stage{padding:26px;background:linear-gradient(145deg,#e4eff6,#f4f9fc);border-bottom:1px solid #cee3f0}
.style-phone{max-width:248px}
.abstract-scene{position:absolute;inset:0;background:linear-gradient(180deg,#9ebccd 0%,#b5d5e7 45%,#709cb6 45%,#4d7b96 100%);overflow:hidden}
.abstract-scene:before{content:'';position:absolute;width:180%;height:70%;left:-35%;top:50%;transform:rotate(-25deg) skewX(10deg);background:repeating-linear-gradient(90deg,#4e7c96 0 39px,#446d85 39px 41px);box-shadow:0 -15px 0 #6c99b4}
.abstract-scene:after{content:'';position:absolute;bottom:32%;left:46%;width:34%;height:20%;background:#80a7bd;box-shadow:-48px 34px 0 #5487a4,34px -50px 0 #b7d6e8,70px 20px 0 #6191ad}
.abstract-scene.blue{filter:hue-rotate(40deg)}
.scene-shade{position:absolute;inset:0;background:linear-gradient(transparent 45%,#0e202bd9)}
.play-overlay{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);height:42px;width:42px;border-radius:50%;background:#ffffff44;border:1px solid #ffffff66;color:#fff;display:grid;place-items:center;backdrop-filter:blur(4px)}
.preview-label{font-size:9px;text-align:center;margin-top:13px;color:#6c99b3}
.style-controls{padding:23px}
.details-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px}
.detail-media{padding:18px}
.detail-media video{border-radius:10px;width:100%;aspect-ratio:9/16;background:#131e25}
.detail-meta{font-size:10px;color:#6f9bb5;margin-top:14px;display:flex;justify-content:space-between}
.lang-tabs{display:flex;gap:4px;overflow-x:auto;margin-bottom:20px;padding:4px;border:1px solid #cfe4f0;border-radius:9px;background:#e6f1f7}
.lang-tabs button{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 12px;font-size:11px;border-radius:6px;white-space:nowrap;color:#6091ad}
.lang-tabs button.active{background:#fff;color:#35576b;box-shadow:0 1px 4px #1c35430d}
.lang-tabs .flag{width:18px;height:13px}
.segment-editor{border:1px solid #d7e9f3;border-radius:8px;padding:13px 14px;margin-bottom:10px;background:#fafdfe}
.segment-editor .segment-time{font-family:monospace;font-size:9px;color:#7da5bc;margin-bottom:6px}
.segment-editor textarea{font-size:12px;min-height:53px;border:0;background:transparent;padding:0;width:100%;resize:vertical;color:#456f87;line-height:1.7}
.timeline{padding:15px 18px;border-top:1px solid #d4e7f2;margin-top:16px;overflow:hidden}
.waveform{height:32px;display:flex;align-items:center;gap:2px;overflow:hidden;opacity:.8}
.waveform i{display:block;min-width:2px;background:#7ca8c1;border-radius:2px}
.event-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #e2eff6;font-size:11px}
.event-row:last-child{border-bottom:0}
.event-row time{font-family:monospace;font-size:9px;color:#82a9bf;flex-shrink:0;min-width:40px;margin-top:2px}
.event-row.error{color:#b46250}
.event-row.warning{color:#a28347}
.events-list{max-height:290px;overflow:auto}
.pipeline-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:22px}
.pipeline-step{border:1px solid #d0e4f0;background:#f8fcfe;border-radius:9px;padding:12px 8px;font-size:9px;text-align:center;color:#6796b1}
.pipeline-step .icon{height:16px;width:16px;margin-bottom:5px}
.pipeline-step.done{color:#41708c;background:#e6f1f8;border-color:#c4ddec}
.queue-item{display:flex;gap:16px;padding:20px;align-items:center;border-bottom:1px solid #dbeaf3}
.queue-item:last-child{border:0}
.queue-item .queue-content{flex:1;min-width:0}
.queue-item h3{font-size:12px}
.queue-item p{font-size:10px;color:#729db6;margin-top:6px}
.queue-item .queue-date{text-align:right;font-size:11px}
.queue-item .queue-date small{font-size:9px;display:block;color:#7ca4bc;margin-top:4px}
.login-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}
.login-brand{background:#141f26;display:flex;flex-direction:column;justify-content:space-between;padding:60px;color:#c7dfed;overflow:hidden;position:relative}
.login-brand:after{content:'';position:absolute;inset:0;background-image:linear-gradient(#9fc2d609 1px,transparent 1px),linear-gradient(90deg,#9fc2d609 1px,transparent 1px);background-size:60px 60px;pointer-events:none}
.login-brand h1{font-size:52px;font-weight:500;line-height:1.13;letter-spacing:-2px;position:relative;z-index:1}
.login-brand h1 span{color:#83cbf5}
.login-brand p{font-size:13px;color:#598caa;max-width:300px;margin-top:20px;line-height:1.8}
.login-form-area{display:flex;align-items:center;justify-content:center;padding:40px}
.login-form{width:330px}
.login-form h2{font-size:26px}
.login-form .lead{margin-bottom:28px}
.login-footnote{font-size:10px;color:#7da5bc;text-align:center;margin-top:22px}
.modal-overlay{position:fixed;inset:0;background:#0f1a2073;backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:25px}
.modal{background:#fff;max-width:650px;width:100%;border:1px solid #cde3ef;border-radius:17px;box-shadow:0 30px 100px #0f1a2044;max-height:90vh;overflow:auto}
.modal.wide{max-width:840px}
.modal-head{padding:23px 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3eff6}
.modal-head h2{font-size:18px}
.modal-body{padding:25px}
.modal-footer{display:flex;gap:9px;justify-content:flex-end;padding:18px 25px;border-top:1px solid #e3eff6;background:#f8fbfd}
.modal-body p{font-size:12px;color:#5b8daa;line-height:1.8}
.publish-option{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #d6e8f2;border-radius:9px;margin-bottom:9px}
.publish-option h3{font-size:12px}
.publish-option small{font-size:10px;color:#6d9ab4}
.publish-option input{margin-left:auto}
.toast{position:fixed;right:25px;bottom:25px;background:#1b2b35;color:#dfedf5;border:1px solid #37586c;padding:14px 18px;box-shadow:0 8px 35px #1024302b;border-radius:11px;font-size:12px;max-width:450px;z-index:200;display:flex;align-items:flex-start;gap:11px;animation:toastin .2s}
.toast.error{background:#753e35;color:#ffece4;border-color:#955645}
.toast .icon{height:17px;width:17px}
.mobile-menu{display:none}
.mobile-backdrop{display:none}
.skeleton{height:90px;border-radius:12px;background:linear-gradient(90deg,#deecf4,#f4f9fc,#deecf4);background-size:200%;animation:skeleton 1.2s infinite}
.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.help-item{border:1px solid #d6e8f2;border-radius:10px;padding:17px}
.help-item h3{margin:9px 0 7px;font-size:12px}
.help-item p{font-size:11px}
.error-note{font-size:11px;line-height:1.65;color:#b36754;white-space:pre-wrap;word-break:break-word}
.form-errors{margin-bottom:14px}
.sticky-bar{padding:18px 0;display:flex;align-items:center;justify-content:space-between}
.muted-block{background:#ecf4f9;border:1px solid #d7e9f3;border-radius:9px;padding:14px;font-size:11px;color:#6594b0}
.text-right{text-align:right}
.foot-caption{font-size:10px;color:#6795b0;text-align:center;margin-top:15px}
.font-sample{font-size:23px;line-height:1.7;color:#335568;word-break:break-word}
.busy{pointer-events:none;opacity:.65}

@keyframes spin{to{transform:rotate(360deg)}
}
@keyframes toastin{from{transform:translateY(12px);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes wordpop{0%{transform:scale(.80);opacity:0}
45%{transform:scale(1.08);opacity:1}
100%{transform:scale(1)}
}
@keyframes wordfade{from{opacity:0}
to{opacity:1}
}
@keyframes wordslide{from{transform:translateY(15px);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes skeleton{to{background-position:-200% 0}
}

@media(min-width:1500px){.workspace-grid{grid-template-columns:minmax(0,1fr) 320px}
.hero-card{min-height:250px}
.hero-copy{padding:32px}
.hero-copy h2{font-size:29px}
.main{padding-top:39px}
.hero-visual{transform:scale(1.1)}
}

@media(max-width:1200px){.sidebar{width:200px}
.content{margin-left:200px}
.main{padding:27px 25px}
.topbar{padding:0 25px}
.workspace-grid{grid-template-columns:minmax(0,1fr) 254px;gap:18px}
.hero-card{grid-template-columns:1fr}
.hero-visual{display:none}
.hero-copy{padding:24px}
.hero-copy h2{font-size:25px}
.channel-grid{grid-template-columns:repeat(2,1fr)}
.stat{padding:16px}
.stat-foot{display:none}
.settings-grid{grid-template-columns:minmax(0,1fr) 300px}
.top-actions .live-label{display:none}
.details-grid{grid-template-columns:265px minmax(0,1fr)}
.upload-grid{grid-template-columns:minmax(0,1fr) 260px}
.project-cell strong{max-width:220px}
th,td{padding-left:15px;padding-right:15px}
}

@media(max-width:980px){.sidebar{width:185px;padding-left:12px;padding-right:12px}
.content{margin-left:185px}
.main{padding:24px 20px}
.topbar{padding:0 20px}
.workspace-grid{grid-template-columns:1fr}
.dashboard-side{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.dashboard-side .hint-card{align-self:stretch}
.hero-card{grid-template-columns:1fr 1fr}
.hero-visual{display:flex}
.pipeline-visual{gap:9px;transform:scale(.85)}
.settings-grid{grid-template-columns:1fr}
.settings-grid>.card:last-child{max-width:100%}
.caption-demo-stage{padding:25px}
.caption-style-grid{display:grid;grid-template-columns:1fr 1fr}
.upload-grid{grid-template-columns:1fr}
.upload-preview{position:static}
.upload-preview .phone{max-width:220px}
.details-grid{grid-template-columns:220px minmax(0,1fr)}
.lang-tabs button{padding:8px;gap:5px}
.lang-tabs .flag{display:none}
.grid3{grid-template-columns:1fr 1fr}
.page-heading{align-items:flex-start}
h1{font-size:26px}
.stat-value{font-size:25px}
.stats{gap:10px}
.stat-label{font-size:10px}
.stat-label .icon{display:none}
.login-brand{padding:35px}
.login-brand h1{font-size:42px}
}

@media(max-width:760px){.sidebar{transform:translateX(-100%);width:228px;transition:transform .2s}
.sidebar.open{transform:translateX(0)}
.content{margin-left:0}
.mobile-menu{display:inline-flex}
.mobile-backdrop.open{display:block;position:fixed;inset:0;background:#121c2288;z-index:29}
.topbar{height:61px;padding:0 17px}
.top-actions{gap:7px}
.search-box input{width:105px}
.search-box kbd{display:none}
.main{padding:23px 17px 36px}
.page-heading{gap:12px;margin-bottom:22px}
.page-heading .btn{font-size:10px;padding:9px 11px;min-height:36px}
h1{font-size:25px}
.lead{font-size:11px;max-width:250px}
.stats{grid-template-columns:repeat(2,1fr);gap:10px}
.stat{padding:15px 16px}
.stat-label .icon{display:inline}
.stat-foot{display:block}
.stat-value{font-size:27px}
.hero-card{grid-template-columns:1fr}
.hero-visual{display:none}
.hero-copy{padding:23px}
.hero-copy h2{font-size:28px}
.hero-copy p{max-width:270px}
.workflow-bar{font-size:8px;padding:14px 16px;gap:6px}
.workflow-bar .icon{display:none}
.dashboard-side{grid-template-columns:1fr}
.dashboard-side .hint-card{display:none}
.card-head{padding:18px 18px 14px}
.card-body{padding:0 18px 18px}
.channel-grid{grid-template-columns:1fr}
.settings-grid,.details-grid{grid-template-columns:1fr}
.detail-media{max-width:320px;margin:0 auto}
.details-grid .detail-left{width:100%}
.form-grid,.grid2{grid-template-columns:1fr}
.language-select{grid-template-columns:repeat(2,1fr)}
.grid3{grid-template-columns:1fr}
.caption-style-grid{grid-template-columns:1fr}
.toolbar{align-items:flex-start;flex-direction:column}
.toolbar .pill-tabs{width:100%}
.toolbar .pill-tabs button{flex:1;padding-left:9px;padding-right:9px}
.upload-grid{gap:18px}
.dropzone{min-height:160px}
.upload-grid .grid2{grid-template-columns:1fr 1fr;gap:10px}
.dropzone{padding:18px 10px}
.dropzone h3{font-size:11px}
.dropzone p{font-size:9px}
.login-page{grid-template-columns:1fr}
.login-brand{display:none}
.login-form-area{padding:25px}
.modal-overlay{padding:12px}
.modal-head{padding:18px}
.modal-body{padding:18px}
.modal-footer{padding:16px 18px}
.help-grid{grid-template-columns:1fr}
.toast{right:13px;bottom:13px;left:13px;max-width:none}
.demo-banner{font-size:9px;padding:6px 12px}
.demo-banner button{margin-left:5px;font-size:9px}
.queue-item{flex-wrap:wrap;padding:15px;gap:12px}
.queue-item .queue-date{margin-left:auto}
.pipeline-step{font-size:8px;padding:10px 5px}
.lang-tabs button{font-size:10px}
.topbar .crumb span:first-child{display:none}
.sticky-bar{gap:12px}
.sticky-bar small{font-size:9px}
.form-help{font-size:9px}
.font-sample{font-size:20px}
}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}
}

/* Grid children must be allowed to shrink; wide tables scroll inside the card. */
.stack,.card,.table-wrap,.workspace-grid>*,.settings-grid>*,.details-grid>*{min-width:0}

@media(max-width:980px){.workspace-grid{grid-template-columns:minmax(0,1fr)}
}

@media(max-width:480px){.page-heading{flex-wrap:wrap}
.page-heading>div{min-width:0}
.page-heading>div.flex{flex-wrap:wrap}
.stat-foot{display:none}
.lang-tabs{overflow-x:auto;justify-content:flex-start}
.lang-tabs button{flex-shrink:0}
.demo-banner{overflow-wrap:anywhere}
.modal-footer{flex-wrap:wrap}
.pipeline-steps{min-width:0}
.phone{max-width:100%}
}


/* ==============================================================
   AtlasMC Creator Studio 1.1 — Azzurro
   Light, task-focused interface. No external assets or UI libraries.
   ============================================================== */
:root{
 --bg:#f5f9fc;--panel:#ffffff;--ink:#17324b;--muted:#657b8e;
 --line:#e0eaf1;--blue:#0289cf;--blue-hover:#0577b3;--blue-soft:#eaf7ff;
 --green:var(--blue);--green-dark:#14618b;--sidebar:#ffffff;
 --danger:#bb4149;--amber:#936007;--radius:16px;
 --shadow:0 3px 14px #203f5d03;
 font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body{font-size:14px;line-height:1.55;background:var(--bg);color:var(--ink)}
button,input,select,textarea{font:inherit}
button,a{transition:background-color .16s,border-color .16s,box-shadow .16s,color .16s}
button:disabled{opacity:.48}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #25a3e0;outline-offset:4px}
input:focus,select:focus,textarea:focus{outline:3px solid #0b9bdf25;outline-offset:0;border-color:#0d95d3}
svg.icon{stroke-width:1.8;width:20px;height:20px}
h1{font-size:29px;font-weight:720;line-height:1.25;letter-spacing:-.9px}
h2{font-size:17px;font-weight:700;letter-spacing:-.3px;line-height:1.4}
h3{font-size:14px;font-weight:650;line-height:1.5}
small{font-size:12px}
.muted{color:var(--muted)}
.lead{font-size:13px;color:var(--muted);margin-top:7px;max-width:none}
.heading-light{color:#7791a5;font-weight:500}
.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}
.skip-link{position:fixed;top:8px;left:10px;z-index:1000;background:white;padding:12px 20px;border:2px solid var(--blue);border-radius:10px;transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
#main:focus{outline:none}
.btn{border-radius:9px;min-height:42px;padding:10px 16px;font-size:12px;font-weight:650;background:white;border-color:#dbe6ee;gap:8px}
.btn .icon{width:17px;height:17px}
.btn:hover{background:#f2f9fd;border-color:#bdd9eb}
.btn.primary{background:var(--blue);color:white;border-color:var(--blue);box-shadow:0 3px 7px #0289cf15}
.btn.primary:hover{background:var(--blue-hover);border-color:var(--blue-hover);box-shadow:0 4px 12px #0289cf25}
.btn.dark{background:#17324b;border-color:#17324b}
.btn.small{font-size:12px;min-height:35px;padding:7px 11px}
.btn.ghost{border-color:transparent;box-shadow:none;background:transparent}
.btn.ghost:hover{background:#eaf5fc}
.btn.danger{color:#ad3440;background:#fff5f6;border-color:#f1d2d7}
.icon-btn{width:36px;height:36px;border-radius:9px}
.icon-btn:hover{background:#edf6fc}
.link{font-size:12px;color:#047db9;font-weight:650}
.link:hover{color:#085b88}
.link .icon{width:16px;height:16px}
.tag{padding:4px 8px;font-size:10px;font-weight:650;border-radius:6px;background:#eff4f8;color:#657a8c}
.tag.green{background:#e9f7f1;color:#27735b}
.tag.amber{background:#fff4de;color:#936007}
.tag.red{background:#fff0f2;color:#ab3545}
.tag.blue{background:#eaf6ff;color:#067ab5}
.progress-track{height:5px;background:#e4f0f7;border-radius:10px;overflow:hidden}
.progress-fill{height:100%;background:#29ade5;border-radius:10px;transition:width .2s}
.card{border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}
.card-head{padding:21px 23px 17px;align-items:center}
.card-head small.muted{display:block;font-size:11px;margin-top:4px;line-height:1.5}
.card-body{padding:0 23px 23px}
.card-footer{border-top:1px solid var(--line);padding:15px 23px;color:var(--muted);font-size:11px;background:#fff;display:flex;align-items:center;gap:8px}
.card-footer>.icon{width:15px;height:15px;color:#7d97a9;flex-shrink:0}
.stack{gap:20px}
.divider{background:var(--line);margin:20px 0}
.alert{font-size:12px;line-height:1.7;color:#846126;background:#fff9ed;border-color:#f0dfb7;padding:14px 16px}
.alert.info{background:#eef8ff;border-color:#cfe8f7;color:#386584}
.alert.error{background:#fff3f4;border-color:#f0d4d8;color:#a43543}
.alert .icon{flex-shrink:0}
.alert a{font-weight:700;color:#087bb6}
.alert a .icon{display:inline-block;height:14px;width:14px;vertical-align:middle}
.setup-notice{margin-bottom:22px}
.eyebrow,.section-kicker{color:#0782bd;font-size:10px;font-weight:750;letter-spacing:1.35px;text-transform:uppercase}
.empty{padding:45px 24px;color:var(--muted)}
.empty h3{color:var(--ink);font-size:16px}
.empty p{font-size:13px;margin:8px auto 20px;max-width:400px}
.empty .icon{color:#5daed6}
.spinner{border-color:#d5eaf6;border-top-color:#0089ce}
.boot{color:var(--muted)}
/* Navigation */
.sidebar{width:242px;inset:0 auto 0 0;padding:30px 18px 17px;background:white;color:var(--muted);border-right:1px solid var(--line)}
.brand-link{display:block;padding:0 7px}
.brand{color:#14334b;padding:0;gap:11px}
.brand-logo{width:42px;height:42px}
.brand-name{font-size:26px;font-weight:800;letter-spacing:-1.2px;line-height:1}
.brand-name>span{font-size:20px;letter-spacing:-1px;color:#049bd9;font-weight:750;margin-left:1px}
.brand-name small{font-size:8px;font-weight:650;letter-spacing:1.85px;color:#7a93a6;margin-top:9px}
.workspace-switch{margin:30px 1px 26px;padding:12px 9px;border-color:#e5eef5;border-radius:12px;background:#f7fbfe;gap:9px;color:var(--ink)}
.workspace-icon{width:30px;height:32px;border-radius:8px;background:#e6f5ff;color:#0894cf}
.workspace-icon .icon{width:17px;height:17px}
.workspace-switch strong{font-size:11px;font-weight:700}
.workspace-switch small{display:block;font-size:10px;margin-top:2px;color:#7b92a4}
.workspace-switch .tag{margin-left:auto;font-size:9px;padding:3px 5px;white-space:nowrap}
.nav-label{font-size:9px;color:#90a3b2;font-weight:700;letter-spacing:1.6px;padding:0 13px;margin:0 0 10px}
.nav-section{margin-top:29px}
.nav-item{color:#60798d;min-height:44px;font-size:12px;gap:12px;padding:12px 13px;margin-bottom:5px;border-radius:9px}
.nav-item .icon{width:19px;height:19px;color:#859bad}
.nav-item:hover{background:#f2f8fc;color:#23779f}
.nav-item.active{background:#e7f5ff;color:#0388c9;font-weight:700}
.nav-item.active .icon{color:#0388c9}
.nav-item .count{background:#fff1d6;color:#996b18;font-weight:700;border-radius:5px;font-size:10px;padding:1px 6px}
.nav-item.active .count{background:#d1edfd;color:#0176b2}
.sidebar-bottom{padding-top:30px}
.sidebar-help{display:flex;align-items:center;gap:10px;padding:12px 11px;margin:0 0 17px;width:100%;font-size:12px;color:#678096;text-align:left}
.sidebar-help>.icon:first-child{height:18px;width:18px}
.sidebar-help>.icon:last-child{height:14px;width:14px;margin-left:auto}
.sidebar-help:hover{background:#f4fafe;border-radius:10px;color:#068ac8}
.storage-card{padding:14px 12px;font-size:10px;border:1px solid #e4eef5;background:#f8fbfe;border-radius:11px;color:#8ba1b3;margin:0 0 17px}
.storage-card .small-label{font-size:11px;color:#5c788e;gap:7px}
.storage-card .small-label .icon{height:16px;width:16px}
.storage-card .progress-track{height:4px;background:#e0edf5;margin:13px 0 8px}
.storage-card .progress-fill{background:#42b7e9}
.storage-card strong{font-size:10px;color:#6c889b}
.user-box{padding:17px 6px 0;border-top:1px solid var(--line);gap:9px}
.avatar{height:34px;width:34px;background:#def3ff;color:#057fb7;border:3px solid white;outline:1px solid #e1edf5;font-size:11px}
.user-box strong{font-size:12px;font-weight:650;color:var(--ink)}
.user-box small{color:#8c9ead;font-size:10px;margin-top:2px}
.user-box .icon-btn{width:32px;color:#8d9fae}
.user-box .icon-btn:hover{background:#edf7fd}
.content{margin-left:242px;min-width:0;display:flex;flex-direction:column;min-height:100vh}
.topbar{height:72px;background:white;border-color:var(--line);padding:0 34px}
.crumb{font-size:12px;color:#8ba0b1;gap:14px}
.crumb strong{font-size:12px;color:#46677f;font-weight:550}
.crumb .icon{width:13px;height:13px;color:#bccbd6}
.top-actions{gap:22px}
.search-box{background:#f7fafd;border:1px solid #e6eef5;border-radius:8px;gap:9px;padding:8px 10px}
.search-box>.icon{height:16px;width:16px;color:#89a0b2}
.search-box input{width:158px;color:var(--ink);font-size:11px;outline:none;padding:0;min-height:18px}
.search-box input:focus{outline:none}
.search-box:focus-within{border-color:#5db9e2;box-shadow:0 0 0 3px #54b6e319}
.search-box input::placeholder{color:#8198aa}
.search-box kbd{font:10px ui-sans-serif,system-ui;border:1px solid #dce6ee;padding:0 5px;color:#9aaebb;border-radius:4px;background:white}
.top-actions .live-label{color:#678294;font-size:11px;white-space:nowrap}
.live-label .dot{background:#46b999;width:6px;height:6px}
.live-label.offline .dot{background:#ce9133}
.help-top{color:#7b92a5}
.demo-banner{display:flex;justify-content:space-between;align-items:center;text-align:left;gap:12px;min-height:29px;font-size:10px;background:#eaf6ff;color:#658ba4;padding:6px 34px;border-bottom:1px solid #d6ebf8;letter-spacing:0}
.demo-banner strong{font-size:9px;font-weight:750;letter-spacing:.65px;color:#258dbd}
.demo-banner button{margin:0;color:#2c88b4;font-size:10px;white-space:nowrap;text-decoration:underline;text-underline-offset:3px}
.main{padding:29px 34px 35px;max-width:1550px;width:100%;margin:0 auto;flex:1}
.page-heading{margin-bottom:24px;align-items:center;gap:20px}
.page-heading>.btn{min-height:43px;font-size:12px;padding:10px 16px}
.app-footer{display:flex;justify-content:space-between;color:#8ea4b6;font-size:10px;padding:0 34px 20px;gap:14px}
.footer-sep{padding:0 6px;color:#bfd1de}
/* Dashboard */
.hero-card{display:grid;grid-template-columns:1.05fr 1fr;position:relative;overflow:hidden;min-height:278px;border:1px solid #2aade2;background:linear-gradient(113deg,#087fbd 0%,#079ddd 65%,#27b6e8 100%);border-radius:18px;margin:0;isolation:isolate;color:white}
.hero-card:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.12;background-image:linear-gradient(#b7ebff70 1px,transparent 1px),linear-gradient(90deg,#b7ebff70 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,transparent,black)}
.hero-copy{padding:29px 32px 28px;align-self:center}
.hero-kicker{display:flex;align-items:center;gap:7px;font-size:9px;font-weight:700;letter-spacing:1.5px;color:#d4f3ff}
.hero-kicker .dot{width:5px;height:5px;background:#bcefff}
.hero-copy h2{font-size:35px;line-height:1.15;font-weight:750;letter-spacing:-1.2px;color:white;margin:12px 0}
.hero-copy h2>span{color:#b8edff}
.hero-copy p{font-size:12px;line-height:1.8;color:#daf2ff;margin:12px 0 0}
.hero-guide{display:inline-flex;align-items:center;gap:10px;color:white;font-size:11px;font-weight:650;padding:0;margin-top:18px}
.hero-guide:hover{color:#c3f5ff}
.hero-guide .icon{height:15px;width:15px}
.hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transform:none;padding:26px 27px 24px 12px;min-width:0}
.hero-sources{display:flex;align-items:center;justify-content:center;gap:13px;width:100%}
.source-token{display:flex;align-items:center;gap:8px;white-space:nowrap;padding:11px 15px;border:1px solid #e3f5ff50;border-radius:10px;background:#ffffff18;box-shadow:0 5px 10px #004f7e06;font-size:11px;font-weight:500;color:#fff}
.source-token .icon{height:16px;width:16px;color:#d6f5ff}
.source-plus{color:#a2e2fc;font-size:16px;font-weight:400}
.flow-stem{height:18px;width:1px;background:#ade7fc80;position:relative}
.flow-stem:after{content:"";width:4px;height:4px;border-right:1px solid #c9f1ff;border-bottom:1px solid #c9f1ff;position:absolute;bottom:1px;left:-2px;transform:rotate(45deg)}
.voice-engine{display:flex;align-items:center;gap:11px;border-radius:14px;background:#fff;padding:16px 19px;min-width:308px;max-width:100%;color:#28516d;box-shadow:0 10px 28px #04598025;border:1px solid #d7f1fd}
.engine-icon{width:36px;height:36px;background:#e6f7ff;color:#009fda;border-radius:10px;display:grid;place-items:center}
.engine-icon .icon{height:22px;width:22px}
.voice-engine strong{font-size:13px;font-weight:750;display:block;white-space:nowrap}
.voice-engine small{display:block;font-size:10px;color:#819cae;margin-top:3px;white-space:nowrap}
.waveform{display:flex;gap:3px;align-items:center;margin-left:auto;padding-left:15px;color:#51c0eb}
.waveform i{display:block;width:3px;border-radius:6px;background:currentColor;opacity:.9}
.hero-languages{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;width:100%;max-width:370px}
.hero-languages>span{display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid #daf4ff72;border-radius:7px;background:#ffffffed;padding:8px 6px;color:#3f7190;box-shadow:0 5px 12px #0061900d}
.hero-languages .flag{width:20px;height:14px;border-radius:3px;box-shadow:0 0 0 1px #2446630a}
.hero-languages b{font-size:9px;font-weight:700}
.hero-note{color:#d3f3ff;font-size:10px;margin-top:12px}
.workflow-guide{display:grid;grid-template-columns:repeat(3,1fr);margin:16px 0 22px;background:white;border:1px solid var(--line);border-radius:13px;padding:20px 6px}
.workflow-item{display:flex;align-items:center;gap:11px;padding:0 19px;border-right:1px solid var(--line);min-width:0}
.workflow-item:last-child{border:0}
.workflow-number{display:grid;place-items:center;flex-shrink:0;width:31px;height:31px;border-radius:9px;background:#eaf7ff;color:#068ac6;font-size:12px;font-weight:700}
.workflow-item h3{font-size:12px;font-weight:700}
.workflow-item p{font-size:10px;margin:3px 0 0;color:#7b93a6;line-height:1.5}
.workflow-item>.icon{margin-left:auto;height:18px;width:18px;color:#7cbedf}
.stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:23px}
.stat{position:relative;text-align:left;display:flex;align-items:center;gap:13px;background:white;border:1px solid var(--line);border-radius:13px;padding:17px 15px;min-height:100px}
.stat:hover{background:#fafdff;border-color:#a8d8ee;box-shadow:0 4px 15px #07588708}
.stat-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eaf7ff;color:#1989c0;flex-shrink:0}
.stat-icon .icon{width:19px;height:19px}
.stat-icon.review{background:#fff5e5;color:#c58b2d}
.stat-icon.queue{background:#e9f8f3;color:#339f7f}
.stat-label{font-size:11px;color:#698398;display:block}
.stat-bottom{align-items:center;gap:11px;margin-top:8px}
.stat-value{font-size:25px;letter-spacing:-.7px;font-weight:700;line-height:1}
.stat-foot{font-size:9px;line-height:1.45;color:#8c9fae;max-width:88px;text-align:left}
.stat-chevron{position:absolute;right:10px;top:14px;width:12px!important;height:12px!important;color:#aec7d6;opacity:0}
.stat:hover .stat-chevron{opacity:1}
.stat.needs-review{border-color:#f0dfbe}
.workspace-grid{grid-template-columns:minmax(0,1fr) 294px;gap:22px}
.channel-list{padding:0 20px}
.mini-channel{display:flex;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #eef3f7}
.mini-channel:last-child{border-bottom:0}
.mini-channel:hover{background:#fbfdff}
.mini-channel>.flag{width:24px;height:17px;border-radius:4px;box-shadow:0 0 0 1px #8da6b51c;flex-shrink:0}
.mini-channel strong{font-size:11px;font-weight:650;color:#37556b}
.mini-channel small{font-size:10px;color:#8aa0b1;display:block;margin-top:3px}
.channel-state{margin-left:auto;display:flex;align-items:center;gap:4px;color:#37a484;font-size:9px;font-weight:550;white-space:nowrap}
.channel-state .icon{height:13px;width:13px}
.channel-state.off{color:#bd8531}
.voice-reminder{background:#ecf7fd;border:1px solid #dceef9;padding:17px;border-radius:12px;display:flex;align-items:flex-start;gap:10px}
.voice-reminder>.icon{color:#1197ce;width:18px;height:18px;flex-shrink:0;margin-top:2px}
.voice-reminder strong{font-size:11px;color:#316482}
.voice-reminder p{font-size:11px;color:#6c8ba1;line-height:1.7;margin-top:4px}
/* Project list, compact but readable */
table{width:100%;border-collapse:collapse}
th{background:#f9fcfe;color:#93a6b5;font-size:9px;letter-spacing:1px;font-weight:650;text-transform:uppercase;border-top:1px solid #eaf0f5;border-bottom:1px solid #eaf0f5;padding:11px 20px;text-align:left}
td{padding:17px 20px;border-bottom:1px solid #edf2f6;vertical-align:middle}
tbody tr:last-child td{border-bottom:0}
.projects-table tr:hover{background:#fbfdff}
.project-cell{gap:11px;display:flex;align-items:center;min-width:210px}
.project-cell strong{font-size:11px;line-height:1.6;color:#345168;font-weight:650;white-space:normal;display:block;max-width:210px}
.project-cell:hover strong{color:#058ac9}
.project-cell small{font-size:9px;color:#90a2b1;display:block;margin-top:4px;white-space:nowrap}
.project-cell small>span{margin:0 3px;color:#b1c2ce}
.thumb{height:54px;width:38px;border-radius:7px;flex-shrink:0;overflow:hidden;background:#e6f3fd}
.thumb img{width:100%;height:100%;object-fit:cover}
.demo-thumb{background:linear-gradient(135deg,#bbe9fa 30%,#3bb1da 100%)}
.demo-thumb:before{background:#2c8a9c;border-top:8px solid #6fbb89;box-shadow:8px -10px 0 #8ac8a3;opacity:1}
.demo-thumb:after{color:white;font-size:5px;font-weight:800;letter-spacing:1px}
.demo-thumb.purple{background:linear-gradient(140deg,#dad1f4,#819ad2)}
.demo-thumb.purple:before{background:#537a9d;border-top-color:#a2c5b3;box-shadow:8px -10px 0 #b2ddcb}
.demo-thumb.blue{background:linear-gradient(140deg,#ceefff,#56a6cc)}
.demo-thumb.orange{background:linear-gradient(140deg,#ffe9bd,#dea165)}
.lang-stack{display:flex;gap:3px;flex-wrap:nowrap}
.lang-chip{font-size:8px;border-radius:3px;min-width:18px;padding:2px 3px;color:#91a6b5;background:#f1f6fa;border:1px solid #e4edf4;font-weight:650;line-height:1.4}
.lang-chip.ready{background:#eaf8ff;border-color:#cdebf9;color:#328bb1}
.lang-chip.failed{background:#fff0f2;border-color:#f3d7dd;color:#b35766}
.versions-count{display:block;font-size:9px;color:#8ca1b2;margin-top:5px}
.project-progress{width:112px}
.project-progress small{font-size:9px;color:#7191a7;display:flex;justify-content:space-between;gap:4px}
.project-progress small strong{font-size:9px;font-weight:500}
.project-progress .progress-track{margin-top:5px}
.projects-table .tag{font-size:9px;padding:4px 6px}
.projects-table th:last-child,.projects-table td:last-child{padding-left:10px;padding-right:17px}
.project-open{display:flex;align-items:center;gap:6px;color:#53839f;font-size:10px;font-weight:650;padding:7px 0;white-space:nowrap}
.project-open:hover{color:#008dce}
.project-open .icon{height:14px;width:14px}
.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}
.pill-tabs{padding:4px;border-radius:10px;background:#eaf1f6;border:1px solid #e3ecf3;gap:2px;display:flex;max-width:100%;overflow-x:auto}
.pill-tabs button{padding:9px 15px;font-size:12px;color:#71899b;border-radius:7px;white-space:nowrap}
.pill-tabs button.active{background:white;color:#0889c6;box-shadow:0 2px 5px #1e5c8710;font-weight:650}
.search-summary{display:flex;gap:7px;align-items:center;font-size:12px;color:var(--muted);margin:0 0 15px}
.foot-caption{font-size:11px;color:#8ba2b5;margin-top:17px}
/* Forms */
.form-label{display:block;font-size:12px;font-weight:650;color:#3c5a70;margin-bottom:8px}
.field{border:1px solid #dbe7ef;border-radius:9px;background:#fff;min-height:43px;padding:10px 12px;font-size:13px;color:#315168;width:100%;max-width:100%}
.field::placeholder{color:#9aacb9}
textarea.field{min-height:95px;line-height:1.7}
.form-help{font-size:11px;line-height:1.7;color:#7c94a7;margin-top:7px}
.field-group{margin-bottom:19px}
.form-grid{gap:18px}
.checkbox-label{font-size:12px;line-height:1.7;color:#567186;align-items:flex-start;display:flex;gap:10px;margin:10px 0}
.checkbox-label input{accent-color:#079bd7;width:16px;height:16px;margin:3px 0 0;flex-shrink:0}
.checkbox-label strong{color:#31566e}
.toggle-row{gap:18px;padding:18px 0;align-items:center}
.toggle-row p{font-size:11px;color:#7c94a7;line-height:1.7;max-width:480px}
.toggle-row h3{font-size:12px;color:#375b73}
.switch{width:39px;height:23px;min-width:39px}
.switch span{background:#dce7ee}
.switch input:checked+span{background:#149fd9}
.switch input:focus-visible+span{outline:3px solid #73c6ed;outline-offset:3px}
.switch span:before{background:white}
input[type=range]{accent-color:#099bd9}
input[type=color]{width:100%;height:40px;border-radius:8px;border:1px solid #d8e7f0;background:white;padding:4px}
.muted-block{background:#f4f9fd;border:1px solid #e5eff6;border-radius:9px;font-size:11px;color:#7690a3;padding:13px 14px;line-height:1.8}
summary{font-size:12px;color:#54819b;cursor:pointer}
details{margin:15px 0}
.hint-card{background:#eef8fe;border-color:#dcebF6;border-radius:13px;color:#4983a3;padding:22px}
.hint-card h3{color:#3a6986;margin:12px 0 7px;font-size:13px}
.hint-card p{color:#7494a9;font-size:12px;line-height:1.8}
/* Upload: visible stepper and one decision per page */
.wizard-steps{display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 25px;background:white;border:1px solid var(--line);border-radius:13px;padding:7px;gap:9px}
.wizard-step{display:flex;align-items:center;justify-content:center;gap:11px;padding:12px 15px;color:#91a6b6;border-radius:9px;font-size:12px}
.wizard-step>span{width:28px;height:28px;border:1px solid #dfe9f0;background:#f8fbfe;border-radius:8px;display:grid;place-items:center;font-size:11px;font-weight:650;flex-shrink:0}
.wizard-step>strong{font-size:12px;font-weight:550}
.wizard-step .icon{height:15px;width:15px}
.wizard-step.current{background:#edf8ff;color:#0589c8}
.wizard-step.current>span{background:#059ad9;border-color:#059ad9;color:white;box-shadow:0 3px 8px #0b9ed320}
.wizard-step.current strong{font-weight:700}
.wizard-step.done{color:#5c93ad}
.wizard-step.done>span{background:#edf8ff;color:#1588bb;border-color:#d7edf9}
.wizard-step:disabled{opacity:1;cursor:default}
.upload-grid{display:grid;grid-template-columns:minmax(0,1fr) 292px;gap:24px;align-items:start}
.upload-step-card .card-head{padding-top:24px;padding-bottom:21px}
.upload-step-card h2{font-size:21px;letter-spacing:-.6px;margin-top:7px}
.upload-step-card .form-help{font-size:12px;line-height:1.7}
.upload-step-card .form-label{margin-bottom:10px}
.upload-step-card .card-body{padding-bottom:25px}
.section-kicker{display:block;font-size:9px;color:#0784bd}
.upload-files{gap:15px;margin-top:23px}
.dropzone{border:1.5px dashed #bbdbed;border-radius:13px;background:#fbfdff;padding:25px 17px 18px;min-height:245px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;cursor:pointer;transition:.16s;color:var(--ink)}
.dropzone:hover,.dropzone.dragover{background:#eff9ff;border-color:#28a8df;box-shadow:0 0 0 4px #dff4ff}
.dropzone:focus-within{outline:3px solid #5ebde9;outline-offset:3px}
.dropzone input{position:absolute;opacity:0;inset:0;width:100%;height:100%;cursor:pointer}
.drop-icon{height:45px;width:45px;border-radius:12px;background:#e9f7ff;color:#1499d0;display:grid;place-items:center;margin-bottom:15px}
.drop-icon .icon{width:24px;height:24px}
.dropzone h3{font-size:13px;font-weight:650;line-height:1.5;overflow-wrap:anywhere;max-width:100%;margin:0}
.dropzone p{font-size:11px;color:#879fb0;line-height:1.7;margin:5px 0 14px}
.dropzone small{font-size:9px;color:#92a8b8;line-height:1.6;margin-top:11px}
.drop-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:white;border:1px solid #cde3f1;border-radius:7px;font-size:11px;padding:8px 12px;color:#327dA5;box-shadow:0 2px 3px #29577704;font-weight:650}
.drop-cta .icon{width:14px;height:14px}
.dropzone.has-file{background:#f3fbff;border-color:#65bde4}
.dropzone.has-file .drop-icon{background:#dff5ff;color:#008fca}
.file-explainer{display:flex;align-items:flex-start;gap:10px;border:1px solid #deeff9;background:#f0f9ff;padding:14px;border-radius:10px;margin-top:20px;font-size:11px;color:#7695aa;line-height:1.8}
.file-explainer>.icon{color:#269bcc;width:18px;height:18px;flex-shrink:0;margin-top:2px}
.file-explainer strong{color:#457c9b;font-weight:650}
.advanced-details{border:1px solid #e5edf3;border-radius:9px;background:#fff;margin:21px 0 0}
.advanced-details summary{padding:13px 14px;display:flex;align-items:center;gap:8px;color:#6c8ba2;font-size:11px;list-style:none}
.advanced-details summary::-webkit-details-marker{display:none}
.advanced-details summary:after{content:'+';margin-left:auto;font-size:15px;font-weight:400;color:#809baf}
.advanced-details[open] summary:after{content:'−'}
.advanced-details summary>.icon{width:15px;height:15px;flex-shrink:0}
.advanced-details summary>span{font-size:9px;color:#a0b2bf;margin-left:auto;white-space:nowrap}
.advanced-details summary>span+span{margin-left:0}
.advanced-details>div,.advanced-details>p,.advanced-details>.checkbox-label{margin:0 15px 15px}
.advanced-details>.toggle-row{margin-bottom:2px}
.advanced-details[open] summary{margin-bottom:8px;border-bottom:1px solid #eef3f7}
.data-privacy{border:0;background:transparent;margin:10px 0 0}
.data-privacy summary{padding:10px 0}
.data-privacy p{margin:0}
.wizard-actions{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:1px 0 6px}
.wizard-actions .btn{min-height:43px}
.wizard-note{display:flex;align-items:center;gap:7px;color:#97aab9;font-size:10px}
.wizard-note .icon{height:14px;width:14px}
#upload-status:empty{display:none}
.upload-progress{padding:20px;font-size:12px}
.upload-progress .progress-track{margin:12px 0}
.upload-preview{position:sticky;top:20px;align-self:start;min-width:0}
.upload-preview .card-head{padding:20px 19px 16px}
.upload-preview .card-body{padding:0 19px 20px}
.upload-preview .card-head h2{font-size:14px}
.upload-preview .phone{max-width:218px;aspect-ratio:9/16;height:auto;background:#edf7ff;border:1px solid #dcecf6;border-radius:16px;box-shadow:none;margin:0 auto;min-width:0;color:#648eaa}
.phone-badge{font-size:8px;font-weight:750;letter-spacing:1.5px;background:#fff;color:#2987b4;border:1px solid #d8edf8;border-radius:5px;top:15px;left:13px;padding:5px 8px;position:absolute}
.phone-placeholder{color:#7199b2;gap:0;padding:22px;position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.placeholder-video-icon{display:grid;place-items:center;width:61px;height:61px;background:#deeffb;border:1px solid #d1e7f6;border-radius:17px;margin-bottom:18px}
.placeholder-video-icon .icon{height:28px;width:28px;color:#60acd4;margin:0}
.phone-placeholder p{font-size:12px;font-weight:650;color:#6f9ab4;line-height:1.7;margin:0 0 7px}
.phone-placeholder small{font-size:10px;color:#99b1c2;line-height:1.9}
.phone-format{position:absolute;bottom:18px;left:0;right:0;text-align:center;font-size:8px;letter-spacing:1.6px;color:#9db8ca}
.phone video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#102d43;border-radius:14px}
.preview-checklist{display:flex;flex-direction:column;gap:11px}
.preview-checklist>div{display:flex;align-items:center;gap:9px;font-size:10px;color:#6d8ea6;line-height:1.7}
.preview-checklist .icon{height:15px;width:15px;color:#52a8d1;flex-shrink:0}
.preview-label{color:#98aebf;font-size:10px;line-height:1.8;text-align:center;margin-top:15px}
.voice-preview-label{display:flex;gap:7px;align-items:center;margin-top:16px}
.voice-preview-label .icon{height:14px;width:14px}
.audio-player{width:100%;height:36px;margin-top:7px}
.language-header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:17px;font-size:12px;color:#66869d}
.language-select.wizard-languages{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.language-option{display:flex;align-items:center;gap:11px;border:1px solid #dfeaf2;border-radius:12px;min-height:84px;padding:17px 14px;text-align:left;background:#fff;color:#547a94}
.language-option.selected{border-color:#69bfe7;background:#f1faff;box-shadow:inset 0 0 0 1px #bde7fc}
.language-option:hover{background:#eaf7ff;border-color:#53b7e6}
.language-option>.flag{width:25px;height:18px;border-radius:4px;flex-shrink:0}
.language-name{display:block;min-width:0}
.language-name strong{display:block;font-size:12px;color:#3a6885;font-weight:650}
.language-name small{display:block;font-size:10px;color:#90a9ba;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.language-option .check{margin-left:auto;flex-shrink:0;width:18px;height:18px;border:1px solid #d3e6f1;background:white;border-radius:5px;display:grid;place-items:center}
.language-option.selected .check{background:#089cd8;border-color:#089cd8;color:white}
.language-option .check .icon{width:12px;height:12px}
.shared-voice-note{display:flex;align-items:flex-start;gap:12px;background:#eaf7ff;border:1px solid #cce9fa;border-radius:12px;padding:17px;margin-top:23px}
.shared-voice-note>.icon{width:22px;height:22px;color:#1494ca;flex-shrink:0}
.shared-voice-note h3{font-size:12px;color:#3f7898}
.shared-voice-note p{font-size:11px;line-height:1.8;color:#7399b1;margin-top:5px}
.shared-voice-note>.tag{margin-left:auto;align-self:flex-start;white-space:nowrap}
.output-summary{display:flex;align-items:center;gap:12px;margin:21px 0;font-size:11px;color:#537c98}
.output-summary>.icon{width:31px;height:31px;color:#559fbf;background:#eff8fe;padding:7px;border-radius:7px}
.output-summary strong{display:block;font-weight:650;font-size:12px}
.output-summary small{display:block;font-size:11px;margin-top:3px;color:#86a2b6}
.upload-recap{padding:18px;background:#f8fbfe;border:1px solid #e4eef6;border-radius:12px;margin-bottom:20px}
.upload-recap>.between{padding-bottom:15px;border-bottom:1px solid #e6eef5;align-items:center}
.upload-recap .form-label{font-size:10px;color:#8ba5b8;font-weight:500;margin-bottom:5px}
.upload-recap>.between strong{font-size:13px;color:#375e78;overflow-wrap:anywhere}
.recap-file{display:flex;align-items:center;gap:10px;margin:17px 0;min-width:0}
.recap-file>.icon{height:31px;width:31px;padding:7px;background:#e7f4fd;color:#61a8cf;border-radius:7px;flex-shrink:0}
.recap-file>div{min-width:0}
.recap-file>div>span{display:block;color:#98b0c1;font-size:10px}
.recap-file strong{display:block;font-size:11px;color:#5b7f97;font-weight:550;overflow-wrap:anywhere}
.recap-file>span{margin-left:auto;color:#91aaba;font-size:10px;white-space:nowrap}
.recap-langs{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #e6eef5;padding-top:15px;font-size:11px;color:#6e8ca2;flex-wrap:wrap}
.recap-langs>div{display:flex;gap:8px;flex-wrap:wrap}
.recap-langs>div>span{display:flex;align-items:center;gap:4px;font-size:9px;background:white;padding:4px 5px;border:1px solid #e2edf6;border-radius:4px}
.recap-langs .flag{width:17px;height:12px;border-radius:2px}
.review-mode{display:flex;align-items:flex-start;gap:12px;padding:15px 0 20px}
.review-mode>.icon{height:21px;width:21px;flex-shrink:0;color:#19a0d4;margin-top:2px}
.review-mode h3{font-size:13px;color:#3b718f}
.review-mode p{font-size:11px;line-height:1.8;color:#7897ac;margin-top:4px}
.review-mode>.tag{margin-left:auto;flex-shrink:0}
.upload-confirmations{border-top:1px solid #e9f0f6;padding-top:10px}
.upload-confirmations .checkbox-label{margin:14px 0}
.auto-destinations{line-height:2.2}
/* Shared voice, channels, settings */
.shared-voice-card{margin-bottom:30px;border-color:#d2e8f5;background:#fff}
.feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eaf7ff;color:#0d91c9;flex-shrink:0}
.feature-icon .icon{width:24px;height:24px}
.shared-voice-card .card-head{padding-bottom:17px}
.voice-explanation{font-size:12px;color:#69899f;line-height:1.8;margin-bottom:20px;max-width:880px}
.voice-explanation strong{font-weight:650;color:#365f79}
.voice-id-row{display:flex;gap:13px;max-width:820px}
.voice-id-row input{font:12px ui-monospace,SFMono-Regular,Consolas,monospace}
.voice-id-row .btn{flex-shrink:0}
.voice-tests{display:flex;gap:8px;align-items:center;margin-top:20px;padding-top:18px;border-top:1px solid #e7eff5;flex-wrap:wrap}
.voice-tests>span{color:#7999af;font-size:11px;margin-right:5px}
.voice-test-chip{display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid #dcecf6;background:#fbfdff;border-radius:7px;font-size:10px;color:#6791ad}
.voice-test-chip:hover{background:#edf8ff;border-color:#64bfe6;color:#0486c2}
.voice-test-chip .flag{width:18px;height:13px;border-radius:3px}
.voice-test-chip .icon{height:12px;width:12px}
.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:0 0 16px}
.section-heading h2{font-size:19px}
.section-heading p{font-size:12px;color:#819aaf;margin-top:4px}
.channel-help{background:#eef8ff;border:1px solid #d9edf9;border-radius:10px;margin:0 0 20px}
.channel-help summary{padding:12px 16px;font-size:12px;display:flex;gap:9px;align-items:center;color:#4b89ac}
.channel-help summary .icon{height:16px;width:16px}
.channel-help p{padding:0 17px 15px;font-size:12px;line-height:1.9;color:#6f8fa7}
.channel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.channel-card{padding:22px;min-width:0}
.channel-card>.between>.flag{width:31px;height:22px;border-radius:5px;box-shadow:0 0 0 1px #b7cbd933}
.channel-title{font-size:16px;color:#2e5670;margin-top:15px}
.channel-handle{font-size:11px;color:#8aa3b5;margin-top:5px;margin-bottom:20px}
.channel-card .field-group{margin-bottom:15px}
.channel-card .form-label{font-size:11px}
.channel-card .form-help{font-size:10px}
.channel-card .test-voice{font-size:10px;color:#138abe}
.channel-card .test-voice .icon{width:12px;height:12px}
.channel-card form>.btn{margin-top:15px}
.channel-card details summary{font-size:10px;line-height:1.6;color:#6f91a9}
.channel-card details{padding:10px 0;border-top:1px solid #edf3f7;border-bottom:1px solid #edf3f7}
.card-actions{margin-top:11px;display:flex;gap:8px;flex-wrap:wrap}
.card-actions .btn{flex:1}
.settings-grid{grid-template-columns:minmax(0,1fr) 350px;gap:24px;align-items:start}
.integration-row{border-bottom:1px solid #e8f0f5;padding:19px 0}
.integration-row p{font-size:11px;color:#8aa3b5;margin-top:3px;line-height:1.7}
.integration-row .field{margin-top:13px}
.integration-icon{width:38px;height:38px;background:#e9f7ff;color:#379bc8;font-size:11px;border-radius:10px}
.font-drop{border:1.5px dashed #bdddeF;background:#f8fcff;padding:23px;color:#58a5c9;border-radius:10px}
.font-drop p{font-size:12px;color:#528aab;margin:8px 0 4px}
.font-drop small{font-size:10px;color:#9cb3c3}
.font-sample{padding:18px;border:1px solid #e8f1f8;background:#f9fcff;color:#375d75;border-radius:10px;font-size:22px}
.sticky-bar{margin-top:22px;border-top:1px solid #dfebf4;background:#f5f9fcf5;padding:17px 0;gap:18px}
.sticky-bar small{font-size:11px;line-height:1.7}
.caption-demo-stage{padding:0 26px 22px}
.style-controls{border-top:1px solid #e5eef5;padding:20px 23px}
.style-controls h3{font-size:13px;color:#3c738f}
.caption-demo-stage .phone{border:5px solid #173e58;border-radius:23px;box-shadow:0 8px 25px #08456f12}
.style-phone{background:#69b9df}
.style-phone .phone-badge{background:#123c55b8;border-color:#ffffff26;color:#e2f6ff;font-size:7px}
.abstract-scene{background:linear-gradient(180deg,#93d6ee 0%,#bde6f4 54%,#78b9be 54%,#386574 100%)}
.abstract-scene:before{background:#456b58;border-top-color:#84be82;box-shadow:55px -45px 0 #538660,-68px -85px 0 #57815d}
.scene-shade{background:linear-gradient(0deg,#17384fe8 0%,transparent 75%)}
.phone-bottom{color:#eaf8ff;font-size:10px;line-height:1.8}
.phone-bottom strong{font-size:12px}
.preview-caption{color:#fff;font-weight:850;text-align:center}
/* Review: each language shows its state in words */
.pipeline-steps{border:1px solid #dcebf5;border-radius:11px;background:white;margin-bottom:20px}
.pipeline-step{padding:15px 10px;font-size:11px;color:#9bb1c0;gap:9px}
.pipeline-step .icon{width:17px;height:17px;color:#aac1d1}
.pipeline-step.done{background:#f3faff;color:#4593bb}
.pipeline-step.done .icon{color:#249ece}
.next-action-note{display:flex;align-items:flex-start;gap:12px;padding:16px 19px;border:1px solid #cce8f8;background:#edf8ff;border-radius:11px;margin-bottom:22px}
.next-action-note>.icon{width:21px;height:21px;flex-shrink:0;color:#179ed3;margin-top:3px}
.next-action-note strong{font-size:13px;color:#3f789b;font-weight:650}
.next-action-note p{font-size:12px;color:#7797af;margin-top:3px;line-height:1.75}
.lang-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:0;gap:9px;margin:0 0 22px;background:none;padding:0;overflow:visible}
.lang-tabs button{display:grid;grid-template-columns:21px auto;align-items:center;justify-content:center;gap:5px 8px;text-align:left;font-size:11px;padding:12px 9px;background:white;border:1px solid #dfebf3;border-radius:10px;color:#7c98ab}
.lang-tabs button .flag{display:inline-block;width:21px;height:15px;border-radius:3px;grid-row:1}
.lang-tabs button.active{border-color:#5db9e4;background:#eaf8ff;color:#167ca9;box-shadow:inset 0 0 0 1px #d0effe}
.lang-tabs button:hover{background:#f0f9ff;border-color:#9bd8f2}
.lang-tab-state{grid-column:2;font-size:9px;color:#92adbf;white-space:nowrap;font-weight:400;display:block}
.lang-tabs button.active .lang-tab-state{color:#73a8c5}
.details-grid{grid-template-columns:300px minmax(0,1fr);gap:23px;align-items:start}
.detail-media{padding:0 22px 22px}
.detail-media>video{background:#1c4159;border-radius:12px;width:100%}
.detail-media .phone{width:100%;max-width:248px}
.detail-meta{font-size:9px;color:#8fabbf;margin-top:13px}
.detail-left .card-head{padding:20px 20px 17px}
.detail-left .card-head h2{font-size:13px}
.detail-left .form-help .icon{display:inline-block;height:13px;width:13px;vertical-align:middle}
.segment-editor{border:1px solid #dfebf3;border-radius:9px;margin-bottom:12px;background:white;overflow:hidden}
.segment-time{padding:9px 12px;background:#f7fbfe;border-bottom:1px solid #e9f1f7;color:#88a1b4;font-size:9px;gap:8px}
.segment-editor textarea{border:0;border-radius:0;min-height:72px;width:100%;resize:vertical;padding:12px 14px;font-size:13px;line-height:1.75;color:#45687f;background:white}
.segment-editor textarea:focus{outline-offset:-2px}
.events-list{font-size:11px}
.event-row{border-color:#eaf2f7;gap:14px;color:#859fb2;font-size:11px}
.event-row time{color:#a0b5c5;font-size:10px}
.event-row.error,.error-note{color:#b24954;font-size:11px;line-height:1.8}
.queue-item{padding:19px 23px;border-bottom:1px solid #e7f0f6;gap:17px}
.queue-content h3{font-size:12px;color:#416b85}
.queue-content p{font-size:11px;line-height:1.7;color:#8ba6ba;margin-top:3px}
.queue-date{font-size:11px;color:#7797ad}
.queue-date small{font-size:9px;color:#a1b6c6}
/* Login and dialogs */
.login-page{background:#fff;min-height:100vh;grid-template-columns:1fr 1fr}
.login-brand{background:linear-gradient(140deg,#067db9,#1fb5e8);padding:45px 55px;color:white;display:flex;flex-direction:column;justify-content:space-between;gap:55px}
.login-brand .brand{color:white}
.login-brand .brand-name>span{color:#bdefff}
.login-brand .brand-name small{color:#c5efff}
.login-brand .brand-logo{filter:drop-shadow(0 3px 10px #08608a40)}
.login-story{margin:30px 0 40px}
.login-brand h1{font-size:57px;line-height:1.12;letter-spacing:-2px;color:white;margin:22px 0}
.login-brand h1 span{color:#bcf0ff}
.login-brand p{font-size:15px;line-height:1.85;color:#dcf5ff;margin:23px 0}
.login-brand-foot{display:flex;align-items:center;gap:9px;color:#ceefff;font-size:11px}
.login-brand-foot .icon{width:17px;height:17px}
.login-languages{display:flex;gap:12px;margin-top:35px;flex-wrap:wrap}
.login-languages>span{display:flex;gap:7px;align-items:center;font-size:11px;padding:9px 11px;background:#fff2;border:1px solid #ffffff50;border-radius:8px}
.login-languages .flag{width:20px;height:14px}
.login-form-area{padding:40px;display:flex;align-items:center;justify-content:center}
.login-form{width:100%;max-width:375px}
.login-form h2{font-size:29px;color:#2f5670;margin-top:13px;font-weight:750;letter-spacing:-.9px}
.login-form .lead{font-size:12px;line-height:1.85;margin:8px 0 30px}
.login-form .field-group{margin-bottom:20px}
.login-form .btn{margin-top:5px;height:47px;font-size:13px}
.login-footnote{font-size:11px;color:#94acbd;line-height:1.8;text-align:center;margin-top:20px}
.login-form>.link{display:flex;justify-content:center;font-size:12px;color:#4c92b9}
.modal-overlay{background:#0b314c66;backdrop-filter:blur(5px);padding:28px;z-index:100}
.modal{border:1px solid #c5e1f1;border-radius:18px;max-width:620px;width:100%;box-shadow:0 24px 80px #0a345640}
.modal.wide{max-width:740px}
.modal-head{padding:23px 25px;border-bottom:1px solid #e2edf5}
.modal-body{padding:23px 25px;font-size:13px;color:#64849b;line-height:1.8}
.modal-footer{padding:18px 25px;border-top:1px solid #e4eef6;background:#fafdff;gap:11px}
.help-grid{gap:20px}
.help-item{background:#f5faff;border:1px solid #e2eff8;border-radius:11px;padding:18px}
.help-item>.icon{color:#34a2ce;width:23px;height:23px}
.help-item h3{color:#417c9c;font-size:12px;margin:12px 0 7px}
.help-item p{font-size:12px;line-height:1.8;color:#819fb4}
.publish-option{border:1px solid #e0edf6;border-radius:11px;padding:14px 16px;margin:10px 0;background:#fafdff}
.publish-option h3{font-size:12px;color:#447590}
.publish-option small{font-size:10px;color:#8cabbf}
.publish-option input{accent-color:#079cd8;width:16px;height:16px}
.publish-option:has(input:disabled){opacity:.6}
.toast{background:#173e59;border:1px solid #2a5570;color:#f4fbff;box-shadow:0 8px 30px #123b4e22;padding:15px 18px;border-radius:11px;z-index:200;font-size:12px;max-width:460px;line-height:1.7}
.toast .icon{color:#78d7ff;flex-shrink:0}
.toast.error{background:#873f4b;color:#fff5f5;border-color:#ae6976}
.toast.error .icon{color:#ffd8de}
/* Responsive and keyboard */
@media(min-width:1500px){
 .main{padding:34px 42px 38px}.topbar,.demo-banner{padding-left:42px;padding-right:42px}.app-footer{padding-left:42px;padding-right:42px}
 .workspace-grid{grid-template-columns:minmax(0,1fr) 318px}.hero-copy{padding:35px 38px}.hero-copy h2{font-size:39px}.hero-visual{padding-right:40px;transform:none}.hero-card{min-height:295px}.hero-languages{max-width:400px}.stat{padding:21px 19px}.project-cell strong{max-width:260px}
}
@media(max-width:1280px){
 .sidebar{width:214px;padding:26px 13px 16px}.content{margin-left:214px}.workspace-switch{gap:7px;padding:10px 8px}.workspace-switch .tag{display:none}
 .main{padding:26px 25px 30px}.topbar,.demo-banner{padding-left:25px;padding-right:25px}.app-footer{padding-left:25px;padding-right:25px}
 .hero-copy{padding:27px}.hero-copy h2{font-size:31px}.hero-visual{padding-right:20px;display:flex;transform:none}.hero-card{grid-template-columns:1fr 1fr}
 .voice-engine{min-width:275px;padding:14px}.waveform{gap:2px;padding-left:8px}.hero-languages{gap:5px}.hero-languages>span{padding:7px 4px;gap:4px}.hero-languages .flag{width:17px;height:12px}.source-token{padding:10px 13px;font-size:10px}
 .stat{padding:16px 12px;gap:10px}.stat-icon{height:35px;width:35px;border-radius:10px}.stat-foot{display:none}.stat-label{font-size:10px}.stat-value{font-size:24px}
 .workspace-grid{grid-template-columns:minmax(0,1fr) 266px;gap:18px}.channel-list{padding:0 18px}.card-head{padding:19px 20px 15px}.card-body{padding:0 20px 20px}
 .workflow-item{padding:0 15px}.workflow-item>.icon{display:none}.workflow-item p{font-size:10px}
 th,td{padding-left:16px;padding-right:16px}.project-cell{min-width:190px;gap:10px}.project-cell strong{max-width:190px}.projects-table td:last-child,.projects-table th:last-child{padding-left:2px;padding-right:15px}.project-open span{display:none}
 .channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid{grid-template-columns:minmax(0,1fr) 300px}.upload-grid{grid-template-columns:minmax(0,1fr) 260px;gap:20px}.details-grid{grid-template-columns:270px minmax(0,1fr)}
 .shared-voice-note>.tag{display:none}.advanced-details summary>span{display:none}.dropzone{padding:22px 12px;min-height:235px}.dropzone h3{font-size:12px}.dropzone p{font-size:10px}.lang-tabs button{padding:12px 7px;gap:5px 6px}.lang-tab-state{font-size:8px}
 .top-actions{gap:17px}.top-actions .live-label{display:none}
}
@media(max-width:1080px){
 .sidebar{width:195px;padding-left:11px;padding-right:11px}.content{margin-left:195px}.brand-name{font-size:24px}.brand-name>span{font-size:18px}.brand-logo{width:37px;height:37px}.brand{gap:9px}.brand-name small{font-size:7px;letter-spacing:1.55px}.workspace-switch{margin:26px 0 24px}.nav-item{font-size:11px;padding:12px 11px;gap:10px}.workspace-switch small{font-size:9px}.workspace-icon{width:27px;height:29px}.user-box{padding-left:3px;padding-right:3px}
 .main{padding:26px 22px 30px}.topbar,.demo-banner{padding-left:22px;padding-right:22px}.hero-copy{padding:24px}.hero-copy h2{font-size:29px}.hero-copy p{font-size:11px}.hero-kicker{font-size:8px;letter-spacing:1.2px}.hero-visual{padding:23px 21px 23px 0}.voice-engine{min-width:245px;padding:12px;gap:9px}.voice-engine strong{font-size:12px}.voice-engine small{font-size:9px}.engine-icon{width:31px;height:31px}.waveform{display:none}.hero-sources{gap:9px}.source-token{font-size:9px;padding:8px 10px;gap:6px}.source-token .icon{width:14px;height:14px}.hero-languages{gap:4px;max-width:285px}.hero-languages>span{flex-direction:column;padding:6px 5px;gap:5px}.hero-languages b{font-size:8px}.hero-note{font-size:9px}.hero-card{min-height:268px}
 .workspace-grid{grid-template-columns:minmax(0,1fr)}.dashboard-side{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.dashboard-side .voice-reminder{height:auto;align-self:start}.projects-table .project-open span{display:inline}.project-cell strong{max-width:260px}.stats{gap:10px}.stat{padding:16px 12px;min-height:95px}.stat-label{font-size:10px}.stat-icon{width:32px;height:32px}.stat-icon .icon{width:17px;height:17px}.stat-value{font-size:23px}
 .workflow-guide{padding:16px 0}.workflow-item{gap:9px;padding:0 13px}.workflow-number{width:27px;height:27px;font-size:11px;border-radius:8px}.workflow-item h3{font-size:11px}.workflow-item p{font-size:9px}.workflow-item>.icon{display:none}
 .upload-grid{grid-template-columns:minmax(0,1fr)}.upload-preview{position:static}.upload-preview .card-body{display:grid;grid-template-columns:200px 1fr;gap:16px 25px;align-items:start}.upload-preview .phone{width:200px;grid-row:span 5}.upload-preview .divider{display:none}.upload-preview .preview-checklist{margin-top:12px}.upload-preview .preview-label{grid-column:2;text-align:left;margin:0}.upload-preview .voice-preview-label{margin:0}.upload-preview audio{grid-column:2}.upload-preview .preview-checklist>div{font-size:11px}.upload-preview .phone-format{font-size:8px}.dropzone{min-height:240px;padding:26px 16px}.dropzone h3{font-size:13px}.dropzone p{font-size:11px}
 .settings-grid{grid-template-columns:minmax(0,1fr)}.caption-demo-stage{padding:0 25px 22px}.settings-grid>.card:last-child{max-width:none}.details-grid{grid-template-columns:250px minmax(0,1fr);gap:18px}.detail-left .card-head{padding:18px 15px 14px}.detail-left .card-head h2{font-size:12px}.detail-media{padding:0 17px 20px}.details-grid .card-body{padding-left:17px;padding-right:17px}.details-grid .between{flex-wrap:wrap}.detail-media .between{flex-wrap:nowrap}.segment-time{font-size:8px;padding:8px 10px}
 .lang-tabs button{font-size:10px;display:flex;flex-direction:column;gap:6px;text-align:center}.lang-tab-state{font-size:8px}.lang-tabs button .flag{display:block;width:22px;height:16px}.pipeline-step{font-size:9px;padding:13px 7px;gap:6px}.page-heading h1{font-size:26px}
 .integration-row p{font-size:12px}.wizard-step{font-size:11px;padding:11px}.wizard-step>strong{font-size:11px}.shared-voice-note>.tag{display:inline-flex}.grid3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .sidebar{transform:translateX(-100%);width:244px;padding:27px 18px 20px;z-index:51;box-shadow:12px 0 45px #12405b16}.sidebar.open{transform:translateX(0)}.content{margin-left:0}.brand-name{font-size:26px}.brand-name>span{font-size:20px}.brand-name small{font-size:8px}.brand-logo{height:42px;width:42px}.nav-item{font-size:12px}.workspace-switch .tag{display:inline-flex}.workspace-switch small{font-size:10px}.workspace-icon{width:30px;height:32px}.nav-item .icon{height:19px;width:19px}
 .mobile-backdrop.open{display:block;position:fixed;inset:0;background:#183b5270;backdrop-filter:blur(3px);z-index:50}.mobile-menu{display:flex;color:#547b96}.mobile-menu .icon{width:21px;height:21px}
 .topbar{height:63px;padding:0 16px}.topbar .crumb>span:first-child{display:none}.topbar .crumb>.icon{display:none}.topbar .crumb strong{font-size:11px;color:#5f819a}.topbar>.flex{gap:8px}.top-actions{gap:8px}.search-box{padding:8px;width:147px;gap:6px}.search-box input{width:106px;font-size:11px}.search-box kbd{display:none}.help-top{display:none}
 .demo-banner{padding:6px 18px;min-height:29px;font-size:9px;gap:8px}.demo-banner strong{font-size:8px;letter-spacing:.5px}.demo-banner button{font-size:9px}.demo-long{display:none}
 .main{padding:24px 18px 30px;max-width:100%}.page-heading{gap:14px;margin-bottom:22px;align-items:flex-start}.page-heading h1,h1{font-size:26px;letter-spacing:-.8px}.page-heading .lead{font-size:12px;line-height:1.8;max-width:none}.page-heading>.btn{min-height:41px;font-size:12px;padding:10px 13px}.page-heading>div.flex{flex-wrap:wrap;gap:8px}.app-footer{padding:0 18px 20px;font-size:9px}.app-footer>span:last-child{display:none}
 .hero-card{grid-template-columns:minmax(0,1fr);border-radius:16px;min-height:auto}.hero-copy{padding:25px 25px 17px}.hero-copy h2{font-size:33px;line-height:1.14;letter-spacing:-1px;margin:12px 0 13px}.hero-copy p{font-size:12px;line-height:1.8}.hero-kicker{font-size:8px;letter-spacing:1.3px}.hero-guide{font-size:11px;margin-top:14px}.hero-visual{display:flex;padding:7px 25px 22px}.hero-sources,.hero-visual>.flow-stem:first-of-type{display:none}.voice-engine{display:none}.hero-visual>.flow-stem{display:none}.hero-languages{max-width:100%;gap:6px}.hero-languages>span{padding:10px 7px;flex-direction:row;gap:5px}.hero-languages .flag{width:17px;height:12px}.hero-languages b{font-size:8px}.hero-note{font-size:10px;margin-top:10px}.desktop-break{display:none}
 .workflow-guide{grid-template-columns:1fr;padding:0;margin:14px 0 20px;border-radius:12px}.workflow-item{border-right:0;border-bottom:1px solid #edf3f7;padding:14px 17px;gap:13px}.workflow-item:last-child{border:0}.workflow-item h3{font-size:12px}.workflow-item p{font-size:10px;margin-top:3px}.workflow-number{height:28px;width:28px;border-radius:8px;font-size:11px}.workflow-item>.icon{display:block;width:17px;height:17px}
 .stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.stat{min-height:97px;padding:16px 13px;gap:11px}.stat-label{font-size:11px}.stat-icon{width:33px;height:33px}.stat-icon .icon{width:17px;height:17px}.stat-value{font-size:25px}.stat-foot{display:none}.stat-chevron{display:none}
 .workspace-grid{grid-template-columns:minmax(0,1fr);gap:20px}.dashboard-side{display:flex;flex-direction:column;gap:18px}.dashboard-side>.card{width:100%}.dashboard-side .voice-reminder{width:100%}.card-head{padding:19px 19px 15px;align-items:center}.card-head h2{font-size:16px}.card-head small.muted{font-size:11px}.card-body{padding:0 19px 21px}.card-footer{padding:14px 19px;font-size:10px;line-height:1.8}.card-footer .link{font-size:11px}.mini-channel{padding:15px 0;gap:12px}.mini-channel strong{font-size:12px}.mini-channel small{font-size:11px}.channel-state{font-size:10px}.channel-list{padding:0 19px}
 .projects-table,.projects-table tbody,.projects-table tr,.projects-table td{display:block}.projects-table thead{display:none}.projects-table tr{display:grid;grid-template-columns:1fr auto;gap:9px 12px;padding:17px 18px;border-bottom:1px solid #e7eff5}.projects-table tr:last-child{border:0}.projects-table td{padding:0;border:0}.projects-table td:first-child{grid-column:1/-1}.project-cell{gap:12px;min-width:0}.project-cell strong{max-width:none;font-size:12px;line-height:1.6}.project-cell small{font-size:10px;margin-top:4px}.thumb{width:39px;height:55px;border-radius:7px}.projects-table td:nth-child(2){grid-column:1;grid-row:2;padding-left:51px}.versions-count{font-size:9px;margin-top:4px}.lang-chip{font-size:8px;min-width:20px;padding:2px 4px}.projects-table td:nth-child(3){grid-column:2;grid-row:2;align-self:start}.projects-table .tag{font-size:9px;max-width:100%}.projects-table td:last-child{grid-column:2;grid-row:3;padding:0;justify-self:end}.projects-table .project-open span{display:inline}.project-open{font-size:11px;padding:0;gap:6px}.project-open .icon{width:14px;height:14px}.project-progress{width:111px}.project-progress small{font-size:9px}.recent-projects .card-head .link{font-size:11px;white-space:nowrap}.recent-projects .card-head small{max-width:220px}
 .toolbar{align-items:flex-start;flex-direction:column;gap:13px}.pill-tabs{width:100%;overflow:auto;max-width:100%;padding:4px}.pill-tabs button{padding:9px 11px;font-size:11px;flex:0 0 auto!important}.toolbar>small{font-size:11px}.search-summary{font-size:11px;flex-wrap:wrap}
 .form-grid,.grid2,.grid3{grid-template-columns:minmax(0,1fr)}.form-help{font-size:11px;line-height:1.8}.form-label{font-size:12px}.field{font-size:16px;min-height:44px}.field-group{margin-bottom:19px}.checkbox-label{font-size:12px;gap:11px;line-height:1.75}.toggle-row h3{font-size:12px}.toggle-row p{font-size:11px}.muted-block{font-size:11px}
 .wizard-steps{gap:4px;padding:5px;margin-bottom:20px}.wizard-step{padding:10px 4px;flex-direction:column;gap:7px}.wizard-step>strong{font-size:10px;text-align:center;line-height:1.6}.wizard-step>span{height:26px;width:26px;font-size:10px;border-radius:7px}.wizard-step .icon{width:13px;height:13px}.wizard-step.current{border-radius:8px}
 .upload-grid{grid-template-columns:minmax(0,1fr);gap:22px}.upload-step-card .card-head{padding:22px 18px 18px}.upload-step-card h2{font-size:20px;margin-top:7px;line-height:1.35}.upload-step-card .card-body{padding:0 18px 21px}.upload-step-card .form-help{font-size:12px}.upload-grid .grid2.upload-files{grid-template-columns:minmax(0,1fr);gap:14px;margin-top:20px}.dropzone{min-height:218px;padding:23px 18px 19px}.dropzone h3{font-size:14px}.dropzone p{font-size:12px}.drop-icon{height:43px;width:43px;margin-bottom:12px}.dropzone small{font-size:10px}.drop-cta{font-size:12px;padding:8px 13px}.file-explainer{font-size:11px;padding:13px;gap:9px}.file-explainer>.icon{width:18px;height:18px}.advanced-details summary{font-size:11px;padding:12px;line-height:1.7;align-items:flex-start;gap:8px}.advanced-details summary .icon{margin-top:3px}.advanced-details summary>span{display:none}.wizard-actions{gap:13px;align-items:center}.wizard-actions .btn{font-size:12px;min-height:43px;padding:10px 13px}.wizard-note{max-width:130px;font-size:9px;line-height:1.7}.wizard-note .icon{flex-shrink:0}.upload-preview .card-body{display:block}.upload-preview .phone{width:210px;max-width:100%;margin:0 auto 20px}.upload-preview .divider{display:block}.upload-preview .preview-label{text-align:center;margin-top:15px}.upload-preview .preview-checklist{max-width:100%}.upload-preview .preview-checklist>div{font-size:11px}.upload-preview .voice-preview-label{margin-top:17px}.upload-preview .phone-placeholder p{font-size:12px}.upload-preview .phone-placeholder small{font-size:10px}.language-select.wizard-languages{grid-template-columns:minmax(0,1fr);gap:11px}.language-option{min-height:76px;padding:17px 15px;gap:13px}.language-name strong{font-size:13px}.language-name small{font-size:11px}.language-option>.flag{width:26px;height:19px}.language-option .check{height:20px;width:20px}.shared-voice-note{gap:10px;padding:15px}.shared-voice-note p{font-size:11px;line-height:1.85}.shared-voice-note h3{font-size:12px}.shared-voice-note>.tag{display:none}.review-mode{flex-wrap:wrap;gap:10px}.review-mode>div{flex:1;min-width:200px}.review-mode>.tag{margin:0 0 0 32px}.upload-recap{padding:15px}.upload-recap>.between{gap:10px}.upload-recap>.between strong{font-size:12px}.recap-file strong{font-size:11px}.recap-file>span{font-size:9px}.upload-progress{padding:17px}
 .channel-grid{grid-template-columns:minmax(0,1fr);gap:18px}.channel-card{padding:23px}.channel-card .form-label{font-size:12px}.channel-card .form-help{font-size:11px}.channel-card .channel-title{font-size:18px}.channel-handle{font-size:12px}.channel-card .test-voice{font-size:11px}.channel-card details summary{font-size:11px;line-height:1.8}.channel-card>.between>.flag{width:32px;height:23px}.voice-id-row{flex-direction:column;gap:10px}.voice-id-row input{font-size:12px}.voice-id-row .btn{align-self:flex-start}.shared-voice-card .card-head{align-items:flex-start;flex-wrap:wrap}.shared-voice-card .card-head>.tag{margin-left:52px}.shared-voice-card .card-head h2{font-size:15px}.feature-icon{height:38px;width:38px}.voice-explanation{font-size:12px}.voice-tests{gap:8px}.voice-tests>span{width:100%;margin-bottom:3px}.voice-test-chip{padding:8px 10px}.section-heading h2{font-size:18px}.section-heading p{font-size:11px;max-width:250px}.section-heading>.tag{font-size:9px;white-space:nowrap}
 .settings-grid,.details-grid{grid-template-columns:minmax(0,1fr);gap:21px}.integration-row .between{align-items:flex-start;gap:10px}.integration-row .between .tag{font-size:9px}.integration-row .flex{align-items:flex-start}.integration-row p{font-size:11px}.integration-row h3{font-size:13px}.integration-icon{width:33px;height:33px;font-size:10px;flex-shrink:0}.caption-demo-stage{padding:2px 20px 22px}.style-controls{padding:19px}.font-sample{font-size:20px}.sticky-bar{gap:15px;align-items:center;margin-top:20px;padding:15px 0}.sticky-bar small{font-size:10px;max-width:150px}.sticky-bar .btn{font-size:11px}
 .pipeline-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:17px}.pipeline-step{padding:11px 5px;display:flex;flex-direction:column;gap:7px;text-align:center;font-size:8px;line-height:1.5}.pipeline-step .icon{width:16px;height:16px}.next-action-note{padding:14px;gap:10px;margin-bottom:17px}.next-action-note strong{font-size:12px}.next-action-note p{font-size:11px;line-height:1.8}.lang-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:20px;overflow:visible}.lang-tabs button{display:grid;grid-template-columns:21px auto;gap:5px 7px;font-size:11px;padding:12px 7px;text-align:left}.lang-tabs button .flag{width:21px;height:15px}.lang-tab-state{font-size:8px;grid-column:2}.details-grid .detail-left{width:100%}.detail-media{padding:0 20px 22px;max-width:325px;margin:0 auto}.detail-left .card-head{padding:19px 20px}.detail-left .card-head h2{font-size:15px}.detail-media .phone{max-width:260px}.detail-left .form-help{font-size:11px}.details-grid .card-body{padding-left:18px;padding-right:18px}.details-grid>.stack>.card .card-head{flex-wrap:wrap;gap:9px}.details-grid .card-head h2{font-size:15px}.details-grid .between{gap:9px}.details-grid .between>.form-help{font-size:11px}.segment-time{font-size:8px;padding:8px 10px;gap:7px}.segment-editor textarea{font-size:14px;line-height:1.8;padding:12px}.events-list{font-size:11px}.event-row{font-size:11px;gap:12px;line-height:1.8}
 .queue-item{padding:17px;flex-wrap:wrap;gap:12px}.queue-content h3{font-size:12px}.queue-content p{font-size:11px}.queue-item .queue-content{min-width:180px}.queue-date{margin-left:auto;font-size:11px}.queue-date small{font-size:9px}
 .modal-overlay{padding:13px}.modal{border-radius:15px}.modal-head{padding:19px}.modal-head h2{font-size:16px}.modal-body{padding:19px;font-size:12px}.modal-footer{padding:16px 19px;flex-wrap:wrap;gap:10px}.modal-footer .btn{font-size:12px}.help-grid{grid-template-columns:minmax(0,1fr);gap:14px}.help-item{padding:17px}.help-item p{font-size:12px}.publish-option{padding:13px;gap:10px}.publish-option h3{font-size:11px}.publish-option small{font-size:9px}.publish-option input{flex-shrink:0}.toast{right:14px;left:14px;bottom:14px;max-width:none;font-size:12px;padding:14px 16px}
 .login-page{grid-template-columns:minmax(0,1fr)}.login-brand{display:none}.login-form-area{padding:32px 25px;min-height:100vh}.login-form h2{font-size:29px}.login-form .lead{font-size:12px}.login-form .field{font-size:16px}.login-form .btn{font-size:13px}
}
@media(min-width:480px) and (max-width:760px){
 .hero-card{grid-template-columns:1fr 1fr}.hero-copy{padding:25px 15px 25px 25px}.hero-copy h2{font-size:28px}.hero-visual{padding:24px 20px 24px 7px}.hero-languages{grid-template-columns:repeat(3,1fr)}.hero-languages>span{padding:11px 8px}.hero-note{font-size:9px}.hero-copy p{font-size:11px}.hero-kicker{font-size:7px}
 .language-select.wizard-languages{grid-template-columns:repeat(2,minmax(0,1fr))}.language-option{gap:9px}.language-name small{font-size:10px}.stats .stat-foot{display:block;font-size:9px}.upload-grid .grid2.upload-files{grid-template-columns:repeat(2,minmax(0,1fr))}.dropzone{padding:23px 12px;min-height:236px}.dropzone h3{font-size:12px}.dropzone p{font-size:11px}.dropzone small{font-size:9px}
}
@media(max-width:380px){
 .main{padding:22px 14px 26px}.demo-banner{padding-left:14px;padding-right:14px}.topbar{padding:0 12px}.top-actions .search-box{width:125px}.search-box input{width:86px}.topbar .crumb strong{font-size:10px}.hero-copy{padding:24px 21px 16px}.hero-copy h2{font-size:31px}.hero-visual{padding-left:21px;padding-right:21px}.hero-languages{gap:4px}.hero-languages>span{gap:4px;padding:9px 4px}.stat{gap:9px;padding:14px 11px}.stat-label{font-size:10px}.stat-icon{height:29px;width:29px}.stat-value{font-size:24px}.projects-table tr{padding-left:14px;padding-right:14px}.projects-table td:nth-child(2){padding-left:0}.wizard-step strong{font-size:9px}.wizard-step{padding:10px 3px}.wizard-actions .btn{font-size:11px;padding:9px 11px}.wizard-note{max-width:110px}.lang-tabs button{font-size:10px;gap:4px 5px}.lang-tab-state{font-size:8px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Final readability pass: body/help copy is darker than decorative labels. */
.phone-placeholder{background:linear-gradient(150deg,#f3faff,#e5f3fc)}
.phone-placeholder p{color:#59839e}
.phone-placeholder small{color:#67899f}
.channel-voice-line{display:flex;align-items:center;gap:8px;font-size:11px;color:#6499b6;margin:0 0 20px;padding:10px 11px;background:#f1f9ff;border:1px solid #e1f0fa;border-radius:8px}
.channel-voice-line .icon{width:16px;height:16px;color:#1c9ed0}
.form-help,.voice-explanation,.next-action-note p,.shared-voice-note p,.file-explainer,.review-mode p,.help-item p{color:#5f7d92}
.lead,.card-head small.muted{color:#647f94}
.workflow-item p{color:#638096}
.project-cell small,.versions-count,.mini-channel small,.channel-handle{color:#738b9f}
.muted-block{color:#628197}
.dropzone p,.dropzone small{color:#68869c}
.preview-checklist>div,.voice-reminder p,.output-summary small{color:#63839a}
.language-name small{color:#6c8ba1}
.lang-tab-state{color:#6e8fa5}
.lang-tabs button.active .lang-tab-state{color:#5184a2}
.section-heading p,.integration-row p,.queue-content p,.channel-help p{color:#68869b}
.detail-meta,.preview-label{color:#728fa3}
.stat-foot{color:#748d9e}
@media(max-width:760px){.hero-visual{min-height:0}.hero-card{row-gap:0}.hero-copy{padding-bottom:23px}.hero-visual{padding-bottom:22px}}

/* v1.2 · one render, two independent destinations. */
.platform-pill{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;padding:4px 8px;border-radius:7px;background:#eff5fa;color:#244059;font-size:11px;font-weight:700;line-height:1.2;vertical-align:middle}
.platform-pill .icon{width:14px;height:14px;stroke-width:1.8}
.platform-pill.youtube{background:#fff1f0;color:#a73b35}
.platform-symbol{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border-radius:12px;background:#eff5fa;color:#223d55}
.platform-symbol.youtube{background:#fff1f0;color:#c74c45}
.platform-symbol .icon{width:24px;height:24px}
.hero-note .platform-pill{margin:0 2px 8px;background:rgba(255,255,255,.94);color:#234764}
.channel-pair-indicators{display:flex;gap:5px;margin-left:auto}
.mini-platform{width:26px;height:26px;display:grid;place-items:center;border:1px solid #e0eaf2;border-radius:7px;color:#91a5b6;background:#f6f9fc}
.mini-platform.on{color:#088dbf;background:#edf9ff;border-color:#cbeaf9}
.mini-platform .icon{width:15px;height:15px}
.destination-chooser{margin-top:22px;padding-top:25px;border-top:1px solid #dfebf5}
.destination-chooser h3{font-size:20px;margin:6px 0}
.platform-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}
.platform-choice{display:flex;align-items:center;gap:12px;border:1px solid #d5e5f1;border-radius:12px;padding:17px 14px;background:#fff;text-align:left;min-width:0}
.platform-choice>span:nth-child(2){flex:1;min-width:0}
.platform-choice strong,.platform-choice small{display:block}
.platform-choice strong{font-size:14px;color:#244461}
.platform-choice small{font-size:11px;color:#718da5;margin-top:5px;line-height:1.5}
.platform-choice.selected{border:2px solid #069bd7;background:#f0faff;padding:16px 13px}
.platform-choice .check{display:grid;place-items:center;width:20px;height:20px;border:1px solid #c9dbea;border-radius:6px;flex-shrink:0;color:#fff}
.platform-choice.selected .check{background:#069bd7;border-color:#069bd7}
.platform-choice .check .icon{width:14px;height:14px}
.distribution-count{display:flex;align-items:center;justify-content:center;gap:15px;padding:14px;border-radius:9px;background:#edf8ff;color:#275773;font-size:12px;margin-bottom:20px}
.distribution-count>span{color:#079edb}
.youtube-audience{padding:16px;background:#f8fbff;border:1px solid #deebf5;border-radius:10px;margin:15px 0}
.youtube-audience .field{background:#fff}
.upload-platform-recap{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:18px 0}
.upload-platform-recap>span:last-child{font-size:12px;color:#65829b;margin-left:auto}
.destination-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:9px 0;font-size:12px;line-height:1.5}
.destination-line>span:not(.flag):not(.platform-pill){word-break:break-word;flex:1}
.destination-line small{color:#6c8599}
.channel-platform-tabs{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}
.channel-platform-tabs>button{display:flex;gap:14px;align-items:center;text-align:left;background:#fff;border:1px solid #dce9f2;border-radius:12px;padding:19px 21px;color:#597a94}
.channel-platform-tabs>button.active{border:2px solid #0b9bd5;background:#f0faff;padding:18px 20px;color:#058abd}
.channel-platform-tabs>button>span{flex:1;font-size:16px;font-weight:700}
.channel-platform-tabs small{display:block;margin-top:4px;font-size:12px;font-weight:400;color:#7691a7}
.youtube-channel>.tag{margin-bottom:2px}
.youtube-metadata{margin:22px 0;padding:18px;border:1px solid #dceaf5;border-radius:10px;background:#f9fcff}
.youtube-metadata>.between{gap:12px;flex-wrap:wrap;margin-bottom:18px}
.youtube-metadata .field{background:#fff}
.publication-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.publication-status-card{border:1px solid #dae8f2;border-radius:10px;padding:14px;min-width:0}
.publication-status-card>.between{flex-wrap:wrap;gap:8px}
.publication-status-card p{font-size:11px;line-height:1.7;color:#6b849a;margin-top:10px;overflow-wrap:anywhere}
.publish-platforms{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}
.publish-platform-toggle{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #d5e6f2;border-radius:10px;cursor:pointer;background:#f9fcff}
.publish-platform-toggle input{width:19px;height:19px;accent-color:#049bd5}
.publish-destination{display:flex!important;align-items:center;gap:6px;flex-wrap:wrap;margin-top:7px;line-height:1.6}
.publish-destination>span:last-child{overflow-wrap:anywhere}
.publish-option>div{min-width:0;flex:1}
[hidden]{display:none!important}
.queue-content .platform-pill{margin:3px 3px 3px 0}
.pill-tabs .icon{width:15px;height:15px;vertical-align:middle}
@media(max-width:700px){.platform-choices{grid-template-columns:1fr}.channel-platform-tabs{gap:9px}.channel-platform-tabs>button{padding:15px 12px;gap:9px}.channel-platform-tabs>button.active{padding:14px 11px}.channel-platform-tabs>button>span{font-size:14px}.channel-platform-tabs>button>.icon:last-child{display:none}.publication-pair{grid-template-columns:1fr}.upload-platform-recap>span:last-child{width:100%;margin:5px 0}.youtube-metadata{padding:13px}.distribution-count{gap:9px;font-size:11px}.destination-line small{width:100%;padding-left:29px}}

/* The approval button remains visible while the six-language review scrolls. */
.modal{display:flex;flex-direction:column;overflow:hidden}
.modal-head,.modal-footer{flex-shrink:0}
.modal-body{min-height:0;overflow-y:auto}
#publish-targets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
#publish-targets .publish-option{margin:0;min-width:0;padding:14px 12px}
#publish-targets .publish-option>div{min-width:0}
#publish-targets .publish-destination{flex-wrap:wrap;gap:4px}
#publish-youtube-options{margin-top:18px}
@media(max-width:620px){#publish-targets{grid-template-columns:minmax(0,1fr)}}

/* 1.3 · Editorial calendar and post descriptions. */
.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}
.post-composer{margin:24px 0;padding:24px;border:1px solid #cde7f5;border-radius:14px;background:#f5fbff}
.post-composer h3{font-size:19px;line-height:1.4;margin-top:5px}
.post-composer>.between{margin-bottom:18px}.post-composer>.between>.icon{width:30px;height:30px;color:#099ed5}
.post-composer textarea.field{background:#fff;resize:vertical;min-height:140px;line-height:1.8}
.post-composer .form-label{margin-bottom:9px}.post-composer .form-help{margin-top:9px}
.description-explainer{display:flex;gap:10px;margin:16px 0 10px;color:#527089;font-size:12px;line-height:1.7}
.description-explainer .icon{color:#078ebf;margin-top:2px}
.schedule-composer .field{background:#fff}.schedule-composer .form-grid{margin-top:16px}
.project-section-tabs{display:flex;gap:7px;flex-wrap:wrap;border-bottom:1px solid #d8e7f2;margin:12px 0 24px;padding-bottom:12px}
.project-section-tabs .btn{border:0;background:transparent;color:#6a8297;padding:11px 17px}
.project-section-tabs .btn.selected{color:#007fae;background:#e4f5ff;border-radius:10px}
.description-notice{display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding:17px 20px;background:#fff;border:1px solid #d6e9f4;border-radius:12px;margin-bottom:22px}
.description-notice>.notice-icon{width:43px;height:43px;display:grid;place-items:center;background:#e9f7ff;border-radius:12px;color:#078cbc}
.description-notice>div{flex:1;min-width:180px}.description-notice strong{font-size:13px}.description-notice p{font-size:12px;line-height:1.7;color:#708aa0;margin-top:3px}
.description-intro{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:21px}.description-intro p{font-size:13px;color:#668199}
.description-source-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,1fr);gap:22px;align-items:stretch;margin-bottom:30px}
.source-description-input{font-size:15px;line-height:1.8;background:#fcfeff;min-height:180px;resize:vertical}
.description-consent{margin:20px 0}.description-consent .checkbox-label{align-items:flex-start;font-size:12px;line-height:1.7}.description-consent input{margin-top:4px;flex-shrink:0}
.description-error{margin-top:15px}.description-source-grid .card-body>.between{flex-wrap:wrap}
.description-guide{border-radius:16px;padding:29px;background:linear-gradient(138deg,#daf2ff,#f0faff 70%);border:1px solid #d2eaf8;display:flex;flex-direction:column;gap:16px;min-width:0}
.guide-globe{height:49px;width:49px;background:#fff;border:1px solid #cce4f3;border-radius:14px;display:grid;place-items:center;color:#0a98cc}.guide-globe .icon{width:27px;height:27px}
.description-guide h2{font-size:27px;line-height:1.2;letter-spacing:-.8px;color:#224760}
.description-guide>p{font-size:13px;line-height:1.8;color:#557b97}
.description-flow{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:600;color:#276084;flex-wrap:wrap}.description-flow>span{background:#ffffffb8;border-radius:6px;padding:6px}.description-flow .icon{width:13px}
.description-flags{display:flex;gap:12px;flex-wrap:wrap}.description-flags .flag{width:28px;height:20px}
.guide-note{display:flex;gap:9px;font-size:12px;color:#5c7d95;line-height:1.7}.guide-note>.icon{width:16px;flex-shrink:0;margin-top:2px}
.description-guide>.btn{background:#fff;border-color:#c9e2f2;margin-top:auto}.demo-copy-note{font-size:11px;line-height:1.6;color:#70889a}
.section-title{margin:0 0 17px}.localized-descriptions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.localized-card .card-head{padding:18px 20px}.localized-card .card-body{padding:20px}.localized-card h2{font-size:15px}.localized-card .field{font-size:12px;line-height:1.85;background:#fcfeff;resize:vertical}.localized-card textarea{min-height:125px}
.lang-code{font-size:10px;font-weight:750;letter-spacing:1px;color:#a2b3c0}.youtube-copy{margin:16px 0;border:1px solid #e0edf4;border-radius:9px;padding:0 12px;background:#f8fcff}.youtube-copy summary{cursor:pointer;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;padding:12px 0}.youtube-copy summary>.icon{width:17px}.youtube-copy summary>.icon:last-child{margin-left:auto;width:14px}.youtube-copy .form-label{font-size:11px;margin-top:10px}.youtube-copy .field{background:#fff}.youtube-copy .form-help{margin-bottom:12px}.localized-footer{flex-wrap:wrap;margin-top:18px}.localized-footer>.muted{font-size:10px}.localized-footer .btn{font-size:11px;padding:7px 10px}
.publish-schedule{border:1px solid #c9e4f4;border-radius:13px;background:#f3faff;padding:20px;margin:23px 0}
.schedule-mode-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0}.schedule-mode-options>label{display:flex;align-items:center;gap:10px;border:1px solid #d5e6f1;border-radius:10px;padding:14px;background:#fff;cursor:pointer;min-width:0}.schedule-mode-options>label:has(input:checked){border:1px solid #07a0db;background:#ebf8ff}.schedule-mode-options input{accent-color:#079fd8;margin:0}.schedule-mode-options .icon{width:18px;color:#1593c1}.schedule-mode-options strong,.schedule-mode-options small{display:block}.schedule-mode-options strong{font-size:12px}.schedule-mode-options small{font-size:10px;color:#6e889a;margin-top:4px}
.publish-schedule .field{background:#fff}.publish-schedule>.form-help{margin-top:16px}.reschedule-target{display:flex;align-items:center;gap:9px;margin:15px 0}
.calendar-overview{display:grid;grid-template-columns:1fr 1fr 1fr 1.2fr;gap:16px;margin-bottom:25px}.calendar-overview>div{background:#fff;border:1px solid #dfecf4;border-radius:13px;padding:19px 18px;display:flex;align-items:center;gap:13px}.overview-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#edf8ff;color:#078fbe;flex-shrink:0}.calendar-overview strong{font-size:25px;letter-spacing:-.6px;display:block;line-height:1.2;color:#244158}.calendar-overview small{display:block;color:#7590a5;font-size:11px;margin-top:7px}.calendar-overview .next-send strong{font-size:18px;letter-spacing:-.4px}.next-send{background:#edf9ff!important;border-color:#cee8f7!important}
.calendar-shell{overflow:hidden}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 22px 19px;flex-wrap:wrap}.calendar-navigation{display:flex;gap:9px;align-items:center}.calendar-navigation h2{font-size:20px;min-width:160px;text-align:center;text-transform:capitalize}.calendar-navigation .icon-btn{width:31px;height:32px;padding:0;border:1px solid #dce9f3;background:#fff;border-radius:8px}.calendar-navigation button[data-delta="-1"] .icon{transform:rotate(180deg)}.calendar-navigation>.btn:last-child{margin-left:8px}
.calendar-toolbar-right{display:flex;gap:12px;align-items:center}.timezone-select{font-size:11px;max-width:220px;min-width:0;height:35px;padding:5px 10px!important}.pill-tabs.compact{padding:4px;border-radius:9px;background:#f0f6fa}.pill-tabs.compact button{font-size:11px;padding:6px 11px;white-space:nowrap}.pill-tabs.compact button.active{box-shadow:0 1px 4px #12334210;background:#fff;color:#088abd}.calendar-filters{border-bottom:1px solid #deebf5;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:0 22px 18px}.calendar-secondary-filters{display:flex;gap:8px}.calendar-secondary-filters select{width:auto;min-width:0;font-size:11px;padding:6px 10px;height:32px;background:#fff}.calendar-filters .pill-tabs button .icon{margin-right:5px}
.calendar-body{display:grid;grid-template-columns:minmax(0,1fr) 290px;align-items:stretch}.month-view{min-width:0;padding:20px 17px 10px}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px}.calendar-weekdays>span{text-align:center;text-transform:uppercase;color:#829bae;font-size:10px;letter-spacing:.6px;font-weight:600;padding:3px 0 13px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-top:1px solid #e4edf4;border-left:1px solid #e4edf4;border-radius:10px;overflow:hidden}.calendar-cell{min-height:100px;min-width:0;display:flex;flex-direction:column;align-items:stretch;padding:9px 6px 5px;border-bottom:1px solid #e4edf4;border-right:1px solid #e4edf4;background:#fff;text-align:left;position:relative}.calendar-cell:hover{background:#f2faff}.calendar-cell.selected{box-shadow:inset 0 0 0 2px #19a4dd;background:#f1faff;z-index:1}.calendar-cell.outside{background:#fafcfe}.calendar-cell.outside .calendar-day-number{color:#c0cfd9}.calendar-day-number{font-size:12px;font-weight:600;color:#58768d;padding:0 3px;display:flex;align-items:center;gap:4px}.calendar-day-number small{font-size:8px;font-weight:500}.calendar-cell.today .calendar-day-number{color:#088dbc;font-weight:750}.calendar-day-events{display:flex;flex-direction:column;gap:4px;margin-top:8px}.calendar-mini-event{display:block;min-width:0;border-left:2px solid #12a2d5;border-radius:4px;background:#e7f6ff;padding:5px;color:#2f6485}.calendar-mini-event strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:650;line-height:1.5}.calendar-mini-event small{font-size:8px;display:block;color:#5a8ba4}.calendar-mini-event.draft{border-left-color:#d5a253;background:#fff7e9;color:#8f6a30}.calendar-mini-event.complete{border-left-color:#58b193;background:#eaf9f3;color:#407d6a}.calendar-more{font-size:8px;color:#7c91a2;padding-left:4px}.mobile-event-dot{display:none}.calendar-legend{display:flex;gap:17px;padding:16px 4px;font-size:10px;color:#8194a5;flex-wrap:wrap}.calendar-legend>span{display:flex;gap:6px;align-items:center}.calendar-legend i{width:6px;height:6px;border-radius:50%;background:#12a2d5}.calendar-legend i.draft{background:#d5a253}.calendar-legend i.complete{background:#58b193}
.calendar-day-panel{border-left:1px solid #deebf4;background:#fcfeff;min-width:0;display:flex;flex-direction:column;max-height:750px}.day-panel-title{padding:25px 20px 20px;border-bottom:1px solid #e9f1f6}.day-panel-title h2{font-size:18px;text-transform:capitalize;margin-top:8px}.day-panel-title p{font-size:11px;color:#8ba0af;margin-top:8px}.day-panel-events{overflow-y:auto;min-height:0;padding:0 17px}.calendar-event-row{display:flex;align-items:flex-start;gap:10px;padding:17px 0;border-bottom:1px solid #e7eff5;min-width:0}.event-time{font-size:12px;font-weight:700;color:#476882;min-width:40px;font-variant-numeric:tabular-nums}.event-time small{display:block;font-weight:400;font-size:9px;color:#9aaebd;margin-top:6px}.event-row-content{flex:1;min-width:0}.event-project-link{text-align:left;font-size:11px;font-weight:650;line-height:1.55;display:block;padding:0}.event-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:9px}.event-meta .platform-pill{font-size:9px;padding:3px 6px}.event-meta .platform-pill .icon{width:12px;height:12px}.event-meta .flag{height:11px;width:16px}.event-meta .tag{font-size:8px;padding:3px 6px}.event-meta .dot{width:4px;height:4px}.event-row-actions{display:flex;flex-direction:column;gap:5px;flex-shrink:0}.event-row-actions .btn{font-size:9px;padding:5px 7px;min-height:27px;gap:3px}.event-row-actions .btn .icon{width:12px;height:12px}.calendar-day-panel .calendar-event-row{flex-wrap:wrap}.calendar-day-panel .event-row-actions{flex-direction:row;margin-left:50px}.calendar-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:45px 0;gap:13px;color:#7794a8}.calendar-empty>.icon{width:32px;height:32px;color:#70bcd8}.calendar-empty h3{font-size:13px;color:#3e627c}.calendar-empty p{font-size:11px;line-height:1.7;max-width:220px}.calendar-list-view{padding:0 25px}.calendar-list-view .calendar-event-row{padding:20px 0;align-items:center;gap:25px}.calendar-list-view .event-project-link{font-size:13px}.calendar-list-view .event-row-actions{flex-direction:row}.calendar-list-view .event-row-actions .btn{font-size:11px;padding:7px 10px}.calendar-list-view .event-row-content{flex:1}.calendar-footnote{display:flex;gap:10px;color:#7892a5;margin:19px 2px;font-size:11px;line-height:1.8}.calendar-footnote>.icon{width:16px;height:16px;margin-top:2px}.calendar-footnote strong{font-weight:600;color:#5e8098}
@media(min-width:1600px){.calendar-body{grid-template-columns:minmax(0,1fr) 340px}.calendar-cell{min-height:113px}.calendar-mini-event strong,.calendar-mini-event small{font-size:10px}}
@media(max-width:1250px){.calendar-body{grid-template-columns:minmax(0,1fr) 255px}.calendar-toolbar-right{flex:1;justify-content:flex-end}.calendar-cell{min-height:90px}.calendar-overview{gap:10px}.calendar-overview>div{padding:14px 12px;gap:9px}.overview-icon{width:34px;height:34px}.calendar-overview .next-send strong{font-size:14px}.localized-descriptions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1050px){.calendar-body{grid-template-columns:1fr}.calendar-day-panel{border-left:0;border-top:1px solid #deebf4;max-height:500px}.day-panel-events{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.calendar-empty{grid-column:1/-1}.calendar-cell{min-height:100px}.calendar-mini-event strong{font-size:9px}.calendar-overview{grid-template-columns:1fr 1fr}.description-source-grid{grid-template-columns:1fr}.description-guide{display:none}}
@media(max-width:700px){.post-composer{padding:17px}.post-composer h3{font-size:17px}.post-composer>.between>.icon{display:none}.post-composer>.between{flex-wrap:wrap}.post-composer>.form-grid{grid-template-columns:1fr}.description-notice{padding:15px}.description-notice>.tag{display:none}.description-notice>.btn{margin-left:57px}.description-source-grid{gap:15px}.localized-descriptions{grid-template-columns:1fr}.description-intro p{font-size:12px}.description-source-grid .card-body>.between{gap:12px}.description-source-grid .card-body>.between>.btn{width:100%}.project-section-tabs .btn{padding:9px 11px;font-size:12px}.schedule-mode-options{grid-template-columns:1fr}.publish-schedule{padding:16px}.publish-schedule .form-grid{grid-template-columns:1fr}.calendar-toolbar{padding:17px 12px;gap:15px}.calendar-navigation{width:100%;gap:5px;justify-content:center}.calendar-navigation h2{min-width:0;flex:1;font-size:19px}.calendar-toolbar-right{justify-content:space-between;gap:7px;width:100%}.timezone-select{max-width:190px;font-size:10px}.calendar-filters{padding:0 12px 15px;gap:10px}.calendar-filters .pill-tabs{width:100%;display:flex}.calendar-filters .pill-tabs button{flex:1;font-size:10px;padding:6px 7px}.calendar-secondary-filters{width:100%}.calendar-secondary-filters .field{flex:1;width:50%}.month-view{padding:13px 8px 0}.calendar-cell{padding:9px 3px;min-height:52px;align-items:center}.calendar-day-events{display:none}.mobile-event-dot{display:block;width:4px;height:4px;border-radius:50%;background:#0a9cd3;margin-top:6px}.calendar-day-number{font-size:12px;padding:0}.calendar-day-number small{display:none}.calendar-weekdays>span{font-size:9px}.calendar-legend{font-size:9px;gap:12px}.calendar-overview>div{padding:13px 10px;gap:9px}.calendar-overview strong{font-size:23px}.calendar-overview small{font-size:10px;margin-top:4px}.calendar-overview .next-send strong{font-size:13px}.overview-icon{width:30px;height:32px;border-radius:8px}.overview-icon>.icon{width:17px;height:17px}.day-panel-events{display:block}.calendar-day-panel{max-height:570px}.day-panel-title{padding:18px 19px}.day-panel-title h2{font-size:17px}.calendar-day-panel .calendar-event-row{flex-wrap:nowrap;gap:9px}.calendar-day-panel .event-row-actions{flex-direction:column;margin:0}.event-project-link{font-size:11px}.event-time{min-width:37px}.calendar-list-view{padding:0 14px}.calendar-list-view .calendar-event-row{gap:12px;flex-wrap:wrap}.calendar-list-view .event-row-actions{margin-left:52px}.calendar-list-view .event-row-content{flex-basis:70%}.calendar-list-view .event-project-link{font-size:12px}.calendar-footnote{font-size:10px}}
@media(prefers-reduced-motion:reduce){.calendar-cell{transition:none}}

/* Keep the view toggle legible beside the platform filter. */
.calendar-toolbar-right .pill-tabs{flex:0 0 auto;width:max-content;overflow:visible}
.flag.it{background:linear-gradient(90deg,#169b62 0 33.333%,#fff 33.333% 66.666%,#ce2b37 66.666%)}
/* Day detail: keep the title readable; place controls below, not beside it. */
.calendar-day-panel .calendar-event-row{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:10px;row-gap:10px;align-items:start}
.calendar-day-panel .event-row-content{min-width:0}
.calendar-day-panel .event-project-link{font-size:12px;line-height:1.55}
.calendar-day-panel .event-row-actions{grid-column:2;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:6px;margin:0}
.calendar-day-panel .event-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}

.channel-api-key{margin-top:18px;padding:14px;border:1px solid var(--line,#dfe8ed);border-radius:12px;background:var(--surface,#f7fafc)}.channel-api-key>.tag{display:inline-flex;margin-bottom:10px}.channel-api-key .check-row{font-size:12px}
