@font-face{font-family:Kalameh;src:local("Kalameh");font-display:swap}
:root{
  --bg:#0b0e14;--panel:#111620;--panel-2:#151b27;--panel-3:#1b2230;--line:#252e3e;--line-2:#303a4e;
  --text:#eef2f9;--muted:#8692a8;--muted-2:#5f6a7e;--brand:#7b61ff;--brand-2:#33d5c8;--brand-3:#ff6e9f;
  --danger:#ff5c72;--success:#4de2a8;--warning:#ffc857;--radius:16px;--top:58px;--left:330px;--right:320px;
  color-scheme:dark;font-family:Kalameh,Tahoma,Arial,sans-serif
}
*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;height:100%;background:var(--bg);color:var(--text)}body{overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}.hidden{display:none!important}
::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2b3445;border-radius:99px;border:2px solid transparent;background-clip:padding-box}

/* common */
.brand-lockup{display:flex;align-items:center;gap:12px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,var(--brand),#5b3cdd 45%,var(--brand-2));font-weight:900;box-shadow:0 8px 24px rgba(123,97,255,.28)}.brand-lockup>div:last-child{display:flex;flex-direction:column}.brand-lockup b{font-size:14px}.brand-lockup span{font-size:10px;color:var(--muted);direction:ltr;text-align:right;letter-spacing:.4px}
.primary-btn,.secondary-btn,.ghost-btn,.text-btn{border:0;border-radius:12px;padding:11px 18px;transition:.18s}.primary-btn{background:linear-gradient(135deg,var(--brand),#6846e7);color:#fff;font-weight:700;box-shadow:0 10px 26px rgba(123,97,255,.22)}.primary-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.secondary-btn{background:#1b2230;border:1px solid var(--line-2);color:var(--text)}.secondary-btn:hover{border-color:#4b5872;background:#212a3a}.ghost-btn{background:transparent;border:1px solid var(--line);color:var(--muted)}.text-btn{background:transparent;color:#a99aff;padding:5px 0}.compact{padding:8px 12px;font-size:12px}.full{width:100%}.icon-btn{width:36px;height:36px;border:1px solid var(--line);background:#151b26;color:#c7d0df;border-radius:10px;display:grid;place-items:center;padding:0}.icon-btn:hover,.icon-btn.active{background:#252d3d;border-color:#4a5875;color:#fff}.icon-btn.danger{color:var(--danger)}.eyebrow{font-size:10px;color:#9283ff;letter-spacing:1.8px;font-weight:800;direction:ltr;text-align:right}.hint{font-size:11px;color:var(--muted);line-height:1.7;margin:6px 0}
.toast{position:fixed;z-index:9999;bottom:28px;left:50%;transform:translate(-50%,18px);padding:12px 18px;border-radius:12px;background:#182131;border:1px solid #32405a;color:#fff;opacity:0;pointer-events:none;transition:.22s;box-shadow:0 18px 48px rgba(0,0,0,.35);font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.error{border-color:#733447;background:#29151d}

/* login */
.auth-screen{height:100vh;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 30% 20%,#14152d 0,transparent 30%),radial-gradient(circle at 74% 70%,#10232b 0,transparent 28%),#090c12}.auth-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.24}.auth-glow.g1{width:420px;height:420px;background:#7b61ff;right:8%;top:-12%}.auth-glow.g2{width:380px;height:380px;background:#18cfc0;left:8%;bottom:-12%}.auth-card{position:relative;width:min(430px,calc(100vw - 40px));padding:34px;border:1px solid #283044;border-radius:26px;background:rgba(17,22,32,.88);backdrop-filter:blur(22px);box-shadow:0 40px 100px rgba(0,0,0,.42)}.auth-card h1{font-size:34px;margin:34px 0 8px}.auth-card>p{margin:0 0 28px;color:var(--muted);font-size:13px;line-height:1.9}.auth-card label{display:block;font-size:12px;color:#b9c2d1;margin:14px 0}.auth-card input{display:block;width:100%;margin-top:8px;background:#0d121b;border:1px solid var(--line);border-radius:12px;padding:13px 14px;color:#fff;outline:none}.auth-card input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(123,97,255,.12)}.auth-card .primary-btn{width:100%;margin-top:12px}.form-error{font-size:12px;color:#ff8294;margin-top:12px;min-height:18px}

/* dashboard */
.dashboard-shell{height:100vh;overflow:auto;background:radial-gradient(circle at 18% -8%,rgba(123,97,255,.16),transparent 28%),#0a0e15}.dash-top{height:70px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(10,14,21,.82);backdrop-filter:blur(18px)}.dash-user{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px}.dash-main{width:min(1380px,90vw);margin:0 auto;padding:42px 0 100px}.dash-hero{min-height:470px;border:1px solid #222b3c;border-radius:34px;padding:56px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;background:linear-gradient(135deg,rgba(123,97,255,.1),rgba(20,28,42,.55) 48%,rgba(51,213,200,.07)),#0f141e;overflow:hidden;position:relative}.dash-hero h1{font-size:70px;line-height:1.08;margin:12px 0 20px;letter-spacing:-2px}.dash-hero h1 em{font-style:normal;color:#8d7cff}.dash-hero p{max-width:660px;color:#94a1b6;line-height:2;font-size:15px}.hero-actions{display:flex;gap:12px;margin-top:26px}.dash-orbit{position:relative;width:390px;height:390px;justify-self:center}.orbit-ring{position:absolute;border-radius:50%;border:1px dashed rgba(155,142,255,.3);inset:20px}.orbit-ring.r2{inset:78px;border-style:solid;border-color:rgba(51,213,200,.16)}.orbit-core{position:absolute;width:160px;height:160px;top:115px;left:115px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,#927fff,#5c3fd6 60%,#1c1738);font-size:54px;font-weight:900;box-shadow:0 0 60px rgba(123,97,255,.3)}.orbit-core span{font-size:11px;position:absolute;bottom:34px;letter-spacing:2px}.orbit-chip{position:absolute;padding:10px 15px;border-radius:999px;background:#151e2a;border:1px solid #334158;font-size:11px;box-shadow:0 12px 24px rgba(0,0,0,.25)}.orbit-chip.c1{right:8px;top:72px}.orbit-chip.c2{left:0;top:170px}.orbit-chip.c3{right:50px;bottom:32px}.dash-section{margin-top:56px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head h2{font-size:32px;margin:4px 0 0}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.project-card{min-height:285px;border:1px solid #222b3b;background:#10151f;border-radius:22px;overflow:hidden;transition:.2s}.project-card:hover{transform:translateY(-3px);border-color:#39455d}.project-thumb{height:140px;padding:18px;position:relative;overflow:hidden;background:linear-gradient(135deg,#171c37,#0c2630)}.project-thumb span{font-size:42px;font-weight:900;color:rgba(255,255,255,.12)}.project-thumb i{position:absolute;border-radius:12px;background:rgba(255,255,255,.08)}.project-thumb i:nth-child(2){width:46%;height:56%;left:18px;bottom:14px}.project-thumb i:nth-child(3){width:31%;height:30%;right:18px;bottom:14px}.project-thumb i:nth-child(4){width:31%;height:18%;right:18px;bottom:62px}.project-info{padding:16px}.project-info small{color:var(--muted);font-size:10px}.project-info h3{margin:6px 0 3px;font-size:19px}.project-info p{font-size:11px;color:var(--muted);margin:0 0 16px}.project-info>div{display:flex;gap:8px}.empty-card{border:1px dashed #344057;border-radius:22px;min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--muted);gap:8px}.filter-pills{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.filter-pills button{border:1px solid #283247;background:#111722;color:#8996aa;border-radius:999px;padding:7px 11px;font-size:10px}.filter-pills button.active{border-color:#6857d9;background:#221b47;color:#c5bbff}.template-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.template-card{background:#10151f;border:1px solid #222b3b;border-radius:20px;overflow:hidden}.template-visual{height:180px;padding:18px;position:relative;overflow:hidden}.template-visual.v0{background:linear-gradient(135deg,#16152d,#142b35)}.template-visual.v1{background:linear-gradient(135deg,#2c1423,#12182f)}.template-visual.v2{background:linear-gradient(135deg,#18271c,#0f1724)}.template-visual.v3{background:linear-gradient(135deg,#2b2315,#19182a)}.template-visual.v4{background:linear-gradient(135deg,#151f31,#271a31)}.template-visual.v5{background:linear-gradient(135deg,#142629,#26261a)}.template-visual>b{font-size:62px;color:rgba(255,255,255,.14);line-height:1}.template-visual>span{position:absolute;top:18px;left:18px;font-size:9px;color:#c0c8d7}.mini-layout{position:absolute;right:18px;left:18px;bottom:18px;height:80px;display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:1fr 1fr;gap:7px}.mini-layout i{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.07);border-radius:8px}.mini-layout i:first-child{grid-row:span 2}.template-info{padding:14px}.template-info small{font-size:9px;color:#6f7c91}.template-info h3{font-size:15px;margin:5px 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-info .text-btn{font-size:11px}.modal-backdrop{position:fixed;z-index:9000;inset:0;background:rgba(3,6,10,.76);backdrop-filter:blur(10px);display:grid;place-items:center;padding:30px}.modal-card{width:min(560px,95vw);max-height:88vh;overflow:auto;background:#111722;border:1px solid #2d374c;border-radius:24px;padding:26px;box-shadow:0 34px 100px rgba(0,0,0,.5)}.modal-card.wide{width:min(780px,95vw)}.modal-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px}.modal-head h2{margin:4px 0 0;font-size:28px}.modal-card>label{display:block;font-size:11px;color:#aeb9cb}.modal-card>label input{display:block;width:100%;margin-top:7px;background:#0c111a;border:1px solid #283247;border-radius:11px;padding:12px;color:#fff}.preset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0 22px}.preset-option input{display:none}.preset-option span{display:flex;flex-direction:column;gap:4px;border:1px solid #273146;border-radius:15px;padding:14px;background:#0e141e}.preset-option input:checked+span{border-color:#7562f8;background:#1b1740}.preset-option b{font-size:13px}.preset-option small{color:var(--muted);font-size:10px}

/* editor shell */
.builder-shell{height:100vh;display:grid;grid-template-columns:var(--left) 1fr var(--right);grid-template-rows:var(--top) 1fr;background:#080b10;direction:ltr}.builder-topbar{grid-column:1/-1;grid-row:1;height:var(--top);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 10px;border-bottom:1px solid #222a38;background:#0e131c;z-index:100;direction:ltr}.toolbar-zone{display:flex;align-items:center;gap:7px}.toolbar-zone.start{justify-content:flex-start}.toolbar-zone.end{justify-content:flex-end}.toolbar-zone.center{justify-content:center}.project-title-wrap{display:flex;flex-direction:column;margin-left:6px}.project-title-wrap input{width:210px;background:transparent;border:0;color:#e7edf8;font-size:12px;font-weight:700;outline:none;padding:1px 4px}.project-title-wrap span{font-size:9px;color:#657187;padding-left:4px}.tool-sep{width:1px;height:24px;background:#283142;margin:0 4px}.toolbar-select{height:34px;border-radius:9px;background:#151b26;color:#c7d0df;border:1px solid var(--line);padding:0 8px;font-size:10px}.canvas-badge{font-size:9px;color:#69768b;border:1px solid #273044;border-radius:999px;padding:6px 9px;letter-spacing:.4px}.left-sidebar{grid-column:1;grid-row:2;display:grid;grid-template-columns:66px 1fr;border-right:1px solid #222a38;background:#0d121a;min-height:0;direction:ltr;z-index:50}.left-tabs{display:flex;flex-direction:column;align-items:center;padding:8px 5px;gap:4px;border-right:1px solid #1e2634;background:#0a0f16}.left-tabs button{width:56px;min-height:52px;border:0;background:transparent;color:#657187;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.left-tabs button span{font-size:17px}.left-tabs button small{font-size:8px}.left-tabs button.active{background:#1b2032;color:#b9afff}.left-panel{min-width:0;display:flex;flex-direction:column;direction:rtl}.panel-search{height:52px;border-bottom:1px solid #202837;display:flex;align-items:center;padding:8px 10px;gap:6px;direction:ltr}.panel-search input{min-width:0;flex:1;background:#090e15;border:1px solid #222c3c;border-radius:9px;padding:9px 10px;color:#dbe3ef;outline:none;font-size:11px}.panel-search kbd{font-size:9px;color:#586579;border:1px solid #273246;border-radius:5px;padding:3px 5px}.left-panel>#left-content{overflow:auto;min-height:0;padding:12px}.library-title{display:flex;justify-content:space-between;align-items:center;margin:2px 2px 12px}.library-title b{font-size:12px}.library-title span{font-size:9px;color:#657187}.element-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.element-item{min-height:76px;border:1px solid #232d3e;background:#121823;color:#aeb9c9;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.element-item:hover{border-color:#514793;background:#191c2d;color:#dcd6ff}.element-item i{font-size:21px;font-style:normal}.element-item span{font-size:10px}.component-list{display:flex;flex-direction:column;gap:7px}.component-card{width:100%;display:grid;grid-template-columns:36px 1fr 20px;gap:9px;align-items:center;text-align:right;border:1px solid #222c3c;border-radius:12px;background:#111722;color:#d9e0ea;padding:10px}.component-card:hover{border-color:#4d438d;background:#181b2c}.component-card.custom{border-color:#33464d}.component-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#1f2534;color:#9687ff}.component-card>div{display:flex;flex-direction:column;gap:2px}.component-card b{font-size:11px}.component-card small{font-size:8px;color:#667389}.component-card em{font-style:normal;color:#7563ef}.sidebar-template-list{display:flex;flex-direction:column;gap:8px}.sidebar-template-list article{display:grid;grid-template-columns:58px 1fr;gap:9px;border:1px solid #222b3c;border-radius:11px;padding:7px;background:#111722}.side-template-thumb{height:58px;border-radius:8px;display:grid;place-items:center;font-weight:900;color:rgba(255,255,255,.5);background:linear-gradient(135deg,#302660,#14232d)}.sidebar-template-list b{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-template-list small{font-size:8px;color:#68758a}.sidebar-template-list article>div:last-child>div{display:flex;gap:4px;margin-top:5px}.sidebar-template-list button{border:0;background:#20283a;color:#9facbf;font-size:8px;border-radius:6px;padding:4px 6px}.layers-tree{margin:0 -4px}.layer-row{height:30px;display:grid;grid-template-columns:14px 24px 1fr 24px 24px;align-items:center;padding-left:5px;padding-right:calc(4px + var(--depth)*11px);border-radius:7px;color:#8e9bae;font-size:9px;direction:rtl}.layer-row:hover{background:#151c28}.layer-row.selected{background:#272040;color:#d8d1ff}.layer-row b{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-row button{border:0;background:transparent;color:#5d697c;font-size:9px;padding:0}.layer-row.selected button{color:#9d91d8}.layer-type{font-size:9px;color:#77869d}.asset-upload{padding:12px;border:1px dashed #32405a;border-radius:13px;text-align:center;margin-bottom:12px}.asset-upload span{display:block;font-size:8px;color:#657187;margin-top:7px}.asset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.asset-card{border:1px solid #222c3e;border-radius:10px;background:#111722;padding:5px;color:#b9c3d2;overflow:hidden;text-align:right}.asset-card img{width:100%;height:82px;object-fit:cover;border-radius:7px;background:#0b0f16}.asset-card span{display:block;font-size:9px;margin:5px 2px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-card small{display:block;color:#5d6a80;font-size:7px;margin:1px 2px}.control-section{padding:13px 2px;border-bottom:1px solid #202838}.control-section h4{font-size:10px;text-transform:uppercase;color:#8b97aa;margin:0 0 10px;letter-spacing:.5px}.field-row,.field-block{font-size:9px;color:#8d9aaf}.field-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0}.field-block{display:block;margin:8px 0}.field-block>span{display:block;margin-bottom:5px}.field-row input,.field-row select,.field-block input,.field-block textarea,.control-section>textarea{background:#0a0f17;border:1px solid #263044;border-radius:8px;color:#dce4ef;padding:8px;outline:none;max-width:160px}.field-block input,.field-block textarea,.control-section>textarea{width:100%;max-width:none}.field-row input[type=color]{width:34px;height:27px;padding:2px}.template-color-list{display:grid;grid-template-columns:1fr 1fr;gap:5px}.template-color-list label{display:grid;grid-template-columns:18px 1fr 24px;align-items:center;gap:4px;padding:5px;border:1px solid #222b3b;border-radius:7px}.template-color-list i{width:16px;height:16px;border-radius:4px}.template-color-list code{font-size:7px;color:#8290a5}.template-color-list input{width:20px;height:20px;border:0;background:none;padding:0}

.workspace{grid-column:2;grid-row:2;position:relative;min-width:0;min-height:0;background:#090c11;direction:ltr}.canvas-scroll{position:absolute;inset:0 0 34px 0;overflow:auto;padding:80px 90px 160px;background-color:#0a0d12;background-image:radial-gradient(#202835 1px,transparent 1px);background-size:20px 20px}.canvas-stage{width:960px;margin:0 auto;position:relative}.design-canvas{min-height:900px;box-shadow:0 24px 70px rgba(0,0,0,.5);position:relative;transform-origin:top center;background:#fff;color:#111}.design-canvas.show-grid::before{content:"";position:absolute;z-index:999999;inset:0;pointer-events:none;background-image:linear-gradient(rgba(123,97,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(123,97,255,.08) 1px,transparent 1px);background-size:20px 20px}.design-canvas.preview-mode [data-node-id]{outline:none!important}.native-canvas [data-node-id]:hover{outline:2px solid rgba(123,97,255,.6);outline-offset:2px}.native-canvas .ib-editor-selected{outline:3px solid #745cff!important;outline-offset:2px!important}.native-canvas .ib-editor-multi{outline:2px dashed #22b8cf!important;outline-offset:2px!important}.drop-target{outline:3px solid #38d9c5!important;outline-offset:4px!important}.template-shadow-host{display:block;width:960px}.canvas-ruler{position:absolute;z-index:10;background:#0c1119}.top-ruler{height:24px;left:0;right:0;top:0;border-bottom:1px solid #1d2532;background-image:repeating-linear-gradient(90deg,transparent 0 49px,#2c3546 49px 50px)}.side-ruler{width:24px;top:24px;bottom:34px;left:0;border-right:1px solid #1d2532;background-image:repeating-linear-gradient(0deg,transparent 0 49px,#2c3546 49px 50px)}.workspace-footer{position:absolute;bottom:0;left:0;right:0;height:34px;border-top:1px solid #202838;background:#0d121a;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#69758a;font-size:9px;direction:ltr}.workspace-footer>div{display:flex;gap:8px;align-items:center}.status-dot{width:6px;height:6px;border-radius:50%;background:#42d9a6}.workspace-footer button{border:0;background:#171e2b;color:#8391a7;border-radius:6px;padding:4px 7px;font-size:8px}.is-preview .left-sidebar,.is-preview .right-sidebar{opacity:.18;pointer-events:none}.is-preview .canvas-ruler{display:none}.is-preview .canvas-scroll{padding-top:44px}

.right-sidebar{grid-column:3;grid-row:2;border-left:1px solid #222a38;background:#0d121a;display:flex;flex-direction:column;min-height:0;direction:rtl;z-index:50}.inspector-head{height:56px;border-bottom:1px solid #202838;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.inspector-head>div{display:flex;flex-direction:column}.inspector-head small{font-size:7px;letter-spacing:1.6px;color:#596579}.inspector-head b{font-size:12px;margin-top:2px}.inspector-tabs{display:grid;grid-template-columns:repeat(4,1fr);height:40px;border-bottom:1px solid #202838}.inspector-tabs button{border:0;background:transparent;color:#6e7a8f;font-size:9px;position:relative}.inspector-tabs button.active{color:#c8c0ff}.inspector-tabs button.active::after{content:"";position:absolute;bottom:0;left:12px;right:12px;height:2px;background:#7967f4;border-radius:99px}.inspector-body{overflow:auto;min-height:0;padding:10px 12px}.empty-inspector{padding:70px 15px;text-align:center;color:#718097}.empty-inspector-icon{font-size:36px;color:#7565ec}.empty-inspector h3{color:#b9c4d5;font-size:14px}.empty-inspector p{font-size:10px;line-height:1.8}.node-chip{display:grid;grid-template-columns:38px 1fr;gap:9px;align-items:center}.node-chip>span{width:36px;height:36px;border-radius:10px;background:#1f2034;display:grid;place-items:center;color:#9687ff;font-size:12px}.node-chip>div{display:flex;flex-direction:column}.node-chip b{font-size:11px}.node-chip small{font-size:8px;color:#657187}.dimension-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.dimension-grid label{display:flex;flex-direction:column;gap:4px;font-size:8px;color:#6e7a8f}.dimension-grid input{width:100%;background:#0a0f17;border:1px solid #263044;border-radius:8px;color:#dce4ef;padding:7px;outline:none}.segmented{display:grid;grid-template-columns:1fr 1fr;background:#090e15;border-radius:9px;padding:3px;border:1px solid #222b3c}.segmented button{border:0;background:transparent;color:#69758a;border-radius:6px;padding:7px;font-size:9px}.segmented button.active{background:#292047;color:#c9c1ff}.color-control>div{display:flex;align-items:center;gap:6px}.color-control code{font-size:7px;color:#657187}.range-row{display:grid;grid-template-columns:64px 1fr 36px;gap:7px;align-items:center;margin:10px 0;font-size:8px;color:#7a879c}.range-row input{width:100%;accent-color:#7b61ff}.range-row b{font-size:8px;color:#9ea9ba;text-align:left}.image-source-preview{height:120px;border:1px solid #283247;background:#090e15;border-radius:10px;display:grid;place-items:center;margin-bottom:8px;overflow:hidden}.image-source-preview img{width:100%;height:100%;object-fit:contain}.image-source-preview span{font-size:9px;color:#657187}.switch-row{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#8a97aa;margin:10px 0}.switch{width:34px;height:19px;border:0;border-radius:99px;background:#263044;padding:2px}.switch i{display:block;width:15px;height:15px;border-radius:50%;background:#8b96a8;transition:.2s}.switch.on{background:#5443bd}.switch.on i{transform:translateX(-15px);background:#fff}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.action-grid button{border:1px solid #263044;background:#131a25;color:#94a1b5;border-radius:8px;padding:8px;font-size:8px}.action-grid button.danger{color:#ff7b8d;border-color:#4b2730}.version-list{display:flex;flex-direction:column;gap:8px}.version-list article{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #253047;border-radius:12px}.version-list article>div{display:flex;flex-direction:column}.version-list b{font-size:11px}.version-list small{font-size:8px;color:#657187}

/* context / command */
.context-menu{position:fixed;z-index:9500;width:200px;padding:6px;border:1px solid #2a354a;border-radius:12px;background:#111722;box-shadow:0 22px 50px rgba(0,0,0,.45)}.context-menu button{width:100%;text-align:left;border:0;background:transparent;color:#aeb9ca;padding:8px 10px;border-radius:7px;font-size:10px}.context-menu button:hover{background:#20283a;color:#fff}.context-menu button.danger{color:#ff7489}.context-menu hr{border:0;border-top:1px solid #252e3f;margin:4px}.command-palette{position:fixed;z-index:9600;inset:0;background:rgba(3,5,9,.58);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:flex-start;padding-top:14vh}.command-box{width:min(600px,90vw);background:#111722;border:1px solid #303a50;border-radius:18px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.5)}.command-search{height:60px;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid #252e3f}.command-search span{color:#8978ff}.command-search input{flex:1;background:transparent;border:0;outline:none;color:#fff;font-size:14px}.command-box #command-results{max-height:420px;overflow:auto;padding:7px}.command-box #command-results button{width:100%;display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:center;text-align:left;border:0;background:transparent;color:#b7c0cf;border-radius:10px;padding:9px 10px}.command-box #command-results button:hover,.command-box #command-results button.active{background:#1f2635}.command-box #command-results button>span{width:28px;height:28px;border-radius:8px;background:#29233f;display:grid;place-items:center;color:#a697ff}.command-box #command-results button>div{display:flex;flex-direction:column}.command-box #command-results b{font-size:11px}.command-box #command-results small{font-size:8px;color:#647086}.command-box kbd{font-size:8px;color:#5d697d;border:1px solid #2b3547;border-radius:5px;padding:3px 5px}.loading-screen{height:100vh;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;background:#090d13;color:#77859b;font-size:12px}.loader{width:34px;height:34px;border:3px solid #252e41;border-top-color:#826fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}

@media(max-width:1150px){:root{--left:290px;--right:290px}.template-grid{grid-template-columns:repeat(4,1fr)}.dash-hero{padding:42px}.dash-hero h1{font-size:58px}}

/* Photoshop-first v2 */
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-thin.ttf') format('truetype');font-weight:100;font-display:swap}
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-extralight.ttf') format('truetype');font-weight:200;font-display:swap}
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-light.ttf') format('truetype');font-weight:300;font-display:swap}
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-medium.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-semibold.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-bold.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-extrabold.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:Kalameh;src:url('/system-fonts/kalameh-black.ttf') format('truetype');font-weight:900;font-display:swap}

.left-panel{min-height:0;height:100%;overflow:hidden}.left-panel>#left-content{flex:1 1 auto;height:0;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:36px}.element-grid,.component-list,.asset-grid,.sidebar-template-list{min-height:min-content}.sticky-library-title{position:sticky;top:-12px;z-index:8;background:linear-gradient(#0d121a 78%,rgba(13,18,26,.94));padding:12px 2px 9px;margin-top:-12px}.library-title small{display:block;font-size:8px;color:#5f6b80;margin-top:2px}

.template-card{position:relative;transition:.18s}.template-card:hover{border-color:#4a5570;transform:translateY(-3px);box-shadow:0 20px 45px rgba(0,0,0,.22)}.template-live-preview{position:relative;overflow:hidden;background:#fff;direction:ltr}.template-live-preview.dashboard{height:205px}.template-live-preview.sidebar{width:74px;height:74px;border-radius:8px;border:1px solid #2c3445;flex:none}.template-live-preview iframe{position:absolute;top:0;left:0;width:960px;height:1400px;border:0;background:#fff;pointer-events:none;transform-origin:top left}.template-live-preview.dashboard iframe{transform:scale(.225)}.template-live-preview.sidebar iframe{transform:scale(.078)}.template-preview-shade{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:space-between;padding:10px;background:linear-gradient(180deg,rgba(4,8,14,.05),transparent 55%,rgba(4,8,14,.22));pointer-events:none}.template-preview-shade b{display:grid;place-items:center;min-width:32px;height:24px;padding:0 8px;border-radius:8px;background:rgba(8,12,18,.72);backdrop-filter:blur(8px);font-size:11px;color:#fff}.template-preview-shade span{padding:5px 8px;border-radius:999px;background:rgba(8,12,18,.68);font-size:8px;color:#dfe6f2}.template-live-preview.sidebar .template-preview-shade{padding:4px}.template-live-preview.sidebar .template-preview-shade span{display:none}.template-live-preview.sidebar .template-preview-shade b{min-width:24px;height:18px;padding:0 5px;font-size:8px}.sidebar-template-list article{grid-template-columns:74px 1fr;align-items:center;min-height:90px}.side-template-thumb{display:none}

.layer-panel-head{align-items:flex-end}.layer-panel-head>div{display:flex;flex-direction:column;gap:2px}.photoshop-layers{margin:0 -12px;padding-bottom:24px;direction:ltr}.photoshop-layer{--indent:calc(var(--depth)*14px);height:36px;display:grid;grid-template-columns:28px 30px minmax(0,1fr) 28px 24px;gap:2px;align-items:center;padding:0 8px 0 calc(6px + var(--indent));border-radius:0;border-bottom:1px solid rgba(255,255,255,.025);color:#a7b1c1;font-size:9px;direction:ltr;position:relative}.photoshop-layer:hover{background:#161d29}.photoshop-layer.selected{background:linear-gradient(90deg,#2d2553,#211d3b);color:#fff;box-shadow:inset 3px 0 #8d7cff}.photoshop-layer.is-hidden{opacity:.5}.photoshop-layer.is-locked .layer-name{color:#707b8d}.photoshop-layer .layer-eye,.photoshop-layer .layer-lock,.photoshop-layer .layer-caret{border:0;background:transparent;color:#5f6b80;width:24px;height:28px;padding:0;display:grid;place-items:center;border-radius:5px}.photoshop-layer .layer-eye:hover,.photoshop-layer .layer-lock:hover,.photoshop-layer .layer-caret:hover{background:#252d3b;color:#d5dce7}.photoshop-layer .layer-caret:disabled{opacity:.25;cursor:default}.layer-thumb{width:26px;height:26px;border-radius:6px;border:1px solid #343d4e;background:linear-gradient(135deg,#1b2230,#10151f);display:grid;place-items:center;color:#9c8eff;font-size:8px;overflow:hidden}.layer-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px;font-weight:600;direction:rtl;text-align:left}.photoshop-layer.dragging{opacity:.35}.photoshop-layer.drop-front::before,.photoshop-layer.drop-back::after{content:"";position:absolute;left:6px;right:6px;height:2px;background:#63b3ff;box-shadow:0 0 8px rgba(99,179,255,.7)}.photoshop-layer.drop-front::before{top:-1px}.photoshop-layer.drop-back::after{bottom:-1px}

.context-menu{width:224px}.context-menu button{display:flex;align-items:center;justify-content:space-between;gap:10px;direction:ltr}.context-menu kbd{font-size:8px;color:#66758a;border:1px solid #303b50;border-radius:5px;padding:2px 5px;background:#0c1119}

.canvas-scroll{overscroll-behavior:contain;scrollbar-gutter:stable both-edges}.canvas-stage{transform-origin:top left}.design-canvas{transform-origin:top left}.workspace{isolation:isolate}.workspace::after{content:"Ctrl / Cmd + Wheel = Zoom  ·  Arrow = 1px  ·  Shift+Arrow = 10px";position:absolute;right:14px;bottom:42px;z-index:12;padding:6px 9px;border-radius:8px;background:rgba(13,18,26,.86);border:1px solid #232d3e;color:#647289;font-size:8px;direction:ltr;pointer-events:none}

/* Scene v3 dashboard library */
.hero-actions{flex-wrap:wrap}.template-live-preview iframe{will-change:transform}.template-live-preview{background:#090d13}.template-live-preview.dashboard{height:220px}.template-live-preview.sidebar{height:76px}.template-preview-shade{inset:0}.dash-hero .secondary-btn{white-space:nowrap}

/* Scene editor v3 */
.scene-selection-box{position:absolute;z-index:2147483000;border:1.5px solid #7864ff;box-shadow:0 0 0 1px rgba(255,255,255,.65) inset;pointer-events:none;box-sizing:border-box}.scene-resize-handle{position:absolute;width:10px;height:10px;border-radius:2px;border:1px solid #fff;background:#7864ff;pointer-events:auto;touch-action:none;box-sizing:border-box}.scene-resize-handle[data-handle=nw]{left:-5px;top:-5px;cursor:nwse-resize}.scene-resize-handle[data-handle=n]{left:calc(50% - 5px);top:-5px;cursor:ns-resize}.scene-resize-handle[data-handle=ne]{right:-5px;top:-5px;cursor:nesw-resize}.scene-resize-handle[data-handle=e]{right:-5px;top:calc(50% - 5px);cursor:ew-resize}.scene-resize-handle[data-handle=se]{right:-5px;bottom:-5px;cursor:nwse-resize}.scene-resize-handle[data-handle=s]{left:calc(50% - 5px);bottom:-5px;cursor:ns-resize}.scene-resize-handle[data-handle=sw]{left:-5px;bottom:-5px;cursor:nesw-resize}.scene-resize-handle[data-handle=w]{left:-5px;top:calc(50% - 5px);cursor:ew-resize}.scene-marquee{position:absolute;z-index:2147482990;border:1px solid #7f70ff;background:rgba(116,92,255,.12);pointer-events:none}.canvas-height-rail{position:absolute;left:0;right:0;bottom:-1px;height:16px;z-index:2147482500;display:flex;align-items:center;justify-content:center;cursor:ns-resize;border-top:1px dashed rgba(111,96,255,.7);background:linear-gradient(180deg,rgba(116,92,255,.04),rgba(116,92,255,.14));direction:ltr;touch-action:none}.canvas-height-rail::before{content:"";position:absolute;width:72px;height:5px;border-radius:99px;background:#7864ff;box-shadow:0 0 0 2px #fff,0 2px 10px rgba(0,0,0,.25)}.canvas-height-rail span{position:absolute;left:calc(50% + 48px);bottom:2px;padding:2px 6px;border-radius:5px;background:#171d2a;color:#aeb9ca;font-size:7px;white-space:nowrap}.image-primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}.object-summary{position:sticky;top:-10px;z-index:2;background:#0d121a}.scene-frame-grid{grid-template-columns:repeat(2,1fr)}.design-canvas [data-node-id]{touch-action:none}.design-canvas img[data-node-id]{user-select:none;-webkit-user-drag:none}.inspector-body textarea[data-text-node-id]{width:100%;resize:vertical;background:#090e15;color:#e4e9f0;border:1px solid #283246;border-radius:9px;padding:10px;line-height:1.8;direction:rtl}.left-panel{min-height:0}.left-panel>#left-content{overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-gutter:stable}.element-grid,.component-list,.sidebar-template-list,.asset-grid{padding-bottom:40px}

/* regression fixes: clean RTL template previews and stable scene dragging */
.template-live-preview{background:#090d13!important}
.template-live-preview iframe{top:0!important;right:0!important;left:auto!important;transform-origin:top right!important;background:transparent!important}
.template-preview-shade{display:none!important}
.design-canvas [data-scene-frame="0"]{touch-action:auto}
body.ib-scene-dragging,body.ib-scene-dragging *{cursor:grabbing!important}

.rich-text-part{padding:8px 0;border-bottom:1px solid #202838}.rich-text-part:last-child{border-bottom:0}.rich-text-part textarea{width:100%;resize:vertical;background:#090e15;color:#e4e9f0;border:1px solid #283246;border-radius:9px;padding:9px;line-height:1.7;direction:rtl}
