/* YOUNEO — native creative studio. Tokens and components owned by this host.
   Business editors keep their implementation, drafts and authorization. */
@font-face{font-family:YouneoDisplay;src:url('./visual/assets/fonts/newsreader-latin.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:YouneoSong;src:url('./visual/assets/fonts/noto-serif-sc-headings.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
:root{
  color-scheme:dark;
  --bg:#141b1e;--sidebar:#101719;--panel:#1b2427;--panel2:#242f33;--panel3:#354248;--input:#131d21;
  --text:#f0f2ee;--muted:#bcc7c9;--dim:#a6b5b9;--line:#4d6067;--line-soft:#344348;
  --accent:#c6ded4;--accent-ink:#142d26;--accent-soft:#c6ded412;--jade:#b1d5c7;--seal:#c4b18a;--seal-text:#1b2325;
  --red:#ffb1a7;--green:#b1d5c7;--yellow:#e2c386;--shadow:0 12px 36px #030a0d40;
  --ink:var(--text);--paper:var(--bg);--card:var(--panel);--soft:var(--panel2);--border:var(--line);--primary:var(--accent);
  --ink-strong:var(--text);--ink-mid:var(--muted);--ink-soft:var(--dim);--preview-height:0px;--sidebar-width:228px;
  --display:YouneoDisplay,YouneoSong,'Noto Serif SC','Songti SC',serif;
  font-size:16px;scrollbar-color:var(--line) var(--bg);scrollbar-width:thin;
}
:root[data-theme=light]{
  color-scheme:light;
  --bg:#f2f5f4;--sidebar:#e9efed;--panel:#fff;--panel2:#e9efed;--panel3:#dce5e1;--input:#fff;
  --text:#172d33;--muted:#455f66;--dim:#516a71;--line:#8a9e9d;--line-soft:#c5d2ce;
  --accent:#235d4f;--accent-ink:#fff;--accent-soft:#235d4f0e;--jade:#285e50;--seal:#755c30;--seal-text:#fff;
  --red:#a03329;--green:#25613e;--yellow:#785814;--shadow:0 12px 36px #193b3214;
}
body{font-family:'Segoe UI','Microsoft YaHei',sans-serif!important;font-size:15px;line-height:1.6;color:var(--text)!important;background:var(--bg)!important}
::selection{background:var(--accent);color:var(--accent-ink)}
input,textarea{caret-color:var(--jade)}
:is(button,a,input,textarea,select):focus-visible{outline:2px solid var(--jade);outline-offset:4px}
button{touch-action:manipulation}button:disabled{cursor:not-allowed}
button,.btn{font-weight:500}h1,h2,h3{text-wrap:balance}small{line-height:1.5}
.btn{border-radius:6px;font-size:14px;min-height:40px;box-shadow:none;transition:background-color .18s,border-color .18s}
.btn.primary,.btn.dark{background:var(--accent)!important;color:var(--accent-ink)!important;border-color:var(--accent)!important}
.btn.primary:hover{box-shadow:none;filter:brightness(1.07)}
.btn.text{color:var(--jade);min-height:40px}
.muted,.form-note,.tiny.muted,.page-heading p{color:var(--muted)!important}

/* Stable navigation and account area */
.native-shell{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:100dvh;padding:0}
.native-shell>.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-width);padding:22px 16px;background:var(--sidebar);border-right:1px solid var(--line-soft);display:flex;flex-direction:column;z-index:30}
.native-shell>.workspace{grid-column:2;min-width:0;margin:0;width:100%;max-width:none}
.native-shell .brand{padding:0!important;margin:0 0 16px;background:none;border:0;min-height:60px;height:auto;display:flex;justify-content:flex-start}
.native-shell .brand .brand-link{display:flex!important;opacity:1!important;visibility:visible!important}
.has-workspace-ball .native-shell .brand{padding-left:0!important}
.brand-link{display:flex;align-items:center;gap:11px;text-align:left;padding:0;width:auto;margin-left:0!important}
.brand-symbol{display:block;flex:none;width:36px;height:42px;background:var(--jade);mask:url('./visual/assets/youneo-symbol.svg') center/contain no-repeat;-webkit-mask:url('./visual/assets/youneo-symbol.svg') center/contain no-repeat}
.brand-link>span{display:grid;gap:3px;padding:0}
.brand-link b{font-size:16px;font-weight:650;letter-spacing:.25px}
.native-shell .brand .brand-link b{font-size:16px;letter-spacing:.25px}
.brand-link small{font-size:12px;color:var(--muted);letter-spacing:0}
.workspace-nav-dock{display:block;flex:none;width:44px;height:44px;margin:0}
.workspace-launcher{display:flex;align-items:center;gap:11px;width:100%;min-height:60px;margin:0 0 12px;padding:0;text-align:left;border-bottom:1px solid var(--line-soft);border-radius:0}
.workspace-launcher>span:last-child{display:grid;gap:3px}
.workspace-launcher b{font-size:13px;font-weight:500;color:var(--text)}
.workspace-launcher small{font-size:11px;line-height:1.5;color:var(--muted)}
.native-shell .site-pill{display:none}
.native-shell .side-nav{display:grid;gap:4px;overflow:auto;margin:0;padding:0;flex:0 1 auto;align-content:start;grid-auto-rows:min-content}
.native-shell .nav-item{min-height:46px;font-size:15px;gap:12px;border-radius:6px;color:var(--muted);padding:10px 13px;text-align:left;display:flex;align-items:center;width:100%;border:1px solid transparent;box-shadow:none}
.native-shell .nav-item::before{display:none}
.native-shell .nav-item.active{color:var(--text);background:var(--panel2);border-color:var(--line-soft)}
.native-shell .nav-item>span{font-size:15px;font-weight:500}
.native-shell .nav-item .ico{color:var(--dim);width:18px;height:18px}
.native-shell .nav-item.active .ico{color:var(--jade)}
.native-shell .nav-item:hover{background:var(--panel2);color:var(--text)}
.native-shell .side-bottom{margin-top:auto;padding:16px 0 0;position:static}
.native-shell .side-profile{max-width:100%;overflow:hidden;padding:12px 3px}
.side-profile b{display:block;max-width:139px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.native-shell .side-help{border:0;background:none;margin:0;padding:5px 10px;min-height:40px;font-size:13px;color:var(--muted)}
.native-shell .theme-controls{width:100%;margin-top:8px;padding:3px;gap:2px;border-color:var(--line-soft);border-radius:6px}
.theme-controls button{color:var(--muted);min-height:32px}
.theme-controls button[aria-pressed=true]{background:var(--panel3);color:var(--text);box-shadow:none}
.native-shell .topbar{position:sticky;top:0;left:auto;margin:0;height:78px;padding:0 32px;background:var(--bg);border-bottom:1px solid var(--line-soft);display:flex;gap:17px;z-index:20;width:100%}
.native-shell .header-wallet{margin-left:auto;padding:0;border:0;flex-wrap:nowrap;gap:16px}
.header-wallet b{white-space:nowrap;font-size:16px;font-variant-numeric:tabular-nums;font-weight:600}
.header-wallet small{font-size:12px;color:var(--muted)}
.avatar{flex:none;background:var(--panel3);color:var(--text)}
.breadcrumb{font-size:13px;color:var(--muted)}.breadcrumb b{font-weight:500;color:var(--text)}
.native-shell .shell-main{margin:0;padding:0;min-height:calc(100dvh - 78px);width:auto}
.native-shell .content{padding:30px 36px;max-width:1720px;margin:0 auto;min-height:calc(100dvh - 128px)}
.native-shell .footer{padding:12px 36px;margin:0;background:none;color:var(--dim);border-top:1px solid var(--line-soft);font-size:11px}
.native-shell .topbar .membership-badge{flex:none}
.native-shell .topbar .membership-caption b{font-size:11px}
.mobile-menu{display:none}

/* Home: creation first, library second. No invented portfolio or usage data. */
.home-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0 27px;min-height:128px}
.home-intro h1{font:400 clamp(30px,2.8vw,46px)/1.35 var(--display);letter-spacing:-.025em;margin:0 0 9px}
.home-intro p{font-size:15px;color:var(--muted);line-height:1.7;margin:0}
.home-intro>.btn{flex:none}
.studio-launch{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(265px,1fr);gap:20px}
.studio-launch.single{grid-template-columns:1fr}
.studio-entry{text-align:left;border:1px solid var(--line-soft);border-radius:12px;position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:24px;padding:28px 30px;transition:border-color .22s,background-color .22s}
.studio-entry:focus-visible{outline-offset:5px}.studio-entry:hover{border-color:var(--jade)}
.studio-feature{min-height:352px;background:#132b30;color:#f0f4ee;border-color:#36565a}
.studio-field{position:absolute;inset:0;width:100%;height:100%;z-index:-1;pointer-events:none}
.studio-feature .studio-entry-copy{max-width:75%;padding-top:100px}
.studio-entry-copy{display:grid;gap:9px}
.studio-entry-copy strong{font-size:24px;line-height:1.4;font-weight:500;letter-spacing:-.02em}
.studio-entry-copy>span{font-size:14px;color:var(--muted);line-height:1.65}
.studio-feature .studio-entry-copy strong{font-size:34px;font-weight:500}
.studio-feature .studio-entry-copy>span{color:#d5e3df}
.studio-entry-action{font-size:13px;display:flex;align-items:center;gap:18px;line-height:1.6;color:var(--jade)}
.studio-entry-action .ico{width:18px;transition:transform .22s}
.studio-entry:hover .studio-entry-action .ico{transform:translateX(5px)}
.studio-feature .studio-entry-action{color:#eff7f2;background:#29474b;padding:10px 16px;border-radius:5px;gap:36px;border:1px solid #78928f}
.studio-side{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:18px}
.studio-secondary{min-height:167px;gap:15px;padding:25px 26px;background:var(--panel)}
.studio-secondary .studio-entry-copy{max-width:86%;gap:6px}
.studio-secondary .studio-entry-copy strong{font-size:21px}
.studio-symbol{position:absolute;right:22px;top:26px;color:var(--jade)}
.studio-symbol .ico{width:25px;height:25px;stroke-width:1.2}
.native-notices{display:flex;align-items:center;gap:20px;margin:24px 0 35px;padding:15px 0;border:0;border-bottom:1px solid var(--line-soft);background:transparent}
.native-notices>strong{display:flex;align-items:center;gap:10px;font-size:13px;white-space:nowrap;font-weight:600}
.native-notices>strong .ico{color:var(--seal);width:17px}
.native-notices>div{flex:1;color:var(--muted);font-size:14px}
.native-notices p{margin:0;font-size:14px;line-height:1.7}.native-notices .btn{font-size:13px;gap:13px}
.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin:0 0 17px}
.section-heading h2{font-size:20px;font-weight:500;margin:0;line-height:1.5}
.section-heading>span{color:var(--muted);font-size:13px}
.library-entries{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;border:1px solid var(--line-soft);border-radius:10px;overflow:hidden;background:var(--line-soft)}
.library-entry{display:flex;align-items:center;gap:16px;text-align:left;padding:23px 24px;min-height:106px;background:var(--panel);transition:background-color .18s}
.library-entry:hover{background:var(--panel2)}
.library-entry>span:nth-child(2){display:grid;gap:5px;flex:1}
.library-entry strong{font-size:16px;font-weight:500}.library-entry small{font-size:13px;color:var(--muted)}
.library-entry-icon{color:var(--jade)}.library-entry-icon .ico{width:23px;height:23px;stroke-width:1.3}
.library-entry>.ico{width:16px;color:var(--dim);flex:none}

/* Continuous public entrance. The world stays fixed while the form changes. */
.arrival-shell{min-height:100dvh;background:transparent}
.arrival-atmosphere,[data-theme=light] .arrival-atmosphere{background:none}.arrival-shell::before,.arrival-shell::after{display:none}
.arrival-header{height:96px;padding:0;margin:0 5.5vw;border-bottom:1px solid var(--line-soft)}
.arrival-header>div{display:flex;align-items:center;gap:22px}
.arrival-header .theme-controls{display:inline-flex;margin:0;border-color:var(--line-soft)}
.arrival-body{width:min(1240px,84vw);grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);gap:clamp(40px,7vw,110px);padding:clamp(50px,9vh,100px) 0 0;align-items:start}
.arrival-copy{padding-top:22px}
.arrival-copy h1{font:400 clamp(48px,5.2vw,78px)/1.35 var(--display);letter-spacing:-.025em;margin:0 0 30px}
.arrival-copy h1 em{color:var(--jade);font-style:normal}
.arrival-copy>p{font-size:16px;line-height:1.9;color:var(--muted);max-width:36ch}
.arrival-signature{margin-top:42px;color:var(--muted);font-size:14px;letter-spacing:1.5px}
.arrival-signature i{border-color:var(--seal);color:var(--seal);width:25px;height:29px}
.arrival-pane{padding:24px 0 0 35px;border-left:1px solid var(--line-soft);max-width:425px;min-height:442px}
.arrival-content{height:auto;min-height:420px;padding:0 0 120px}
.arrival-kicker{display:none}
.arrival-pane h2{font:400 35px/1.35 var(--display);letter-spacing:-.015em;margin:0 0 18px}
.invitation-content h2{font-size:39px;line-height:1.4;margin:0 0 18px}
.arrival-subtitle{font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:24px}
.arrival-capabilities{display:flex;flex-direction:column;gap:17px;margin-top:30px;max-width:none}
.arrival-capabilities>span{font-size:14px;gap:12px;color:var(--text);align-items:center}
.arrival-capabilities .ico{color:var(--jade);width:18px;height:18px}
.arrival-action{bottom:0;height:99px;gap:13px}
.arrival-action>.btn{font-size:15px;border-radius:6px;min-height:50px;padding:13px 18px}
.arrival-secondary,.arrival-secondary .btn{font-size:13px;color:var(--muted)}
.arrival-secondary .btn{color:var(--jade)}
.arrival-form{margin:24px 0 0}.arrival-form>label{font-size:14px!important;color:var(--muted);margin-bottom:20px}
.arrival-form input:not([type=checkbox]){min-height:48px;font-size:16px!important;padding:12px;border-radius:6px}
.arrival-form .code-row .btn{font-size:13px;min-height:48px}
.arrival-form .arrival-terms{font-size:12px!important;line-height:1.8;margin:12px 0 20px;align-items:flex-start}
.arrival-terms input{flex:none;min-width:16px;min-height:16px}.arrival-terms .btn{font-size:12px}
.arrival-form .form-error:empty{display:none}.arrival-form .form-error{color:var(--red);font-size:14px;line-height:1.7}
.arrival-shell[data-stage=register] .arrival-content{min-height:556px;height:auto}
.arrival-shell[data-stage=register] .arrival-pane{min-height:556px}
.arrival-shell[data-stage=register] .arrival-body{padding-top:45px}
.arrival-pane[aria-busy=true]{cursor:progress}
.welcome-content h2>span{display:inline-block;max-width:100%;overflow-wrap:anywhere;font:500 23px/1.5 'Segoe UI','Microsoft YaHei',sans-serif;letter-spacing:0;margin-top:15px}
.arrival-identity{font-size:14px;color:var(--muted);overflow-wrap:anywhere}
.arrival-footer{font-size:12px;margin-top:85px;letter-spacing:0;gap:20px}.arrival-footer .btn{font-size:12px}
.intro-leaf{background:var(--bg)}.intro-type strong{font-family:var(--display)}
.departure-status{font-size:15px!important;color:var(--text);bottom:38px;padding:12px 22px;background:var(--panel);border:1px solid var(--line-soft);border-radius:12px}
.departure-status>.world-loader{width:36px;height:36px;border:0;animation:none;background:none}
.departure-status>.departure-copy{width:auto;height:auto;border:0;border-radius:0;animation:none}
.departure-status .world-loader .brand-symbol{width:15px;height:18px}
.arrival-connecting{padding-top:36px;min-height:420px}
.arrival-connecting h2{font:500 24px/1.5 'Segoe UI','Microsoft YaHei',sans-serif;margin:25px 0 13px}
.arrival-form[data-busy] [data-login-submit]{opacity:1;position:relative}
.arrival-form[data-busy] [data-login-submit]::after{content:'';width:16px;height:16px;flex:none;border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%;animation:youneo-turn .9s linear infinite}
.arrival-form[data-busy] [data-login-submit]>.ico{display:none}
.core-mark>.brand-symbol{width:68px;height:78px;position:relative;z-index:1}
.intro-type>span{font:500 22px/1.5 'Segoe UI',sans-serif;letter-spacing:5px;color:var(--text)}

/* Full business surfaces: pairs of foreground and background, not tint filters. */
.native-shell{
  --admin-surface:var(--panel);--admin-hover:var(--panel2);--admin-selected:var(--panel2);--admin-accent:var(--jade);
  --admin-icon-ink:var(--jade);--admin-icon-surface:var(--panel2);--admin-chevron:var(--muted);--admin-tab-surface:var(--panel2);
  --admin-tab-ink:var(--text);--admin-title-size:15px;--admin-description-size:13px;--admin-tab-size:14px;
}
.panel,.table-wrap,dialog,.account-dropdown{background:var(--panel)!important;border-color:var(--line)!important;color:var(--text)!important;box-shadow:none}
.panel-padding{padding:22px}.panel{border-radius:10px}
input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select{background:var(--input)!important;color:var(--text)!important;border-color:var(--line)!important;font-size:15px!important}
input::placeholder,textarea::placeholder{color:var(--dim)!important;opacity:1}
.form-stack>label,.form-stack label{font-size:14px}.page-heading h1{font-size:25px;font-weight:550}.page-heading p{font-size:14px}.form-note{font-size:13px!important}
table th{background:var(--panel2)!important;color:var(--muted)!important;font-size:13px!important}
table td{font-size:14px!important;border-color:var(--line-soft)!important;font-variant-numeric:tabular-nums}
.table-wrap button{font-size:13px}.table-wrap tr:hover{background:var(--panel2)!important}
.native-shell :is(.image-dropzone,.image-templates,.image-reference-grid figure,.image-receipt,.image-receipt-history,.video-reference,.video-model-card,.tracker-latest,.tracker-empty,.model-option,.compact-choice,.library-filter,.canvas-nav-menu,.tab,.catalog-card,.task-card){background:var(--panel2)!important;color:var(--text)!important;border-color:var(--line)!important}
.native-shell :is(.image-dropzone,.video-reference,.generation-tracker) small{color:var(--muted)!important}
.native-shell :is(.image-dropzone,.video-reference) strong,.native-shell .panel :is(h2,h3,strong){color:var(--text)}
.native-shell .generation-tracker{min-width:0}.native-shell .page-heading{margin-bottom:20px}
.native-shell :is(.creation-grid,.live-studio){grid-template-columns:minmax(0,1fr) 290px}
.native-shell .composer-controls label,.native-shell .composer-controls label>span{color:var(--muted)!important;font-size:14px}
.native-shell :is(.image-retention,.image-inline-note,.image-upload-feedback,.composer-note,.tracker-detail-loading,.tracker-row-index){color:var(--muted)!important;font-size:13px!important}
.native-shell .tracker-row-copy strong{font-size:13px!important;color:var(--text)!important}
.native-shell .tracker-row-copy small{font-size:11px!important;line-height:1.5}
.native-shell .tracker-status{font-size:11px!important}
.native-shell :is(.composer-reference,.composer-submitbar,.composer-choice,.composer-upload){background:var(--panel2)!important;color:var(--text)!important;border-color:var(--line)!important}
.native-shell .composer-choice[aria-pressed=true]{background:var(--accent-soft)!important;border-color:var(--jade)!important;color:var(--text)!important}
.native-shell :is(.composer-submitbar,.composer-reference) :is(p,small,label){color:var(--muted)!important}
.native-shell .tracker-row{background:transparent!important;color:var(--text)!important;border-color:var(--line)!important}
.native-shell .tracker-history{max-height:calc(100dvh - 440px)}
.native-shell :is(.tracker-cards,.tracker-card,.tracker-list,.tracker-list-item,.tracker-row-wrap,.tracker-result,.tracker-running-preview,.tracker-inline-preview,.tracker-latest-result,.tracker-download,.tracker-row-header,.tracker-row-download,.tracker-lead,.tracker-lead-progress,.tracker-expanded,.tracker-notice,.history-controls,.history-choice,.history-more,.composer-image-add){background:var(--panel2)!important;border-color:var(--line)!important;color:var(--text)!important}
.native-shell :is(.tracker-status.running,.tracker-status.done){color:var(--jade)!important;background:var(--accent-soft)!important}
.native-shell :is(.tracker-summary,.tracker-row-copy small,.tracker-task-number,.video-reference-help,#video-price,#image-price){color:var(--muted)!important}
.native-shell .tracker-status.failed{color:var(--red)!important;background:var(--accent-soft)!important}
.native-shell .composer-image-add:hover{border-color:var(--jade)!important}
.native-shell .tracker-progress{background:var(--panel3)}.native-shell .tracker-progress i{background:var(--jade)}
.native-shell :is(.tracker-prompt,.tracker-metrics,.tracker-task-message,.tracker-task-meta,.tracker-lead-note,.tracker-lead>small,.history-controls small){color:var(--muted);border-color:var(--line-soft)}
.native-shell .tracker-row-download:hover{background:var(--accent-soft)!important;border-color:var(--jade)!important}

/* Assets, community and full administration */
.community-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}
.community-art img,.community-art video{width:100%;height:210px;object-fit:contain;background:var(--input)}
.community-toolbar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px;margin-bottom:20px}
.community-card{overflow:hidden}.community-card h3{font-size:17px}.community-card p{color:var(--muted);font-size:14px}.community-card .row .btn{font-size:13px}
.native-member-tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0}
.native-member-tiers .tier-card{padding:18px;border:1px solid var(--line-soft)}
.native-member-tiers .rank-mark{margin:0 auto 12px;width:160px}.native-member-tiers p{font-size:14px;line-height:1.7}
.native-admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}
.native-shell .admin-areas{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0 26px}
.native-shell .admin-area{padding:17px 18px;border-radius:8px;gap:13px}
.native-shell .admin-area strong{margin:0 0 5px;font-weight:550}
.native-shell .admin-area-icon{border-radius:5px;width:32px;height:32px}
.native-admin-outputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:18px}
.native-admin-outputs figure{margin:0;max-width:360px}.native-admin-outputs img{width:100%;height:220px;object-fit:contain;background:var(--input);border:1px solid var(--line);border-radius:6px}.native-admin-outputs figcaption{margin-top:8px}
.native-site-settings{display:grid;gap:28px}.native-site-settings>section+section{border-top:1px solid var(--line);padding-top:24px}.native-site-settings h3{margin:0 0 12px}
.native-module-settings{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin:18px 0}.native-module-settings>div{border:1px solid var(--line);padding:16px;border-radius:8px}.native-module-settings strong{display:block;margin-bottom:12px}
.native-site-settings .native-setting-toggle{display:flex;align-items:center;gap:10px;margin:10px 0}.native-site-settings .native-setting-toggle input{width:17px;height:17px;flex:none;margin:0}
.native-site-settings .form-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.native-site-settings .form-cols>label{display:flex;flex-direction:column;gap:8px}
.native-admin-video{display:block;width:100%;max-height:58dvh;margin:18px 0;background:var(--input);border-radius:7px}

