*{box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{color-scheme:dark;--bg:#0f1115;--panel:#171a21;--panel-soft:#1f2430;--text:#f5f7fb;--muted:#b9c0d3;--accent:#6aa6ff;--border:#2b3344}body{margin:0;font-family:Segoe UI,sans-serif;background:var(--bg);color:var(--text)}body.play-immersive{overflow:hidden}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 20px}.site-header{border-bottom:1px solid var(--border);background:rgba(15,17,21,.9);position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{justify-content:space-between;padding:10px 0}.header-brand,.header-inner{display:flex;align-items:center}.header-brand{flex-wrap:wrap;gap:10px}.header-tagline{font-size:11px;color:var(--muted);white-space:nowrap}@media (max-width:600px){.header-tagline{width:100%;white-space:normal}}.logo{display:inline-flex;align-items:center;gap:10px}.logo-mark{width:28px;height:28px;display:block}.logo-text{font-weight:700;font-size:18px;letter-spacing:.5px}.nav{display:flex;gap:16px;font-size:14px;color:var(--muted)}.nav a:hover{color:var(--text)}.main{padding:32px 0 48px}body.play-immersive .main{padding:0;height:100dvh;display:flex}.site-footer{border-top:1px solid var(--border);color:var(--muted);padding:16px 0 32px;font-size:11px}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px}.footer-links{display:flex;gap:16px}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--text)}body.play-immersive .site-footer,body.play-immersive .site-header{display:none}body.play-with-header{display:flex;flex-direction:column;min-height:100dvh}body.play-with-header .main{flex:1 1;min-height:0;padding:0;display:flex}body.play-with-header .container{flex:1 1;min-height:0;max-width:1100px;width:100%;padding:0 20px;display:flex}body.play-with-header .play-immersive{padding:12px 0}body.play-immersive .container{max-width:100%;width:100%;padding:0;height:100%;display:flex;justify-content:center;align-items:stretch}.hero{background:linear-gradient(135deg,#1b2030,#12141c);border:1px solid var(--border);border-radius:16px;padding:28px}.hero h1{margin:0 0 12px;font-size:32px}.hero p{margin:0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px}.card-title{font-weight:600;margin-bottom:8px}.video-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:14px;gap:14px}@media (min-width:640px){.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.video-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.video-card{display:grid;grid-gap:10px;gap:10px}.video-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#2a3348,#1a2030);border:1px solid var(--border);border-radius:12px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.video-thumb:after{content:""}.video-thumb-image{max-width:100%;max-height:100%;object-fit:contain;display:block}.video-meta{display:grid;grid-gap:6px;gap:6px}.video-title-row{display:flex;align-items:center;gap:10px;min-width:0}.video-title-row .video-title{flex:1 1;min-width:0}.video-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-meta-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--panel-soft);border:1px solid var(--border);color:var(--text);font-size:12px;font-weight:600}.video-meta-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.video-sub{color:var(--muted);font-size:12px}.video-meta-stats-line{line-height:1.4}.video-meta-stats-line,.video-stats{display:flex;gap:10px;color:var(--muted);font-size:11px}.visibility-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-top:8px}@media (max-width:420px){.visibility-options{grid-template-columns:1fr}}.visibility-option{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--panel-soft);border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.visibility-option:hover{background:rgba(31,36,48,.8);border-color:var(--muted)}.visibility-option.selected{border-color:var(--accent);background:rgba(106,166,255,.08);box-shadow:0 0 0 1px var(--accent)}.visibility-option-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--panel);border-radius:10px;font-size:20px}.visibility-option.selected .visibility-option-icon{background:rgba(106,166,255,.2)}.visibility-option-body{flex:1 1;min-width:0}.visibility-option-title{font-weight:600;font-size:15px;margin:0 0 4px;color:var(--text)}.visibility-option-desc{font-size:13px;color:var(--muted);margin:0;line-height:1.4}.chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#1c2233}.chip--muted{background:var(--panel-soft);color:var(--muted)}.my-item--deleted{opacity:.85;cursor:default}.my-item--deleted .my-title{color:var(--muted)}.profile-card{display:grid;grid-gap:16px;gap:16px;margin-top:16px}.profile-main{gap:12px}.profile-avatar,.profile-main{display:flex;align-items:center}.profile-avatar{width:44px;height:44px;border-radius:50%;background:var(--panel-soft);border:1px solid var(--border);justify-content:center;overflow:hidden}.profile-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar-initial{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:600;font-size:16px}.profile-avatar-placeholder{font-size:16px;color:var(--muted)}.profile-bio{margin-top:8px}.profile-actions{display:flex;flex-direction:column;gap:6px}.profile-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.profile-name{font-size:20px;font-weight:700}.profile-meta{color:var(--muted);font-size:12px;margin-top:4px}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.profile-stat{background:#121722;border:1px solid var(--border);border-radius:12px;padding:10px;text-align:center}.profile-stat-value{font-size:16px;font-weight:700}.profile-stat-label{color:var(--muted);font-size:11px;margin-top:4px}.my-list{grid-gap:12px}.my-item,.my-list{display:grid;gap:12px}.my-item{grid-template-columns:120px 1fr;grid-gap:12px;align-items:center;text-decoration:none;color:inherit}.my-item--with-actions{grid-template-columns:120px 1fr auto}.my-item__link{grid-column:1/3;display:grid;grid-template-columns:120px 1fr;grid-gap:12px;gap:12px;align-items:center;text-decoration:none;color:inherit;min-width:0}.my-item--with-actions .my-actions{display:flex;flex-direction:column;gap:6px;align-self:center}.my-thumb{width:100%;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#1a2030;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.my-info{display:grid;grid-gap:6px;gap:6px;min-width:0}.my-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-author-row{display:flex;align-items:center;gap:8px;min-width:0}.my-author-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--panel-soft);border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--text)}.my-author-icon img{width:100%;height:100%;border-radius:50%;object-fit:cover}.my-author-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-author-name,.my-meta{color:var(--muted);font-size:12px}.my-stats{display:flex;gap:8px;flex-wrap:wrap}.fab-button{position:fixed;right:16px;bottom:20px;padding:12px 16px;border-radius:999px;background:#22c55e;color:#0b0f1a;font-weight:700;box-shadow:0 12px 24px rgba(0,0,0,.35)}.tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px}.tabs::-webkit-scrollbar{height:0}.tab{flex:0 0 auto;padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:#121722;color:var(--muted);font-size:12px}.tab.active{color:var(--text);border-color:#4a78ff;background:#1a2340}.tabs--period{margin-top:4px;font-size:11px}.tab--period{padding:4px 10px}.toolbar{display:grid;grid-gap:10px;gap:10px;margin-bottom:16px}.toolbar.tight{gap:6px;margin-bottom:10px}.button{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#0b0f1a;padding:10px 16px;border-radius:10px;border:none;font-weight:600;cursor:pointer}.header-actions{display:flex;align-items:center;gap:10px}.create-button{background:#121722;border:1px solid var(--border);color:var(--text)}.header-actions .button{padding:8px 14px;font-size:13px;border-radius:9px;white-space:nowrap}.header-actions .button.secondary{background:#121722;border-color:#333b4f;color:var(--text)}.header-auth{position:relative}.header-auth-login{text-decoration:none}.header-auth-placeholder{display:inline-block;width:44px;height:44px;min-width:44px}.header-auth-trigger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--panel);color:var(--text);cursor:pointer;text-decoration:none}.header-auth-trigger:hover{border-color:#4a78ff;background:#1a2340}.header-auth-avatar{width:32px;height:32px;border-radius:50%;display:block;object-fit:cover}.header-auth-initial{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#0b0f1a;font-size:14px;font-weight:600}.header-auth-icon,.header-auth-initial{display:flex;align-items:center;justify-content:center}.header-auth-icon{color:var(--muted)}.header-auth-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:160px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:8px;z-index:20;box-shadow:0 8px 24px rgba(0,0,0,.35)}.header-auth-dropdown .menu-item{display:block;width:100%;text-align:left;background:none;border:none;font:inherit;cursor:pointer}.button.secondary{background:transparent;border:1px solid var(--border);color:var(--text)}.icon-button{width:40px;height:40px;border-radius:10px;border:1px solid #333b4f;background:#121722;color:var(--text);font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-button:hover{border-color:#4a78ff;color:#cbd7ff}.menu{position:relative}.menu-panel{position:absolute;right:0;top:calc(100% + 8px);min-width:180px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:8px;display:grid;grid-gap:4px;gap:4px;z-index:20;box-shadow:0 12px 30px rgba(0,0,0,.35)}.menu-item{padding:10px 12px;border-radius:10px;color:var(--text);font-size:13px}.menu-item:hover{background:#1a2340}.modal-overlay{position:fixed;inset:0;background:rgba(8,10,15,.72);display:flex;align-items:center;justify-content:center;z-index:50;overflow:hidden;touch-action:none}.modal{width:min(420px,92vw);background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.45)}.modal--intro{max-height:90dvh;display:flex;flex-direction:column}.modal--intro .modal-title{flex-shrink:0}.modal--intro .modal-body{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.modal--intro .actions{flex-shrink:0}.modal-title{font-size:18px;font-weight:600;margin-bottom:8px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-header .modal-title{margin-bottom:0}.link-button{background:transparent;border:none;color:var(--muted);font-size:12px;cursor:pointer;padding:0}.link-button.danger{color:#ff9a9a}.modal-body{color:var(--muted);font-size:14px;line-height:1.6}.play-info-modal{width:min(480px,92vw);max-height:85vh;display:flex;flex-direction:column}.play-info-body{overflow-y:auto;color:var(--muted);font-size:14px;line-height:1.6;flex:1 1;min-height:0}.play-info-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px 20px;gap:12px 20px;padding:14px 16px;background:var(--panel-soft);border:1px solid var(--border);border-radius:12px;margin-bottom:16px}.play-info-meta-item{display:flex;flex-direction:column;gap:2px}.play-info-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);opacity:.9}.play-info-value{font-size:14px;color:var(--text);font-weight:500}.play-info-section{margin-bottom:16px}.play-info-section:last-of-type{margin-bottom:0}.play-info-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 8px}.play-info-section-content{margin:0;white-space:pre-wrap;word-break:break-word;color:var(--text);line-height:1.55}.play-info-prompt .play-info-prompt-content{display:block;margin:0;padding:14px 16px;background:rgba(10,12,18,.6);border:1px solid var(--border);border-radius:10px;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:var(--muted);font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;max-height:200px;overflow-y:auto}.share-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-top:16px}.share-grid .button,.share-grid a.button{min-height:48px;padding:12px 16px;font-size:14px;justify-content:center;text-align:center}.share-grid .icon{flex-shrink:0}.share-grid .icon,.share-grid .icon svg{width:20px;height:20px}.icon{display:inline-flex;align-items:center;justify-content:center}.icon,.icon svg{width:18px;height:18px}.actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.play-header{display:grid;grid-gap:6px;gap:6px}.play-header-row{gap:10px}.play-header-row,.play-meta-row{display:flex;align-items:center;justify-content:space-between}.play-meta-row{gap:12px}.play-immersive{width:100%;min-width:0;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;grid-gap:10px;gap:10px;padding:12px;box-sizing:border-box}.playtest-immersive{padding:10px}.playtest-immersive .play-game-card{border-radius:16px}.playtest-title{text-align:right;font-size:12px;color:var(--muted);letter-spacing:.2px}.play-fullscreen-wrapper{min-height:0;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.play-fullscreen-wrapper .play-game-card{flex:1 1;min-height:0;width:100%;max-width:100%}.play-fullscreen-wrapper:-webkit-full-screen{display:flex;flex-direction:column;align-items:center;justify-content:center}.play-fullscreen-wrapper:fullscreen{display:flex;flex-direction:column;align-items:center;justify-content:center}.play-fullscreen-wrapper:-webkit-full-screen .play-game-card{width:100%;max-width:100%;height:100%;max-height:100%}.play-fullscreen-wrapper:fullscreen .play-game-card{width:100%;max-width:100%;height:100%;max-height:100%}.play-exit-fullscreen-btn{position:absolute;top:12px;right:12px;z-index:10;padding:8px 14px;font-size:13px;font-weight:500;color:var(--text);background:rgba(23,26,33,.85);border:1px solid var(--border);border-radius:10px;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.play-exit-fullscreen-btn:hover{background:rgba(35,40,52,.9)}body.play-pseudo-fullscreen{overflow:hidden;touch-action:none}.play-fullscreen-wrapper--pseudo{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#000}.play-fullscreen-wrapper--pseudo,.play-fullscreen-wrapper--pseudo .play-game-card{width:100%;height:100%;max-width:100%;max-height:100%}.play-fullscreen-wrapper--pseudo .play-iframe-full{width:100%;height:100%}.play-game-card{min-height:0;padding:0;overflow:hidden}.loading-panel{display:flex;align-items:center;justify-content:center;min-height:240px;text-align:center;color:var(--muted)}.loading-content{display:grid;grid-gap:12px;gap:12px;padding:16px}body.play-immersive .loading-panel{min-height:0;height:100%}.loading-spinner{width:36px;height:36px;border-radius:999px;border:3px solid #2b3344;border-top-color:#6aa6ff;animation:loading-spin .9s linear infinite}@keyframes loading-spin{to{transform:rotate(1turn)}}.play-iframe-full{width:100%;height:100%;border:none;border-radius:12px}.play-controls{display:grid;grid-gap:8px;gap:8px}.play-title-row{align-items:baseline;gap:10px}.play-action-row,.play-title-row{display:flex;justify-content:space-between}.play-action-row{align-items:center;gap:12px}.play-action-left{display:flex;gap:8px}.play-action-right{display:flex;align-items:center;gap:10px}.play-author{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--text)}.play-author-avatar{width:28px;height:28px;border-radius:50%;background:var(--panel-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.play-author-avatar img{width:100%;height:100%;object-fit:cover;display:block}.play-author-avatar-initial{font-size:13px;font-weight:600}.play-author-name{font-size:13px}.play-author-disabled{cursor:default;opacity:.7}.play-icon-button{width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:#121722;color:var(--text);font-size:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.play-icon-button:disabled{opacity:.5;cursor:not-allowed}.play-icon-button.active{border-color:#4a78ff;background:#1a2340;color:#cbd7ff}.play-count-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#1a2340;color:#cbd7ff;font-size:10px;font-weight:600;line-height:18px;border:1px solid #2b3344;display:inline-flex;align-items:center;justify-content:center}.play-title{margin:0;font-size:22px;font-weight:700;line-height:1.3;word-break:break-word}.play-meta{color:var(--muted);font-size:13px}.play-meta-inline{margin:0;white-space:nowrap}.play-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px;justify-content:flex-end}.react-button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:#121722;color:var(--text);font-size:13px}.react-button.active{border-color:#4a78ff;background:#1a2340;color:#cbd7ff}.toast{position:fixed;right:16px;bottom:16px;background:#1a2340;border:1px solid var(--border);color:var(--text);padding:10px 14px;border-radius:10px;font-size:13px;z-index:60}.section{margin-top:28px}.pill{display:inline-block;padding:4px 10px;border-radius:999px;background:#23304f;font-size:12px;color:var(--muted)}.field{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.field-label{font-size:13px;color:var(--muted)}.textarea{min-height:120px;padding:14px;font-size:13px;line-height:1.6;resize:vertical}.input,.textarea{width:100%;border-radius:12px;border:1px solid var(--border);background:#0f141f;color:var(--text);font-family:Segoe UI,sans-serif}.input,.select{padding:12px 14px;font-size:14px}.select{width:100%;border-radius:12px;border:1px solid var(--border);background:#0f141f;color:var(--text);font-family:Segoe UI,sans-serif}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:#4a78ff;box-shadow:0 0 0 2px rgba(74,120,255,.2)}.help-toc{margin-top:16px}.help-toc-title{font-size:14px;font-weight:600;color:var(--muted);margin:0 0 10px}.help-toc-list{margin:0;padding-left:20px;color:var(--accent)}.help-toc-list a:hover{text-decoration:underline}.help-section{margin-top:28px}.help-section h2{font-size:1.25rem;font-weight:600;margin:0 0 12px;scroll-margin-top:80px}.help-section h3{font-size:1rem;font-weight:600;margin:16px 0 8px}.help-section h3:first-child{margin-top:0}.help-section p{margin:0 0 8px;line-height:1.6}.help-section p:last-child{margin-bottom:0}.help-list{margin:8px 0;padding-left:20px;line-height:1.6}.help-list li{margin-bottom:6px}.help-section code{font-size:.9em;padding:2px 6px;background:var(--panel-soft);border-radius:4px}.editor-intro-section+.editor-intro-section{margin-top:16px}.editor-intro-steps{margin:8px 0 0;padding-left:0;list-style:none;display:grid;grid-gap:6px;gap:6px}.editor-intro-steps li{display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;align-items:flex-start}.editor-intro-steps .pill{margin-top:1px}.editor-intro-tips{margin:8px 0 0 16px;padding-left:0;line-height:1.6}.editor-intro-tips li{margin-bottom:4px}.editor-intro-note{margin-top:8px;font-size:13px;color:var(--muted)}.constraint-block{padding:16px}.constraint-steps{margin:0;line-height:1.65}.constraint-actions{display:flex;align-items:center;gap:12px;margin-top:12px;flex-wrap:wrap}.constraint-toggle{font-size:13px}.constraint-error-hint{font-size:14px;color:var(--muted)}.constraint-heading{margin:0 0 10px;font-size:15px;font-weight:600}.constraint-text{margin:0;padding:12px;font-size:13px;line-height:1.5;color:var(--muted);background:var(--panel-soft);border-radius:8px;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.constraint-text--modal{max-height:140px;overflow-y:auto}.editor-dropzone{margin-top:8px;padding:10px 12px;border-radius:10px;border:1px dashed var(--border);background:rgba(31,36,48,.7);transition:border-color .15s ease,background .15s ease}.editor-actions-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:12px;margin-top:12px}.editor-actions-row .editor-dropzone--sub{flex:1 1;min-width:0;margin-top:0;margin-bottom:0}.editor-actions-row>button{flex-shrink:0}.editor-dropzone--sub{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;padding:8px 12px;margin-top:4px;margin-bottom:12px;border-radius:8px;background:rgba(31,36,48,.4);border-color:var(--border)}.editor-dropzone--sub.editor-dropzone--active{border-color:var(--accent);background:rgba(31,36,48,.6)}.editor-import-sub-label{font-size:13px;color:var(--muted)}.editor-import-sub-button{font-size:13px;padding:4px 10px}.editor-import-sub-hint{font-size:12px;color:var(--muted);opacity:.9}.editor-dropzone--active{border-color:var(--accent);background:rgba(31,36,48,.95)}.editor-dropzone-text{font-size:13px;color:var(--muted)}.editor-dropzone-meta{margin:6px 0 0;font-size:12px;color:var(--muted)}.editor-dropzone--sub .editor-dropzone-error,.editor-dropzone--sub .editor-dropzone-meta{flex-basis:100%;width:100%}.editor-dropzone-error{margin:4px 0 0;font-size:12px;color:#ff9a9a}.legal-content a{color:var(--accent)}.legal-content a:hover{text-decoration:underline}