.home-shell{--home-bg:#f4f7f8;--home-panel:#fff;--home-ink:#17303f;--home-muted:#70818b;--home-line:#dce6e9;--home-brand:#087b76;--home-brand-dark:#075f5b;--home-soft:#e9f6f4;--home-soft-2:#f8fbfb;--home-blue:#3c7397;--home-purple:#6d61a2;--home-orange:#b96c35;min-height:100vh;background:var(--home-bg);color:var(--home-ink);display:grid;grid-template-columns:252px minmax(0,1fr)}.home-shell button,.home-shell input{font:inherit}.home-shell button{cursor:pointer}.home-sidebar{height:100vh;position:sticky;top:0;background:#fff;border-inline-end:1px solid var(--home-line);padding:22px 15px 16px;display:flex;flex-direction:column;justify-content:space-between;z-index:30}.home-sidebar-top{display:grid;gap:31px}.home-brand{display:flex;align-items:center;gap:11px;text-decoration:none;padding:0 8px}.home-brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#087b76,#39b4aa);box-shadow:0 9px 22px #087b7638;font-size:19px;font-weight:900;color:#fff}.home-brand>span:last-child{display:grid;gap:1px}.home-brand b{font-size:17px;letter-spacing:-.35px}.home-brand small{font-size:9px;color:var(--home-muted);font-weight:700;letter-spacing:.04em}.home-nav{display:grid;gap:5px}.home-nav a{height:46px;border-radius:11px;padding:0 12px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:9px;color:#667983;text-decoration:none;font-size:12px;font-weight:650;transition:.15s ease}.home-nav a:hover{background:#f5f8f9;color:var(--home-ink)}.home-nav a.active{background:var(--home-soft);color:var(--home-brand);font-weight:800}.home-nav em{font-style:normal;min-width:22px;height:20px;border-radius:99px;background:#eef2f4;color:#687a83;display:grid;place-items:center;font-size:9px}.home-nav a.active em{background:#d9eeeb;color:var(--home-brand)}.home-sidebar-bottom{display:grid;gap:11px}.home-focus-card{background:linear-gradient(150deg,#f0faf8,#fbfdfd);border:1px solid #d7ebe8;border-radius:16px;padding:15px;display:grid;gap:6px;position:relative;overflow:hidden}.home-focus-card:after{content:"";position:absolute;width:88px;height:88px;border-radius:50%;border:18px solid rgba(38,166,155,.06);inset-inline-end:-38px;top:-34px}.focus-icon{width:30px;height:30px;border-radius:9px;background:#dff1ee;color:var(--home-brand);display:grid;place-items:center;position:relative;z-index:1}.home-focus-card small{font-size:8px;color:var(--home-brand);font-weight:900;letter-spacing:.14em}.home-focus-card>b{font-size:12px}.home-focus-card p{margin:0;color:#71838c;line-height:1.65;font-size:9px}.focus-flow{border-top:1px solid #dcece9;margin-top:5px;padding-top:9px;display:grid;gap:2px}.focus-flow span{font-size:8px;color:#8a999f}.focus-flow strong{font-size:8px;color:#557079;font-weight:800}.home-workspace-status{height:34px;display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:7px;padding:0 7px;color:#71838c;font-size:9px}.home-workspace-status small{font-size:8px}.status-dot{width:7px;height:7px;border-radius:50%;background:#31a76c;box-shadow:0 0 0 4px #e5f5eb}.home-main{min-width:0}.home-topbar{height:68px;position:sticky;top:0;z-index:25;background:#f4f7f8eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,230,233,.75);display:flex;align-items:center;justify-content:space-between;padding:0 34px;gap:20px}.home-search-wrap{width:min(590px,55vw);height:40px;background:#fff;border:1px solid var(--home-line);border-radius:11px;display:flex;align-items:center;gap:9px;padding:0 11px;color:#84949c;position:relative;box-shadow:0 1px 2px #1e374105}.home-search-wrap:focus-within{border-color:#9ecfc9;box-shadow:0 0 0 3px #087b7614}.home-search-wrap input{width:100%;border:0;outline:0;background:transparent;color:var(--home-ink);font-size:11px}.home-search-wrap input::placeholder{color:#97a6ad}.home-search-wrap kbd{border:1px solid #e0e7e9;background:#f8fafb;border-radius:6px;padding:3px 6px;font:600 8px/1 Inter,sans-serif;color:#87979e;white-space:nowrap}.search-clear{border:0;background:transparent;color:#819097;width:26px;height:26px;border-radius:7px;display:grid;place-items:center}.search-clear:hover{background:#f1f5f6}.home-search-results{position:absolute;top:48px;inset-inline-start:0;width:100%;max-height:440px;overflow:auto;background:#fff;border:1px solid var(--home-line);border-radius:13px;box-shadow:0 22px 55px #1c364129;padding:8px;z-index:100}.search-group{display:grid;gap:3px;padding:4px}.search-group+.search-group{border-top:1px solid #edf1f2;margin-top:5px;padding-top:9px}.search-group>small{font-size:8px;color:#8d9da3;font-weight:900;letter-spacing:.1em;padding:2px 7px 4px;text-transform:uppercase}.search-group>button{border:0;background:#fff;border-radius:9px;min-height:55px;display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:9px;text-align:start;padding:5px 8px;color:var(--home-ink)}.search-group>button:hover{background:#f5f9f9}.search-result-thumb{width:40px;height:40px;border:1px solid #e1e8ea;border-radius:8px;background:#f8fbfb;overflow:hidden;display:grid;place-items:center;color:var(--home-brand)}.search-result-thumb img{width:100%;height:100%;object-fit:cover}.search-result-thumb.template-result{background:var(--home-soft);border-color:#d9ece9}.search-group button>span:nth-child(2){display:grid;gap:2px;min-width:0}.search-group b{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-group em{font-style:normal;font-size:8px;color:#829199;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-empty{min-height:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#87979e;font-size:10px}.home-top-actions{display:flex;align-items:center;gap:9px}.home-language{height:36px;min-width:45px;border:1px solid var(--home-line);background:#fff;border-radius:9px;font-size:10px;font-weight:800;color:#59717c}.home-language:hover{border-color:#b7d8d4;color:var(--home-brand)}.home-avatar{width:36px;height:36px;border-radius:11px;background:linear-gradient(145deg,#0a7c76,#35b2a8);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900;box-shadow:0 7px 16px #087b7633}.home-content{width:min(1460px,100%);margin:0 auto;padding:34px 38px 68px}.home-error-banner{margin-bottom:16px;border:1px solid #ecd9b8;background:#fff9ec;border-radius:11px;min-height:44px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#805d31}.home-error-banner span{display:flex;align-items:center;gap:8px;font-size:10px}.home-error-banner button{border:1px solid #e0cba6;background:#fff;border-radius:7px;height:29px;padding:0 10px;color:#805d31;font-size:9px;font-weight:800}.home-hero{min-height:390px;background:linear-gradient(125deg,#fff,#fbfdfd 58%,#f0f8f7);border:1px solid var(--home-line);border-radius:24px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);overflow:hidden;position:relative;box-shadow:0 10px 30px #223e490b}.home-hero:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,#49b6ac1f,#49b6ac00 68%);inset-inline-end:-80px;top:-100px}.home-hero-copy{padding:58px 0 50px 56px;position:relative;z-index:2;align-self:center}.home-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:9px;letter-spacing:.14em;color:var(--home-brand);font-weight:900}.home-eyebrow i{width:19px;height:2px;border-radius:99px;background:var(--home-brand)}.home-hero h1{font-size:clamp(32px,3.1vw,49px);line-height:1.13;letter-spacing:-1.8px;max-width:700px;margin:14px 0 17px;font-weight:800}.home-hero-copy>p{font-size:13px;line-height:1.9;color:#6c7f89;max-width:650px;margin:0}.home-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:28px}.home-primary-cta,.home-secondary-cta,.home-continue{height:42px;border-radius:10px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:10px;font-weight:800}.home-primary-cta{border:1px solid var(--home-brand);background:var(--home-brand);color:#fff;box-shadow:0 8px 18px #087b762e}.home-primary-cta:hover{background:var(--home-brand-dark);border-color:var(--home-brand-dark);transform:translateY(-1px)}.home-secondary-cta{border:1px solid #cadbdd;background:#fff;color:#49636e}.home-secondary-cta:hover{border-color:#9fcac5;color:var(--home-brand)}.home-continue{border:0;background:transparent;color:#70818b;padding-inline:8px}.home-continue:hover{color:var(--home-brand);background:#f2f8f7}.home-primary-cta.compact,.home-secondary-cta.compact{height:38px}.home-trust-row{display:flex;flex-wrap:wrap;gap:15px;margin-top:25px;color:#74858e;font-size:8px;font-weight:650}.home-trust-row span{display:flex;align-items:center;gap:5px}.home-trust-row svg{color:#299a72}.home-hero-visual{position:relative;min-height:390px;display:grid;place-items:center;z-index:2}.hero-canvas{width:420px;height:270px;background:#fff;border:1px solid #dce6e9;border-radius:14px;box-shadow:0 24px 60px #24465224;position:relative;transform:rotate(-1deg);overflow:hidden}.hero-canvas:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#eef3f4 1px,transparent 1px),linear-gradient(90deg,#eef3f4 1px,transparent 1px);background-size:20px 20px;opacity:.43}.hero-canvas-label{position:absolute;top:13px;left:15px;font-size:6px;letter-spacing:.12em;font-weight:900;color:#9aa7ad}.hero-node{position:absolute;width:84px;height:59px;border-radius:12px;display:grid;place-items:center;align-content:center;gap:4px;font-size:8px;font-weight:800;z-index:3}.hero-node i{width:17px;height:17px;border-radius:50%}.hero-node-a{left:31px;top:104px;background:#edf8f6;border:1px solid #bfe1dc;color:#0b7a75}.hero-node-a i{background:#8ccbc5}.hero-node-b{right:29px;top:104px;background:#fff5ec;border:1px solid #ebcfb5;color:#aa6130}.hero-node-b i{background:#e7b17d}.hero-cell{position:absolute;width:118px;height:118px;border-radius:50%;left:151px;top:72px;background:#edf3fb;border:2px solid #8fb1c9;z-index:3}.hero-cell:before,.hero-cell:after{content:"";position:absolute;border-radius:50%;background:#a9c5da}.hero-cell:before{width:37px;height:37px;left:39px;top:39px;border:2px solid #6d93b2;background:#d4e3ee}.hero-cell:after{width:10px;height:10px;left:22px;top:26px}.hero-cell span,.hero-cell i,.hero-cell em{position:absolute;width:8px;height:8px;border-radius:50%;background:#88acc7}.hero-cell span{right:22px;top:31px}.hero-cell i{left:26px;bottom:23px}.hero-cell em{right:29px;bottom:20px}.hero-link{position:absolute;top:132px;height:2px;background:#91a4ae;z-index:2}.hero-link:after{content:"";position:absolute;right:-1px;top:-3px;border-left:7px solid #91a4ae;border-top:4px solid transparent;border-bottom:4px solid transparent}.link-a{left:116px;width:34px}.link-b{left:270px;width:36px}.hero-mini-panel{position:absolute;left:126px;bottom:18px;width:168px;height:37px;border-radius:8px;background:#f7fafb;border:1px solid #e0e7e9;display:flex;align-items:flex-end;justify-content:center;gap:8px;padding:6px 12px}.hero-mini-panel span{width:17px;border-radius:3px 3px 0 0;background:#77b9b3}.hero-mini-panel span:nth-child(1){height:12px}.hero-mini-panel span:nth-child(2){height:22px;background:#4e86aa}.hero-mini-panel span:nth-child(3){height:17px;background:#a59acb}.hero-floating-badge{position:absolute;right:35px;bottom:42px;background:#fff;border:1px solid #d8e5e7;border-radius:11px;box-shadow:0 12px 28px #26444e1f;padding:9px 12px;display:flex;align-items:center;gap:8px;color:#2f9d75}.hero-floating-badge>span{display:grid;gap:1px}.hero-floating-badge b{font-size:8px;color:#44616c}.hero-floating-badge small{font-size:6px;color:#91a0a6}.home-section{padding-top:42px;scroll-margin-top:82px}.home-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:15px}.home-section-kicker{font-size:8px;letter-spacing:.13em;color:var(--home-brand);font-weight:900}.home-section-heading h2{font-size:23px;letter-spacing:-.5px;margin:5px 0 4px}.home-section-heading p{font-size:10px;color:#7d8e96;margin:0}.home-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.home-quick-card{min-height:108px;border:1px solid var(--home-line);border-radius:14px;background:#fff;display:grid;grid-template-columns:39px 1fr 24px;align-items:center;gap:10px;padding:14px;text-align:start;transition:.16s ease}.home-quick-card:hover{border-color:#b9d7d4;box-shadow:0 11px 24px #223e4912;transform:translateY(-2px)}.quick-icon{width:39px;height:39px;border-radius:11px;background:#edf7f5;color:var(--home-brand);display:grid;place-items:center}.quick-mechanism .quick-icon{background:#eaf4f7;color:#3b7698}.quick-graphical-abstract .quick-icon{background:#f1eef9;color:#6c5fa2}.quick-workflow .quick-icon{background:#fff3e8;color:#b66935}.quick-copy{display:grid;gap:2px;min-width:0}.quick-copy small{font-size:7px;letter-spacing:.11em;font-weight:900;color:#8a9aa1}.quick-copy b{font-size:11px}.quick-copy em{font-style:normal;font-size:8px;color:#7b8b93;line-height:1.45}.quick-arrow{color:#9aabb1;display:grid;place-items:center}.home-quick-card:hover .quick-arrow{color:var(--home-brand);transform:translate(2px)}[dir=rtl] .home-quick-card:hover .quick-arrow{transform:translate(-2px) rotate(180deg)}[dir=rtl] .quick-arrow svg{transform:rotate(180deg)}.projects-heading{margin-bottom:16px}.home-text-button{border:0;background:transparent;display:flex;align-items:center;gap:6px;color:var(--home-brand);font-size:9px;font-weight:800;padding:7px 4px}.home-text-button:hover{text-decoration:underline}.home-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-project-card{background:#fff;border:1px solid var(--home-line);border-radius:15px;overflow:hidden;transition:.16s ease;outline:none;cursor:pointer;min-width:0}.home-project-card:hover,.home-project-card:focus-visible{border-color:#b5d5d2;box-shadow:0 13px 30px #23404b14;transform:translateY(-2px)}.home-project-thumb{height:188px;background:linear-gradient(145deg,#f8fbfb,#eef4f5);position:relative;overflow:hidden;border-bottom:1px solid #edf1f2}.home-project-thumb:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(210,220,223,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(210,220,223,.28) 1px,transparent 1px);background-size:18px 18px;opacity:.36}.home-project-thumb>img{width:100%;height:100%;object-fit:contain;padding:17px;position:relative;z-index:1}.project-thumb-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#9bb2bb}.project-type-pill{position:absolute;z-index:3;left:10px;bottom:9px;max-width:62%;height:23px;border:1px solid rgba(213,225,228,.9);background:#ffffffe8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border-radius:99px;padding:0 8px;display:flex;align-items:center;font-size:7px;font-weight:800;color:#60737d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card-menu{position:absolute;top:9px;right:9px;z-index:10}.project-menu-trigger{width:30px;height:30px;border:1px solid rgba(215,225,228,.9);background:#fffffff0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:8px;display:grid;place-items:center;color:#687b84;box-shadow:0 4px 10px #28424c12}.project-menu-trigger:hover{color:var(--home-brand);border-color:#b8d9d4}.project-menu-popover{position:absolute;top:35px;right:0;width:155px;padding:5px;background:#fff;border:1px solid var(--home-line);border-radius:10px;box-shadow:0 17px 35px #1e384229;display:grid;gap:1px}.project-menu-popover button{height:34px;border:0;background:#fff;border-radius:7px;display:flex;align-items:center;gap:8px;padding:0 8px;text-align:start;font-size:9px;color:#5d727c}.project-menu-popover button:hover{background:#f3f7f8;color:var(--home-ink)}.project-menu-popover hr{width:100%;border:0;border-top:1px solid #edf1f2;margin:3px 0}.project-menu-popover button.danger-item{color:#b55454}.project-menu-popover button.danger-item:hover{background:#fff2f2;color:#9b3d3d}.home-project-info{padding:13px 14px 14px}.project-title-row{display:grid;grid-template-columns:1fr 20px;gap:8px;align-items:center}.project-title-row h3{font-size:12px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-open-icon{color:#9aabb1;opacity:0;transition:.15s}.home-project-card:hover .project-open-icon{opacity:1}.project-meta{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:6px;color:#829198;font-size:8px}.project-meta span{display:flex;align-items:center;gap:4px}.home-new-project-card{min-height:247px;border:1.5px dashed #c8d8dc;background:#ffffff8c;border-radius:15px;display:grid;place-items:center;align-content:center;gap:7px;color:#74868f;transition:.16s}.home-new-project-card:hover{background:#fff;border-color:#9fcac5;color:var(--home-brand);transform:translateY(-2px)}.new-project-icon{width:42px;height:42px;border-radius:12px;background:#e9f5f3;display:grid;place-items:center;color:var(--home-brand)}.home-new-project-card b{font-size:11px;color:var(--home-ink)}.home-new-project-card small{font-size:8px;max-width:200px;line-height:1.5}.skeleton-card{pointer-events:none}.skeleton-thumb{height:188px}.skeleton-line{height:10px;border-radius:5px;margin:13px 14px 0;width:42%}.skeleton-line.wide{width:70%;margin-top:14px}.shimmer{background:linear-gradient(90deg,#eef2f3 25%,#f8fafb,#eef2f3 65%);background-size:200% 100%;animation:homeShimmer 1.3s infinite linear}@keyframes homeShimmer{to{background-position:-200% 0}}.home-empty-state{min-height:230px;border:1px dashed #cadadd;border-radius:16px;background:linear-gradient(145deg,#ffffffbd,#f7fbfbcc);display:grid;grid-template-columns:220px minmax(0,520px);align-items:center;justify-content:center;gap:35px;padding:30px}.empty-illustration{height:150px;position:relative;display:grid;place-items:center}.empty-page{width:135px;height:105px;border-radius:11px;background:#fff;border:1px solid #dbe5e8;box-shadow:0 14px 28px #2c464f17;padding:24px 18px;display:grid;gap:8px}.empty-page span{height:7px;border-radius:4px;background:#e7edef}.empty-page span:nth-child(2){width:70%}.empty-page i{width:38px;height:38px;border-radius:50%;background:#e6f4f1;border:2px solid #9bcfc9}.empty-plus{position:absolute;right:25px;bottom:15px;width:40px;height:40px;border-radius:12px;background:var(--home-brand);color:#fff;display:grid;place-items:center;box-shadow:0 8px 18px #087b7633}.home-empty-state h3{font-size:18px;margin:5px 0 7px}.home-empty-state p{font-size:10px;color:#788a93;line-height:1.7;margin:0 0 15px}.home-empty-state>div:last-child>div{display:flex;gap:7px;flex-wrap:wrap}.home-templates-section{padding-bottom:10px}.home-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-template-card{border:1px solid var(--home-line);border-radius:16px;background:#fff;overflow:hidden;text-align:start;padding:0;transition:.17s ease}.home-template-card:hover{transform:translateY(-3px);border-color:#b8d7d3;box-shadow:0 14px 30px #223d4814}.template-card-visual{height:195px;background:#f4f8f9;position:relative;padding:16px;overflow:hidden}.template-index{position:absolute;top:12px;right:12px;color:#a6b3b8;font:800 8px/1 Inter,sans-serif;letter-spacing:.09em}.home-template-preview{position:absolute;inset:24px;background:#fff;border:1px solid #dbe5e7;border-radius:10px;box-shadow:0 10px 24px #28434c14;overflow:hidden}.preview-mechanism .preview-node{position:absolute;width:43px;height:43px;border-radius:50%;top:52px}.preview-mechanism .n1{left:23px;background:#dff1ee;border:2px solid #80bfb9}.preview-mechanism .n2{left:calc(50% - 22px);background:#e5edf6;border:2px solid #83a7c2}.preview-mechanism .n3{right:23px;background:#fceddf;border:2px solid #dcaa79}.preview-connector{position:absolute;top:72px;height:2px;background:#92a7b0}.preview-connector:after{content:"";position:absolute;right:-1px;top:-3px;border-left:6px solid #92a7b0;border-top:4px solid transparent;border-bottom:4px solid transparent}.preview-mechanism .c1{left:67px;width:44px}.preview-mechanism .c2{right:67px;width:44px}.preview-graphical-abstract{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px}.preview-panel{border-radius:6px;border:1px solid #dce5e7}.preview-panel.p1{background:#eef8f6}.preview-panel.p2{background:#f2eff9;display:grid;place-items:center}.preview-panel.p2 i{width:28px;height:28px;border-radius:50%;background:#cfc8e6}.preview-panel.p3{background:#fff5eb}.preview-workflow{display:flex;align-items:center;justify-content:center;gap:20px}.preview-step{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:900;position:relative}.preview-step:not(:last-child):after{content:"";position:absolute;left:34px;width:20px;height:2px;background:#a1b0b6}.preview-workflow .s1{background:#dff1ee;color:#087b76}.preview-workflow .s2{background:#e5edf6;color:#3c7397}.preview-workflow .s3{background:#eee9f8;color:#6d61a2}.preview-workflow .s4{background:#faeadb;color:#b96c35}.preview-blank{padding:18px}.preview-title,.preview-line{display:block;border-radius:5px;background:#dde6e8}.preview-title{width:56%;height:10px}.preview-line{height:6px;margin-top:9px}.preview-line.a{width:80%}.preview-line.b{width:67%}.preview-dot{display:block;width:46px;height:46px;border-radius:50%;margin:22px auto 0;background:#e1f1ee;border:2px solid #9bcac5}.template-card-copy{padding:14px 15px 15px}.template-card-copy>span{display:grid;gap:3px}.template-card-copy small{font-size:7px;letter-spacing:.11em;font-weight:900;color:var(--home-brand)}.template-card-copy b{font-size:12px}.template-card-copy p{font-size:9px;color:#7a8a92;line-height:1.55;margin:8px 0 11px;min-height:29px}.template-card-copy em{font-style:normal;display:flex;align-items:center;gap:6px;color:#52707a;font-size:8px;font-weight:800}.home-template-card:hover .template-card-copy em{color:var(--home-brand)}.home-dialog-backdrop{position:fixed;inset:0;background:#14262f57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;display:grid;place-items:center;padding:20px}.home-dialog{width:min(430px,100%);background:#fff;border:1px solid #d8e2e5;border-radius:17px;box-shadow:0 30px 80px #162b3440;padding:25px;position:relative}.dialog-close{position:absolute;top:11px;right:11px;width:31px;height:31px;border:0;background:#f4f7f8;border-radius:8px;color:#778990;display:grid;place-items:center}.dialog-icon{width:42px;height:42px;border-radius:12px;background:#eaf6f4;color:var(--home-brand);display:grid;place-items:center;margin-bottom:13px}.danger-dialog-icon{background:#fff0f0;color:#b55454}.home-dialog h2{font-size:19px;margin:0 0 7px}.home-dialog p{font-size:10px;color:#758790;line-height:1.65;margin:0 0 17px}.home-dialog label{display:grid;gap:6px;color:#5f747d;font-size:9px;font-weight:700}.home-dialog input{height:40px;border:1px solid #ccdadd;border-radius:9px;padding:0 10px;outline:0;color:var(--home-ink)}.home-dialog input:focus{border-color:#86bfb9;box-shadow:0 0 0 3px #087b7614}.dialog-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:20px}.dialog-actions button{height:37px;border-radius:9px;padding:0 13px;font-size:9px;font-weight:800}.dialog-secondary{border:1px solid #d5e0e3;background:#fff;color:#60757e}.dialog-primary{border:1px solid var(--home-brand);background:var(--home-brand);color:#fff}.dialog-primary:disabled{opacity:.45;cursor:not-allowed}.dialog-danger{border:1px solid #b85050;background:#b85050;color:#fff}.dialog-project-name{background:#f5f8f9;border-radius:8px;padding:10px 11px;font-size:10px;font-weight:800;color:#556d77}.home-toast{position:fixed;right:22px;bottom:22px;min-height:42px;background:#17303f;color:#fff;border-radius:11px;padding:0 14px 0 10px;display:flex;align-items:center;gap:9px;z-index:300;box-shadow:0 14px 35px #17303f38;font-size:9px;font-weight:750;animation:toastIn .2s ease}.home-toast span{width:25px;height:25px;border-radius:7px;background:#2d8b79;display:grid;place-items:center}@keyframes toastIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}[dir=rtl] .home-hero-copy{padding:58px 56px 50px 0}[dir=rtl] .hero-canvas{transform:rotate(1deg)}[dir=rtl] .hero-link:after{right:auto;left:-1px;border-left:0;border-right:7px solid #91a4ae}[dir=rtl] .project-type-pill{left:auto;right:10px}[dir=rtl] .project-card-menu{right:auto;left:9px}[dir=rtl] .project-menu-popover{right:auto;left:0}[dir=rtl] .project-open-icon svg,[dir=rtl] .home-text-button svg,[dir=rtl] .template-card-copy em svg,[dir=rtl] .search-group>button>svg{transform:rotate(180deg)}[dir=rtl] .template-index{right:auto;left:12px}[dir=rtl] .dialog-close{right:auto;left:11px}[dir=rtl] .home-toast{right:auto;left:22px}[dir=rtl] .preview-connector:after{right:auto;left:-1px;border-left:0;border-right:6px solid #92a7b0}[dir=rtl] .preview-step:not(:last-child):after{left:auto;right:34px}@media(max-width:1280px){.home-shell{grid-template-columns:220px minmax(0,1fr)}.home-sidebar{padding-inline:12px}.home-content{padding-inline:25px}.home-hero{grid-template-columns:minmax(0,1fr) 390px}.home-hero-copy{padding-left:42px}.home-hero-visual{overflow:hidden}.hero-canvas{transform:scale(.88) rotate(-1deg)}[dir=rtl] .home-hero-copy{padding-right:42px;padding-left:0}[dir=rtl] .hero-canvas{transform:scale(.88) rotate(1deg)}.home-quick-grid,.home-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.home-shell{grid-template-columns:76px minmax(0,1fr)}.home-sidebar{padding:15px 8px}.home-brand{justify-content:center;padding:0}.home-brand>span:last-child,.home-nav a span,.home-nav em,.home-focus-card,.home-workspace-status span:not(.status-dot),.home-workspace-status small{display:none}.home-sidebar-top{gap:25px}.home-nav a{grid-template-columns:1fr;padding:0;place-items:center}.home-nav a svg{width:19px;height:19px}.home-sidebar-bottom{place-items:center}.home-workspace-status{display:flex;padding:8px}.home-content,.home-topbar{padding-inline:20px}.home-search-wrap{width:min(620px,70vw)}.home-hero{grid-template-columns:1fr;min-height:auto}.home-hero-copy{padding:43px 40px 28px}.home-hero-visual{min-height:310px}.home-hero h1{max-width:760px}.home-template-grid{grid-template-columns:1fr 1fr}.home-template-card:last-child{grid-column:span 2}.home-empty-state{grid-template-columns:180px 1fr;gap:20px}}@media(max-width:720px){.home-shell{display:block}.home-sidebar{position:static;height:auto;border-inline-end:0;border-bottom:1px solid var(--home-line);padding:10px 14px;display:flex;flex-direction:row;align-items:center}.home-sidebar-top{display:flex;align-items:center;gap:14px;width:100%}.home-brand-mark{width:35px;height:35px}.home-brand>span:last-child{display:grid}.home-brand small{display:none}.home-nav{display:flex;margin-inline-start:auto}.home-nav a{width:38px;height:38px}.home-sidebar-bottom{display:none}.home-topbar{top:0;height:60px;padding-inline:14px}.home-top-actions .home-avatar{display:none}.home-search-wrap{width:100%}.home-search-wrap kbd{display:none}.home-content{padding:18px 14px 45px}.home-hero{border-radius:18px}.home-hero-copy{padding:34px 24px 20px}.home-hero h1{font-size:32px}.home-hero-copy>p{font-size:11px}.home-hero-visual{min-height:245px}.hero-canvas{transform:scale(.72) rotate(-1deg)}[dir=rtl] .hero-canvas{transform:scale(.72) rotate(1deg)}.hero-floating-badge{right:14px;bottom:22px}.home-trust-row{gap:9px}.home-quick-grid,.home-project-grid,.home-template-grid{grid-template-columns:1fr}.home-template-card:last-child{grid-column:auto}.home-section{padding-top:32px}.home-project-thumb{height:210px}.home-empty-state{grid-template-columns:1fr;text-align:center}.home-empty-state>div:last-child>div{justify-content:center}.empty-illustration{height:120px}.home-section-heading h2{font-size:21px}}@media(max-width:480px){.home-nav a:nth-child(2),.home-nav a:nth-child(3){display:none}.home-brand b{font-size:15px}.home-hero-actions{align-items:stretch}.home-primary-cta,.home-secondary-cta,.home-continue{width:100%}.home-continue{height:34px}.home-trust-row{display:grid;grid-template-columns:1fr 1fr}.home-section-heading{align-items:flex-start}.home-text-button{white-space:nowrap}.home-project-thumb{height:185px}.project-meta{font-size:7px}.home-dialog{padding:22px 18px}.home-search-results{position:fixed;top:67px;left:14px;right:14px;width:auto;max-height:65vh}}.studio-shell{--bg:#edf2f4;--panel:#fff;--line:#d8e3e7;--ink:#17303f;--muted:#71838c;--brand:#087b76;--brand-dark:#065f5b;--soft:#eaf7f5;--danger:#b54848;height:100vh;overflow:hidden;background:var(--bg);color:var(--ink);display:grid;grid-template-rows:60px 1fr}.studio-shell *{box-sizing:border-box}.studio-shell button,.studio-shell input,.studio-shell textarea,.studio-shell select{font:inherit}.studio-topbar{display:grid;grid-template-columns:210px minmax(300px,1fr) auto auto;align-items:center;gap:14px;background:#fff;border-bottom:1px solid var(--line);padding:0 14px;z-index:50}.studio-brand{display:flex;align-items:center;gap:9px;text-decoration:none}.studio-brand>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#087b76,#36b2a8);font-weight:900}.studio-brand strong{font-size:15px}.studio-brand em{font-style:normal;font-size:8px;color:var(--muted);border-left:1px solid var(--line);padding-left:9px}.studio-document>div{min-width:0}.studio-document input{border:1px solid transparent;background:transparent;height:31px;border-radius:8px;padding:0 8px;min-width:260px;max-width:46vw;font-weight:800;color:var(--ink)}.studio-document input:hover,.studio-document input:focus{outline:0;border-color:var(--line);background:#fbfcfd}.studio-document small{display:flex;align-items:center;gap:5px;padding-left:8px;color:var(--muted);font-size:8px}.studio-document small i{width:6px;height:6px;border-radius:50%;background:#2ba56e}.studio-icon-btn,.studio-history button,.studio-top-actions button{height:34px;border:1px solid var(--line);background:#fff;border-radius:8px;color:#59707a;display:inline-grid;place-items:center;text-decoration:none}.studio-icon-btn{width:34px}.studio-history{display:flex;gap:4px}.studio-history button{width:34px;font-size:16px}.studio-top-actions{display:flex;gap:5px;align-items:center}.studio-top-actions button{padding:0 11px;font-size:9px;font-weight:800}.studio-top-actions .studio-export{background:var(--brand);border-color:var(--brand);color:#fff}.studio-workspace{min-height:0;display:grid;position:relative}.studio-rail{background:#fff;border-inline-end:1px solid var(--line);padding:8px 6px;display:flex;flex-direction:column;gap:4px;overflow:hidden}.studio-rail button{border:0;background:transparent;border-radius:9px;min-height:54px;color:#74858e;display:grid;place-items:center;align-content:center;gap:2px}.studio-rail button span{font-size:18px}.studio-rail button small{font-size:8px}.studio-rail button:hover{background:#f4f8f8;color:var(--ink)}.studio-rail button.active{background:var(--soft);color:var(--brand);font-weight:900}.rail-spacer{flex:1}.studio-library,.studio-inspector{background:#fff;min-width:0;overflow:auto;position:relative}.studio-library{border-inline-end:1px solid var(--line);padding:14px}.studio-library.collapsed,.studio-inspector.collapsed{visibility:hidden;padding:0;border:0;overflow:hidden}.studio-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px}.studio-panel-heading small{font-size:7px;color:var(--brand);font-weight:900;letter-spacing:.13em}.studio-panel-heading h2{margin:4px 0 0;font-size:16px}.studio-panel-heading>button{border:0;background:#f5f8f9;width:27px;height:27px;border-radius:7px;color:#788990}.studio-search{height:36px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 9px;color:#8a9aa1}.studio-search input{border:0;outline:0;width:100%;background:transparent;font-size:10px}.studio-assets{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.studio-assets button{height:118px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:7px;display:grid;grid-template-rows:68px auto auto;place-items:center;transition:.15s}.studio-assets button:hover{border-color:#a8d4cf;box-shadow:0 8px 18px #23434e12;transform:translateY(-1px)}.studio-assets button>span{width:66px;height:66px;display:grid;place-items:center}.studio-assets svg{max-width:64px;max-height:62px;width:100%;height:100%}.studio-assets b{font-size:9px}.studio-assets small{font-size:7px;color:var(--muted)}.studio-elements{display:grid;gap:17px}.studio-elements section{display:grid;gap:8px}.studio-elements h3{font-size:9px;margin:0;color:#657983;text-transform:uppercase;letter-spacing:.04em}.studio-elements section>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.studio-elements button{min-height:64px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center;align-content:center;gap:4px}.studio-elements button:hover{border-color:#abd7d2;background:#fbfdfd}.studio-elements button span{font-size:20px;color:var(--brand)}.studio-elements button b{font-size:8px}.studio-upload{display:grid;gap:10px}.studio-upload label{min-height:145px;border:1.5px dashed #bacdd3;background:#fafcfd;border-radius:12px;display:grid;place-items:center;align-content:center;gap:5px;text-align:center;cursor:pointer;padding:16px}.studio-upload label:hover{border-color:#91c7c1;background:#f7fbfa}.studio-upload label>span{font-size:26px;color:var(--brand)}.studio-upload label b{font-size:11px}.studio-upload label small{font-size:8px;color:var(--muted)}.studio-upload p{margin:0;background:#f4f8f9;border-radius:8px;padding:9px;font-size:8px;color:var(--muted)}.studio-splitter{cursor:col-resize;background:transparent;position:relative;z-index:15}.studio-splitter:after{content:"";position:absolute;inset:0 2px;background:#dce5e8;opacity:0;transition:.15s}.studio-splitter:hover:after{opacity:1}.studio-splitter.disabled{cursor:default}.studio-canvas-zone{position:relative;min-width:0;min-height:0;display:grid;grid-template-rows:50px 1fr 38px;background:#edf2f4}.studio-selection-toolbar{display:flex;align-items:center;justify-content:center;gap:5px;border-bottom:1px solid rgba(210,222,226,.8);background:#f6f9faeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 10px;overflow-x:auto}.studio-selection-toolbar>span{font-size:9px;color:#87969d}.studio-selection-toolbar button{height:29px;border:1px solid #d8e2e5;background:#fff;border-radius:7px;padding:0 8px;color:#526873;font-size:8px;font-weight:700;white-space:nowrap}.studio-selection-toolbar button:hover{border-color:#a9cec9;color:var(--brand)}.studio-selection-toolbar button.danger{color:var(--danger)}.toolbar-group{display:flex;gap:3px;padding-inline-end:5px;margin-inline-end:2px;border-inline-end:1px solid #dce4e6}.align-group button{min-width:31px;padding:0 6px;font-size:12px}.studio-canvas-scroll{overflow:auto;display:grid;place-items:center;padding:64px 72px;background-image:radial-gradient(circle at 1px 1px,rgba(93,116,126,.16) 1px,transparent 0);background-size:20px 20px}.studio-artboard-scale{transform-origin:center center;transition:transform .08s ease}.studio-artboard{position:relative;box-shadow:0 24px 54px #26424c29;overflow:hidden;touch-action:none}.studio-object{position:absolute;transform-origin:center center;-webkit-user-select:none;user-select:none;cursor:move;touch-action:none}.studio-object.is-selected{outline:1px dashed rgba(38,132,156,.55);outline-offset:2px}.studio-object.is-locked{cursor:not-allowed}.studio-text{display:flex;align-items:center;line-height:1.2;padding:2px 4px}.studio-label{display:flex;align-items:center;justify-content:center;border:1px solid;border-radius:8px;line-height:1}.studio-label.label-panel{border-radius:9px}.studio-container{box-shadow:inset 0 0 0 1px #ffffff73}.studio-asset{display:grid;place-items:center}.studio-asset>svg{width:100%;height:100%;display:block}.studio-image{overflow:hidden}.studio-image img{display:block;width:100%;height:100%;pointer-events:none}.studio-plot>svg{display:block}.studio-guide{position:absolute;background:#e45d9f;z-index:90;pointer-events:none}.studio-guide.vertical{top:0;bottom:0;width:1px}.studio-guide.horizontal{left:0;right:0;height:1px}.studio-marquee{position:absolute;border:1px solid #4e97b3;background:#4997b317;z-index:100;pointer-events:none}.studio-selection{position:absolute;border:1.5px solid #348aa5;z-index:110;pointer-events:none}.studio-handle,.studio-rotate{position:absolute;width:10px;height:10px;border:1.5px solid #348aa5;background:#fff;padding:0;pointer-events:auto}.studio-handle.nw{left:-6px;top:-6px;cursor:nwse-resize}.studio-handle.n{left:50%;top:-6px;transform:translate(-50%);cursor:ns-resize}.studio-handle.ne{right:-6px;top:-6px;cursor:nesw-resize}.studio-handle.e{right:-6px;top:50%;transform:translateY(-50%);cursor:ew-resize}.studio-handle.se{right:-6px;bottom:-6px;cursor:nwse-resize}.studio-handle.s{left:50%;bottom:-6px;transform:translate(-50%);cursor:ns-resize}.studio-handle.sw{left:-6px;bottom:-6px;cursor:nesw-resize}.studio-handle.w{left:-6px;top:50%;transform:translateY(-50%);cursor:ew-resize}.studio-rotate-line{position:absolute;left:50%;top:-28px;width:1px;height:21px;background:#348aa5}.studio-rotate{left:50%;top:-37px;transform:translate(-50%);border-radius:50%;cursor:grab}.studio-statusbar{border-top:1px solid var(--line);background:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 12px;color:#7c8d95;font-size:8px}.studio-statusbar>span:last-child{text-align:end}.studio-statusbar>div{display:flex;align-items:center;gap:4px}.studio-statusbar button{height:26px;min-width:28px;border:1px solid var(--line);background:#fff;border-radius:6px}.studio-statusbar div span{min-width:44px;text-align:center;font-weight:800;color:#526873}.studio-inspector{border-inline-start:1px solid var(--line)}.inspector-tabs{height:44px;display:grid;grid-template-columns:1fr 1fr 34px;align-items:end;border-bottom:1px solid var(--line);padding:0 8px}.inspector-tabs>button{height:37px;border:0;background:transparent;color:#7a8b93;font-size:9px;font-weight:800}.inspector-tabs>button.active{color:var(--brand);border-bottom:2px solid var(--brand)}.inspector-tabs .collapse-inspector{font-size:16px}.property-selection{display:grid;gap:3px}.property-selection small{font-size:7px;color:var(--brand);font-weight:900;letter-spacing:.12em}.property-selection h2{font-size:15px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-selection>span{font-size:8px;color:var(--muted);text-transform:uppercase}.studio-properties section{border-top:1px solid var(--line);margin-top:14px;padding-top:13px}.studio-properties h3{font-size:9px;text-transform:uppercase;letter-spacing:.04em;margin:0 0 9px;color:#607580}.property-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.property-grid label{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:5px;font-size:8px;color:#778991}.property-grid input,.property-grid select,.property-stack textarea,.property-stack select{width:100%;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);outline:0}.property-grid input,.property-grid select{height:31px;padding:0 6px}.property-actions{display:flex;gap:6px}.property-actions button{height:31px;flex:1;border:1px solid var(--line);background:#fff;border-radius:7px;font-size:8px}.property-actions button.active,.property-actions button:hover{border-color:#a8d4cf;color:var(--brand);background:#fbfdfd}.property-range{display:grid;grid-template-columns:auto 1fr 32px;align-items:center;gap:7px;font-size:8px;color:#70818b}.property-range em{font-style:normal;text-align:end}.property-color{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:8px;color:#70818b}.property-color input{width:38px;height:28px;border:1px solid var(--line);border-radius:6px;padding:2px;background:#fff}.property-stack{display:grid;gap:5px;font-size:8px;color:#70818b;margin-top:8px}.property-stack textarea{min-height:70px;resize:vertical;padding:7px}.property-stack select{height:32px;padding:0 7px}.studio-layers{padding:8px;display:grid;gap:3px}.studio-layers>div{min-height:42px;border:1px solid transparent;border-radius:8px;display:grid;grid-template-columns:1fr auto;align-items:center}.studio-layers>div:hover{background:#f6f9fa}.studio-layers>div.active{background:var(--soft);border-color:#cae5e2}.studio-layers>div.hidden-layer{opacity:.5}.layer-main{border:0;background:transparent;min-width:0;height:40px;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:7px;text-align:start;padding:0 6px}.layer-main i{font-style:normal;width:20px;height:20px;border-radius:5px;background:#e9eff1;display:grid;place-items:center;font-size:7px}.layer-main span{display:grid;min-width:0}.layer-main b{font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layer-main small{font-size:7px;color:var(--muted)}.layer-actions{display:flex;gap:1px;padding-inline-end:4px}.layer-actions button{width:24px;height:26px;border:0;background:transparent;border-radius:5px;font-size:9px;color:#71838c}.layer-actions button:hover{background:#fff;color:var(--brand)}.studio-open-inspector{position:absolute;inset-inline-end:8px;top:58px;height:34px;border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 9px;z-index:30;color:#657984;font-size:8px}.studio-context-menu{position:fixed;z-index:1000;width:190px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 20px 50px #1a35402e;padding:5px}.studio-context-menu button{width:100%;height:31px;border:0;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;font-size:9px;color:#526873;text-align:start}.studio-context-menu button:hover{background:#f4f8f8}.studio-context-menu button.danger{color:var(--danger)}.studio-context-menu hr{border:0;border-top:1px solid #edf1f2;margin:4px}.studio-context-menu kbd{font-size:7px;color:#99a6ab}.studio-shell[dir=rtl] .studio-brand em{border-left:0;border-right:1px solid var(--line);padding-left:0;padding-right:9px}@media(max-width:1180px){.studio-topbar{grid-template-columns:170px minmax(240px,1fr) auto}.studio-history{display:none}.studio-top-actions button:not(.studio-export):nth-child(2),.studio-top-actions button:not(.studio-export):nth-child(3){display:none}.studio-document input{min-width:180px}.studio-workspace{grid-template-columns:54px 240px 4px minmax(420px,1fr) 0 0!important}.studio-inspector,.studio-splitter:nth-of-type(2){display:none}.studio-open-inspector{display:none}}@media(max-width:820px){.studio-topbar{grid-template-columns:140px 1fr}.studio-top-actions,.studio-brand em{display:none}.studio-workspace{grid-template-columns:52px 0 0 minmax(420px,1fr) 0 0!important}.studio-library,.studio-splitter{display:none}.studio-canvas-scroll{padding:50px 40px}.studio-selection-toolbar{justify-content:flex-start}}:root{--bg:#eef3f5;--panel:#fff;--line:#dce5e8;--text:#17303f;--muted:#72838d;--brand:#0b7a75;--brand2:#1aa098;--soft:#eaf7f5;--selection:#2f87a1;--danger:#b54747;--shadow:0 18px 44px rgba(31,59,70,.12)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,Vazirmatn,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg)}button,input,textarea{font:inherit}button,a{color:inherit}button{cursor:pointer}.primary,.ghost,.icon-button,.export-small{border:1px solid var(--line);border-radius:9px;height:36px;background:#fff}.primary{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:800;padding:0 14px}.primary.wide{width:100%;margin-top:10px}.ghost{padding:0 12px}.export-small{padding:0 11px;color:var(--brand);font-weight:800}.icon-button{width:36px;display:grid;place-items:center;text-decoration:none}.icon-button:disabled{opacity:.35;cursor:not-allowed}.danger{color:var(--danger)}.eyebrow{font-size:9px;letter-spacing:.14em;color:var(--brand);font-weight:900}.brand-v3{display:flex;align-items:center;gap:9px;text-decoration:none;white-space:nowrap}.brand-mark-v3{width:33px;height:33px;border-radius:9px;background:linear-gradient(145deg,var(--brand),#48b9b0);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 8px 18px #0b7a753d}.brand-v3 small{font-size:9px;color:var(--brand);background:var(--soft);border:1px solid #c8e6e2;border-radius:99px;padding:2px 5px}.dashboard-shell-v3{min-height:100vh;display:grid;grid-template-columns:245px 1fr}.dashboard-sidebar{background:#fff;border-right:1px solid var(--line);padding:20px 16px;display:flex;flex-direction:column;gap:26px}.dashboard-sidebar nav{display:grid;gap:5px}.dashboard-sidebar nav a{display:flex;gap:10px;padding:11px 12px;border-radius:10px;text-decoration:none;color:var(--muted)}.dashboard-sidebar nav a:hover,.dashboard-sidebar nav a.active{background:var(--soft);color:var(--brand);font-weight:800}.dashboard-note{margin-top:auto;background:linear-gradient(145deg,#eef9f7,#f8fbfb);border:1px solid #d4ebe8;border-radius:14px;padding:15px;display:grid;gap:6px}.dashboard-note small{font-size:9px;color:var(--brand);font-weight:900;letter-spacing:.12em}.dashboard-note b{font-size:13px}.dashboard-note p{margin:0;font-size:11px;line-height:1.6;color:var(--muted)}.dashboard-main{min-width:0;padding:0 36px 48px}.dashboard-header{height:68px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.search-shell{margin-right:auto;display:flex;align-items:center;gap:8px;width:min(560px,60vw);height:40px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:0 12px;color:var(--muted)}.search-shell input{border:0;outline:0;width:100%;background:transparent}.hero-v3{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:46px 0 28px}.hero-v3 h1{font-size:34px;margin:8px 0;letter-spacing:-1px}.hero-v3 p{max-width:680px;margin:0;color:var(--muted);line-height:1.7}.create-grid-v3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.create-grid-v3>button{min-height:150px;border:1px solid var(--line);background:#fff;border-radius:15px;padding:17px;text-align:left;display:flex;gap:13px;transition:.16s}.create-grid-v3>button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1f3b4614;border-color:#abd7d2}.create-grid-v3>button>span{width:40px;height:40px;border-radius:11px;background:var(--soft);color:var(--brand);display:grid;place-items:center;font-size:21px}.create-grid-v3 small{font-size:8px;color:var(--brand);font-weight:900;letter-spacing:.12em}.create-grid-v3 b{display:block;margin-top:5px}.create-grid-v3 p{font-size:11px;color:var(--muted);line-height:1.55;margin:6px 0 0}.projects-section{padding-top:42px}.section-heading h2{margin:6px 0 15px}.project-grid-v3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.project-card-v3,.new-card-v3{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;text-decoration:none;padding:0 0 12px;text-align:left}.project-card-v3 b,.project-card-v3 small{display:block;padding:0 12px}.project-card-v3 small{font-size:9px;color:var(--muted);margin-top:4px}.project-thumb{height:130px;background:linear-gradient(160deg,#f7fbfb,#edf4f5);margin-bottom:11px;position:relative;padding:16px;color:#a2b2b8;font-size:9px}.project-thumb i{position:absolute;width:48px;height:48px;border-radius:50%;border:3px solid #8cc6c0;background:#ddf0ed;top:43px}.project-thumb i:nth-of-type(1){left:35px}.project-thumb i:nth-of-type(2){left:105px;border-radius:35%}.project-thumb i:nth-of-type(3){left:175px;width:65px;height:3px;border:0;background:#8aa1ab;top:66px}.new-card-v3{min-height:189px;display:grid;place-items:center;align-content:center;gap:5px;color:var(--muted)}.new-card-v3>span,.new-card-v3:first-letter{font-size:28px}.new-card-v3 small{font-size:9px}.editor-shell-v3{height:100vh;display:grid;grid-template-rows:60px 1fr;overflow:hidden}.editor-topbar-v3{display:grid;grid-template-columns:215px 1fr auto;align-items:center;padding:0 14px;background:#fff;border-bottom:1px solid var(--line);z-index:30}.document-meta-v3{display:flex;align-items:center;gap:8px;min-width:0}.document-meta-v3>div{min-width:0}.document-meta-v3 input{width:min(430px,45vw);border:1px solid transparent;background:transparent;border-radius:8px;padding:5px 7px;font-weight:800;outline:0}.document-meta-v3 input:hover,.document-meta-v3 input:focus{border-color:var(--line);background:#fbfcfd}.document-meta-v3 small{display:block;padding-left:8px;font-size:9px;color:var(--muted)}.top-actions-v3{display:flex;gap:6px;align-items:center}.editor-workspace-v3{min-height:0;display:grid;grid-template-columns:68px 294px minmax(500px,1fr) 288px}.tool-rail-v3{background:#fff;border-right:1px solid var(--line);padding:9px 7px;display:flex;flex-direction:column;gap:4px}.tool-rail-v3 button{border:0;background:transparent;border-radius:10px;min-height:56px;color:var(--muted);display:grid;place-items:center;gap:2px}.tool-rail-v3 button span{font-size:19px}.tool-rail-v3 button small{font-size:9px}.tool-rail-v3 button:hover{background:#f5f8f9}.tool-rail-v3 button.active{background:var(--soft);color:var(--brand);font-weight:900}.library-v3,.properties-v3{background:#fff;overflow:auto;padding:15px}.library-v3{border-right:1px solid var(--line)}.properties-v3{border-left:1px solid var(--line)}.library-v3 h2,.properties-v3 h2{font-size:17px;margin:0 0 12px}.search-input-v3{width:100%;height:38px;border:1px solid var(--line);border-radius:9px;padding:0 11px;outline:0}.asset-grid-v3{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.asset-grid-v3 button{height:122px;border:1px solid var(--line);background:#fff;border-radius:11px;display:grid;grid-template-rows:70px auto auto;place-items:center;padding:7px;transition:.15s}.asset-grid-v3 button:hover{border-color:#add8d3;transform:translateY(-1px);box-shadow:0 8px 18px #1f3b4612}.asset-grid-v3 button span{width:70px;height:70px;display:grid;place-items:center}.asset-grid-v3 button svg{max-width:68px;max-height:64px;width:100%;height:100%}.asset-grid-v3 small{font-weight:800;font-size:10px}.asset-grid-v3 em{font-style:normal;color:var(--muted);font-size:8px}.design-list-v3{display:grid;gap:8px}.design-list-v3 button{height:48px;border:1px solid var(--line);background:#fff;border-radius:10px;display:flex;align-items:center;gap:12px;padding:0 13px;font-size:18px}.design-list-v3 button span{font-size:11px;font-weight:700}.muted-copy{font-size:10px;line-height:1.6;color:var(--muted);margin-top:-4px}.data-textarea{width:100%;min-height:150px;border:1px solid var(--line);border-radius:10px;padding:10px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;outline:0}.data-textarea.tall{min-height:190px;font-family:inherit;font-size:11px;line-height:1.6}.two-buttons{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.two-buttons button{height:38px;border:1px solid var(--line);background:#fff;border-radius:9px;font-size:10px;font-weight:800}.info-box-v3{margin-top:10px;background:#f2f7fb;border-radius:9px;padding:10px;color:#4d6f86;font-size:9px;line-height:1.5}.upload-box-v3{min-height:190px;border:1.5px dashed #bdd0d6;border-radius:13px;display:grid;place-items:center;align-content:center;text-align:center;gap:7px;color:var(--muted);background:#fafcfd;cursor:pointer;padding:20px}.upload-box-v3:first-letter{font-size:28px}.upload-box-v3 b{color:var(--text);font-size:12px}.upload-box-v3 small{font-size:9px;line-height:1.5}.canvas-viewport-v3{position:relative;overflow:auto;background:#edf2f4;display:grid;place-items:center;padding:78px 78px 72px}.context-bar-v3{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:22;background:#fff;border:1px solid var(--line);border-radius:10px;padding:5px;display:flex;gap:3px;box-shadow:0 8px 22px #1e3c4614;min-height:41px}.context-bar-v3 button{height:30px;border:0;background:transparent;border-radius:7px;padding:0 9px;color:#596c77;font-size:10px}.context-bar-v3 button:hover{background:#f2f6f7}.context-bar-v3 span{display:flex;align-items:center;padding:0 10px;font-size:9px;color:var(--muted)}.artboard-scale-v3{transform-origin:center;transition:transform .1s ease}.artboard-v3{position:relative;box-shadow:var(--shadow);overflow:hidden}.canvas-object-v3{position:absolute;cursor:move;-webkit-user-select:none;user-select:none;transform-origin:center center;touch-action:none}.canvas-object-v3.selected{outline:1px dashed rgba(47,135,161,.7);outline-offset:2px}.canvas-object-v3.locked{cursor:not-allowed}.text-v3{display:flex;align-items:center;line-height:1.2;padding:2px 5px}.asset-object-v3{display:grid;place-items:center}.asset-object-v3>svg{width:100%;height:100%;display:block}.plot-object-v3>svg{display:block}.guide-v3{position:absolute;background:#e0559d;z-index:80;pointer-events:none}.guide-v3.vertical{top:0;bottom:0;width:1px}.guide-v3.horizontal{left:0;right:0;height:1px}.selection-box-v3{position:absolute;border:1.5px solid var(--selection);z-index:100;pointer-events:none}.resize-handle-v3,.rotate-handle-v3{position:absolute;width:11px;height:11px;border:1.5px solid var(--selection);background:#fff;border-radius:2px;padding:0;pointer-events:auto}.resize-handle-v3.nw{left:-6px;top:-6px;cursor:nwse-resize}.resize-handle-v3.ne{right:-6px;top:-6px;cursor:nesw-resize}.resize-handle-v3.se{right:-6px;bottom:-6px;cursor:nwse-resize}.resize-handle-v3.sw{left:-6px;bottom:-6px;cursor:nesw-resize}.rotate-line-v3{position:absolute;left:50%;top:-29px;width:1px;height:22px;background:var(--selection)}.rotate-handle-v3{left:50%;top:-38px;transform:translate(-50%);border-radius:50%;cursor:grab}.zoom-controls-v3{position:absolute;bottom:13px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:5px;box-shadow:0 8px 20px #19374414;z-index:20}.zoom-controls-v3 button{height:29px;min-width:30px;border:1px solid var(--line);background:#fff;border-radius:7px}.zoom-controls-v3 span{min-width:48px;text-align:center;font-size:10px;font-weight:800}.properties-head{display:flex;align-items:flex-start;justify-content:space-between}.properties-v3 section{border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.properties-v3 h3{font-size:10px;margin:0 0 9px;text-transform:uppercase;letter-spacing:.05em}.field-grid-v3{display:grid;grid-template-columns:1fr 1fr;gap:8px}.field-grid-v3 label{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:5px;font-size:9px;color:var(--muted)}.field-grid-v3 input,.full-input-v3 input{width:100%;height:31px;border:1px solid var(--line);border-radius:7px;padding:0 7px}.range-v3{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;font-size:10px;color:var(--muted)}.range-v3 input{width:100%}.swatches-v3{display:flex;gap:6px;margin-top:11px}.swatches-v3 button{width:28px;height:28px;border-radius:7px;border:2px solid #fff;box-shadow:0 0 0 1px var(--line)}.full-input-v3{display:grid;gap:5px;margin-top:12px;font-size:9px;color:var(--muted)}.layers-v3{display:grid;gap:4px}.layers-v3 button{height:37px;border:1px solid transparent;background:transparent;border-radius:7px;display:grid;grid-template-columns:20px 1fr auto;align-items:center;text-align:left;gap:6px;padding:0 7px;font-size:10px}.layers-v3 button:hover{background:#f5f8f9}.layers-v3 button.active{background:var(--soft);border-color:#c9e7e3;color:var(--brand);font-weight:800}.layers-v3 i{font-style:normal;width:18px;height:18px;border-radius:5px;background:#e9eff1;display:grid;place-items:center;font-size:8px}.layers-v3 em{font-style:normal;font-size:8px}.architecture-badge-v3{margin-top:15px;background:#f5f8f9;border-radius:9px;padding:10px;display:grid;gap:3px}.architecture-badge-v3 b{font-size:9px;color:var(--brand)}.architecture-badge-v3 span{font-size:8px;color:var(--muted);line-height:1.5}[dir=rtl] .document-meta-v3 small{padding-left:0;padding-right:8px}[dir=rtl] .dashboard-sidebar,[dir=rtl] .tool-rail-v3,[dir=rtl] .library-v3{border-right:0;border-left:1px solid var(--line)}[dir=rtl] .properties-v3{border-left:0;border-right:1px solid var(--line)}[dir=rtl] .layers-v3 button{text-align:right}@media(max-width:1250px){.editor-workspace-v3{grid-template-columns:64px 260px minmax(500px,1fr)}.properties-v3{display:none}.editor-topbar-v3{grid-template-columns:180px 1fr auto}.top-actions-v3 .ghost{display:none}.create-grid-v3,.project-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.dashboard-shell-v3{grid-template-columns:1fr}.dashboard-sidebar{display:none}.dashboard-main{padding:0 18px 36px}.create-grid-v3,.project-grid-v3{grid-template-columns:1fr}.hero-v3{align-items:flex-start;flex-direction:column}.editor-workspace-v3{grid-template-columns:58px 220px minmax(420px,1fr)}.editor-topbar-v3{grid-template-columns:150px 1fr}.top-actions-v3{display:none}}.home-shell{display:block;min-height:100vh}.home-sidebar{height:72px;width:100%;position:sticky;top:0;z-index:60;padding:0 clamp(18px,3.2vw,52px);border-inline-end:0;border-bottom:1px solid rgba(220,230,233,.88);background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-shadow:0 8px 26px #1e384309}.home-sidebar-top{width:100%;display:flex;align-items:center;gap:clamp(24px,4vw,64px)}.home-brand{flex:0 0 auto;padding:0}.home-brand-mark{width:38px;height:38px;border-radius:11px}.home-brand>span:last-child{min-width:92px}.home-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-inline:auto;min-width:0}.home-nav a{height:40px;min-width:auto;padding:0 12px;border-radius:10px;display:flex;align-items:center;gap:7px;white-space:nowrap;font-size:11px}.home-nav a svg{width:17px;height:17px}.home-nav em{min-width:19px;height:19px;padding:0 5px}.home-sidebar-bottom{display:none}.home-main{width:100%;min-width:0}.home-topbar{top:72px;height:62px;z-index:45;padding:0 clamp(18px,3.2vw,52px);background:#f4f7f8e6}.home-search-wrap{width:min(720px,62vw)}.home-content{width:min(1540px,100%);padding:30px clamp(20px,3.6vw,58px) 72px}.home-hero{min-height:430px;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr)}.home-hero-copy{padding-inline-start:clamp(42px,5vw,76px);padding-inline-end:18px}.home-hero h1{max-width:760px;font-size:clamp(36px,3.45vw,55px)}.home-hero-copy>p{max-width:720px}.home-hero-visual{min-height:430px}.home-section{scroll-margin-top:150px}@media(max-width:1100px){.home-sidebar{height:auto;min-height:68px;padding:10px 22px}.home-sidebar-top{gap:18px}.home-nav{justify-content:flex-end;overflow-x:auto;scrollbar-width:none}.home-nav::-webkit-scrollbar{display:none}.home-nav a{padding:0 9px}.home-topbar{top:68px}.home-hero{grid-template-columns:1fr 390px}}@media(max-width:820px){.home-sidebar{position:sticky;padding:10px 14px}.home-sidebar-top{display:grid;grid-template-columns:auto 1fr;gap:12px}.home-brand>span:last-child{display:none}.home-nav{width:100%;justify-content:flex-start}.home-nav a{height:38px;padding:0 9px;font-size:10px}.home-nav a span{display:inline}.home-topbar{top:58px;height:58px;padding:0 14px}.home-search-wrap{width:100%;max-width:none}.home-top-actions{margin-inline-start:8px}.home-avatar{display:none}.home-content{padding:22px 14px 56px}.home-hero{min-height:0;grid-template-columns:1fr}.home-hero-copy{padding:38px 28px 18px}.home-hero-visual{min-height:330px}.home-section{scroll-margin-top:130px}}@media(max-width:560px){.home-sidebar{position:relative}.home-sidebar-top{grid-template-columns:40px minmax(0,1fr)}.home-nav a span{display:none}.home-nav a{width:38px;justify-content:center;padding:0}.home-nav em{position:absolute;margin-top:-25px;margin-inline-start:18px}.home-topbar{top:0;position:sticky}.home-language{min-width:39px}}.asset-mode-tabs{display:flex;gap:6px;margin:10px 0}.asset-mode-tabs button,.export-presets button,.property-actions button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 9px;font-size:10px}.asset-mode-tabs button.active,.export-presets button.active,.property-actions button.active{background:var(--soft);border-color:#b9dfda;color:var(--brand);font-weight:800}.asset-category-select{width:100%;height:35px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 9px;margin-bottom:10px}.asset-card-wrap{position:relative}.asset-card-wrap .asset-main{width:100%}.asset-favorite{position:absolute!important;top:5px;right:5px!important;width:24px!important;height:24px!important;min-height:0!important;padding:0!important;border-radius:50%!important;background:#ffffffe6!important;color:#9ca9ae!important;z-index:3}.asset-favorite.active{color:#d89b24!important}.asset-empty{grid-column:1/-1;padding:28px 10px;text-align:center;font-size:10px;color:var(--muted)}.inspector-tabs{grid-template-columns:repeat(4,minmax(0,1fr)) 28px!important}.inspector-tabs>button{font-size:9px!important;padding:0 4px!important}.symbol-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin:9px 0}.symbol-grid button{height:28px;border:1px solid var(--line);background:#fff;border-radius:6px;font-size:12px}.property-hint{font-size:9px;color:var(--muted)}.connector-bindings{display:grid;gap:7px;margin:8px 0}.connector-bindings label{display:grid;gap:4px;font-size:9px;color:var(--muted)}.connector-bindings select{height:33px;border:1px solid var(--line);border-radius:7px;background:#fff}.layers-panel-v2{padding:10px}.studio-search.compact{margin-bottom:8px}.layer-group{display:grid;gap:3px}.layer-group-title{height:30px;border:0;background:#f5f8f9;border-radius:7px;display:flex;align-items:center;gap:7px;padding:0 8px;font-size:9px;color:var(--muted)}.layer-group-title small{margin-inline-start:auto}.studio-layers>div[draggable=true]{cursor:grab}.quality-panel,.export-panel-v2{padding:14px}.quality-score{display:flex;align-items:center;gap:12px;background:linear-gradient(145deg,#eef8f6,#f8fbfb);border:1px solid #d6e9e6;border-radius:12px;padding:13px}.quality-score>strong{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--brand);font-size:18px}.quality-score div{display:grid;gap:3px}.quality-score b{font-size:11px}.quality-score small{font-size:8px;color:var(--muted)}.quality-list{display:grid;gap:7px;margin-top:12px}.quality-issue{width:100%;border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px;display:grid;grid-template-columns:24px 1fr;gap:8px;text-align:start}.quality-issue i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px}.quality-issue.warning i{background:#fff3d9;color:#a36c00}.quality-issue.error i{background:#ffe8e8;color:#b74242}.quality-issue.info i{background:#e9f2fb;color:#3b739c}.quality-issue span{display:grid;gap:3px}.quality-issue b{font-size:10px}.quality-issue small{font-size:8px;line-height:1.45;color:var(--muted)}.quality-empty{background:#edf8f4;color:#32735c;border-radius:9px;padding:12px;font-size:10px}.export-card{background:linear-gradient(145deg,#f1f8f7,#f8fbfb);border:1px solid #d7e7e4;border-radius:12px;padding:13px}.export-card small{font-size:8px;letter-spacing:.12em;color:var(--brand);font-weight:900}.export-card h2{font-size:16px;margin:5px 0}.export-card p{font-size:9px;line-height:1.5;color:var(--muted);margin:0}.export-panel-v2 section{margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}.export-panel-v2 h3{font-size:9px;letter-spacing:.06em}.export-presets{display:flex;gap:6px;flex-wrap:wrap}.export-presets.wrap button{display:grid;gap:2px}.export-presets small{font-size:7px;color:var(--muted)}.export-toggle{display:flex;align-items:center;gap:7px;margin:13px 0;font-size:10px}.export-actions-v2{display:grid;grid-template-columns:1fr 1fr;gap:7px}.export-actions-v2 button,.export-selection button{height:36px;border:1px solid var(--line);background:#fff;border-radius:8px}.export-actions-v2 .primary{background:var(--brand);color:#fff;border-color:var(--brand)}.export-selection{margin-top:13px;border-top:1px solid var(--line);padding-top:12px}.export-selection>b{font-size:9px}.export-selection>div{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:7px}@media(max-width:1100px){.inspector-tabs>button{font-size:8px}.symbol-grid{grid-template-columns:repeat(5,1fr)}}.preview-drug-mechanism,.preview-cell-interaction,.preview-disease-mechanism{position:relative;overflow:hidden}.preview-drug-mechanism:before,.preview-disease-mechanism:before{content:"";position:absolute;left:12%;top:42%;width:18%;height:22%;border:2px solid #79b9b2;border-radius:9px;background:#eef8f6;box-shadow:56px 0 0 -1px #f2eef9,112px 0 0 -1px #fff4ec}.preview-drug-mechanism:after,.preview-disease-mechanism:after{content:"→   →";position:absolute;left:34%;top:46%;font:700 17px/1 Inter,sans-serif;letter-spacing:26px;color:#7f929a}.preview-cell-interaction:before,.preview-cell-interaction:after{content:"";position:absolute;top:29%;width:30%;aspect-ratio:1;border-radius:50%;border:2px solid #75b7b0;background:radial-gradient(circle at 50% 50%,#b7ded9 0 18%,transparent 19%),#eef8f6}.preview-cell-interaction:before{left:12%}.preview-cell-interaction:after{right:12%;border-color:#87a8c2;background:radial-gradient(circle at 50% 50%,#bfd0df 0 18%,transparent 19%),#eef4fa}.preview-cell-interaction{background-image:linear-gradient(90deg,transparent 44%,#d7a54c 44% 48%,transparent 48% 52%,#78919b 52% 56%,transparent 56%)}.studio-shell{--bg:#edf1f5;--line:#e2e8ed;--ink:#203747;--muted:#637583;--brand:#087f79;--soft:#e6f5f2;font-size:14px;grid-template-rows:76px minmax(0,1fr);height:100dvh;font-family:Inter,Vazirmatn,system-ui,sans-serif}.studio-shell[dir=rtl]{font-family:Vazirmatn,Inter,system-ui,sans-serif}.studio-shell :is(button,a,input,select,textarea):focus-visible{outline:3px solid #39a99d;outline-offset:3px}.studio-shell button{transition:background .16s,border-color .16s,box-shadow .16s;color:var(--ink)}.studio-shell button:disabled{opacity:.42;cursor:default}.studio-shell :is(input,select,textarea){accent-color:var(--brand)}.studio-shell :is(.studio-library,.studio-inspector,.studio-canvas-scroll,.studio-selection-toolbar){scrollbar-width:thin;scrollbar-color:#b9c8d0 transparent}.studio-topbar{grid-template-columns:218px minmax(160px,1fr) auto auto;padding:0 20px;gap:18px;box-shadow:0 2px 12px #243c4a05}.studio-brand{gap:10px}.studio-brand>span{width:40px;height:40px;border-radius:12px;box-shadow:0 4px 10px #087f7920;font-size:22px}.studio-brand strong{font-size:19px;letter-spacing:-.5px}.studio-brand em{font-size:12px;max-width:56px;line-height:1.35}.studio-document input{font-size:16px;font-weight:650;min-width:0;width:100%;max-width:440px;height:32px}.studio-document>div{width:min(100%,440px)}.studio-document small{font-size:12px;padding-inline-start:8px;padding-left:0;gap:6px}.studio-document small i{width:5px;height:5px}.studio-icon-btn,.studio-history button,.studio-top-actions button{height:38px;border-radius:9px}.studio-icon-btn{width:38px;flex-shrink:0}.studio-history button{width:36px}.studio-top-actions{gap:7px}.studio-top-actions button{font-size:14px;font-weight:600;padding:0 13px}.studio-top-actions .studio-export{padding:0 21px;box-shadow:0 3px 8px #087f7920}.studio-top-actions button:hover:not(:disabled){background:var(--soft);border-color:#9fccc6}.studio-top-actions .studio-export:hover{background:#066b66;color:#fff}.studio-rail{padding:14px 5px;background:#f8fafb;gap:10px}.studio-rail button{min-height:62px;border-radius:10px;gap:5px}.studio-rail button span{font-size:23px;line-height:1}.studio-rail button small{font-size:12px}.studio-rail button.active{box-shadow:inset 0 0 0 1px #c7e8e1;background:#e4f3ef}.studio-library{padding:20px 16px}.studio-panel-heading{margin-bottom:20px;align-items:center}.studio-panel-heading small,.property-selection small{font-size:12px;letter-spacing:.07em}.studio-panel-heading h2{font-size:20px;font-weight:700;margin-top:5px}.studio-panel-heading>button{width:30px;height:30px;font-size:21px}.studio-search{height:42px;border-radius:10px;background:#f8fafb}.studio-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #087f7910}.asset-mode-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:4px;border-radius:10px;background:#f0f4f6;margin:14px 0}.asset-mode-tabs button{font-size:14px;border:0;background:transparent;padding:7px 3px;border-radius:7px;color:var(--muted);white-space:nowrap}.asset-mode-tabs button.active{background:#fff;box-shadow:0 1px 4px #17303f14;color:var(--brand);font-weight:600}.asset-category-select{font-size:14px;height:40px;margin:0 0 6px;color:var(--ink)}.studio-assets{gap:10px;margin-top:12px}.studio-assets .asset-main{height:146px;padding:12px 6px 10px;grid-template-rows:82px auto auto;border-radius:12px;gap:3px;background:linear-gradient(180deg,#f9fbfc,#fff 80%)}.studio-assets .asset-main:hover{border-color:#78bcb1;box-shadow:0 5px 15px #183d4710;transform:translateY(-2px)}.studio-assets .asset-main>span{width:78px;height:78px}.studio-assets svg{max-width:74px;max-height:74px}.studio-assets b{font-size:14px;font-weight:600;line-height:1.3}.studio-assets small{font-size:12px;line-height:1.3}.studio-assets .asset-favorite{display:grid;grid-template-rows:1fr;place-items:center;border:0;box-shadow:none;font-size:16px;right:7px!important;top:7px;background:transparent!important;transform:none}.asset-empty{font-size:14px;line-height:1.7}.studio-rail{grid-column:1;grid-row:1}.studio-library{grid-column:2;grid-row:1}.studio-inspector{grid-column:6;grid-row:1}.studio-canvas-zone{grid-column:4;grid-row:1;background:var(--bg);grid-template-rows:54px minmax(0,1fr) 48px}.studio-selection-toolbar{justify-content:safe center;background:#f8fafbd9;gap:6px}.studio-selection-toolbar>span{font-size:14px;color:var(--muted)}.studio-selection-toolbar button{font-size:14px;height:34px;font-weight:500}.studio-canvas-scroll{direction:ltr;display:flex;align-items:safe center;justify-content:safe center;padding:32px;background-size:22px 22px;background-image:radial-gradient(circle,#b9c8d480 .8px,transparent .8px)}.studio-artboard-scale{flex-shrink:0;position:relative;transition:none}.studio-artboard{position:absolute;top:0;left:0;box-shadow:0 0 0 1px #2037470a,0 10px 35px #20374716,0 2px 6px #2037470a}.studio-statusbar{font-size:12px;padding:0 16px;gap:8px;background:#fafcfd}.studio-statusbar button{height:30px;min-width:30px;color:var(--muted);background:transparent;border-color:transparent;font-size:14px}.studio-statusbar button:hover{background:var(--soft);color:var(--brand)}.studio-statusbar>div{padding:3px;background:#edf2f5;border-radius:9px;direction:ltr}.studio-statusbar div span{font-size:12px}.inspector-tabs{height:55px;padding:0 10px;position:sticky;top:0;background:#fff;z-index:5}.studio-shell .inspector-tabs>button{font-size:14px!important;font-weight:600;height:46px}.studio-shell .inspector-tabs .collapse-inspector{font-size:21px!important}.studio-properties{padding:22px 18px}.property-selection{padding:16px;background:#f5f8fa;border:1px solid #e7edf1;border-radius:12px;gap:6px}.property-selection h2{font-size:18px;font-weight:650}.property-selection>span{font-size:12px}.studio-properties section{margin-top:22px;padding-top:20px}.studio-properties h3{font-size:14px;font-weight:600;letter-spacing:0;margin-bottom:14px}.property-grid{gap:10px}.property-grid label{font-size:12px;grid-template-columns:auto minmax(0,1fr);gap:7px}.property-grid input,.property-grid select{height:38px;font-size:14px;border-radius:8px;background:#fafcfd;min-width:0}.property-grid input:disabled{background:#f0f4f6;border-color:#e9eef1}.property-actions button{height:auto;min-height:36px;font-size:14px;padding:7px;line-height:1.5}.property-range{font-size:12px;grid-template-columns:auto minmax(0,1fr) 36px}.property-range input{min-width:0;width:100%}.property-color,.property-stack,.connector-bindings label{font-size:14px;line-height:1.5}.property-stack select,.property-stack textarea{font-size:14px}.property-hint{font-size:12px;line-height:1.6}.symbol-grid button{height:32px;font-size:14px}.studio-open-inspector{font-size:14px;top:66px;box-shadow:0 3px 12px #20374712}.studio-elements h3{font-size:14px;letter-spacing:0}.studio-elements button{min-height:85px}.studio-elements button b{font-size:14px}.studio-upload label b{font-size:16px}.studio-upload label small,.studio-upload p{font-size:12px;line-height:1.7}.layer-main{height:50px}.layer-main b{font-size:14px}.layer-main small,.layer-group-title,.layer-group-title small{font-size:12px}.layer-actions button{font-size:14px}.layer-main i{font-size:12px}.studio-layers>div{min-height:52px}.quality-panel,.export-panel-v2{padding:18px}.quality-score b,.quality-issue b,.export-presets button,.export-toggle,.export-panel-v2 h3,.export-selection>b{font-size:14px}.quality-score small,.quality-issue small,.export-card p,.export-card small,.export-presets small{font-size:12px;line-height:1.6}.quality-empty{font-size:14px}.studio-context-menu{width:220px;padding:6px}.studio-context-menu button{font-size:14px;height:36px}.studio-context-menu kbd{font-size:12px}@media(max-width:1180px){.studio-topbar{grid-template-columns:180px minmax(120px,1fr) auto auto;gap:10px}.studio-history{display:flex}.studio-top-actions button:not(.studio-export):nth-child(2),.studio-top-actions button:not(.studio-export):nth-child(3){display:inline-grid}.studio-workspace{grid-template-columns:58px 280px 4px minmax(0,1fr) 0 0!important}.library-closed .studio-workspace{grid-template-columns:58px 0 0 minmax(0,1fr) 0 0!important}.studio-inspector{display:block;position:absolute;inset-inline-end:0;top:0;bottom:0;width:320px;max-width:calc(100% - 58px);z-index:40;box-shadow:0 12px 40px #20374725}.studio-open-inspector{display:block}.studio-splitter{display:none}}@media(max-width:820px){.studio-topbar{grid-template-columns:110px minmax(0,1fr) auto;gap:8px;padding:0 12px}.studio-brand em,.studio-history{display:none}.studio-brand strong{font-size:16px}.studio-brand>span{width:32px;height:32px}.studio-top-actions{display:flex}.studio-top-actions button{padding:0 9px;font-size:12px}.studio-top-actions .studio-export{padding:0 12px}.studio-document input{font-size:14px;min-width:0;max-width:100%}.studio-icon-btn{display:none}.studio-workspace,.library-closed .studio-workspace{grid-template-columns:58px 0 0 minmax(0,1fr) 0 0!important}.studio-library{display:block;position:absolute;inset-inline-start:58px;top:0;bottom:0;width:280px;max-width:calc(100% - 58px);z-index:35;box-shadow:0 12px 40px #20374725}.studio-selection-toolbar{justify-content:flex-start}.studio-statusbar{padding:0 8px;grid-template-columns:1fr auto}.studio-statusbar>span:last-child{display:none}.studio-statusbar>span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}@media(max-width:560px){.studio-shell{grid-template-rows:110px minmax(0,1fr)}.studio-topbar{grid-template-columns:105px minmax(0,1fr);grid-template-rows:56px 44px;gap:0 8px}.studio-top-actions{grid-column:1/-1;justify-content:flex-end;gap:6px}.studio-top-actions button{height:32px}.studio-selection-toolbar>span{font-size:12px}.studio-statusbar{grid-template-columns:1fr}.studio-statusbar>span:first-child{display:none}.studio-statusbar>div{justify-self:center}.studio-canvas-scroll{padding:24px}}@media(prefers-reduced-motion:reduce){.studio-shell button{transition:none}.studio-assets .asset-main:hover{transform:none}}.studio-shell{--brand:#087f79;--ink:#23384c;--line:#dce4eb;--muted:#65778a;--soft:#e5f4f1;grid-template-rows:64px auto minmax(0,1fr);background:#e8edf2}.studio-ui-icon{width:20px;height:20px;flex:0 0 20px;vertical-align:middle;display:inline-block}.studio-topbar{background:#fff;gap:16px;padding:0 18px;grid-template-columns:205px minmax(140px,1fr) auto auto}.studio-brand>span{background:#087f79;box-shadow:none;border-radius:9px;width:36px;height:36px}.studio-brand em{font-size:12px}.studio-brand strong{font-size:18px}.studio-top-actions button{display:inline-flex;justify-content:center;align-items:center;gap:7px;font-size:14px;font-weight:550;height:36px;border-radius:7px}.studio-top-actions .studio-export{box-shadow:none;background:#087f79}.studio-top-actions button svg{width:17px;height:17px;flex-basis:17px}.studio-history{border-inline-end:1px solid var(--line);padding-inline-end:14px}.studio-history button{border:0;background:transparent}.studio-history button:hover:not(:disabled){background:#edf3f7}.studio-document input{font-size:15px}.studio-document small{font-size:12px}.studio-command-deck{position:relative;z-index:25;min-width:0;box-shadow:0 3px 8px #23384c06}.studio-command-row{display:flex;align-items:center;min-height:50px;padding:0 12px;gap:12px;background:#f8fafc;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:thin;scrollbar-color:#b8c6d2 transparent}.studio-library-tabs{display:flex;gap:4px;flex-shrink:0;align-self:stretch;padding:6px 0;padding-inline-end:12px;border-inline-end:1px solid var(--line)}.studio-library-tabs button,.ribbon-inspector-toggle{display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;padding:0 12px;min-height:36px;border-radius:7px;border:1px solid transparent;background:transparent;color:#51687c;font-size:14px;font-weight:550}.studio-library-tabs button.active{background:#e0f1ed;border-color:#b9ded5;color:#06736b}.studio-library-tabs button:hover,.ribbon-inspector-toggle:hover{background:#eaf0f5}.studio-library-tabs button.active .studio-ui-icon{color:#087f79}.ribbon-inspector-toggle{margin-inline-start:auto;flex-shrink:0}.ribbon-inspector-toggle[aria-pressed=true]{background:#e4edf5;color:#315b82}.studio-command-row .studio-selection-toolbar{overflow:visible;flex-shrink:0;background:transparent;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;gap:9px;justify-content:flex-start}.studio-selection-toolbar .toolbar-group{gap:3px;margin:0;padding-inline-end:9px;border-color:#d9e1e8}.studio-selection-toolbar button{display:grid;place-items:center;width:34px;min-width:34px;height:34px;border:1px solid transparent;padding:6px;border-radius:6px;background:transparent;color:#465e73}.studio-selection-toolbar button:hover:not(:disabled){background:#e1eee9;border-color:#b7d9d1;color:#08756d}.studio-selection-toolbar button.danger:hover:not(:disabled){background:#ffeded;border-color:#f0c2c2;color:#bc4141}.studio-selection-toolbar button:disabled{opacity:.28}.studio-selection-toolbar .align-group>span{display:flex}.studio-property-bar{display:flex;gap:0;align-items:stretch;background:#fff;padding:10px 14px;min-height:82px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#b8c6d2 transparent}.studio-property-bar>section{border-inline-start:1px solid #e2e8ed;padding:0 18px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;gap:7px}.studio-property-bar h3{margin:0;color:#62778a;font-size:12px;font-weight:550;line-height:1.4}.ribbon-selection{display:flex;align-items:center;gap:10px;width:195px;min-width:160px;flex-shrink:0;padding-inline-end:16px}.ribbon-selection>.studio-ui-icon{color:#087f79;background:#e9f5f2;box-sizing:content-box;padding:9px;border-radius:9px}.ribbon-selection>div{min-width:0;display:grid;gap:4px}.ribbon-selection small{font-size:12px;color:#728397;line-height:1.3}.ribbon-selection strong{font-size:14px;font-weight:600;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#23384c}.studio-property-bar .property-grid{grid-template-columns:repeat(4,90px);gap:7px;direction:ltr}.studio-property-bar .property-grid label{display:flex;align-items:center;gap:0;border:1px solid #d8e2eb;border-radius:6px;background:#f8fafc;overflow:hidden}.studio-property-bar .property-grid label:focus-within{border-color:#33998c;box-shadow:0 0 0 2px #33998c15}.studio-property-bar .property-grid label>span{font-size:12px;color:#5d7388;padding-inline:8px;min-width:27px}.studio-property-bar .property-grid input{width:61px;min-width:0;height:30px;border:0;border-inline-start:1px solid #e2e9ef;border-radius:0;background:#fff;padding:0 5px;font-size:14px;color:#253e55;font-variant-numeric:tabular-nums}.studio-property-bar .property-grid input:focus-visible{outline-offset:-2px}.studio-property-bar .property-grid input:disabled{background:#f3f6f8;color:#8493a1}.studio-property-bar .property-actions{gap:6px}.studio-property-bar .property-actions button{display:flex;align-items:center;gap:6px;min-height:32px;padding:4px 9px;font-size:14px;white-space:nowrap;border-radius:6px;background:#fff}.studio-property-bar .property-actions button svg{width:16px;height:16px;flex-basis:16px}.studio-property-bar .property-range{min-width:220px;grid-template-columns:auto 100px 38px;font-size:12px;gap:10px;min-height:32px;margin:0}.studio-property-bar .property-range em{font-variant-numeric:tabular-nums}.studio-property-bar .property-color{margin:0;position:relative;font-size:12px;gap:8px}.studio-property-bar>section:last-child{display:grid;grid-template-columns:auto auto;align-content:center;column-gap:16px;row-gap:7px}.studio-property-bar>section:last-child h3{grid-column:1/-1}.studio-property-bar .property-color input{width:30px;height:28px}.studio-canvas-zone{grid-template-rows:minmax(0,1fr) 42px}.studio-canvas-scroll{background-color:#e9eef3;background-image:radial-gradient(circle,#adbdca75 .75px,transparent .75px);background-size:20px 20px}.studio-statusbar{background:#f7f9fb}.studio-statusbar>div{background:#e7edf3;border-radius:6px}.studio-statusbar button{height:27px}.studio-artboard{box-shadow:0 0 0 1px #cad4df,0 12px 32px #213b5417}.studio-library{padding:18px 14px;background:#fff}.studio-panel-heading small{font-size:12px;letter-spacing:.04em;color:#728397}.studio-panel-heading h2{font-size:18px}.studio-panel-heading{margin-bottom:16px}.studio-panel-heading>button{display:grid;place-items:center;border-radius:6px;background:transparent}.studio-panel-heading>button:hover{background:#edf3f7}.studio-search{border-radius:7px;background:#f6f9fb;height:38px;gap:8px}.studio-search .studio-ui-icon{width:17px;height:17px;flex-basis:17px;color:#768b9e}.asset-mode-tabs{padding:3px;background:#edf2f6;border-radius:7px;gap:2px}.asset-mode-tabs button{display:flex;align-items:center;justify-content:center;gap:5px;border-radius:5px;font-size:14px;font-weight:500}.asset-mode-tabs button .studio-ui-icon{width:14px;height:14px;flex-basis:14px}.asset-mode-tabs button.active{box-shadow:0 1px 3px #223c5110}.asset-category-select{height:36px;border-radius:7px;color:#536a80}.studio-assets{gap:9px}.studio-assets .asset-main{height:140px;border-radius:9px;border-color:#e0e7ee;background:linear-gradient(#f8fafc,#fff)}.studio-assets .asset-main>span{background:transparent}.studio-assets .asset-main b{font-size:14px;color:#2c4257}.studio-assets .asset-main small{font-size:12px;color:#74879a}.studio-assets .asset-favorite{width:24px!important;height:24px!important;display:grid;place-items:center;right:5px!important;top:5px;color:#8496a5!important}.studio-assets .asset-favorite .studio-ui-icon{width:15px;height:15px;max-width:none;max-height:none}.studio-assets .asset-favorite.active{color:#bb861e!important}.studio-assets .asset-favorite.active svg{fill:#f9e8b6}.studio-assets .asset-favorite:hover{background:#e9f0f5!important}.studio-inspector{background:#fbfcfd}.inspector-tabs{height:66px;background:#f7f9fb;align-items:center;padding:0 6px}.studio-shell .inspector-tabs>button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;height:54px;font-size:12px!important;font-weight:550;border-radius:7px;border-bottom:0}.studio-shell .inspector-tabs>button.active{background:#e4f2ee;color:#08776e;border:1px solid #bedfd6}.studio-shell .inspector-tabs>button:hover{background:#edf2f6}.studio-shell .inspector-tabs .collapse-inspector{height:30px}.studio-properties{padding:16px}.property-selection{background:#eff4f8;border-radius:9px;padding:14px}.property-selection small{font-size:12px;color:#62778b}.property-selection h2{font-size:16px}.property-hint{color:#687e92;line-height:1.8}.studio-open-inspector{display:none!important}.studio-elements button{border-radius:8px;background:#fbfcfe}.studio-elements button span .studio-ui-icon{width:24px;height:24px}.studio-elements button b{font-weight:550}.studio-upload label,.studio-context-menu{border-radius:9px}.studio-context-menu button{border-radius:5px}@media(max-width:1180px){.studio-workspace{grid-template-columns:0 276px 4px minmax(0,1fr) 0 0!important}.library-closed .studio-workspace{grid-template-columns:0 0 0 minmax(0,1fr) 0 0!important}.studio-topbar{grid-template-columns:170px minmax(100px,1fr) auto auto;gap:10px}.studio-history{padding-inline-end:8px}.studio-property-bar>section{padding-inline:14px}.ribbon-selection{width:175px}.studio-inspector{grid-area:auto;inset-inline-end:0;width:310px;max-width:100%}.ribbon-inspector-toggle{position:sticky;inset-inline-end:-12px;background:#f8fafc;box-shadow:0 0 12px #f8fafc}}@media(max-width:820px){.studio-workspace,.library-closed .studio-workspace{grid-template-columns:0 0 0 minmax(0,1fr) 0 0!important}.studio-library{grid-area:auto;inset-inline-start:0;max-width:100%;width:280px}.studio-topbar{grid-template-columns:110px minmax(0,1fr) auto}.studio-history{display:none}.studio-top-actions button{padding:0 8px}.studio-top-actions button svg{display:none}.studio-property-bar{padding:8px;min-height:78px}.studio-command-row{gap:8px;padding:0 8px}.studio-library-tabs{padding-inline-end:8px}.studio-library-tabs button{gap:6px;padding:0 9px}.ribbon-selection{width:155px;min-width:155px}.studio-inspector{max-width:100%}.studio-statusbar>div{justify-self:center}}@media(max-width:560px){.studio-shell{grid-template-rows:100px auto minmax(0,1fr)}.studio-topbar{grid-template-columns:105px minmax(0,1fr);grid-template-rows:52px 40px;gap:0 8px}.studio-top-actions{grid-column:1/-1;justify-content:flex-end}.studio-top-actions button{height:30px}.studio-library-tabs button{font-size:14px}.studio-property-bar .property-grid{grid-template-columns:repeat(4,84px)}.studio-property-bar .property-grid input{width:55px}.ribbon-selection{width:140px;min-width:140px}.ribbon-selection>.studio-ui-icon{display:none}.studio-canvas-scroll{padding:24px}.studio-statusbar{grid-template-columns:1fr}}.library-splitter{grid-column:3;grid-row:1}.inspector-splitter{grid-column:5;grid-row:1}.ribbon-unit{display:inline-block;margin-inline-start:5px;padding:0 4px;border:1px solid #dce5ed;border-radius:3px;color:#7c8ea0;font-size:12px;font-weight:400}.studio-shell{--brand:#2476c6;--brand-dark:#175eaa;--ink:#344052;--muted:#748295;--line:#e0e6ee;--soft:#eaf2fc;grid-template-rows:74px auto minmax(0,1fr) 54px;background:#f6f7fb}.studio-shell :is(button,a,input,select,textarea):focus-visible{outline-color:#3787df}.studio-topbar{grid-row:1;direction:ltr;display:flex;gap:7px;padding:10px 14px 8px 6px;min-width:0;background:transparent;border:0;box-shadow:none;z-index:60}.reference-document-card{height:52px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 2px 4px #263b5010;padding:0 12px;max-width:460px;min-width:0}.studio-brand{gap:7px;padding-inline-end:10px;border-inline-end:1px solid #e5eaf1;flex-shrink:0}.studio-brand>span{width:28px;height:28px;font-size:18px;background:#2476c6;border-radius:7px}.studio-brand strong{font-size:14px;letter-spacing:-.3px;color:#28649c}.studio-document{display:flex;align-items:center;gap:8px;min-width:0}.studio-document input{width:160px;min-width:0;max-width:100%;height:32px;font-size:14px;font-weight:500;padding:0 3px;flex:1}.studio-shell[dir=rtl] .studio-document input{direction:rtl}.studio-document small{white-space:nowrap;font-size:12px;max-width:74px;overflow:hidden;text-overflow:ellipsis;padding:0}.studio-document small i{display:none}.studio-history{display:flex;padding:0 0 0 10px;gap:3px;border:0;border-left:1px solid #e8edf3;flex-shrink:0}.studio-history button{width:30px;height:32px;background:transparent;color:#657487}.studio-history button:disabled{opacity:.35}.studio-top-actions{display:flex;margin-inline-start:auto;padding:6px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 3px 10px #263b5008;gap:6px;flex-shrink:0}.studio-top-actions button{height:38px;border-radius:5px;font-size:14px;padding:0 13px;min-width:38px;background:#fff;border-color:#d6dfe9;color:#324359;display:inline-flex!important}.studio-top-actions .reference-check{border-color:transparent;padding:0 9px}.studio-top-actions .studio-export{background:#2476c6;border-color:#2476c6;color:#fff;padding:0 17px}.studio-top-actions button:hover{background:#edf4fc!important;border-color:#acc9e8!important}.studio-top-actions .studio-export:hover{background:#1963ab!important;color:#fff}.canvas-edit-details{position:relative;flex-shrink:0;color:#37475a}.canvas-edit-details>summary{display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;list-style:none;white-space:nowrap;font-size:14px;font-weight:550;border:1px solid var(--line);background:#fff;border-radius:10px;height:52px;padding:0 15px;box-shadow:0 2px 4px #263b5010}.canvas-edit-details>summary::-webkit-details-marker{display:none}.canvas-edit-details[open]>summary{color:var(--brand);background:#eef5fd}.canvas-settings-form{position:absolute;top:calc(100% + 8px);left:0;width:250px;display:grid;gap:12px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 30px #253c5426;z-index:100;font-size:14px}.studio-shell[dir=rtl] .canvas-settings-form{direction:rtl}.canvas-settings-form label{display:grid;grid-template-columns:1fr 88px auto;align-items:center;gap:8px;color:#647589;font-size:14px}.canvas-settings-form input{height:34px;width:88px;min-width:0;border:1px solid #dce4ee;border-radius:5px;padding:0 8px;color:#34485c;background:#fafcfe;direction:ltr}.canvas-settings-form label>span{font-size:12px}.canvas-settings-form>button{height:34px;background:#2476c6;color:#fff;border:0;border-radius:5px}.studio-command-deck{grid-row:2;margin:0 14px 8px 70px;border:1px solid var(--line);border-radius:9px;overflow:hidden;box-shadow:0 2px 6px #263b5009}.no-selection .studio-command-deck{display:none}.studio-command-row{min-height:42px;background:#fff;padding:3px 10px}.studio-command-row .ribbon-inspector-toggle{position:static;box-shadow:none;background:transparent}.studio-property-bar{min-height:72px;padding:8px 12px;background:#fcfdff}.studio-property-bar h3{font-size:12px}.ribbon-selection>.studio-ui-icon{color:#2476c6;background:#e9f2fd}.studio-selection-toolbar button:hover:not(:disabled){background:#e9f2fd;border-color:#b9d1ee;color:#2476c6}.studio-property-bar .property-grid label:focus-within{border-color:#3787df;box-shadow:0 0 0 2px #3787df15}.studio-workspace{grid-row:3;direction:ltr;padding:0 14px 0 4px;gap:0;min-width:0;min-height:0}.reference-tool-rail{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-self:start;width:56px;padding:6px 4px;gap:4px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 2px 4px #263b5010;max-height:100%;overflow-y:auto;scrollbar-width:thin;margin-top:30px;z-index:31}.reference-tool-rail>button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:61px;border:0;border-radius:6px;background:#fff;color:#536177;padding:6px 0}.reference-tool-rail>button>.studio-ui-icon{width:22px;height:22px}.reference-tool-rail>button>span{font-size:12px;line-height:1.3}.reference-tool-rail>button:hover{background:#f0f5fb}.reference-tool-rail>button.active{color:#2476c6;background:#e9f1fb}.reference-rail-spacer{height:12px;border-top:1px solid #e7edf4;margin-top:6px;flex-shrink:0}.studio-library{grid-column:2;grid-row:1;position:relative;display:block;align-self:stretch;margin:0 0 14px 10px;padding:18px 16px 22px;border:1px solid var(--line);border-radius:10px;box-shadow:0 3px 6px #263b5010;background:#fff;min-height:0;width:auto;max-width:none;z-index:32}.studio-library.collapsed{display:none}.studio-panel-heading{margin-bottom:18px;gap:5px}.studio-panel-heading small{display:none}.studio-panel-heading h2{font-size:17px;font-weight:600;margin:0;color:#374456}.studio-panel-heading>button{color:#48566a;width:28px;height:28px}.studio-panel-heading>button .studio-ui-icon{width:18px;height:18px}.studio-search{height:40px;background:#fff;border:1px solid #dfe6ef;border-radius:5px;padding:0 12px;gap:10px}.studio-search input{font-size:14px}.asset-mode-tabs{display:flex;gap:5px;padding:0;margin:9px 0 11px;background:transparent;border-radius:0}.asset-mode-tabs button{font-size:14px;padding:4px 9px;min-height:29px;border:1px solid #d4dfed;border-radius:4px;color:#718399;background:#fff}.asset-mode-tabs button.active{background:#e9f3ff;border-color:#62a3e5;color:#1c6ebe;box-shadow:none}.asset-mode-tabs button .studio-ui-icon{width:15px;height:15px}.asset-category-select{height:33px;font-size:14px;border-color:#e0e7ef;border-radius:5px;margin-bottom:14px;color:#63738a}.catalog-intro{display:grid;gap:5px;padding-top:14px;border-top:1px solid #e6ebf2;margin:0 0 16px}.catalog-intro strong{font-size:14px;font-weight:600;color:#38495c}.catalog-intro>span{font-size:12px;line-height:1.7;color:#77879c}.catalog-section{margin:0 0 20px}.catalog-section>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.catalog-section h3,.catalog-categories h3{font-size:14px;margin:0;font-weight:600;color:#65768c}.catalog-section>div>button{display:flex;align-items:center;gap:3px;white-space:nowrap;font-size:12px;color:#2678c9;background:none;border:0;padding:0}.catalog-section>div>button .studio-ui-icon{width:14px;height:14px;flex-basis:14px}.studio-shell[dir=rtl] .catalog-section>div>button svg{transform:rotate(180deg)}.studio-assets{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:0}.studio-assets .asset-main{height:auto;min-height:72px;aspect-ratio:1/1.12;display:grid;place-items:center;grid-template-rows:1fr;padding:7px;border:1px solid #e0e7f0;border-radius:5px;background:#fff;box-shadow:none;transform:none}.studio-assets .asset-main>span{width:100%;height:100%;min-width:0;display:grid;place-items:center}.studio-assets .asset-main svg{width:100%;height:100%;max-width:72px;max-height:76px}.studio-assets .asset-main:hover{border-color:#70a8df;background:#f5f9fe;box-shadow:0 0 0 1px #c3dbf450;transform:none}.studio-assets .asset-favorite{opacity:0;transition:opacity .15s;background:#fff!important;width:20px!important;height:20px!important;top:2px!important;right:2px!important}.asset-card-wrap:hover .asset-favorite,.asset-favorite:focus-visible,.studio-assets .asset-favorite.active{opacity:1}.catalog-results>span{display:block;font-size:12px;color:#7d8da0;margin-bottom:10px}.catalog-categories{display:grid;gap:6px;margin-top:24px}.catalog-categories h3{margin-bottom:8px;color:#405168}.catalog-categories>button{min-height:54px;display:flex;align-items:center;gap:10px;text-align:start;padding:8px 10px;border:1px solid #e1e7ef;background:#fff;border-radius:5px}.catalog-categories>button:hover{border-color:#acc9e8;background:#f8fbff}.category-preview{display:grid;place-items:center;width:32px;height:32px;flex-shrink:0}.category-preview>svg{width:32px;height:32px}.catalog-categories>button>span:nth-child(2){font-size:14px;display:grid;gap:3px;min-width:0}.catalog-categories small{font-size:12px;color:#8897a8}.catalog-categories>button>.studio-ui-icon{margin-inline-start:auto;width:14px;height:14px;color:#9aaabd}.studio-shell[dir=rtl] .catalog-categories>button>.studio-ui-icon{transform:rotate(180deg)}.studio-canvas-zone{grid-column:4;grid-row:1;display:block;background:transparent;position:relative;min-width:0;min-height:0;overflow:hidden}.studio-canvas-scroll{width:100%;height:100%;padding:38px 30px;background:transparent;background-image:none;overflow:auto}.grid-visible .studio-canvas-scroll{background-image:radial-gradient(circle,#bac9d980 .8px,transparent .8px);background-size:20px 20px}.studio-artboard-scale{isolation:isolate}.studio-artboard{box-shadow:0 0 0 1px #d6dfeb,0 2px 5px #233b5817}.reference-artboard-label{position:absolute;top:-26px;left:0;font-size:12px;color:#657489;white-space:nowrap;font-weight:550}.studio-shell[dir=rtl] .studio-artboard{direction:rtl}.studio-splitter{background:transparent}.studio-splitter:after{background:#bbd3ed}.reference-pages{grid-column:6;grid-row:1;align-self:start;position:relative;max-height:100%;overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 3px 7px #263b5010;min-width:0;scrollbar-width:thin;z-index:32}.reference-panel-title{height:49px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #e4eaf2}.reference-panel-title h2{font-size:17px;font-weight:550;margin:0}.reference-panel-title button{width:25px;height:28px;display:grid;place-items:center;background:transparent;border:0;color:#66788c}.reference-panel-title svg{width:17px;height:17px}.page-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;height:45px;padding:0 12px;border-bottom:1px solid #e6ebf2}.page-actions>button{display:flex;align-items:center;gap:7px;border:0;background:none;color:#63758b;font-size:12px;padding:0}.page-actions>span{font-size:12px;color:#8b9aab}.page-list{display:grid;gap:17px;padding:17px 16px}.page-card{display:block;width:100%;min-width:0;border:0;background:#fff;padding:0;text-align:start}.page-card>span{display:flex;align-items:center;gap:8px;margin-bottom:7px;color:#8291a6;font-size:12px}.page-card b{font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-card img{display:block;width:100%;height:auto;object-fit:contain;border:1px solid #d8e2ee;border-radius:5px;background:#fff}.page-card.active img{border:2px solid #378cf0}.page-card:hover img{box-shadow:0 0 0 2px #ddecff}.studio-inspector{grid-column:6;grid-row:1;align-self:stretch;position:relative;display:block;width:auto;max-width:none;inset:auto;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 3px 7px #263b5010;margin-bottom:14px;z-index:35}.studio-shell[dir=rtl] .studio-inspector{direction:rtl}.studio-shell .inspector-tabs>button.active{background:#e9f2fc;border-color:#c0d7f0;color:#2476c6}.property-selection{background:#f5f8fc}.studio-properties{padding:14px}.studio-elements section{display:none}.studio-elements.element-group-text section:nth-child(1),.studio-elements.element-group-shapes section:nth-child(2),.studio-elements.element-group-lines section:nth-child(3),.studio-elements.element-group-elements section{display:grid}.studio-elements button span{color:#327bbe}.reference-bottom-bar{grid-row:4;direction:ltr;display:flex;align-items:center;gap:14px;padding:0 18px 0 12px;background:#f6f7fb;position:relative;z-index:55;color:#3d526b;min-width:0}.reference-object-count{font-size:14px;min-width:100px;margin-right:auto;white-space:nowrap}.reference-canvas-actions{display:flex;align-items:center;gap:14px}.reference-bottom-bar .canvas-edit-details>summary{height:34px;box-shadow:none;border:0;border-radius:5px;background:transparent;font-size:14px;font-weight:400;padding:0;gap:8px}.reference-bottom-bar .canvas-edit-details>summary:hover{color:#2476c6}.reference-bottom-bar .canvas-settings-form{top:auto;bottom:calc(100% + 12px)}.canvas-color-control{display:flex;align-items:center;gap:7px;position:relative;font-size:14px;white-space:nowrap;cursor:pointer}.canvas-color-control input{width:22px;height:22px;padding:0;border:1px solid #d6dfeb;border-radius:3px;cursor:pointer;background:#fff}.reference-zoom-controls{display:flex;align-items:center;gap:8px;margin:0 auto}.reference-zoom-controls button{display:grid;place-items:center;width:32px;height:34px;background:transparent;border:0;border-radius:5px;font-size:23px;color:#647389}.reference-zoom-controls input{width:104px;height:4px;accent-color:#536572}.reference-zoom-controls>span{font-size:12px;width:36px;text-align:center}.reference-zoom-controls button:hover,.reference-zoom-controls button.active{background:#e4eaf3;color:#2678c9}.reference-slides-toggle{display:flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 12px;border:0;border-radius:6px;background:transparent;font-size:14px;white-space:nowrap}.reference-slides-toggle.active{background:#e4eaf3}.reference-page-count{font-size:14px;white-space:nowrap;color:#7d8da0}@media(max-width:1180px){.studio-workspace{grid-template-columns:56px 320px 5px minmax(0,1fr) 5px 204px!important}.library-closed .studio-workspace{grid-template-columns:56px 0 0 minmax(0,1fr) 5px 204px!important}.pages-closed.inspector-closed .studio-workspace{grid-template-columns:56px 320px 5px minmax(0,1fr) 0 0!important}.pages-closed.inspector-closed.library-closed .studio-workspace{grid-template-columns:56px 0 0 minmax(0,1fr) 0 0!important}.studio-inspector{position:absolute;grid-area:auto;inset-inline-end:auto;inset:0 14px 14px auto;width:300px;max-width:calc(100% - 74px);margin:0}.reference-canvas-actions{gap:10px}.reference-bottom-bar{gap:9px;padding-inline:10px}.reference-object-count{min-width:70px}.reference-zoom-controls{gap:3px}.reference-document-card{gap:8px}.studio-topbar>.canvas-edit-details>summary{padding:0 10px}.studio-document small{display:none}}@media(max-width:1099px){.studio-workspace,.pages-closed.inspector-closed .studio-workspace{grid-template-columns:56px 300px 5px minmax(0,1fr) 0 0!important}.library-closed .studio-workspace,.pages-closed.inspector-closed.library-closed .studio-workspace{grid-template-columns:56px 0 0 minmax(0,1fr) 0 0!important}.reference-pages{grid-area:auto;position:absolute;right:14px;top:0;width:204px;max-height:calc(100% - 14px)}.studio-document input{width:125px}.reference-canvas-actions .canvas-color-control>span{display:none}.reference-object-count{font-size:12px}.reference-zoom-controls input{width:75px}}@media(max-width:820px){.studio-shell{grid-template-rows:70px auto minmax(0,1fr) 52px}.studio-workspace,.library-closed .studio-workspace,.pages-closed.inspector-closed .studio-workspace,.pages-closed.inspector-closed.library-closed .studio-workspace{grid-template-columns:56px 0 0 minmax(0,1fr) 0 0!important}.studio-library{grid-area:auto;position:absolute;inset:0 auto 14px 66px;width:320px;max-width:calc(100% - 80px);margin:0;padding:16px}.studio-library.collapsed{display:none}.studio-topbar{display:flex;gap:6px;padding:8px 8px 8px 5px;grid-template-columns:none;grid-template-rows:none}.reference-document-card{height:50px;gap:7px;padding:0 9px;flex:1;max-width:none}.studio-brand strong{display:none}.studio-brand{padding-inline-end:8px}.studio-document{flex:1}.studio-document input{width:100%;font-size:14px}.studio-history{display:flex;gap:0;padding-left:5px}.studio-history button{width:27px}.studio-topbar>.canvas-edit-details{display:none}.studio-top-actions{padding:5px;gap:4px;grid-column:auto;margin:0}.studio-top-actions button{height:36px;padding:0 9px;font-size:12px}.studio-top-actions .studio-export{padding:0 10px}.studio-top-actions .studio-export svg{display:none}.studio-top-actions .reference-check{display:none!important}.reference-bottom-bar{gap:8px}.reference-canvas-actions{display:none}.reference-object-count{min-width:0}.reference-slides-toggle{font-size:12px;padding:0 8px}.studio-command-deck{margin-left:66px;margin-right:8px}.reference-zoom-controls{margin:0 auto}.reference-tool-rail{margin-top:14px}.reference-pages{max-width:calc(100% - 80px)}}@media(max-width:560px){.studio-shell{grid-template-rows:66px auto minmax(0,1fr) 50px}.studio-workspace{padding-right:6px}.reference-document-card{height:47px;padding:0 7px;gap:5px}.studio-history{display:none}.studio-top-actions button{font-size:12px;padding:0 7px;min-width:28px;height:33px}.studio-top-actions .studio-export{padding:0 8px}.studio-brand>span{height:26px;width:26px;font-size:17px}.reference-document-card .studio-document input{min-width:40px}.reference-object-count{display:none}.reference-zoom-controls input{width:64px}.reference-bottom-bar{gap:4px;padding-inline:8px}.reference-page-count{font-size:12px}.reference-zoom-controls button{width:28px}.reference-zoom-controls .studio-ui-icon{width:17px;height:17px}.reference-tool-rail>button{min-height:55px}.reference-pages{right:6px}.studio-inspector{inset-inline-end:auto;left:auto;right:6px}.reference-slides-toggle .studio-ui-icon{width:17px;height:17px}.studio-canvas-scroll{padding:34px 24px}}@media(hover:none){.studio-assets .asset-favorite{opacity:1}}@media(max-width:820px){.studio-topbar>.canvas-edit-details{display:block}.studio-topbar>.canvas-edit-details>summary{height:48px;width:38px;padding:0}.studio-topbar>.canvas-edit-details>summary>span{display:none}.studio-topbar>.canvas-edit-details .canvas-settings-form{left:auto;right:0}.studio-topbar>.canvas-edit-details>summary .studio-ui-icon{width:19px;height:19px}}@media(max-width:560px){.studio-topbar>.canvas-edit-details>summary{height:45px;width:34px}}.studio-shell{--brand:#087f79;--brand-dark:#05645f;--brand-strong:#075f5b;--brand-soft:#e6f5f2;--brand-soft-2:#f1faf8;--brand-line:#b9ddd6;--ink:#263f46;--muted:#6d8084;--line:#dce8e5;--soft:#eaf6f3;background:#f3f7f6}.studio-shell :is(button,a,input,select,textarea):focus-visible{outline-color:#2b9a90}.studio-brand>span{background:var(--brand)!important}.studio-brand strong{color:#136d68!important}.studio-top-actions .studio-export,.canvas-settings-form>button{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}.studio-top-actions .studio-export:hover{background:var(--brand-dark)!important;border-color:var(--brand-dark)!important}.studio-top-actions button:hover{background:#eef8f6!important;border-color:#b9ddd6!important}.canvas-edit-details[open]>summary{color:var(--brand)!important;background:#edf8f5!important}.reference-document-card,.studio-library,.reference-pages,.studio-inspector,.studio-top-actions,.canvas-settings-form{background:#fbfefd!important;border-color:#d9e7e3!important}.studio-library{box-shadow:0 5px 18px #1a474312!important}.reference-pages,.studio-inspector{box-shadow:0 5px 18px #1a474311!important}.reference-panel-title,.page-actions{border-color:#e2ece9!important}.property-selection{background:#f0f8f6!important}.studio-command-deck{border-color:#d5e6e1!important;box-shadow:0 4px 14px #184a450f!important}.studio-command-row{background:#f7fbfa!important}.studio-property-bar{background:#fcfefd!important}.ribbon-selection>.studio-ui-icon{color:var(--brand)!important;background:#e5f4f0!important}.studio-selection-toolbar button:hover:not(:disabled){background:#e6f4f1!important;border-color:#b7d9d1!important;color:#08756d!important}.studio-property-bar .property-grid label:focus-within{border-color:#359b91!important;box-shadow:0 0 0 2px #359b911f!important}.ribbon-inspector-toggle[aria-pressed=true]{background:#e6f2ef!important;color:#176b66!important}.reference-tool-rail{background:#fbfefd!important;border-color:#d9e7e3!important;box-shadow:0 4px 14px #1a47430f!important}.reference-tool-rail>button:hover{background:#eff8f6!important}.reference-tool-rail>button.active{color:var(--brand)!important;background:#e4f3ef!important}.asset-mode-tabs button.active{background:#e7f5f2!important;border-color:#8bc9bf!important;color:#08766e!important}.catalog-section>div>button{color:#0a7c74!important}.studio-assets .asset-main:hover{border-color:#7fc2b7!important;background:#f4fbf9!important;box-shadow:0 0 0 1px #7fc2b72e!important}.catalog-categories>button:hover{border-color:#a9d5ce!important;background:#f6fbfa!important}.catalog-categories>button>.studio-ui-icon{color:#7ea79f!important}.page-card.active img{border-color:#159187!important;box-shadow:0 0 0 2px #1591871f!important}.page-card:hover img{box-shadow:0 0 0 2px #d9efea!important}.page-actions>button{color:#0a7a73!important}.studio-shell .inspector-tabs>button.active{background:#e5f4f0!important;border-color:#b7ddd5!important;color:#08766e!important}.studio-elements button span{color:#0a7f77!important}.studio-shell{background:#f2f6f5!important}.studio-canvas-scroll{background-color:#eef3f2!important}.grid-visible .studio-canvas-scroll{background-image:radial-gradient(circle,rgba(98,126,122,.3) .8px,transparent .8px)!important}.studio-splitter:after{background:#abcfc8!important}.reference-artboard-label{color:#667b7b!important}.reference-bottom-bar{background:#f3f7f6!important;color:#405b5e!important}.reference-bottom-bar .canvas-edit-details>summary:hover{color:var(--brand)!important}.reference-zoom-controls button:hover,.reference-zoom-controls button.active{background:#e4f0ed!important;color:var(--brand)!important}.reference-slides-toggle.active{background:#e1f0ec!important;color:#08766e!important}.reference-zoom-controls input{accent-color:var(--brand)!important}.canvas-color-control input{border-color:#cadbd7!important}.studio-shell input[type=range],.studio-shell input[type=checkbox]{accent-color:var(--brand)}.studio-search:focus-within{border-color:#8bc9bf!important;box-shadow:0 0 0 3px #087f7914!important}.studio-shell ::selection{background:#ccebe5;color:#193f3b}.studio-shell.has-selection{--compact-ribbon-height:48px}.studio-shell.has-selection .studio-command-deck{display:flex;align-items:center;min-height:var(--compact-ribbon-height);height:var(--compact-ribbon-height);margin:0 14px 8px 70px;padding:0 6px;overflow:visible;border-color:#cfe3df;background:#f9fdfc;box-shadow:0 2px 8px #164f4710}.studio-shell.has-selection .studio-command-row{flex:0 1 auto;height:var(--compact-ribbon-height);min-height:var(--compact-ribbon-height);display:flex;align-items:center;gap:6px;padding:5px 4px;background:transparent;overflow:visible}.studio-shell.has-selection .studio-selection-toolbar{display:flex;align-items:center;gap:5px;min-width:0;overflow:visible}.studio-shell.has-selection .studio-selection-toolbar .toolbar-group{display:flex;align-items:center;gap:3px;padding-inline:4px;border-inline-end:1px solid #deebe8}.studio-shell.has-selection .studio-selection-toolbar button,.compact-property-action,.compact-property-tool>summary,.ribbon-inspector-toggle{width:34px!important;height:34px!important;min-width:34px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid transparent!important;border-radius:7px!important;background:transparent!important;color:#4b625f!important;cursor:pointer}.studio-shell.has-selection .studio-selection-toolbar button:hover:not(:disabled),.compact-property-action:hover:not(:disabled),.compact-property-tool>summary:hover,.ribbon-inspector-toggle:hover{background:#e5f4f1!important;border-color:#bfded8!important;color:#087f79!important}.studio-shell.has-selection .studio-selection-toolbar button:disabled,.compact-property-action:disabled{opacity:.34;cursor:not-allowed}.studio-shell.has-selection .studio-selection-toolbar .studio-ui-icon,.compact-property-tools .studio-ui-icon,.ribbon-inspector-toggle .studio-ui-icon{width:18px;height:18px}.studio-shell.has-selection .ribbon-inspector-toggle{margin-inline-start:2px!important;position:static!important;box-shadow:none!important}.studio-shell.has-selection .ribbon-inspector-toggle>span{display:none!important}.compact-property-tools{position:relative;display:flex!important;align-items:center;gap:3px;min-height:34px!important;height:34px!important;width:auto!important;flex:0 0 auto;padding:0 5px!important;margin:0!important;background:transparent!important;border:0!important;border-inline-start:1px solid #deebe8!important;overflow:visible!important}.compact-selection-indicator{width:34px;height:34px;display:grid;place-items:center;border-radius:7px;color:#087f79;background:#e6f5f2;border:1px solid #cce7e2;flex:0 0 auto}.compact-property-tool{position:relative;flex:0 0 auto}.compact-property-tool>summary{list-style:none}.compact-property-tool>summary::-webkit-details-marker{display:none}.compact-property-tool[open]>summary{background:#dff1ed!important;border-color:#a9d5ce!important;color:#087f79!important}.compact-property-popover{position:absolute;top:calc(100% + 10px);inset-inline-start:0;z-index:260;width:290px;padding:14px;background:#fff;border:1px solid #cfe3df;border-radius:10px;box-shadow:0 16px 36px #1b4f4726;color:#324a46;direction:ltr}.studio-shell[dir=rtl] .compact-property-popover{direction:rtl}.compact-property-popover:before{content:"";position:absolute;top:-6px;inset-inline-start:12px;width:10px;height:10px;background:#fff;border-left:1px solid #cfe3df;border-top:1px solid #cfe3df;transform:rotate(45deg)}.compact-property-popover>strong{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;margin-bottom:12px}.compact-property-popover>strong small{font-size:10px;color:#8aa09c;font-weight:500}.compact-transform-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.compact-transform-grid label{display:grid;grid-template-columns:24px 1fr;align-items:center;height:34px;border:1px solid #d9e8e5;border-radius:6px;overflow:hidden;background:#fbfefd}.compact-transform-grid label:focus-within{border-color:#6cb9ad;box-shadow:0 0 0 2px #087f7914}.compact-transform-grid span{display:grid;place-items:center;height:100%;font-size:10px;color:#738b86;background:#f1f8f6;border-inline-end:1px solid #d9e8e5}.compact-transform-grid input{width:100%;min-width:0;height:100%;border:0!important;background:transparent!important;padding:0 8px!important;font-size:12px;color:#314945;direction:ltr;outline:0}.appearance-popover{width:270px}.compact-opacity{display:grid;grid-template-columns:70px 1fr 38px;align-items:center;gap:9px;font-size:12px}.compact-opacity input{width:100%;accent-color:#087f79}.compact-opacity em{font-style:normal;font-size:11px;text-align:end;color:#5f7772}.compact-color{margin-top:12px;padding-top:11px;border-top:1px solid #e3eeeb;display:flex;align-items:center;justify-content:space-between;font-size:12px}.compact-color input{width:34px;height:28px;padding:2px;border:1px solid #d2e4e0;border-radius:6px;background:#fff}@media(max-width:1180px){.studio-shell.has-selection .studio-command-deck{margin-left:66px;margin-right:8px}.studio-shell.has-selection .studio-selection-toolbar .align-group span:nth-child(n+5){display:none}.compact-selection-indicator{display:none}}@media(max-width:820px){.studio-shell.has-selection .studio-command-deck{margin-left:66px;margin-right:8px}.studio-shell.has-selection .studio-selection-toolbar .align-group{display:none}.studio-shell.has-selection .studio-selection-toolbar .toolbar-group:nth-of-type(2){display:none}.compact-property-popover{position:fixed;top:132px;left:76px;right:12px;width:auto;max-width:320px}.compact-property-popover:before{display:none}}
