@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#222336;--muted:#8a8b9b;--purple:#7962db;--purpleDark:#6650c6;--line:#ececf2;--bg:#f7f8fc;--white:#fff;--radius:15px}*{box-sizing:border-box}body{color:var(--ink);background:var(--bg);margin:0;font:14px Manrope,Arial,sans-serif}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{cursor:pointer}button{border:0;transition:background .15s,box-shadow .15s}button:disabled{opacity:.45;cursor:not-allowed}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #b3a2f3}h1,h2,h3,p{margin:0}h1{letter-spacing:-1px;font-size:30px;font-weight:800;line-height:1.35}h2{letter-spacing:-.35px;font-size:17px;font-weight:800}h3{font-size:14px;font-weight:800}h3 svg{vertical-align:middle;color:var(--purple);margin-right:8px}small{font-size:11px}.muted{color:var(--muted);line-height:1.7}.purple{color:var(--purple)}.eyebrow{letter-spacing:1.7px;color:var(--purple);margin-bottom:12px;font-size:10px;font-weight:800}.primary,.secondary{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:12px 17px;font-size:12px;font-weight:700;display:inline-flex}.primary{color:#fff;background:var(--purple);box-shadow:0 3px 7px #7962db1c}.primary:hover:not(:disabled){background:var(--purpleDark)}.secondary{color:#55566a;background:#fff;border:1px solid #e4e4ed}.secondary:hover:not(:disabled){background:#f7f5ff;border-color:#d6cef1}.wide{width:100%}.iconButton{color:#808193;background:0 0;padding:6px;display:inline-flex}.textButton{color:var(--purple);background:0 0;align-items:center;gap:7px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.spin{animation:1.2s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading{height:100vh;color:var(--muted);justify-content:center;align-items:center;gap:15px;display:flex}.brandMark{background:var(--purple);color:#fff;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.logo{letter-spacing:-1px;white-space:nowrap;align-items:center;gap:8px;font-size:23px;font-weight:800;display:flex}.logo>span{margin-left:-8px;font-weight:500}.logo sup{color:var(--purple);letter-spacing:.5px;margin-top:-15px;margin-left:-5px;font-size:9px}.logo .brandMark{margin-right:3px}.app{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);z-index:20;background:#fff;flex-direction:column;width:240px;padding:29px 19px 18px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar .logo{padding-left:5px}.workspace{background:#f7f7fb;border:1px solid #eeeef5;border-radius:9px;align-items:center;gap:10px;margin-top:37px;margin-bottom:30px;padding:12px 10px;display:flex}.workspaceIcon{color:#7661b8;background:#ece7fa;border-radius:8px;place-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:grid}.workspace strong{font-size:11px}.workspace small,.profile small{color:var(--muted);margin-top:3px;font-size:10px;display:block}.navLabel{color:#a1a1af;letter-spacing:1.2px;margin:0 13px 13px;font-size:9px;font-weight:800}nav{flex-direction:column;gap:7px;display:flex}nav button{color:#77798c;text-align:left;background:0 0;border-radius:8px;align-items:center;gap:12px;padding:12px 13px;font-size:12px;font-weight:600;display:flex}nav button.active{color:#7761ce;background:#f0ecfc;font-weight:800}nav button:hover{background:#f7f5fb}.navCount{background:#e5def7;border-radius:5px;margin-left:auto;padding:2px 6px;font-size:10px}.sidebarNote{color:#696b80;margin-top:auto;padding:20px 12px 22px;font-size:11px;font-weight:700}.sidebarNote p{color:#9b9cac;margin-top:9px;font-size:10px;font-weight:400;line-height:1.7}.tinyDot{background:#76b49e;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.profile{text-align:left;border-top:1px solid var(--line);color:var(--ink);background:0 0;align-items:center;gap:9px;padding:18px 3px 0;font-size:11px;display:flex}.profile>svg{color:#999;margin-left:auto}.avatar{color:#7a63b3;background:#e9e5f5;border-radius:50%;place-items:center;width:32px;height:32px;font-size:10px;display:grid}.main{flex:1;min-width:0;margin-left:240px}.topbar{border-bottom:1px solid var(--line);background:#ffffffc9;justify-content:space-between;align-items:center;height:75px;padding:0 38px;font-size:11px;display:flex}.topbar>div{align-items:center;gap:15px;display:flex}.topbar svg{color:#b6b6c5}.breadcrumb{color:#9b9baa}.topbar strong{color:#696b80;font-weight:600}.today{color:#8c8d9e}.canvas{max-width:1700px;margin:auto;padding:36px 38px 0}.pageHeading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.pageHeading p:not(.eyebrow){color:var(--muted);margin-top:10px;font-size:12px;line-height:1.7}.stats{grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:25px;display:grid}.stat{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:19px 21px}.stat>div{color:#77798b;justify-content:space-between;font-size:11px;font-weight:600;display:flex}.stat>div svg{color:#ad9cd8}.stat>strong{align-items:center;gap:8px;font-size:30px;font-weight:800;line-height:1.8;display:flex}.stat strong small{color:#c59549;font-size:9px;font-weight:500;line-height:1.5}.stat>p{color:#a2a3b0;font-size:10px}.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:24px}.sectionHeading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.sectionHeading h2{align-items:center;gap:9px;display:flex}.pill{color:#8b79bd;background:#f5f2fd;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:700}.overviewGrid{grid-template-columns:1.6fr 1fr;gap:23px;margin-bottom:27px;display:grid}.startPanel>.muted{margin-top:-6px;font-size:11px}.steps{margin-top:21px}.step{text-align:left;background:0 0;border-bottom:1px solid #f1f1f6;align-items:center;gap:14px;width:100%;padding:14px 0;display:flex}.step:last-child{border:0;padding-bottom:0}.stepNumber{color:#9280c6;background:#f4f2fa;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:grid}.step strong{font-size:12px;font-weight:700}.step small{color:#9899aa;margin-top:4px;font-size:10px;display:block}.step>svg{color:#a1a0b3;margin-left:auto}.step.done .stepNumber{color:#62a58a;background:#eaf6f1}.ideaCard{border-radius:var(--radius);isolation:isolate;background:#f0ecfc;border:1px solid #e9e2fc;padding:27px 28px;position:relative;overflow:hidden}.sparkleBox{color:#ac96e6;position:absolute;top:24px;right:27px;transform:rotate(-12deg)}.ideaCard .eyebrow{letter-spacing:1.2px;color:#9581bf;margin-bottom:15px;font-size:9px}.ideaCard h2{letter-spacing:-.8px;color:#57457d;font-size:24px;line-height:1.45}.ideaCard>p:not(.eyebrow){color:#9283ac;max-width:270px;margin-top:14px;font-size:11px;line-height:1.8}.ideaCard button{color:#8264b7;z-index:1;background:#fff;border-radius:7px;align-items:center;gap:10px;margin-top:20px;padding:10px 13px;font-size:10px;font-weight:800;display:flex;position:relative}.orbit{z-index:-1;border:1px solid #e2d9f5;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-145px;right:-120px}.orbit2{width:310px;height:310px;bottom:-180px;right:-155px}.count{color:#9a91b2;background:#f2eff8;border-radius:5px;padding:3px 7px;font-size:10px}.empty{text-align:center;flex-direction:column;align-items:center;padding:42px 20px;display:flex}.empty>div{color:#a394c3;background:#f5f3fb;border-radius:17px;place-items:center;width:62px;height:62px;margin-bottom:17px;display:grid}.empty h3{font-size:13px}.empty p{color:#9a9cab;max-width:380px;margin-top:9px;font-size:11px;line-height:1.8}.empty button{margin-top:21px}.tableWrap{overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:11px}th{color:#9b9baa;white-space:nowrap;background:#fafafd;padding:13px 15px;font-size:10px;font-weight:600}td{color:#696b80;border-bottom:1px solid #f0f0f5;padding:18px 15px}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfbfe}td small{margin-top:5px;font-size:10px;display:block}.contentLink{text-align:left;color:#45465b;background:0 0;align-items:center;gap:11px;padding:0;font-size:12px;font-weight:700;display:flex}.contentLink small{color:#aab;font-size:9px;font-weight:400}.fileIcon{color:#a18ad0;background:#f3effb;border-radius:8px;flex-shrink:0;place-items:center;width:36px;height:38px;display:grid}.projectDot{background:#aaa;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.badge{color:#8d8e9c;white-space:nowrap;background:#f3f3f7;border-radius:5px;align-items:center;gap:6px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.badge i{background:currentColor;border-radius:50%;width:5px;height:5px}.badge.review,.badge.unknown{color:#b48e43;background:#fff7e7}.badge.approved,.badge.connected,.badge.succeeded,.badge.published,.badge.created_draft{color:#529882;background:#edf8f3}.badge.generating,.badge.running,.badge.queued,.badge.publishing{color:#8b6cc2;background:#f3edff}.badge.error,.badge.failed{color:#c46672;background:#fff0f2}.projectGrid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.projectCard{border:1px solid var(--line);border-radius:var(--radius);text-align:left;background:#fff;padding:25px;position:relative}.projectCard:hover{border-color:#d4c8ef}.projectIcon{color:#fff;border-radius:12px;place-items:center;width:43px;height:43px;margin-bottom:23px;font-size:18px;font-weight:800;display:grid}.projectCard .corner{color:#b6b0c5;position:absolute;top:25px;right:22px}.projectCard h2{font-size:16px}.projectCard p{color:var(--muted);margin-top:8px;font-size:11px}.projectMeta{border-top:1px solid var(--line);color:#9a94aa;gap:20px;margin-top:23px;padding-top:16px;font-size:10px;display:flex}.addProject{border-radius:var(--radius);color:#a08cc8;background:#f9f8fd;border:1px dashed #d7d0e7;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:236px;display:flex}.addProject strong{color:#8e7aae;font-size:12px}.addProject span{color:#a7a0b7;font-size:10px}.filters{gap:12px;margin-bottom:20px;display:flex}.search{color:#a2a0b4;background:#fff;border:1px solid #e5e5ee;border-radius:8px;flex:1;align-items:center;gap:10px;max-width:420px;padding:0 13px;display:flex}.search input{border:0;outline:0;padding:12px 0;box-shadow:none!important}.filters select{background:#fff;width:auto;min-width:160px}.field{color:#696779;flex-direction:column;gap:8px;margin:17px 0;font-size:11px;font-weight:700;display:flex}.field small{color:#9994a6;font-size:10px;font-weight:400;line-height:1.7}input,textarea,select{color:#444356;background:#fff;border:1px solid #e3e2eb;border-radius:7px;outline:none;width:100%;padding:11px 12px;font-size:12px;line-height:1.5}input:focus,textarea:focus,select:focus{border-color:#b6a5e2;box-shadow:0 0 0 3px #7962db0c}input::placeholder,textarea::placeholder{color:#b3afbd}textarea{resize:vertical}input[type=color]{width:70px;height:40px;padding:4px}.modalBackdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:50;background:#20203466;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:590px;max-height:90vh;padding:28px 32px;overflow-y:auto;box-shadow:0 20px 100px #28213422}.modal .sectionHeading{margin-bottom:20px}.modal h2{font-size:22px}.modalActions{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;margin-top:25px;padding-top:20px;display:flex}.editorHeading{align-items:flex-start}.editorHeading h1{max-width:700px;margin-bottom:12px;font-size:24px}.actions{gap:8px;display:flex}.back{color:#9991aa;margin-bottom:22px;font-size:11px}.unsaved{color:#b69764;margin-left:10px;font-size:10px}.editorGrid{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:23px;display:grid}.editorPanel{padding:28px}.editorPanel>.field:first-child{margin-top:0}.editorAside{flex-direction:column;gap:17px;display:flex}.editorAside .panel{padding:19px}.editorAside .muted{margin:12px 0;font-size:10px}.editorAside .secondary,.editorAside .primary{padding:10px;font-size:11px}.editorAside .sectionHeading{margin-bottom:8px}.titleInput{font-size:19px;font-weight:700}.bodyInput{min-height:400px;font-size:13px;line-height:1.9}.wordCount{color:#a6a0b3;text-align:right;font-size:10px}.details{border-top:1px solid var(--line);margin-top:23px;padding-top:20px}.details summary{cursor:pointer;color:#7c698f;font-size:12px;font-weight:700}.formGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.coverEmpty{color:#b3a0cd;background:#faf8fd;border:1px dashed #e2d9ef;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:124px;margin:15px 0;font-size:10px;display:flex}.coverPreview{border-radius:9px;width:100%;margin:15px 0}.upload{cursor:pointer}.disabled{opacity:.45;cursor:not-allowed}.checks{margin:14px 0;padding:0;list-style:none}.checks li{color:#b49965;align-items:flex-start;gap:7px;margin-top:7px;font-size:10px;line-height:1.8;display:flex}.checks svg{flex-shrink:0;margin-top:3px}.checkLabel{color:#858093;align-items:flex-start;gap:9px;margin:17px 0;font-size:10px;line-height:1.7;display:flex}.checkLabel input{width:15px;accent-color:var(--purple);margin-top:2px}hr{background:var(--line);border:0;height:1px;margin:20px 0}.version{color:#8d869a;justify-content:space-between;padding-top:14px;font-size:10px;display:flex}.version small{color:#b2adbd;font-size:9px}.jobInline{flex-direction:column;align-items:flex-start;gap:8px;margin-top:13px;display:flex}.callout{color:#af9460;background:#faf5e9;border-radius:7px;margin:12px 0;padding:10px;font-size:10px;line-height:1.7}.articlePreview{color:#4c4658;font-family:Georgia,serif;font-size:16px;line-height:1.85}.articlePreview h1{margin:22px 0;font-family:Manrope,sans-serif;font-size:29px;line-height:1.4}.articlePreview h2{margin:25px 0 12px;font-size:22px}.articlePreview p{margin:14px 0}.articlePreview .lead{color:#93899f;font-size:18px}.articlePreview img{border-radius:10px;width:100%}.articlePreview a{color:var(--purple);text-decoration:underline}.articlePreview pre{white-space:pre-wrap}.channelIntro{border:1px solid var(--line);background:#fff;border-radius:15px;align-items:center;gap:20px;margin-bottom:25px;padding:25px;display:flex}.bitrixLogo{color:#739ac8;background:#eef4ff;border-radius:13px;place-items:center;width:55px;height:55px;font-size:24px;font-weight:800;display:grid}.channelIntro p{color:var(--muted);margin-top:9px;font-size:11px;line-height:1.7}.channelIntro>a{margin-left:auto}.channelCard .url{overflow-wrap:anywhere;color:#a398b4;margin:15px 0;font-size:10px}.channelCard>p{color:#9992a5;margin-bottom:15px;font-size:11px;line-height:1.7}.channelCard .sectionHeading{flex-wrap:wrap}.upcoming{color:#b1a9be;align-items:center;gap:27px;margin-top:26px;padding:20px;font-size:11px;display:flex}.upcoming small{color:#b4b0bd;margin-left:auto;font-size:10px}.spaced{margin-top:25px}.settingsGrid{grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:26px;max-width:970px;display:grid}.settingsGrid .panel{padding:28px}.settingsGrid .muted{margin-top:12px;font-size:11px}.settingNote>svg{color:#a78acb;margin-bottom:20px}.settingNote>p{color:#9690a1;margin-top:17px;font-size:12px;line-height:1.8}.settingNote ul{color:#938b9f;margin-top:20px;padding-left:18px;font-size:11px;line-height:2.5}.error{color:#b26b78;background:#fff0f2;border:1px solid #f5dce1;border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:13px 16px;font-size:12px;display:flex}.error button{color:inherit;background:0 0;margin-left:auto}.errorText{color:#ba7383;font-size:10px;line-height:1.7}.toast{color:#fff;z-index:70;background:#373044;border-radius:11px;align-items:center;gap:12px;max-width:90vw;padding:15px 22px;font-size:12px;display:flex;position:fixed;bottom:26px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #36274630}.toast svg{color:#b8dfc9;flex-shrink:0}footer{color:#a8a3b2;gap:17px;margin-top:25px;padding:27px 0;font-size:9px;display:flex}footer>span{color:#b8b3bf}.footerVersion{margin-left:auto}.menuButton,.closeMobile{display:none}.auth{grid-template-columns:1.05fr 1fr;min-height:100vh;display:grid}.authStory{background:#eeebf7;flex-direction:column;justify-content:space-between;padding:45px 65px;display:flex;position:relative;overflow:hidden}.authStory:after{content:"";pointer-events:none;border:1px solid #e2dcef;border-radius:50%;width:450px;height:450px;position:absolute;bottom:-150px;right:-280px;box-shadow:0 0 0 45px #e6e0f230,0 0 0 90px #e6e0f220}.authStory>div:nth-child(2){padding:60px 0}.authStory h1{letter-spacing:-2px;color:#4b3a68;font-size:clamp(35px,4vw,59px);line-height:1.22}.authStory em{color:#9376c0;font-style:normal}.authStory>div>p:not(.eyebrow){color:#9989ac;margin-top:28px;font-size:13px;line-height:1.9}.authSteps{color:#a38bbd;align-items:center;gap:15px;margin-top:45px;font-size:10px;display:flex}.authStory>small{color:#a897bb;font-size:10px}.authPanel{background:#fff;justify-content:center;align-items:center;padding:40px;display:flex}.authBox{width:350px;max-width:100%}.authBox h2{letter-spacing:-1px;margin-top:25px;font-size:28px}.authBox>p{color:#a39baa;margin-top:12px;margin-bottom:30px;font-size:12px;line-height:1.8}.authBox form>.primary{margin-top:12px}.authBox>small{text-align:center;margin-top:28px;font-size:10px;display:block}.authBox .badge{padding:7px 10px;font-size:9px}.authBox .badge i{display:none}@media (min-width:1500px){.canvas{padding:44px 50px 0}.topbar{padding:0 50px}.overviewGrid{grid-template-columns:1.6fr 1fr}.ideaCard>p:not(.eyebrow){max-width:360px}}@media (max-width:1150px){.sidebar{width:210px;padding:26px 14px 16px}.logo{font-size:21px}.main{margin-left:210px}.canvas{padding:28px 25px 0}.topbar{padding:0 25px}.pageHeading h1{font-size:26px}.stats{gap:10px}.stat{padding:17px 14px}.overviewGrid{grid-template-columns:1.3fr 1fr;gap:16px}.ideaCard{padding:24px 20px}.panel{padding:20px}.projectGrid{grid-template-columns:repeat(2,1fr)}.editorGrid{grid-template-columns:minmax(0,1fr) 255px;gap:15px}.editorPanel{padding:20px}.editorHeading,.channelIntro{flex-wrap:wrap}.channelIntro>a{margin-left:75px}.upcoming{flex-wrap:wrap;gap:20px}.upcoming small{margin-left:0}.stats .stat strong small{display:none}}@media (max-width:850px){.sidebar{width:240px;transition:transform .2s;transform:translate(-100%);box-shadow:10px 0 60px #33333315}.sidebar.open{transform:translate(0)}.closeMobile{display:flex;position:absolute;top:6px;right:8px}.main{margin-left:0}.menuButton{display:flex}.today{font-size:10px}.canvas{padding:25px 22px 0}.topbar{height:63px;padding:0 22px}.pageHeading{align-items:flex-start}.pageHeading h1{font-size:25px}.authStory{padding:35px}.editorGrid{grid-template-columns:minmax(0,1fr) 270px}.settingsGrid{gap:17px}}@media (max-width:620px){h1{font-size:25px}.canvas{padding:23px 16px 0}.topbar{padding:0 16px}.breadcrumb,.today{display:none}.topbar>div{gap:10px}.pageHeading{flex-direction:column;gap:18px;margin-bottom:22px}.pageHeading .eyebrow{font-size:8px}.pageHeading h1{font-size:25px}.pageHeading p:not(.eyebrow){font-size:11px}.pageHeading>.primary{align-self:flex-start}.stats{grid-template-columns:repeat(2,1fr);gap:11px;margin-bottom:19px}.stat{padding:16px}.stat>strong{font-size:28px}.stat>p{font-size:9px}.overviewGrid{grid-template-columns:1fr;gap:18px}.ideaCard{padding:24px}.ideaCard h2{font-size:24px}.ideaCard .eyebrow{font-size:8px}.sparkleBox{top:55px;right:32px}.panel{padding:18px}.sectionHeading h2{font-size:14px}.sectionHeading .textButton{font-size:10px}.empty{padding:35px 8px}.empty p{font-size:10px}.steps{margin-top:15px}.projectGrid{grid-template-columns:1fr}.filters{flex-wrap:wrap}.search{flex-basis:100%;max-width:none}.filters select{flex:1;min-width:0;font-size:11px}.editorGrid{grid-template-columns:1fr}.editorAside{grid-template-columns:1fr;display:grid}.editorHeading h1{font-size:23px}.actions{width:100%}.actions button{flex:1}.formGrid{grid-template-columns:1fr;gap:0}.editorPanel{padding:16px}.titleInput{font-size:16px}.bodyInput{font-size:12px}.articlePreview h1{font-size:25px}.channelIntro{gap:15px;padding:20px}.channelIntro>div:nth-child(2){flex:1;min-width:180px}.channelIntro h2{font-size:14px}.channelIntro>a{width:100%;margin-left:0}.upcoming{gap:15px;padding:12px 0;font-size:10px}.upcoming small{flex-basis:100%}.settingsGrid{grid-template-columns:1fr}.settingsGrid .panel{padding:21px}.modalBackdrop{padding:12px}.modal{max-height:94vh;padding:23px 20px}.modal h2{font-size:20px}.auth{flex-direction:column;display:flex}.authStory{min-height:220px;padding:25px 27px 30px}.authStory .logo{font-size:21px}.authStory .brandMark{width:31px;height:31px}.authStory>div:nth-child(2){padding:30px 0 0}.authStory h1{letter-spacing:-1px;font-size:31px;line-height:1.25}.authStory h1 br:nth-child(2){display:none}.authStory .eyebrow{margin-bottom:10px;font-size:8px}.authStory>div>p:not(.eyebrow),.authSteps,.authStory>small{display:none}.authPanel{flex:1;padding:35px 27px 45px}.authBox{width:100%}.authBox h2{margin-top:20px;font-size:25px}.authBox>p{margin-bottom:22px}footer{flex-wrap:wrap;gap:12px;font-size:8px}.footerVersion{display:none}.error{font-size:11px}.toast{padding:13px 17px;font-size:11px}table{min-width:620px}}