/* Floating navigation and full viewport canvas */
.canvas-floating-nav,.canvas-floating-nav .canvas-nav-ball{width:44px;height:44px}
.canvas-floating-nav .canvas-nav-ball{position:relative;padding:0;display:grid;place-items:center;background:var(--accent)!important;border:0!important;border-radius:50%;color:var(--accent-ink);box-shadow:0 5px 16px #050e1233;transition:background-color .18s,transform .18s}
.canvas-nav-ball>svg,.canvas-nav-ball>img{display:none}
.canvas-nav-ball::before{content:'';display:block;width:23px;height:27px;background:currentColor;mask:url('./visual/assets/youneo-symbol.svg') center/contain no-repeat;-webkit-mask:url('./visual/assets/youneo-symbol.svg') center/contain no-repeat;transition:transform .2s}
.canvas-nav-ball:hover{transform:translateY(-1px)}
.canvas-nav-ball[aria-expanded=true]::before{mask:none;-webkit-mask:none;width:17px;height:1.6px;transform:rotate(45deg)}
.canvas-nav-ball[aria-expanded=true]::after{content:'';position:absolute;left:50%;top:50%;width:17px;height:1.6px;background:currentColor;transform:translate(-50%,-50%) rotate(-45deg)}
.canvas-floating-nav[data-docked=true] .canvas-nav-ball{box-shadow:none}
.canvas-nav-ball[aria-expanded=true]{background:var(--accent)!important;color:var(--accent-ink)}
.canvas-nav-menu{background:var(--panel)!important;border-color:var(--line)!important;color:var(--text)!important}
.canvas-nav-menu button{color:var(--text)!important;font-size:14px;min-height:44px}
.canvas-nav-menu p{color:var(--muted)!important}.canvas-nav-menu button:hover{background:var(--panel2)}.canvas-nav-tools{border-color:var(--line-soft)}
.canvas-nav-menu:focus-visible{outline:2px solid var(--jade);outline-offset:3px}
body.canvas-focus .native-shell,body.workspace-nav-hidden .native-shell{display:block}
body.canvas-focus .native-shell>.sidebar,body.workspace-nav-hidden .native-shell>.sidebar{display:none}
body.canvas-focus .native-shell .topbar,body.canvas-focus .native-shell .footer{display:none}
body.canvas-focus .native-shell .content{padding:0!important;height:100dvh;min-height:100dvh;max-width:none}
body.canvas-focus .canvas-workspace-frame{width:100%;height:100dvh;border:0}
.canvas-workspace-frame{width:100%;height:calc(100dvh - 140px);border:0}

/* Focused dialogs and loading state */
dialog{border:1px solid var(--line);border-radius:12px;width:min(640px,94vw);max-height:88dvh;padding:26px}
dialog.wide{width:min(1180px,95vw)}dialog::backdrop{background:#080e12b3;backdrop-filter:blur(3px)}
.dialog-head{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line-soft);padding-bottom:16px}.dialog-head h2{font-size:22px}.dialog-head p{color:var(--muted);font-size:14px}.dialog-content{padding-top:18px}
.form-error,.error-message{color:var(--red)!important}.language-options{display:flex;flex-wrap:wrap;gap:10px}
#toast{z-index:2000;background:var(--panel);border:1px solid var(--line);color:var(--text)}#toast.visible{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.native-shell .loading{background:transparent}.native-shell .route-load{padding:46px 20px 20px;min-height:480px;color:var(--text)}
.world-loader{position:relative;display:inline-grid;place-items:center;width:82px;height:82px;flex:none}
.world-loader>svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;animation:youneo-turn 2.8s linear infinite}
.world-loader .brand-symbol{width:30px;height:36px;animation:youneo-mark-breathe 1.8s ease-in-out infinite}
.loader-track{stroke:var(--line-soft);stroke-width:1}.loader-orbit{stroke:var(--jade);stroke-width:1.8;stroke-linecap:round;stroke-dasharray:1;animation:youneo-draw 1.6s ease-in-out infinite alternate}.loader-orbit.orbit-two{stroke:var(--seal);animation-delay:-.8s}
.native-route-loader h2{font:500 24px/1.5 'Segoe UI','Microsoft YaHei',sans-serif;margin:22px 0 10px}
.native-route-loader>p{font-size:14px;line-height:1.8;margin:0}.native-route-loader>p>span{color:var(--dim);font-size:13px}
.workspace-loading-layout{width:min(740px,100%);display:grid;grid-template-columns:2.3fr 1fr;gap:18px;margin:34px 0 0;opacity:.7}
.loading-composer,.loading-tasks{display:grid;gap:13px;border:1px solid var(--line-soft);border-radius:10px;padding:20px;text-align:left}
.loading-composer{grid-template-columns:1fr 1fr}.loading-composer i{height:20px;background:var(--panel2);border-radius:3px}.loading-composer b{grid-column:1/-1;height:75px;background:var(--panel2);border-radius:5px}.loading-composer span{height:25px;width:75%;background:var(--panel3);border-radius:4px}
.loading-tasks i{height:26px;background:var(--panel2);border-radius:4px}
.workspace-loading-layout :is(i,b,span){animation:youneo-placeholder 1.5s ease-in-out infinite alternate}.loading-tasks i:nth-child(2n){animation-delay:-.6s}
.native-shell[data-route-phase=loading] .topbar::after{content:'';position:absolute;left:0;bottom:-1px;height:2px;width:100%;background:var(--jade);animation:youneo-route-current 1.3s ease-in-out infinite}
.native-shell[data-route-phase=ready] .topbar::after{content:'';position:absolute;left:0;bottom:-1px;height:2px;width:100%;background:var(--jade);animation:youneo-route-finish .24s ease-out both}
.native-shell .image-config-status .workspace-loader{color:var(--text);background:var(--panel2);border:1px solid var(--line-soft);border-radius:8px}
.native-shell .image-config-status .tide-loading-copy :is(strong,small){color:var(--muted)!important}
@keyframes youneo-turn{to{transform:rotate(360deg)}}
@keyframes youneo-mark-breathe{0%,100%{opacity:.55;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}
@keyframes youneo-draw{from{stroke-dashoffset:.72}to{stroke-dashoffset:0}}
@keyframes youneo-placeholder{from{opacity:.38}to{opacity:1}}
@keyframes youneo-route-current{from{clip-path:inset(0 100% 0 0)}50%{clip-path:inset(0 35% 0 35%)}to{clip-path:inset(0 0 0 100%)}}
@keyframes youneo-route-finish{from{opacity:1}to{opacity:0}}

@media(min-width:801px){.native-shell #route-content .live-studio{grid-template-columns:minmax(0,1fr) 290px!important}}
@media(max-width:1200px){
  .native-shell .content{padding:24px}.native-shell .topbar{padding:0 24px;gap:12px}
  .header-wallet>span:nth-child(2){display:none}.breadcrumb>span,.breadcrumb>em{display:none}
  .native-shell .header-wallet{gap:10px}.library-entry{padding:21px 18px;gap:12px}.library-entry>.ico{display:none}
  .studio-launch{gap:16px;grid-template-columns:minmax(0,1.4fr) minmax(250px,1fr)}
  .studio-feature{padding:26px}.studio-secondary{padding:22px}.studio-entry-copy>span{font-size:13px}
  .studio-feature .studio-entry-copy{max-width:90%}.studio-symbol{display:none}
}
@media(max-width:1000px){
  .library-entries{grid-template-columns:1fr}.library-entry{min-height:86px}.library-entry>.ico{display:block}
  .arrival-body{width:88vw;gap:40px;grid-template-columns:minmax(0,1fr) minmax(310px,1fr)}.arrival-copy h1{font-size:49px}
}
@media(max-width:800px){
  .native-shell{display:block}.native-shell>.sidebar{transform:translateX(-100%);transition:transform .2s}.menu-open .native-shell>.sidebar{transform:translateX(0)}
  .native-shell>.workspace{width:100%}.native-shell .mobile-menu{display:block;flex:none;width:44px;height:44px}
  .native-shell .topbar{height:66px;gap:9px;padding:0 12px}.native-shell .header-wallet{gap:6px}
  .header-wallet b{font-size:14px;line-height:1.4}.header-wallet b small{display:block;line-height:1.2}
  .header-wallet .btn{font-size:12px;padding:7px}.header-wallet>span>small{display:none}
  .native-shell .breadcrumb{display:none}.native-shell .content{padding:20px 18px}.native-shell .bell{display:none}
  .home-intro{padding:5px 0 23px;gap:10px;align-items:flex-start;min-height:0;flex-wrap:wrap}.home-intro>div{flex-basis:100%}.home-intro h1{font-size:29px;line-height:1.45;max-width:none}.home-intro p{font-size:14px;max-width:none}.home-intro>.btn{font-size:12px;gap:5px;min-height:32px;margin-left:auto}
  .home-intro>.btn .ico{width:15px}
  .studio-launch{grid-template-columns:1fr;gap:12px}.studio-feature{min-height:260px;padding:24px}.studio-feature .studio-entry-copy{padding-top:68px}
  .studio-feature .studio-entry-copy strong{font-size:29px}.studio-side{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:12px}
  .studio-secondary{padding:20px 17px;min-height:177px;justify-content:space-between;gap:16px}.studio-secondary .studio-entry-copy{max-width:none}
  .studio-secondary .studio-entry-copy strong{font-size:19px}.studio-entry-action{font-size:12px;gap:12px}
  .native-notices{margin:19px 0 26px;gap:12px;flex-wrap:wrap;padding:8px 0 15px}.native-notices>strong{font-size:12px}.native-notices>div{min-width:190px;order:3;flex-basis:100%}.native-notices>.btn{margin-left:auto;min-height:32px}
  .section-heading{align-items:flex-start;flex-direction:column;gap:5px;margin-bottom:14px}.section-heading h2{font-size:19px}
  .library-entry{padding:20px;min-height:91px}.library-entry small{font-size:13px}
  .native-shell .footer{font-size:11px;padding:15px 18px}.native-shell :is(.creation-grid,.live-studio){grid-template-columns:1fr}
  .native-shell .topbar .membership-badge .rank-mark{width:42px}.native-shell .topbar .membership-caption{display:none}
  .native-shell .topbar .membership-badge:not(.is-vip) .membership-caption{display:flex}
  .native-shell .topbar .membership-badge:not(.is-vip){padding:4px;border-color:var(--line-soft)}.native-shell .topbar .membership-badge:not(.is-vip) b{font-size:10px}
  .native-shell .admin-areas{grid-template-columns:1fr 1fr;gap:9px}.native-shell .admin-area{padding:13px 12px;gap:8px}.native-shell .admin-area>.icon{display:none}.native-shell .admin-area-icon{width:23px;height:26px;background:transparent}
  .native-member-tiers{grid-template-columns:1fr}.native-member-tiers .tier-card{display:flex;align-items:center;gap:18px}.native-member-tiers .rank-mark{width:96px;margin:0}
  .arrival-header{height:80px;padding:0;margin:0 22px}.arrival-header>div{gap:14px}.arrival-header .theme-controls span,.arrival-header .brand-link small{display:none}
  .arrival-header .brand-link{gap:8px}.arrival-header .brand-link b{font-size:14px}.arrival-header .brand-symbol{width:29px;height:34px}
  .arrival-body{display:block;width:auto;margin:0 25px;padding:35px 0 0!important}
  .arrival-copy{padding:0}.arrival-copy h1{font-size:42px;line-height:1.3;margin-bottom:17px}.arrival-copy>p{font-size:14px}.arrival-signature{display:none}
  .arrival-pane{margin-top:27px;padding:25px 0 0;border-left:0;border-top:1px solid var(--line-soft);max-width:none;min-height:0}
  .arrival-content{min-height:354px}.invitation-content h2{font-size:29px;line-height:1.3}
  .arrival-capabilities{flex-direction:row;flex-wrap:wrap;gap:15px;margin-top:22px}.arrival-capabilities>span{font-size:12px;gap:6px}.arrival-capabilities .ico{width:15px}
  .arrival-subtitle{font-size:14px}.arrival-pane h2{font-size:29px}
  .arrival-shell[data-stage=login] .arrival-copy h1,.arrival-shell[data-stage=register] .arrival-copy h1{font-size:30px}
  .arrival-shell[data-stage=login] .arrival-copy h1 br,.arrival-shell[data-stage=register] .arrival-copy h1 br{display:none}
  .arrival-shell[data-stage=login] .arrival-copy>p,.arrival-shell[data-stage=register] .arrival-copy>p{display:none}
  .arrival-shell[data-stage=login] .arrival-content{min-height:394px}
  .arrival-shell[data-stage=register] .arrival-pane,.arrival-shell[data-stage=register] .arrival-content{min-height:560px}
  .arrival-footer{margin:35px 25px 0;padding:18px 0;flex-wrap:wrap;font-size:11px;gap:10px}.arrival-footer>span:last-child{display:none}.arrival-footer>.btn{margin-left:auto;font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}.studio-entry,.studio-entry-action .ico,.native-shell>.sidebar{transition:none!important}
  .studio-entry:hover .studio-entry-action .ico{transform:none}
  .world-loader>svg,.world-loader .brand-symbol,.loader-orbit,.workspace-loading-layout :is(i,b,span),.arrival-form[data-busy] [data-login-submit]::after,.native-shell .topbar::after{animation:none!important}
  .canvas-nav-ball:hover{transform:none}
}
