/* SkyMind Ultra 1.9 — App Builder + Frontier Studio */
.studio-backdrop{position:fixed;inset:0;z-index:120;background:rgba(7,8,14,.62);backdrop-filter:blur(14px);display:none;justify-content:flex-end}.studio-backdrop.open{display:flex}.studio-panel{width:min(1120px,100%);height:100%;display:flex;flex-direction:column;background:var(--bg);border-left:1px solid var(--line);box-shadow:-36px 0 100px rgba(0,0,0,.34);animation:studioIn .25s ease-out}@keyframes studioIn{from{opacity:.45;transform:translateX(28px)}to{opacity:1;transform:none}}.studio-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--panel) 84%,transparent);backdrop-filter:blur(18px)}.studio-title{display:flex;align-items:center;gap:12px}.studio-orb{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;color:#fff;font-size:20px;background:linear-gradient(145deg,var(--brand),#42c7a3);box-shadow:0 14px 34px color-mix(in srgb,var(--brand) 30%,transparent)}.studio-title strong{display:block;font-size:15px}.studio-title span:last-child{display:block;margin-top:3px;font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.studio-project-bar{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid var(--line);background:var(--panel)}.studio-project-select{min-width:0;max-width:340px;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:11px;padding:8px 12px;font-size:11px;font-weight:760;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.studio-ask{margin-left:auto;border:1px solid color-mix(in srgb,var(--brand) 32%,var(--line));background:var(--brandSoft);color:var(--brand);border-radius:11px;padding:8px 12px;font-size:10px;font-weight:800;cursor:pointer}.studio-tabs{display:flex;gap:5px;padding:9px 14px;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none}.studio-tabs::-webkit-scrollbar{display:none}.studio-tabs button{border:1px solid transparent;background:transparent;color:var(--muted);border-radius:999px;padding:8px 12px;white-space:nowrap;font-size:10px;font-weight:760;cursor:pointer}.studio-tabs button:hover{background:var(--panel2);color:var(--text)}.studio-tabs button.active{background:var(--brandSoft);border-color:color-mix(in srgb,var(--brand) 25%,var(--line));color:var(--brand)}.studio-body{flex:1;min-height:0;overflow:auto;padding:20px 22px 48px}.studio-loading{min-height:360px;display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted)}.studio-loading.small{min-height:180px}.studio-loading i{width:32px;height:32px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--brand);animation:studioSpin .85s linear infinite}@keyframes studioSpin{to{transform:rotate(360deg)}}.studio-loading strong{font-size:11px}.studio-empty{border:1px dashed var(--line);background:var(--panel);border-radius:18px;padding:24px;text-align:center;color:var(--muted)}.studio-empty.compact{padding:13px;font-size:9px}.studio-empty strong{display:block;color:var(--text);font-size:13px}.studio-empty p{font-size:10px;line-height:1.6;margin:7px 0 0}.studio-empty button{margin-top:12px;border:0;border-radius:10px;background:var(--brand);color:#fff;padding:8px 12px;font-size:9px;font-weight:800;cursor:pointer}.studio-intro>span,.studio-create>span,.studio-workspace-head>div>span,.studio-test-hero>span,.studio-release-form>span,.studio-section-head span,.studio-next>span{display:block;color:var(--brand);font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.studio-intro h2,.studio-workspace-head h2,.studio-test-hero h2,.studio-release-form h2{font-size:clamp(24px,3vw,34px);letter-spacing:-.04em;line-height:1.05;margin:6px 0 10px}.studio-intro p,.studio-workspace-head p,.studio-test-hero p,.studio-release-form p{max-width:720px;color:var(--muted);font-size:11px;line-height:1.65;margin:0}.studio-capabilities{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:18px 0}.studio-capabilities>div{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:var(--panel);border-radius:13px;padding:10px;font-size:9px;text-transform:capitalize}.studio-capabilities b{width:24px;height:24px;border-radius:8px;background:var(--panel2);display:grid;place-items:center;color:var(--green)}.studio-capabilities .future b{color:var(--muted)}.studio-project-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:18px;align-items:start}.studio-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.studio-section-head h3{font-size:14px;margin:4px 0 0}.studio-section-head>strong{font-family:var(--mono);font-size:13px;color:var(--brand)}.studio-project-list{display:grid;gap:8px}.studio-project-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid var(--line);background:var(--panel);border-radius:16px;padding:12px;text-align:left;color:var(--text);cursor:pointer}.studio-project-card:hover,.studio-project-card.active{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:color-mix(in srgb,var(--brandSoft) 45%,var(--panel))}.studio-project-card>i{width:42px;height:42px;border-radius:13px;background:var(--panel2);display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:900;color:var(--brand)}.studio-project-card strong{display:block;font-size:12px}.studio-project-card span{display:block;font-size:9px;color:var(--muted);line-height:1.45;margin-top:3px}.studio-project-card small{display:block;font-size:8px;color:var(--dim);margin-top:5px}.studio-project-card>b{font-size:20px;color:var(--brand)}.studio-create,.studio-release-form{border:1px solid var(--line);background:var(--panel);border-radius:20px;padding:18px;display:grid;gap:11px}.studio-create h3{font-size:17px;margin:4px 0}.studio-create label,.studio-release-form label{display:grid;gap:6px;font-size:9px;font-weight:800}.studio-create input,.studio-create textarea,.studio-create select,.studio-release-form input,.studio-release-form textarea,.studio-release-form select{width:100%;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:11px;padding:10px 11px;font:inherit;outline:none}.studio-create input:focus,.studio-create textarea:focus,.studio-create select:focus,.studio-release-form input:focus,.studio-release-form textarea:focus,.studio-release-form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.studio-form-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.studio-create>button,.studio-release-form>button,.studio-test-hero>button{border:0;border-radius:12px;background:var(--brand);color:#fff;padding:11px 14px;font-size:10px;font-weight:850;cursor:pointer}.studio-workspace-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.studio-workspace-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.studio-workspace-actions button,.studio-upload{border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:10px;padding:8px 11px;font-size:9px;font-weight:800;cursor:pointer}.studio-upload{position:relative}.studio-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.studio-upload.secondary{background:var(--panel2);color:var(--muted)}.studio-file-workspace{height:min(680px,calc(100vh - 250px));min-height:420px;display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--panel)}.studio-file-tree{min-width:0;border-right:1px solid var(--line);display:flex;flex-direction:column}.studio-file-search{display:flex;gap:6px;padding:9px;border-bottom:1px solid var(--line)}.studio-file-search input{min-width:0;flex:1;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:9px;padding:8px 9px;font-size:9px}.studio-file-search button{width:32px;border:1px solid var(--line);background:var(--panel);border-radius:9px;cursor:pointer}.studio-file-tree #studioFileList{overflow:auto;padding:7px}.studio-file-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;border:0;background:transparent;color:var(--text);border-radius:10px;padding:8px;text-align:left;cursor:pointer}.studio-file-row:hover,.studio-file-row.active{background:var(--panel2)}.studio-file-row>i{width:29px;height:29px;border-radius:9px;background:var(--panel);border:1px solid var(--line);display:grid;place-items:center;font-style:normal;font-size:7px;font-weight:900;color:var(--brand)}.studio-file-row strong{display:block;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-file-row span{display:block;font-size:7px;color:var(--muted);margin-top:2px}.studio-file-row>b{font-size:9px}.studio-editor{min-width:0;display:flex;flex-direction:column;background:#11131a;color:#e8eaf0}.studio-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-bottom:1px solid rgba(255,255,255,.09);background:#171a22}.studio-editor-head span{display:block;font-size:7px;color:#959bad;text-transform:uppercase;letter-spacing:.07em}.studio-editor-head strong{display:block;font-family:var(--mono);font-size:10px;margin-top:3px}.studio-editor-head small{display:block;font-size:7px;color:#777e91;margin-top:3px}.studio-editor-head>div:last-child{display:flex;gap:6px}.studio-editor-head button{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#d5d9e5;border-radius:8px;padding:6px 9px;font-size:8px;cursor:pointer}.studio-editor-head button:last-child{border:0;background:var(--brand);color:#fff}.studio-editor textarea{flex:1;min-height:0;width:100%;resize:none;border:0;outline:none;background:#11131a;color:#e8eaf0;padding:16px;font:12px/1.65 var(--mono);tab-size:2}.studio-secret-boundary{margin:auto;max-width:520px;border:1px solid rgba(240,184,75,.26);background:rgba(240,184,75,.07);border-radius:18px;padding:22px;color:#f7d58f}.studio-secret-boundary b{font-size:13px}.studio-secret-boundary p{color:#c7b994;font-size:10px;line-height:1.6}.studio-inspection{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px;background:#171a22;border-top:1px solid rgba(255,255,255,.08)}.studio-inspection>div{border:1px solid rgba(255,255,255,.08);border-radius:9px;padding:8px}.studio-inspection span{display:block;font-size:7px;color:#868da0;text-transform:capitalize}.studio-inspection strong{display:block;font-size:9px;margin-top:3px}.studio-device-bar{display:flex;justify-content:center;gap:6px;margin-bottom:10px}.studio-device-bar button{border:1px solid var(--line);background:var(--panel);color:var(--muted);border-radius:999px;padding:7px 11px;font-size:8px;font-weight:800;cursor:pointer}.studio-device-bar button.active{background:var(--brandSoft);color:var(--brand);border-color:color-mix(in srgb,var(--brand) 28%,var(--line))}.studio-preview-shell{height:min(720px,calc(100vh - 270px));min-height:450px;margin:auto;border:1px solid var(--line);border-radius:18px;background:#1a1c25;padding:10px;transition:.25s}.studio-preview-shell.desktop{width:100%}.studio-preview-shell.tablet{width:min(820px,100%)}.studio-preview-shell.mobile{width:min(430px,100%)}.studio-preview-shell iframe{width:100%;height:100%;border:0;border-radius:11px;background:#fff}.studio-change-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.studio-change-summary>div{border:1px solid var(--line);background:var(--panel);border-radius:14px;padding:12px}.studio-change-summary strong{font-family:var(--mono);font-size:21px}.studio-change-summary span{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.06em;margin-top:4px}.studio-change-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.studio-change-columns>section{border:1px solid var(--line);background:var(--panel);border-radius:16px;padding:12px}.studio-change-row{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);padding:8px 2px;font-family:var(--mono);font-size:8px}.studio-change-row i{width:20px;height:20px;border-radius:7px;display:grid;place-items:center;font-style:normal;font-weight:900}.studio-change-row.added i{background:color-mix(in srgb,var(--green) 14%,transparent);color:var(--green)}.studio-change-row.modified i{background:color-mix(in srgb,var(--amber) 14%,transparent);color:var(--amber)}.studio-change-row.deleted i{background:color-mix(in srgb,var(--red) 14%,transparent);color:var(--red)}.studio-test-hero{max-width:720px;margin:80px auto;border:1px solid var(--line);background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--brand) 18%,transparent),transparent 48%),var(--panel);border-radius:26px;padding:32px;text-align:center}.studio-test-hero p{margin:0 auto 18px}.studio-score-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;border:1px solid var(--line);background:var(--panel);border-radius:22px;padding:18px;margin-bottom:14px}.studio-score-card.status-failed{border-color:color-mix(in srgb,var(--red) 30%,var(--line))}.studio-score-card.status-warning{border-color:color-mix(in srgb,var(--amber) 35%,var(--line))}.studio-score-ring{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;align-content:center;background:conic-gradient(var(--brand) 0 82%,var(--panel2) 82%);box-shadow:inset 0 0 0 9px var(--panel)}.studio-score-ring strong{font:800 23px var(--mono)}.studio-score-ring span{font-size:7px;color:var(--muted)}.studio-score-card>div:nth-child(2)>span{font-size:8px;color:var(--brand);text-transform:uppercase;letter-spacing:.08em}.studio-score-card h2{font-size:21px;margin:4px 0}.studio-score-card p{font-size:9px;color:var(--muted)}.studio-score-card>button{border:0;background:var(--brand);color:#fff;border-radius:10px;padding:8px 11px;font-size:9px;font-weight:800;cursor:pointer}.studio-check-list{display:grid;gap:7px}.studio-check{border:1px solid var(--line);background:var(--panel);border-radius:14px;overflow:hidden}.studio-check summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;cursor:pointer;list-style:none}.studio-check summary::-webkit-details-marker{display:none}.studio-check summary>b{width:30px;height:30px;border-radius:9px;background:var(--panel2);display:grid;place-items:center;color:var(--green)}.studio-check.status-warning summary>b{color:var(--amber)}.studio-check.status-failed summary>b{color:var(--red)}.studio-check strong{display:block;font-size:10px}.studio-check span{display:block;font-size:8px;color:var(--muted);margin-top:2px}.studio-check small{font-size:7px;text-transform:uppercase;color:var(--dim)}.studio-check pre{margin:0;border-top:1px solid var(--line);background:var(--panel2);padding:11px;white-space:pre-wrap;font:8px/1.6 var(--mono);max-height:240px;overflow:auto}.studio-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.studio-role{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;align-items:start;border:1px solid var(--line);background:var(--panel);border-radius:17px;padding:13px}.studio-role>i{width:40px;height:40px;border-radius:13px;background:var(--panel2);display:grid;place-items:center;font-style:normal;color:var(--brand);font-size:17px}.studio-role span{font-size:7px;text-transform:uppercase;letter-spacing:.07em;color:var(--green)}.studio-role.status-attention span,.studio-role.status-waiting span{color:var(--amber)}.studio-role.status-blocked span{color:var(--red)}.studio-role h3{font-size:12px;margin:3px 0 5px}.studio-role p{font-size:9px;color:var(--muted);line-height:1.5;margin:0}.studio-role>b{color:var(--green)}.studio-next{margin-top:16px;border:1px solid var(--line);background:var(--panel);border-radius:18px;padding:15px}.studio-next h3{margin:4px 0 10px}.studio-next>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:start;border-top:1px solid var(--line);padding:9px 0}.studio-next>div>b{width:24px;height:24px;border-radius:8px;background:var(--brandSoft);color:var(--brand);display:grid;place-items:center;font:800 8px var(--mono)}.studio-next p{font-size:9px;color:var(--muted);line-height:1.5;margin:3px 0}.studio-release-layout{display:grid;grid-template-columns:minmax(300px,410px) minmax(0,1fr);gap:18px;align-items:start}.studio-release-list{display:grid;gap:8px}.studio-release-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);background:var(--panel);border-radius:15px;padding:12px}.studio-release-row span{font-size:7px;text-transform:uppercase;letter-spacing:.08em;color:var(--brand)}.studio-release-row strong{display:block;font-size:12px;margin-top:3px}.studio-release-row small{display:block;font-size:8px;color:var(--muted);margin-top:3px}.studio-release-row code{display:block;font-size:7px;color:var(--dim);margin-top:5px}.studio-release-row a{border:1px solid color-mix(in srgb,var(--brand) 30%,var(--line));background:var(--brandSoft);color:var(--brand);border-radius:10px;padding:8px 10px;font-size:8px;font-weight:850;white-space:nowrap}.studio-context-chip{display:flex;align-items:center;gap:6px;max-width:210px;border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));background:var(--brandSoft);color:var(--brand);border-radius:999px;padding:6px 10px;font-size:9px;cursor:pointer}.studio-context-chip b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-launch{position:relative}.studio-launch:after{content:"1.7";position:absolute;right:7px;top:5px;border-radius:999px;background:linear-gradient(135deg,var(--brand),#42c7a3);color:#fff;font-size:6px;font-weight:900;padding:2px 4px}.studio-open{overflow:hidden}
@media(max-width:900px){.studio-panel{width:100%}.studio-project-layout,.studio-release-layout{grid-template-columns:1fr}.studio-capabilities{grid-template-columns:repeat(2,1fr)}.studio-file-workspace{grid-template-columns:240px minmax(0,1fr)}.studio-change-columns{grid-template-columns:1fr}.studio-team-grid{grid-template-columns:1fr}}
@media(max-width:620px){.studio-body{padding:14px 12px 34px}.studio-project-bar{padding:8px 10px}.studio-ask{display:none}.studio-tabs{padding:8px}.studio-workspace-head{align-items:flex-start;flex-direction:column}.studio-workspace-actions{justify-content:flex-start}.studio-file-workspace{height:calc(100vh - 250px);grid-template-columns:1fr}.studio-file-tree{border-right:0}.studio-editor{position:absolute;inset:150px 0 0;z-index:2;display:none}.studio-file-row.active~.studio-editor{display:flex}.studio-form-row{grid-template-columns:1fr}.studio-change-summary{grid-template-columns:repeat(2,1fr)}.studio-score-card{grid-template-columns:auto minmax(0,1fr)}.studio-score-card>button{grid-column:1/-1}.studio-release-row{align-items:flex-start;flex-direction:column}.studio-context-chip{max-width:120px}.studio-capabilities{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.studio-panel,.studio-loading i{animation:none}}

/* Frontier Studio 1.7 finishing layer */
.studio-project-settings{width:34px;height:34px;flex:0 0 auto;border:1px solid var(--line);background:var(--panel2);color:var(--muted);border-radius:10px;cursor:pointer;font-size:13px}.studio-project-settings:hover{color:var(--text);border-color:color-mix(in srgb,var(--brand) 28%,var(--line))}.studio-settings-form{max-width:820px;margin:0 auto;border:1px solid var(--line);background:var(--panel);border-radius:22px;padding:20px}.studio-settings-form>label{display:block;margin-top:13px}.studio-settings-form input,.studio-settings-form textarea,.studio-settings-form select{width:100%;margin-top:6px;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:12px;padding:11px 12px;font:inherit;resize:vertical}.studio-editor-close{display:none}.studio-release-actions{display:flex;gap:7px;flex-wrap:wrap}.studio-release-actions a{border:1px solid color-mix(in srgb,var(--brand) 30%,var(--line));background:var(--brandSoft);color:var(--brand);border-radius:10px;padding:8px 10px;font-size:8px;font-weight:850;white-space:nowrap}
@media(max-width:620px){.studio-editor.open{display:flex}.studio-editor-close{display:inline-grid;place-items:center}.studio-project-settings{display:grid}.studio-release-actions{width:100%}}

/* SkyMind Ultra 1.9 — Easy App Builder */
.studio-easy-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px;padding:28px;border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));border-radius:26px;background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--brand) 22%,transparent),transparent 46%),linear-gradient(145deg,var(--panel),var(--panel2))}.studio-easy-hero span,.studio-easy-card>span,.studio-easy-active .studio-section-head span{font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--brand)}.studio-easy-hero h2{max-width:760px;margin:7px 0 9px;font-size:clamp(30px,4vw,54px);line-height:.98;letter-spacing:-.055em}.studio-easy-hero p{max-width:730px;margin:0;color:var(--muted);font-size:11px;line-height:1.65}.studio-easy-hero>button{flex:0 0 auto;border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:13px;padding:11px 14px;font-size:9px;font-weight:850;cursor:pointer}.studio-easy-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr);gap:16px}.studio-easy-card{border:1px solid var(--line);background:var(--panel);border-radius:23px;padding:22px;box-shadow:0 18px 55px color-mix(in srgb,#000 7%,transparent)}.studio-easy-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:14px;border-radius:16px;background:var(--brandSoft);color:var(--brand);font-size:21px;font-weight:900}.studio-easy-card h3{margin:5px 0 16px;font-size:22px;letter-spacing:-.035em}.studio-easy-card p{color:var(--muted);font-size:10px;line-height:1.65}.studio-easy-card label,.studio-easy-card fieldset{display:grid;gap:6px;margin-top:11px;border:0;padding:0;color:var(--muted);font-size:8px;font-weight:800}.studio-easy-card input,.studio-easy-card textarea,.studio-easy-card select{width:100%;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:11px;padding:10px 11px;font:10px/1.45 var(--sans);outline:none}.studio-easy-card input:focus,.studio-easy-card textarea:focus,.studio-easy-card select:focus{border-color:color-mix(in srgb,var(--brand) 60%,var(--line));box-shadow:0 0 0 3px var(--brandSoft)}.studio-easy-card legend{margin:12px 0 6px;color:var(--muted);font-size:8px;font-weight:800}.studio-easy-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.studio-easy-features label{display:flex;align-items:center;gap:6px;margin:0;padding:8px;border:1px solid var(--line);background:var(--panel2);border-radius:10px;cursor:pointer}.studio-easy-features input{width:auto;accent-color:var(--brand)}.studio-easy-features span{text-transform:capitalize;color:var(--text);font-size:8px}.studio-easy-create>button{width:100%;margin-top:16px;border:0;border-radius:13px;padding:12px;background:linear-gradient(135deg,var(--brand),#42c7a3);color:#fff;font-size:10px;font-weight:900;cursor:pointer}.studio-easy-create>button:disabled{opacity:.55;cursor:wait}.studio-easy-import{align-self:start}.studio-easy-drop{position:relative;display:flex!important;align-items:center;justify-content:center;min-height:76px!important;border:1px dashed color-mix(in srgb,var(--brand) 50%,var(--line))!important;background:var(--brandSoft)!important;color:var(--brand)!important;border-radius:14px!important;text-align:center;cursor:pointer}.studio-easy-drop.secondary{background:var(--panel2)!important;color:var(--text)!important;border-color:var(--line)!important}.studio-easy-drop.ghost{min-height:52px!important;background:transparent!important;color:var(--muted)!important}.studio-easy-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.studio-easy-import>small{display:block;margin-top:12px;color:var(--dim);font-size:8px;line-height:1.55}.studio-easy-active,.studio-easy-empty{margin-top:18px;border:1px solid var(--line);background:var(--panel);border-radius:23px;padding:19px}.studio-easy-active .studio-section-head{align-items:end}.studio-easy-active .studio-section-head h3{font-size:20px;margin:4px 0}.studio-easy-active .studio-section-head p{margin:0;color:var(--muted);font-size:9px}.studio-easy-active .studio-section-head>button{border:0;border-radius:11px;background:var(--brand);color:#fff;padding:9px 12px;font-size:9px;font-weight:850;cursor:pointer}.studio-easy-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:14px}.studio-easy-actions button{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 9px;text-align:left;border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:15px;padding:12px;cursor:pointer;transition:.18s}.studio-easy-actions button:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 35%,var(--line));box-shadow:0 12px 28px color-mix(in srgb,#000 8%,transparent)}.studio-easy-actions i{grid-row:1/3;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--brandSoft);color:var(--brand);font-style:normal;font-size:13px}.studio-easy-actions strong{font-size:9px}.studio-easy-actions span{color:var(--muted);font-size:7px;line-height:1.45}.studio-easy-empty{text-align:center;padding:28px}.studio-easy-empty strong{font-size:14px}.studio-easy-empty p{margin:7px auto 0;max-width:560px;color:var(--muted);font-size:9px;line-height:1.55}.studio-launch:after{content:"1.9"}
@media(max-width:900px){.studio-easy-grid{grid-template-columns:1fr}.studio-easy-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.studio-easy-hero{align-items:flex-start;flex-direction:column;padding:20px}.studio-easy-hero h2{font-size:34px}.studio-easy-grid{grid-template-columns:1fr}.studio-easy-card{padding:17px}.studio-easy-features{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-easy-actions{grid-template-columns:1fr}.studio-easy-active .studio-section-head{align-items:flex-start}}
