@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* https://github.com/chjj/term.js
* @license MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* Originally forked from (with the author's permission):
*   Fabrice Bellard's javascript vt100 for jslinux:
*   http://bellard.org/jslinux/
*   Copyright (c) 2011 Fabrice Bellard
*   The original design remains. The terminal itself
*   has been extended to include xterm CSI codes, among
*   other features.
*/.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:#050505;color:#fafafa;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.landing-page{background:#050505;color:#fafafa;overflow-x:hidden}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn .5s ease both}.logo-mark--blend{mix-blend-mode:screen;background:transparent}.blackhole-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;background:#050505}.blackhole-vortex{position:absolute;top:36%;left:50%;width:min(95vw,920px);height:min(95vw,920px);transform:translate(-50%,-50%);opacity:.2}.bh-halo{position:absolute;top:-5%;right:-5%;bottom:-5%;left:-5%;border-radius:50%;background:radial-gradient(circle,rgba(255,100,30,.12) 0%,transparent 65%);animation:bhHaloPulse 5s ease-in-out infinite}.bh-disk{position:absolute;border-radius:50%;transform-origin:50% 50%;will-change:transform}.bh-disk--outer{top:0;right:0;bottom:0;left:0;filter:blur(52px);background:conic-gradient(from 0deg,transparent 0deg,rgba(255,130,50,1) 25deg,rgba(255,50,10,.85) 70deg,transparent 110deg,rgba(255,160,60,.7) 160deg,transparent 210deg,rgba(255,80,20,.9) 260deg,transparent 310deg,rgba(255,120,40,.8) 340deg);animation:bhSpin 14s linear infinite}.bh-disk--mid{top:10%;right:10%;bottom:10%;left:10%;filter:blur(38px);background:conic-gradient(from 90deg,transparent,rgba(255,200,100,.85) 50deg,transparent 100deg,rgba(255,90,25,.75) 150deg,transparent 200deg,rgba(255,150,50,.8) 280deg,transparent);animation:bhSpin 9s linear infinite reverse}.bh-disk--inner{top:22%;right:22%;bottom:22%;left:22%;filter:blur(22px);background:conic-gradient(from 200deg,transparent 0deg,rgba(255,180,70,.9) 30deg,rgba(255,60,15,.8) 80deg,transparent 130deg,rgba(255,110,35,.85) 220deg,transparent 300deg);animation:bhSpin 6s linear infinite}.bh-photon{position:absolute;border-radius:50%;transform-origin:50% 50%;border:2px solid transparent;will-change:transform}.bh-photon--a{top:6%;right:6%;bottom:6%;left:6%;border-top-color:#ff963273;border-left-color:#ff501440;animation:bhSpin 4s linear infinite}.bh-photon--b{top:14%;right:14%;bottom:14%;left:14%;border-bottom-color:#ff782859;border-right-color:#ff3c0a33;animation:bhSpin 3s linear infinite reverse}.bh-core{position:absolute;top:50%;left:50%;width:16%;height:16%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#000 25%,rgba(255,90,20,.55) 50%,transparent 70%);box-shadow:0 0 80px #ff5a1466;z-index:2}.bh-logo-wrap{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:50% 50%;animation:bhSpin 18s linear infinite;z-index:3}.bh-logo{position:absolute;top:50%;left:50%;width:44%;height:auto;transform:translate(-50%,-50%);object-fit:contain;mix-blend-mode:screen;pointer-events:none}@keyframes bhSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bhHaloPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@media (prefers-reduced-motion: reduce){.bh-disk--outer,.bh-disk--mid,.bh-disk--inner,.bh-photon--a,.bh-photon--b,.bh-logo-wrap{animation:none}}.landing-page>nav,.landing-page>section,.landing-page>footer,.landing-below-hero{position:relative;z-index:1}.landing-below-hero{background:transparent}.lovable-hero{position:relative;z-index:2;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 24px 80px}.lovable-hero__content{width:100%;max-width:720px;text-align:center}.lovable-hero__title{font-size:clamp(42px,6.5vw,72px);font-weight:700;letter-spacing:-.04em;line-height:1.05;color:#1c1917;margin-bottom:16px}.lovable-hero__subtitle{font-size:clamp(18px,2.5vw,22px);color:#57534e;font-weight:400;margin-bottom:40px;line-height:1.4}.lovable-prompt{width:100%;max-width:680px;margin:0 auto;background:#fdf9f5;border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:0 1px 2px #0000000a,0 12px 40px #0000000f;padding:20px 20px 14px;text-align:left;transition:box-shadow .2s,border-color .2s}.lovable-prompt:focus-within{border-color:#0000001f;box-shadow:0 2px 8px #0000000d,0 20px 50px #00000014}.lovable-prompt__input{width:100%;border:none;outline:none;resize:none;background:transparent;font-family:inherit;font-size:17px;line-height:1.5;color:#1c1917;min-height:52px}.lovable-prompt__input::placeholder{color:#a8a29e}.lovable-prompt__bar{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:4px}.lovable-prompt__icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#78716c;cursor:pointer;transition:background .15s,color .15s}.lovable-prompt__icon-btn:hover{background:#0000000d;color:#1c1917}.lovable-prompt__actions{display:flex;align-items:center;gap:6px}.lovable-prompt__build-label{display:flex;align-items:center;gap:2px;padding:8px 12px;border:none;border-radius:8px;background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:#57534e;cursor:pointer;transition:background .15s}.lovable-prompt__build-label:hover{background:#0000000a}.lovable-prompt__send{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:#a8a29e;color:#fff;cursor:pointer;transition:background .15s,transform .1s}.lovable-prompt__send:not(:disabled){background:#1c1917}.lovable-prompt__send:not(:disabled):hover{transform:scale(1.05)}.lovable-prompt__send:disabled{cursor:not-allowed;opacity:.5}.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9999px;background:#e85d2c14;border:1px solid rgba(232,93,44,.2);color:#e85d2c;font-size:12px;font-weight:600;margin-bottom:20px;animation:fadeInUp .6s ease both}.hero-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px;max-width:560px;margin-left:auto;margin-right:auto}.hero-chip{padding:8px 14px;border-radius:9999px;border:1px solid rgba(0,0,0,.08);background:#ffffffd9;font-size:13px;color:#57534e;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s}.hero-chip:hover{border-color:#00000026;color:#1c1917;background:#fff}.hero-trust{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:24px}.hero-trust__pill{font-size:12px;font-weight:500;color:#78716c;padding:5px 12px;border-radius:9999px;background:#ffffffb3;border:1px solid rgba(0,0,0,.06)}.hero-social{margin-top:48px}.hero-social__label{font-size:12px;color:#a8a29e;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:16px}.logo-strip{display:flex;flex-wrap:wrap;gap:20px 28px;justify-content:center;opacity:.5}.logo-strip__item{font-size:12px;font-weight:600;color:#78716c;letter-spacing:.04em;text-transform:uppercase}.hero-scroll-hint{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;font-family:inherit;font-size:12px;color:#a8a29e;cursor:pointer;animation:fadeIn 1s ease 1s both,float 3s ease-in-out 2s infinite;z-index:3}.hero-scroll-hint:hover{color:#57534e}.landing-section{padding:96px 24px;background:#fff}.landing-section--alt{background:#fafaf8}.landing-section--stats{border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.landing-container{max-width:1100px;margin:0 auto}.landing-container--wide{max-width:1140px}.landing-container--narrow{max-width:640px}.section-header{margin-bottom:56px}.section-header__eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e85d2c;margin-bottom:12px}.section-header__title{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.03em;color:#1c1917;line-height:1.15}.section-header__subtitle{font-size:16px;color:#57534e;margin-top:12px;line-height:1.6;max-width:520px}.section-header[style*=left] .section-header__subtitle,.section-header[style*=left] .section-header__title{margin-left:0;margin-right:auto}div[style*="text-align: left"] .section-header__subtitle{margin-left:0}.landing-reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.landing-reveal--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.landing-reveal{opacity:1;transform:none;transition:none}}.pipeline-track{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0}.pipeline-step{display:flex;align-items:center;flex:1 1 200px;max-width:260px}.pipeline-step__card{flex:1;text-align:center;padding:24px 16px;border-radius:16px;border:1px solid rgba(0,0,0,.06);background:#fff;transition:box-shadow .2s,transform .2s}.pipeline-step__card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000014}.pipeline-step__icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.pipeline-step__label{font-size:17px;font-weight:700;color:#1c1917;margin-bottom:4px}.pipeline-step__detail{font-size:13px;color:#78716c}.pipeline-step__connector{width:32px;height:2px;background:linear-gradient(90deg,#e85d2c44,#3b82f644);flex-shrink:0;margin:48px 4px 0}@media (max-width: 900px){.pipeline-step__connector{display:none}.pipeline-step{max-width:100%;flex:1 1 100%}}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.step-card{position:relative;padding:32px 28px;border-radius:20px;border:1px solid rgba(0,0,0,.06);background:#fff;text-align:center;transition:transform .2s,box-shadow .2s}.step-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000012}.step-card__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-card__num{position:absolute;top:16px;right:20px;font-size:48px;font-weight:900;color:#0000000a;line-height:1}.step-card__title{font-size:20px;font-weight:700;color:#1c1917;margin-bottom:10px}.step-card__desc{font-size:15px;color:#57534e;line-height:1.65}.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width: 900px){.showcase-grid{grid-template-columns:1fr;gap:32px}}.showcase-bullets{list-style:none;margin-top:28px;display:flex;flex-direction:column;gap:12px}.showcase-bullets li{font-size:15px;color:#57534e;padding-left:22px;position:relative;line-height:1.5}.showcase-bullets li:before{content:"✓";position:absolute;left:0;color:#e85d2c;font-weight:700}.showcase-terminal{border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.1);box-shadow:0 24px 60px #0000001f;background:#0d1117}.showcase-terminal__bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#161b22;border-bottom:1px solid rgba(255,255,255,.06)}.showcase-terminal__bar span:first-child,.showcase-terminal__bar span:nth-child(2),.showcase-terminal__bar span:nth-child(3){width:12px;height:12px;border-radius:50%}.showcase-terminal__bar span:first-child{background:#ff5f57}.showcase-terminal__bar span:nth-child(2){background:#ffbd2e}.showcase-terminal__bar span:nth-child(3){background:#28ca41}.showcase-terminal__title{margin-left:8px;font-size:12px;color:#6e7681;font-family:ui-monospace,monospace}.showcase-terminal__body{padding:18px 20px 22px;min-height:240px;font-family:ui-monospace,JetBrains Mono,monospace;font-size:13px;line-height:1.75}.showcase-terminal__line{transition:opacity .35s ease,transform .35s ease}.showcase-terminal__cursor{color:#e85d2c;animation:pulse 1s ease infinite}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.template-card{width:100%;text-align:left;padding:0;overflow:hidden;cursor:pointer;font-family:inherit}.template-card__visual{height:130px;display:flex;align-items:center;justify-content:center}.template-card__emoji{font-size:40px}.template-card__body{padding:20px}.template-card__body h3{font-size:17px;font-weight:700;color:#1c1917;margin-bottom:6px}.template-card__body p{font-size:14px;color:#57534e;line-height:1.5}.template-card__cta{display:inline-flex;align-items:center;gap:4px;margin-top:14px;font-size:13px;font-weight:600;color:#e85d2c}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.feature-card{padding:28px 24px;display:flex;flex-direction:column;gap:12px}.feature-card__icon{width:44px;height:44px;border-radius:12px;background:#fafaf8;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;color:#1c1917}.feature-card h3{font-size:16px;font-weight:700;color:#1c1917}.feature-card p{font-size:14px;color:#57534e;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;text-align:center}.stat-card__value{font-size:clamp(36px,5vw,48px);font-weight:800;letter-spacing:-.03em;color:#1c1917}.stat-card__label{font-size:14px;color:#57534e;margin-top:6px}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item--open{border-color:#e85d2c40;box-shadow:0 4px 20px #0000000a}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:none;border:none;font-family:inherit;font-size:15px;font-weight:600;color:#1c1917;text-align:left;cursor:pointer}.faq-item__chevron{flex-shrink:0;color:#a8a29e;transition:transform .25s ease}.faq-item--open .faq-item__chevron{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item--open .faq-item__answer{max-height:200px}.faq-item__answer p{padding:0 20px 18px;font-size:14px;color:#57534e;line-height:1.65}.waitlist-card{padding:48px 40px}.waitlist-form{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:8px}.waitlist-form__input{flex:1 1 200px;max-width:320px;padding:12px 18px;border-radius:9999px;border:1px solid rgba(0,0,0,.12);font-size:14px;font-family:inherit;outline:none}.waitlist-form__btn{display:flex;align-items:center;gap:8px;padding:12px 22px;border-radius:9999px;border:none;background:#1c1917;color:#fff;font-weight:600;font-size:14px;cursor:pointer;font-family:inherit}.waitlist-form__error{width:100%;font-size:13px;color:#dc2626;text-align:center}.waitlist-footnote{font-size:12px;color:#a8a29e;margin-top:20px;text-align:center}.waitlist-success{text-align:center;padding:16px 0}.waitlist-success__title{font-size:16px;font-weight:700;margin-top:12px}.waitlist-success__text{font-size:14px;color:#57534e;margin-top:8px}.final-cta{padding:80px 24px;background:linear-gradient(145deg,#1c1917,#292524,#1a1008);position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 50% 120%,rgba(232,93,44,.35) 0%,transparent 60%);pointer-events:none}.final-cta__inner{position:relative;text-align:center;max-width:560px;margin:0 auto}.final-cta__title{font-size:clamp(28px,4vw,40px);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.15}.final-cta__subtitle{font-size:16px;color:#ffffffa6;margin-top:14px;line-height:1.6}.final-cta__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}.final-cta__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:9999px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:transform .15s,opacity .15s}.final-cta__btn:hover{transform:translateY(-2px)}.final-cta__btn--primary{background:#fff;color:#1c1917}.final-cta__btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25)}.lovable-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;transition:transform .2s,box-shadow .2s,border-color .2s}.lovable-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014;border-color:#0000001f}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f4f0}::-webkit-scrollbar-thumb{background:#d6d3d1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a29e}*:focus-visible{outline:2px solid #E85D2C;outline-offset:2px}@media (max-width: 640px){.desktop-nav{display:none!important}.mobile-menu-btn{display:flex!important}}.dropler-gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa 45%,#e85d2c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.logo-mark--dark{background:transparent}.dropler-nav{color:#fafafa}.dropler-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:9999px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;border:none;text-decoration:none;transition:opacity .15s,transform .1s,background .15s}.dropler-btn--sm{padding:9px 18px;font-size:14px}.dropler-btn--lg{padding:14px 28px;font-size:15px}.dropler-btn--white{background:#fff;color:#000}.dropler-btn--white:hover{opacity:.92;transform:translateY(-1px)}.dropler-btn--ghost{background:transparent;color:#ffffffd9;border:1px solid rgba(255,255,255,.14)}.dropler-btn--ghost:hover{background:#ffffff0f}.dropler-btn--plan{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.12);padding:8px 16px;font-size:13px;font-weight:600}.dropler-btn--plan:hover{background:#ffffff24}.dropler-container{max-width:1100px;margin:0 auto;padding:0 24px}.dropler-container--narrow{max-width:640px}.dropler-hero{position:relative;z-index:2;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px;text-align:center}.dropler-hero__inner{width:100%;max-width:760px}.dropler-hero__title{font-size:clamp(40px,7vw,72px);font-weight:700;letter-spacing:-.04em;line-height:1.05;color:#fafafa;margin-bottom:16px}.dropler-hero__subtitle{font-size:clamp(17px,2.2vw,20px);color:#ffffff8c;margin-bottom:40px;line-height:1.5}.dropler-hero__flow{margin:-8px auto 22px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.dropler-hero__flow-step{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fffc;font-size:12px}.dropler-hero__flow-index{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e85d2c38;color:#ffb088;font-weight:700;font-size:11px}.dropler-hero__flow-sep{color:#86efaccc}.dropler-prompt{text-align:left;background:#111;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:20px;box-shadow:0 0 0 1px #ffffff0a,0 8px 40px #00000080,0 0 80px #60a5fa0f;transition:border-color .2s,box-shadow .2s}.dropler-prompt:focus-within{border-color:#ffffff2e;box-shadow:0 0 0 1px #60a5fa26,0 12px 48px #0000008c,0 0 100px #60a5fa1a}.dropler-prompt__input{width:100%;border:none;outline:none;resize:none;background:transparent;font-family:inherit;font-size:17px;line-height:1.55;color:#fafafa;min-height:72px}.dropler-prompt__input::placeholder{color:#ffffff59}.dropler-prompt__footer{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;padding-top:8px}.dropler-prompt__imports{display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:1}.dropler-prompt__imports-label{font-size:13px;color:#fff6}.dropler-import-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffbf;font-size:13px;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.dropler-import-chip:hover{background:#ffffff14;border-color:#ffffff2e}.dropler-prompt__send{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:auto;border:none;border-radius:50%;background:#ffffff26;color:#fff6;cursor:not-allowed;transition:background .15s,transform .1s,color .15s}.dropler-prompt__send:not(:disabled){background:#fff;color:#000;cursor:pointer}.dropler-prompt__send:not(:disabled):hover{transform:scale(1.05)}.dropler-section{position:relative;z-index:1;padding:88px 0}.dropler-section--alt{background:#ffffff05;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.dropler-eyebrow{font-size:13px;font-weight:600;color:#e85d2c;margin-bottom:12px}.dropler-section-title{font-size:clamp(26px,4vw,40px);font-weight:700;letter-spacing:-.03em;color:#fafafa;line-height:1.15;margin-bottom:12px}.dropler-section-title--lg{font-size:clamp(28px,4.5vw,48px);max-width:720px}.dropler-section-sub{font-size:16px;color:#ffffff80;line-height:1.6;margin-bottom:48px}.dropler-section-sub--wide{max-width:600px;margin-bottom:56px}.dropler-carousel{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.dropler-carousel__card{flex:0 0 200px;scroll-snap-align:start;text-align:left;padding:20px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#141414;cursor:pointer;font-family:inherit;color:inherit;transition:border-color .2s,transform .2s,background .2s}.dropler-carousel__card:hover{border-color:#ffffff29;background:#1a1a1a;transform:translateY(-3px)}.dropler-carousel__emoji{font-size:28px;margin-bottom:12px}.dropler-carousel__name{font-size:16px;font-weight:600;color:#fafafa;margin-bottom:4px}.dropler-carousel__sub{font-size:13px;color:#ffffff73}.dropler-trusted{position:relative;z-index:1;padding:32px 0 56px;border-bottom:1px solid rgba(255,255,255,.06)}.dropler-trusted__label{text-align:center;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;margin-bottom:20px}.dropler-trusted__logos{display:flex;flex-wrap:wrap;gap:16px 32px;justify-content:center}.dropler-trusted__logos span{font-size:14px;font-weight:500;color:#ffffff40}.dropler-features-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:32px}.dropler-feature-card{padding:28px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#111}.dropler-feature-card h3{font-size:18px;font-weight:600;color:#fafafa;margin-bottom:10px}.dropler-feature-card p{font-size:14px;color:#ffffff80;line-height:1.6}.dropler-feature-card__icon{width:44px;height:44px;border-radius:12px;background:#e85d2c1f;color:#e85d2c;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.dropler-feature-card--highlight{background:linear-gradient(145deg,#1a1208,#111);border-color:#e85d2c40}.dropler-stat{font-size:56px;font-weight:800;letter-spacing:-.04em;color:#fafafa;line-height:1}.dropler-stat span{font-size:28px;font-weight:600;color:#fff6}.dropler-stat-label{font-size:14px;font-weight:600;color:#e85d2c;margin-top:8px;margin-bottom:12px}.dropler-feature-card__note{font-size:13px;color:#ffffff73;line-height:1.55}.dropler-banner{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#60a5fa0f}.dropler-banner__icon{color:#60a5fa;flex-shrink:0;margin-top:2px}.dropler-banner strong{display:block;font-size:15px;color:#fafafa;margin-bottom:4px}.dropler-banner span{font-size:14px;color:#ffffff80}.dropler-built-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.dropler-built-card{padding:24px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#111;transition:border-color .2s}.dropler-built-card:hover{border-color:#ffffff24}.dropler-built-card svg{color:#e85d2c;margin-bottom:14px}.dropler-built-card h3{font-size:16px;font-weight:600;color:#fafafa;margin-bottom:8px}.dropler-built-card p{font-size:14px;color:#ffffff73;line-height:1.55}.dropler-roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.dropler-role-card{padding:24px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0d0d0d}.dropler-role-card h3{font-size:17px;font-weight:600;color:#fafafa;margin-bottom:10px}.dropler-role-card p{font-size:14px;color:#ffffff73;line-height:1.6}.dropler-faq-list{display:flex;flex-direction:column;gap:10px}.dropler-faq-item{border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#111;overflow:hidden}.dropler-faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:none;border:none;font-family:inherit;font-size:15px;font-weight:600;color:#fafafa;text-align:left;cursor:pointer}.dropler-faq-item__chevron{flex-shrink:0;color:#fff6;transition:transform .25s}.dropler-faq-item--open .dropler-faq-item__chevron{transform:rotate(180deg)}.dropler-faq-item__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.dropler-faq-item--open .dropler-faq-item__answer{max-height:220px}.dropler-faq-item__answer p{padding:0 20px 18px;font-size:14px;color:#ffffff80;line-height:1.65}.dropler-final-cta{position:relative;z-index:1;padding:100px 0;text-align:center;overflow:hidden}.dropler-final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 50% 100%,rgba(96,165,250,.12) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 50% 0%,rgba(232,93,44,.08) 0%,transparent 50%);pointer-events:none}.dropler-final-cta__inner{position:relative;max-width:560px;margin:0 auto}.dropler-final-cta__title{font-size:clamp(32px,5vw,48px);font-weight:700;letter-spacing:-.03em;color:#fafafa;line-height:1.1}.dropler-final-cta__subtitle{font-size:16px;color:#ffffff80;margin-top:16px;line-height:1.6}.dropler-final-cta__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}.dropler-footer{position:relative;z-index:1;padding:56px 0 32px;border-top:1px solid rgba(255,255,255,.08);background:#0a0a0a}.dropler-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:40px;margin-bottom:48px}.dropler-footer__tagline{font-size:13px;color:#ffffff73;line-height:1.6;max-width:220px}.dropler-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#ffffff4d}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333}::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 640px){.dropler-prompt__footer{flex-direction:column;align-items:stretch}.dropler-prompt__send{margin-left:0;align-self:flex-end}}.dropler-auth-page{min-height:100vh;background:#050505;color:#fafafa;display:flex;flex-direction:column;position:relative;overflow:hidden}.dropler-auth-page__glow{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 50% 40% at 50% -10%,rgba(96,165,250,.12) 0%,transparent 55%),radial-gradient(ellipse 40% 30% at 80% 100%,rgba(232,93,44,.08) 0%,transparent 50%)}.dropler-auth-page__header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:20px 32px}.dropler-auth-page__back{font-size:13px;font-weight:500;color:#ffffff8c;text-decoration:none}.dropler-auth-page__back:hover{color:#fafafa}.dropler-auth-page__main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;position:relative;z-index:2}.dropler-auth-page__logo{text-decoration:none;color:inherit;margin-bottom:28px}.dropler-auth-card{width:100%;max-width:400px;background:#111;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:36px;box-shadow:0 8px 40px #00000080}.dropler-auth-card__head h1{font-size:22px;font-weight:700;letter-spacing:-.03em;margin-bottom:6px}.dropler-auth-card__head p{font-size:13px;color:#ffffff80}.dropler-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.dropler-field label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffff73}.dropler-field input{width:100%;background:#0a0a0a;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fafafa;padding:11px 13px;font-size:14;font-family:inherit;outline:none;box-sizing:border-box}.dropler-field input:focus{border-color:#60a5fa80}.dropler-field--row{flex-direction:row;justify-content:space-between;align-items:center}.dropler-error{font-size:12px;color:#fca5a5;background:#7f1d1d40;border:1px solid rgba(127,29,29,.4);border-radius:8px;padding:8px 12px;margin-bottom:14px}.dropler-auth-divider{border-top:1px solid rgba(255,255,255,.08);margin-top:24px;padding-top:20px;text-align:center;font-size:13px;color:#ffffff80}.dropler-auth-divider a{color:#e85d2c;font-weight:600;text-decoration:none}.dropler-auth-footnote{font-size:11px;color:#ffffff59;margin-top:20px;text-align:center}.dropler-auth-footnote a{color:inherit}.dropler-marketing-page{min-height:100vh;background:#050505;color:#fafafa}.dropler-marketing-page__content{padding:100px 24px 48px;max-width:1100px;margin:0 auto}.dropler-marketing-page__content--narrow{max-width:720px}.dropler-marketing-hero{text-align:center;padding:48px 0 64px}.dropler-marketing-hero h1{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:16px}.dropler-marketing-hero p{font-size:17px;color:#ffffff8c;line-height:1.7;max-width:560px;margin:0 auto}.dropler-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:48px}.dropler-pricing-card{padding:28px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#111}.dropler-pricing-card--highlight{border-color:#e85d2c66;background:linear-gradient(145deg,#1a1208,#111)}.dropler-studio-root{font-family:Inter,system-ui,sans-serif}.dropler-studio-idle{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;gap:28px;padding:24px 16px 48px;width:100%;max-width:720px;margin:0 auto}.dropler-studio-idle__head{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;z-index:2}.dropler-studio-idle__title{font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.03em;line-height:1.1;pointer-events:none}.dropler-studio-idle__sub{font-size:15px;color:#ffffff80;max-width:480px;line-height:1.55;pointer-events:none}.dropler-studio-prompt{width:100%}.dropler-studio-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;position:relative;z-index:20;isolation:isolate}.dropler-studio-chips .dropler-import-chip{position:relative;z-index:30;pointer-events:auto}.dropler-studio-sidebar .dropler-studio-sidebar__logo{padding:14px;border-bottom:1px solid rgba(255,255,255,.06)}.dropler-studio-toolbar{height:48px;background:#0a0a0a;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 16px;gap:12px;flex-shrink:0}.dropler-studio-panel{border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;background:#050505}.dropler-studio-sidebar{transition:width .2s ease;overflow:hidden}.dropler-studio-sidebar--collapsed{width:56px!important}.dropler-studio-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 10px;border-bottom:1px solid rgba(255,255,255,.06)}.dropler-studio-sidebar--collapsed .dropler-studio-sidebar__head{flex-direction:column;padding:10px 8px}.dropler-studio-sidebar__toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffb3;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:14px}.dropler-studio-sidebar__toggle:hover{background:#ffffff1a;color:#fafafa}.dropler-studio-sidebar--collapsed .dropler-studio-sidebar__label,.dropler-studio-sidebar--collapsed .dropler-studio-sidebar__text,.dropler-studio-sidebar--collapsed .dropler-studio-sidebar__footer-text{display:none}.dropler-studio-sidebar--collapsed .dropler-studio-new-btn{width:36px;height:36px;padding:0;justify-content:center;margin:8px auto}.dropler-studio-sidebar--collapsed .dropler-studio-new-btn span:last-child{display:none}.dropler-studio-sidebar--collapsed .dropler-studio-project-row{justify-content:center;padding:8px 6px}.dropler-studio-sidebar--collapsed .dropler-studio-sidebar__footer{align-items:center}.dropler-studio-workspace{display:flex;height:100%;min-height:0;overflow:hidden}.dropler-studio-chat-pane{width:min(420px,38vw);min-width:300px;border-right:1px solid rgba(255,255,255,.08);background:#0a0a0a;display:flex;flex-direction:column;padding:16px;flex-shrink:0}.dropler-studio-chat-pane--wide{flex:1;width:auto;max-width:none;border-right:none}.dropler-studio-code-pane{flex:1;display:flex;min-width:0;overflow:hidden}.dropler-studio-code-toolbar{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#0a0a0a;flex-shrink:0}.dropler-studio-code-toolbar span{font-size:12px;font-weight:600;color:#ffffff73;flex:1}.mesh-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 20% 0%,rgba(96,165,250,.08) 0%,transparent 50%),radial-gradient(ellipse 50% 40% at 90% 80%,rgba(232,93,44,.06) 0%,transparent 45%)}.dropler-studio-root--pro{background:#0c0c0f!important}.dropler-studio-root--pro>div:last-child{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.dropler-pro{display:flex;flex-direction:column;height:100vh;width:100%;background:#0c0c0f;color:#f4f4f5;font-family:Inter,system-ui,sans-serif}.dropler-pro__topbar{height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0f1018,#0a0b11);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dropler-pro__brand{display:flex;align-items:center;gap:10px;min-width:0}.dropler-pro__chrome-btn{width:26px;height:26px;border-radius:6px;border:none;background:transparent;color:#ffffffdb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dropler-pro__logo-link{display:flex;flex-shrink:0}.dropler-pro__project-name{font-size:17px;font-weight:600;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropler-pro__topbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.dropler-pro__stage{display:none;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);color:#ffffffbf;background:#ffffff0f}.dropler-pro__stage--ready{color:#86efac;border-color:#4ade8059;background:#16653447}.dropler-pro__stage--building{color:#fcd34d;border-color:#fbbf2459;background:#78350f4d}.dropler-pro__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9999px;border:1px solid rgba(123,120,212,.5);background:#1d194633;color:#ffffffd9;font-size:12px;font-weight:500;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s}.dropler-pro__pill:hover{background:#ffffff14;border-color:#ffffff29}.dropler-pro__pill:disabled{opacity:.45;cursor:not-allowed}.dropler-pro__pill--accent{background:linear-gradient(135deg,#ff9445,#ff6c37);border-color:#ffb36fd9;color:#fff4ea}.dropler-pro__theme-toggle{display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:8px;border:1px solid rgba(123,120,212,.5);color:#ffffff59;background:#1d19463d;font-family:inherit;cursor:pointer}.dropler-pro__theme-toggle--active{color:#fafafa}.dropler-pro__user-menu{position:relative}.dropler-pro__user-btn{display:flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font-family:inherit;font-size:13px;cursor:pointer}.dropler-pro__avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#e85d2c,#a78bfa);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.dropler-pro__user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropler-pro__user-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;box-shadow:0 12px 40px #00000080;z-index:50}.dropler-pro__user-dropdown button{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:#fafafa;font-size:13px;font-family:inherit;cursor:pointer;text-align:left}.dropler-pro__user-dropdown button:hover{background:#ffffff0f}.dropler-pro__body{flex:1;display:flex;min-height:0}.dropler-pro__sidebar{width:128px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);background:#101118;padding:10px 8px;gap:6px;transition:width .2s ease}.dropler-pro__sidebar--collapsed{width:56px}.dropler-pro__sidebar--collapsed .dropler-pro__sidebar-link,.dropler-pro__sidebar--collapsed .dropler-pro__project-item-label,.dropler-pro__sidebar--collapsed .dropler-pro__nav-item,.dropler-pro__sidebar--collapsed .dropler-pro__sidebar-section{font-size:0}.dropler-pro__sidebar--collapsed .dropler-pro__new-project{justify-content:center;font-size:0;padding:10px}.dropler-pro__sidebar--collapsed .dropler-pro__project-list{display:none}.dropler-pro__sidebar--collapsed .dropler-pro__sidebar-link svg,.dropler-pro__sidebar--collapsed .dropler-pro__nav-item svg{margin:0 auto}.dropler-pro__new-project{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;margin-bottom:8px;border-radius:12px;border:none;background:linear-gradient(135deg,#e85d2ce6,#e85d2cbf);color:#fff;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer}.dropler-pro__new-project:hover{filter:brightness(1.08)}.dropler-pro__sidebar-link,.dropler-pro__sidebar-section{width:100%;display:flex;align-items:center;gap:8px;padding:8px 10px;border:none;border-radius:8px;background:transparent;color:#ffffffb3;font-size:12px;font-family:inherit;cursor:pointer;text-align:left;white-space:nowrap}.dropler-pro__sidebar-section{justify-content:space-between;font-weight:600;color:#fff6;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.dropler-pro__project-list{display:flex;flex-direction:column;gap:2px;max-height:160px;overflow-y:auto;margin-bottom:12px;padding-left:4px}.dropler-pro__project-list-empty{font-size:12px;color:#ffffff59;padding:8px 10px}.dropler-pro__project-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:transparent;color:#fffc;font-size:13px;font-family:inherit;cursor:pointer;text-align:left}.dropler-pro__project-item:hover{background:#ffffff0d}.dropler-pro__project-item--active{background:#e85d2c1f;color:#fafafa}.dropler-pro__project-item-icon{width:28px;height:28px;border-radius:8px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;flex-shrink:0}.dropler-pro__project-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropler-pro__nav{margin-top:12px;display:flex;flex-direction:column;gap:2px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.dropler-pro__nav-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:#fffc;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;text-align:left}.dropler-pro__nav-item:hover{background:#ffffff0d;color:#ffffffd9}.dropler-pro__nav-item--active{background:#624fbd73;color:#ebe6ff}.dropler-pro__main{flex:1;display:flex;flex-direction:column;min-width:0;background:#0c0c0f}.dropler-pro__notify{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#a78bfa1f;border-bottom:1px solid rgba(167,139,250,.2);font-size:13px;color:#ffffffbf}.dropler-pro__notify button{border:none;background:transparent;color:#ffffff80;font-size:12px;cursor:pointer;font-family:inherit}.dropler-pro__workspace{flex:1;display:flex;min-height:0}.dropler-pro__chat-col{width:min(370px,37vw);min-width:300px;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid rgba(255,255,255,.06);background:#1a1b27}.dropler-pro__preview-col{flex:1;min-width:0;display:flex;flex-direction:column;background:radial-gradient(ellipse 58% 45% at 74% 22%,rgba(116,99,212,.48) 0%,rgba(116,99,212,.08) 44%,transparent 67%),radial-gradient(ellipse 40% 35% at 42% 78%,rgba(90,123,255,.24) 0%,transparent 65%),#0b0f1b}.dropler-pro__chat-inner{display:flex;flex-direction:column;height:100%;padding:16px}.dropler-pro__chat-panel{height:100%}.dropler-pro__chat-toolbar{display:flex;gap:8px;margin-bottom:12px}.dropler-pro__chat-toolbar button{padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffb3;font-size:12px;font-family:inherit;cursor:pointer}.dropler-pro__chat-scroll{flex:1;min-height:0}.dropler-pro__bubble{max-width:92%;padding:12px 14px;border-radius:14px;font-size:14px;line-height:1.55;white-space:pre-wrap}.dropler-pro__bubble--user{background:#60a5fa26;border:1px solid rgba(96,165,250,.25);color:#e0f2fe}.dropler-pro__bubble--assistant{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffffe6}.dropler-pro__composer{flex-shrink:0;padding-top:8px}.dropler-pro__composer-box{border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#00000059;overflow:hidden}.dropler-pro__composer-box textarea{width:100%;border:none;outline:none;resize:none;background:transparent;color:#fafafa;font-size:14px;font-family:inherit;padding:14px 14px 8px;line-height:1.5;min-height:62px;max-height:86px}.dropler-pro__composer-chips{display:none}.dropler-pro__composer-chips .dropler-import-chip{font-size:12px;padding:5px 10px}.dropler-pro__composer-actions{display:flex;align-items:center;padding:8px 12px 12px;gap:8px}.dropler-pro__composer-hint{font-size:11px;color:#ffffff59}.dropler-pro__composer-send{width:32px;height:32px;border-radius:50%;border:none;background:#fff;color:#000;font-size:16px;font-weight:700;cursor:pointer}.dropler-pro__composer-send:disabled{opacity:.4;cursor:not-allowed}.dropler-pro__preview-wrap{flex:1;display:flex;flex-direction:column;min-height:0}.dropler-pro__preview-wrap--code{padding:0}.dropler-pro__preview-wrap--code .dropler-studio-panel{border:none;border-radius:0;height:100%!important}.dropler-pro__preview-toolbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.dropler-pro__device-group{display:flex;gap:4px}.dropler-pro__icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid transparent;background:transparent;color:#ffffff73;font-family:inherit;cursor:pointer}.dropler-pro__icon-btn:hover,.dropler-pro__icon-btn--active{background:#ffffff14;color:#fafafa;border-color:#ffffff1a}.dropler-pro__icon-btn:disabled{opacity:.45;cursor:not-allowed}.dropler-pro__preview-status{display:flex;align-items:center;gap:12px}.dropler-pro__status{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.dropler-pro__status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.dropler-pro__status--building{color:#fbbf24}.dropler-pro__status--ready{color:#4ade80}.dropler-pro__preview-device-btn{padding:8px 14px;border-radius:9999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fafafa;font-size:13px;font-family:inherit;cursor:pointer}.dropler-pro__preview-stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:radial-gradient(ellipse 70% 50% at 50% 40%,rgba(96,165,250,.08) 0%,transparent 55%),radial-gradient(ellipse 40% 30% at 80% 80%,rgba(232,93,44,.06) 0%,transparent 50%),#0a0a0e;position:relative;min-height:0;overflow:hidden}.dropler-pro__preview-stage>*{position:relative;z-index:1}.dropler-pro__preview-blackhole{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.dropler-pro__preview-vortex{position:absolute;top:48%;left:64%;width:min(60vw,700px);height:min(60vw,700px);transform:translate(-50%,-50%);opacity:.4}.dropler-pro__preview-halo{position:absolute;top:-5%;right:-5%;bottom:-5%;left:-5%;border-radius:50%;background:radial-gradient(circle,rgba(255,100,30,.12) 0%,transparent 65%);animation:bhHaloPulse 5s ease-in-out infinite}.dropler-pro__preview-disk{position:absolute;border-radius:50%;transform-origin:50% 50%;will-change:transform}.dropler-pro__preview-disk--outer{top:0;right:0;bottom:0;left:0;filter:blur(42px);background:conic-gradient(from 0deg,transparent 0deg,rgba(255,130,50,.9) 25deg,rgba(255,50,10,.72) 70deg,transparent 110deg,rgba(255,160,60,.58) 160deg,transparent 210deg,rgba(255,80,20,.78) 260deg,transparent 310deg,rgba(255,120,40,.72) 340deg);animation:bhSpin 14s linear infinite}.dropler-pro__preview-disk--mid{top:10%;right:10%;bottom:10%;left:10%;filter:blur(30px);background:conic-gradient(from 90deg,transparent,rgba(255,200,100,.72) 50deg,transparent 100deg,rgba(255,90,25,.58) 150deg,transparent 200deg,rgba(255,150,50,.7) 280deg,transparent);animation:bhSpin 9s linear infinite reverse}.dropler-pro__preview-disk--inner{top:22%;right:22%;bottom:22%;left:22%;filter:blur(16px);background:conic-gradient(from 200deg,transparent 0deg,rgba(255,180,70,.72) 30deg,rgba(255,60,15,.62) 80deg,transparent 130deg,rgba(255,110,35,.7) 220deg,transparent 300deg);animation:bhSpin 6s linear infinite}.dropler-pro__preview-photon{position:absolute;border-radius:50%;transform-origin:50% 50%;border:2px solid transparent}.dropler-pro__preview-photon--a{top:6%;right:6%;bottom:6%;left:6%;border-top-color:#ff96324d;border-left-color:#ff501433;animation:bhSpin 4s linear infinite}.dropler-pro__preview-photon--b{top:14%;right:14%;bottom:14%;left:14%;border-bottom-color:#ff782842;border-right-color:#ff3c0a29;animation:bhSpin 3s linear infinite reverse}.dropler-pro__preview-core{position:absolute;top:50%;left:50%;width:16%;height:16%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#000 25%,rgba(255,90,20,.42) 50%,transparent 70%);box-shadow:0 0 60px #ff5a1447;z-index:2}.dropler-pro__preview-logo-wrap{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:50% 50%;animation:bhSpin 18s linear infinite;z-index:3}.dropler-pro__preview-logo{position:absolute;top:50%;left:50%;width:44%;height:auto;transform:translate(-50%,-50%);object-fit:contain;mix-blend-mode:screen}.dropler-pro__phone-frame{width:300px;max-height:min(640px,calc(100vh - 200px));flex:1;display:flex;flex-direction:column;background:#111;border-radius:40px;border:10px solid #1f1f23;box-shadow:0 32px 80px #0000008c,0 0 0 1px #ffffff0f;overflow:hidden;position:relative}.dropler-pro__phone-frame--phone{width:300px}.dropler-pro__phone-frame--tablet{width:min(620px,78vw);border-radius:24px}.dropler-pro__phone-frame--desktop{width:min(900px,92vw);border-radius:16px}.dropler-pro__phone-frame--full{width:min(980px,94vw);max-height:min(700px,calc(100vh - 170px));border-width:4px}.dropler-studio-root--light .dropler-pro{background:#f3f4f6;color:#111827}.dropler-studio-root--light .dropler-pro__topbar{background:linear-gradient(180deg,#fff,#f7f7fc);border-bottom-color:#63668d38}.dropler-studio-root--light .dropler-pro__sidebar{background:#f7f7fb;border-right-color:#63668d2e}.dropler-studio-root--light .dropler-pro__main{background:#f6f7fb}.dropler-studio-root--light .dropler-pro__chat-col{background:#fcfcff;border-right-color:#63668d29}.dropler-studio-root--light .dropler-pro__preview-col{background:radial-gradient(ellipse 58% 45% at 74% 22%,rgba(180,164,255,.35) 0%,rgba(180,164,255,.08) 44%,transparent 67%),radial-gradient(ellipse 44% 36% at 42% 78%,rgba(170,190,255,.25) 0%,transparent 65%),#f7f8ff}.dropler-studio-root--light .dropler-pro__preview-toolbar{border-bottom-color:#63668d29;background:#ffffff8c}.dropler-studio-root--light .dropler-pro__icon-btn{color:#535a7a}.dropler-studio-root--light .dropler-pro__icon-btn:hover,.dropler-studio-root--light .dropler-pro__icon-btn--active{background:#8470e42e;color:#4338ca;border-color:#8470e44d}.dropler-studio-root--light .dropler-pro__preview-device-btn{border-color:#63668d3d;background:#fff;color:#2f344b}.dropler-studio-root--light .dropler-pro__preview-stage{background:radial-gradient(ellipse 66% 50% at 50% 40%,rgba(188,170,255,.32) 0%,rgba(188,170,255,.06) 58%,transparent 75%),radial-gradient(ellipse 44% 34% at 80% 78%,rgba(170,190,255,.24) 0%,transparent 64%),#f6f7ff}.dropler-studio-root--light .dropler-pro__preview-vortex{opacity:.28}.dropler-studio-root--light .dropler-pro__phone-frame{background:#fff;border-color:#101014;box-shadow:0 28px 70px #2a335333,0 0 0 1px #6e76aa29}.dropler-studio-root--light .dropler-pro__phone-empty{background:linear-gradient(180deg,#fff,#f5f6ff)}.dropler-studio-root--light .dropler-pro__phone-empty p{color:#434962ad}.dropler-studio-root--light .dropler-pro__project-name,.dropler-studio-root--light .dropler-pro__user-name{color:#111827}.dropler-studio-root--light .dropler-pro__pill,.dropler-studio-root--light .dropler-pro__user-btn,.dropler-studio-root--light .dropler-pro__theme-toggle{background:#fff;border-color:#7d80b96b;color:#2d3148;font-size:11px}.dropler-studio-root--light .dropler-pro__chrome-btn{color:#1f2437}.dropler-studio-root--light .dropler-pro__sidebar-link,.dropler-studio-root--light .dropler-pro__project-item,.dropler-studio-root--light .dropler-pro__nav-item{color:#2f344b;font-size:11px}.dropler-studio-root--light .dropler-pro__sidebar-link:hover,.dropler-studio-root--light .dropler-pro__project-item:hover,.dropler-studio-root--light .dropler-pro__nav-item:hover{background:#1118270f;color:#111827}.dropler-studio-root--light .dropler-pro__nav-item--active{background:#8470e433;color:#4338ca}.dropler-studio-root--light .dropler-pro__chat-composer-fixed,.dropler-studio-root--light .dropler-pro__composer-box{background:#fff;border-color:#1118271f}.dropler-studio-root--light .dropler-pro__composer-box textarea,.dropler-studio-root--light .dropler-pro__composer-hint,.dropler-studio-root--light .dropler-studio-idle__sub{color:#4b5563}.dropler-studio-root--light .dropler-studio-idle__title,.dropler-studio-root--light .dropler-gradient-text{color:#111827}.dropler-pro__phone-status{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#000;font-size:11px;font-weight:600;color:#888;flex-shrink:0}.dropler-pro__phone-notch{width:90px;height:22px;background:#1a1a1a;border-radius:12px}.dropler-pro__phone-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;background:linear-gradient(180deg,#1a1a22,#0f0f14);text-align:center}.dropler-pro__phone-empty-logo{width:72px;height:72px;object-fit:contain;opacity:.85;mix-blend-mode:screen}.dropler-pro__phone-empty p{font-size:13px;color:#ffffff73;line-height:1.55;max-width:220px;margin:0}.dropler-pro__chat-workflow{flex:1;overflow-y:auto;padding:18px 16px 16px;display:flex;flex-direction:column;gap:16px;min-height:0}.dropler-pro__chat-workflow .dropler-studio-idle{min-height:auto;padding:0}.dropler-pro__chat-composer-fixed{flex-shrink:0;padding:12px 16px 16px;border-top:1px solid rgba(255,255,255,.06);background:#101014;position:relative;z-index:4}.dropler-pro__submit-status{margin-top:8px;display:inline-flex;flex-direction:column;gap:4px;border:1px solid rgba(251,191,36,.3);background:#78350f38;color:#fcd34d;border-radius:10px;padding:8px 10px;font-size:12px;max-width:min(100%,520px)}.dropler-pro__submit-status span{color:#ffffffb3;word-break:break-word}.dropler-pro__phone-iframe{flex:1;width:100%;border:none;background:#fff}.dropler-pro__phone-home{height:20px;background:#000;flex-shrink:0}.dropler-pro__phone-home:after{content:"";display:block;width:100px;height:4px;margin:8px auto 0;background:#333;border-radius:2px}.dropler-pro__phone-overlay{position:absolute;top:40px;right:0;bottom:20px;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600}.dropler-pro__footer{flex-shrink:0;border-top:1px solid rgba(255,255,255,.06);background:#101014}.dropler-pro__footer-toggle{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;border:none;background:transparent;color:#ffffff73;font-size:12px;font-family:inherit;cursor:pointer}.dropler-pro__footer-body{max-height:280px;overflow:hidden}@media (max-width: 1200px){.dropler-pro__sidebar{width:96px}.dropler-pro__chat-col{width:min(350px,40vw);min-width:280px}.dropler-pro__topbar-actions{gap:6px}}@media (max-width: 1024px){.dropler-pro__topbar{padding:0 10px}.dropler-pro__project-name{font-size:16px;max-width:160px}.dropler-pro__pill{padding:6px 10px;font-size:11px}.dropler-pro__theme-toggle{padding:5px 7px}.dropler-pro__sidebar{width:84px}.dropler-pro__sidebar-link,.dropler-pro__project-item-label,.dropler-pro__nav-item,.dropler-pro__sidebar-section{font-size:0}.dropler-pro__sidebar-link svg,.dropler-pro__nav-item svg{margin:0 auto}.dropler-pro__new-project{font-size:0;padding:10px}.dropler-pro__project-list{display:none}.dropler-pro__chat-col{width:min(320px,42vw);min-width:260px}.dropler-pro__preview-toolbar{padding:8px 10px}.dropler-pro__phone-frame--tablet{width:min(520px,82vw)}.dropler-pro__phone-frame--desktop,.dropler-pro__phone-frame--full{width:min(760px,88vw)}}@media (max-width: 820px){.dropler-pro__topbar{height:auto;min-height:54px;padding:8px;gap:8px;align-items:flex-start;flex-direction:column}.dropler-pro__brand,.dropler-pro__topbar-actions{width:100%}.dropler-pro__topbar-actions{overflow-x:auto;padding-bottom:2px}.dropler-pro__body{flex-direction:column}.dropler-pro__sidebar{width:100%;flex-direction:row;align-items:center;overflow-x:auto;overflow-y:hidden;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding:8px}.dropler-pro__sidebar-link,.dropler-pro__sidebar-section,.dropler-pro__project-list,.dropler-pro__nav--aux{display:none}.dropler-pro__new-project,.dropler-pro__nav-item{flex:0 0 auto;font-size:12px;padding:8px 10px}.dropler-pro__new-project{font-size:12px}.dropler-pro__nav{margin-top:0;padding-top:0;border-top:none;display:flex;flex-direction:row;gap:4px}.dropler-pro__nav{margin-left:6px}.dropler-pro__nav-item{min-width:88px;justify-content:center;gap:6px}.dropler-pro__workspace{flex-direction:column}.dropler-pro__chat-col{width:100%;min-width:0;max-height:52vh;border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.dropler-pro__preview-col{min-height:46vh}}@media (max-width: 640px){.dropler-pro__project-name{font-size:14px;max-width:90px}.dropler-pro__topbar-actions{gap:5px}.dropler-pro__pill,.dropler-pro__theme-toggle,.dropler-pro__user-btn{padding:5px 8px;font-size:10px}.dropler-pro__nav-item{min-width:78px;font-size:11px;padding:7px 8px}.dropler-studio-idle__title{font-size:clamp(24px,8vw,30px);line-height:1.15}.dropler-studio-idle__sub{font-size:13px}.dropler-pro__notify{font-size:12px;padding:8px 10px}.dropler-pro__chat-workflow{padding:12px 10px 10px}.dropler-pro__chat-composer-fixed{padding:8px 10px 10px}.dropler-pro__composer-box textarea{font-size:13px;min-height:54px;max-height:72px;padding:10px 10px 6px}.dropler-pro__composer-actions{padding:6px 8px 8px}.dropler-pro__preview-toolbar{flex-wrap:wrap;gap:8px}.dropler-pro__preview-status{width:100%;justify-content:space-between}.dropler-pro__preview-stage{padding:12px}.dropler-pro__preview-device-btn{padding:6px 10px;font-size:11px}.dropler-pro__phone-frame--phone{width:min(270px,86vw)}}@media (max-width: 480px){.dropler-pro__topbar{padding:6px}.dropler-pro__brand{gap:6px}.dropler-pro__project-name{display:none}.dropler-pro__notify{padding:7px 8px;font-size:11px}.dropler-pro__chat-col{max-height:58vh}.dropler-pro__preview-col{min-height:42vh}}.dropler-agent-feed--planning{margin-top:16px}.dropler-agent-feed{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px;max-height:280px;overflow-y:auto}.dropler-agent-feed__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;margin-bottom:12px}.dropler-agent-feed__row{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05)}.dropler-agent-feed__row:last-child{border-bottom:none}.dropler-agent-feed__meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.dropler-agent-feed__agent{font-size:13px;font-weight:700;color:#f4f4f5}.dropler-agent-feed__time{font-size:11px;color:#ffffff59}.dropler-agent-feed__skills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.dropler-agent-feed__skill{font-size:10px;padding:2px 8px;border-radius:999px;background:#f973161f;color:#fb923c;border:1px solid rgba(249,115,22,.25)}.dropler-agent-feed__msg{font-size:12px;line-height:1.5;color:#ffffffa6;margin:0}.dropler-mockup{display:flex;flex-direction:column;gap:16px;padding:4px 0 24px}.dropler-mockup--loading{align-items:center;justify-content:center;min-height:200px;color:#ffffff80}.dropler-mockup__spinner{width:28px;height:28px;border:2px solid rgba(255,255,255,.1);border-top-color:#f97316;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.dropler-mockup__badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fb923c;margin-bottom:8px}.dropler-mockup__title{font-size:22px;font-weight:800;margin:0 0 6px;color:#f4f4f5}.dropler-mockup__sub{font-size:14px;color:#ffffff8c;margin:0;line-height:1.5}.dropler-mockup__section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px}.dropler-mockup__section--muted{opacity:.9}.dropler-mockup__section h3{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff73;margin:0 0 10px}.dropler-mockup__section p{font-size:13px;line-height:1.6;color:#ffffffbf;margin:0}.dropler-mockup__swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.dropler-mockup__swatch{display:flex;flex-direction:column;gap:4px}.dropler-mockup__swatch-chip{height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.12)}.dropler-mockup__swatch-label{font-size:11px;text-transform:capitalize;color:#fff9}.dropler-mockup__swatch-hex{font-size:10px;font-family:ui-monospace,monospace;color:#ffffff59}.dropler-mockup__nav-chips{display:flex;flex-wrap:wrap;gap:8px}.dropler-mockup__nav-chip{font-size:12px;padding:6px 12px;border-radius:999px;background:#f973161f;color:#fdba74;border:1px solid rgba(249,115,22,.25)}.dropler-mockup__screen-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.dropler-mockup__screen-tab{font-size:12px;padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#fff9;cursor:pointer}.dropler-mockup__screen-tab--active{background:#f9731626;border-color:#f9731666;color:#fdba74}.dropler-mockup__screen-card{background:#0003;border-radius:10px;padding:12px}.dropler-mockup__route{font-size:11px;font-family:ui-monospace,monospace;color:#fff6}.dropler-mockup__visual-spec{font-size:13px;line-height:1.65;color:#fffc;margin:10px 0 0}.dropler-mockup__components{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.dropler-mockup__component-chip{font-size:10px;padding:3px 8px;border-radius:6px;background:#ffffff0f;color:#ffffff8c}.dropler-mockup__interactions{margin:10px 0 0;padding-left:18px;font-size:12px;color:#ffffff8c}.dropler-mockup__feedback label{display:block;font-size:12px;color:#ffffff73;margin-bottom:8px}.dropler-mockup__feedback textarea{width:100%;box-sizing:border-box;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#00000040;color:#f4f4f5;font-size:13px;resize:vertical;font-family:inherit}.dropler-mockup__feedback textarea:focus{outline:none;border-color:#f9731680}.dropler-mockup__actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:4px}.dropler-mockup-preview{display:flex;flex-direction:column;align-items:center;height:100%;padding:24px 16px;box-sizing:border-box}.dropler-mockup-preview--empty{justify-content:center;color:#fff6;font-size:13px}.dropler-mockup-preview__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff6;margin-bottom:16px;align-self:flex-start}.dropler-mockup-preview__phone{width:min(280px,100%);border-radius:28px;border:3px solid rgba(255,255,255,.12);padding:12px 12px 0;min-height:420px;display:flex;flex-direction:column;box-shadow:0 24px 48px #00000073}.dropler-mockup-preview__status{width:80px;height:4px;background:#ffffff26;border-radius:2px;margin:0 auto 12px}.dropler-mockup-preview__header{padding:0 8px 12px}.dropler-mockup-preview__greeting{font-size:14px;font-weight:700}.dropler-mockup-preview__hero{margin:0 8px 16px;padding:20px;border-radius:16px;border:1px solid;display:flex;flex-direction:column;align-items:center;gap:10px}.dropler-mockup-preview__ring{width:72px;height:72px;border-radius:50%;border:4px solid;border-right-color:transparent}.dropler-mockup-preview__screen-title{font-size:12px;margin:0;opacity:.8}.dropler-mockup-preview__cards{flex:1;padding:0 8px;display:flex;flex-direction:column;gap:8px}.dropler-mockup-preview__card{height:48px;border-radius:10px}.dropler-mockup-preview__tabs{display:flex;justify-content:space-around;padding:10px 4px 14px;border-radius:0 0 24px 24px;margin-top:auto}.dropler-mockup-preview__tab{font-size:9px;opacity:.5}.dropler-mockup-preview__tab--active{opacity:1;font-weight:700}.dropler-mockup-preview__hint{font-size:11px;color:#ffffff59;margin-top:16px;text-align:center;max-width:260px}.dm-canvas{border-radius:18px;padding:20px;background:radial-gradient(120% 120% at 50% 0%,rgba(99,102,241,.1),transparent 60%),#ffffff06;border:1px solid rgba(255,255,255,.08)}[data-theme=light] .dm-canvas,.light .dm-canvas{background:radial-gradient(120% 120% at 50% 0%,rgba(99,102,241,.08),transparent 60%),#f4f5fb;border-color:#0f172a14}.dm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:18px;justify-items:center}.dm-grid--hifi{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:22px}.dm-canvas--hifi{padding:28px 20px 36px}.dm-ai-mockup{margin:0 0 20px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#00000059}.dm-ai-mockup__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#818cf8;padding:10px 14px 0}.dm-ai-mockup__img{display:block;width:100%;height:auto;max-height:min(70vh,720px);object-fit:contain}.dm-wireframe-details{margin-bottom:16px;color:#94a3b8;font-size:13px}.dm-wireframe-details summary{cursor:pointer;font-weight:600;margin-bottom:10px}.dm-grid--compact{grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px}.dm-grid--compact.dm-grid--hifi{grid-template-columns:repeat(2,minmax(160px,1fr))}.dm-phone{position:relative;width:100%;max-width:188px;aspect-ratio:9 / 19.2;border-radius:26px;border:1px solid;padding:22px 11px 8px;display:flex;flex-direction:column;gap:8px;overflow:hidden;box-shadow:0 18px 40px -18px #000000b3,inset 0 0 0 3px #00000040}.dm-phone--hi{max-width:220px;padding:24px 12px 6px;gap:0}.dm-phone__scroll{flex:1;display:flex;flex-direction:column;gap:7px;overflow:hidden;min-height:0;padding-bottom:4px}.dm-grid--compact .dm-phone{max-width:130px;padding:18px 8px 6px;gap:6px}.dm-grid--hifi .dm-phone--hi{max-width:220px}.dm-grid--compact.dm-grid--hifi .dm-phone--hi{max-width:175px}.dm-hd{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.dm-hd--center{justify-content:center;align-items:center;gap:12px}.dm-hd__greet{font-size:8px;font-weight:600}.dm-hd__date{font-size:11px;font-weight:800;line-height:1.2}.dm-ring-card{border-radius:14px;padding:12px 8px;display:flex;justify-content:center}.dm-ring{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dm-ring__inner{width:54px;height:54px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;text-align:center}.dm-ring__nums{font-size:8px;line-height:1.1}.dm-ring__nums strong{font-size:9px}.dm-ring__lbl{font-size:5px;text-transform:uppercase;letter-spacing:.04em}.dm-ring__pct{font-size:7px;font-weight:800}.dm-stat__n{font-size:11px;font-weight:800;line-height:1}.dm-stat__l{font-size:5px;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.dm-stats--compact .dm-stat{padding:5px 3px}.dm-cta{display:flex;align-items:center;justify-content:center;gap:5px;border:none;border-radius:11px;font-size:9px;font-weight:700;padding:8px 10px;cursor:default;width:100%}.dm-cta--sticky{margin-top:auto}.dm-section-lbl{font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.dm-row{display:flex;align-items:center;gap:7px;border-radius:10px;padding:7px 8px}.dm-row__ico{width:22px;height:22px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dm-row__text{flex:1;min-width:0;line-height:1.2}.dm-chips{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dm-chip{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 5px;border-radius:10px;border:1px solid;font-size:5px;font-weight:600;min-width:34px}.dm-field{border-radius:10px;padding:7px 9px;display:flex;flex-direction:column;gap:4px}.dm-field label{font-size:6px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.dm-field--notes{min-height:28px}.dm-seg{display:flex;border-radius:8px;overflow:hidden;font-size:7px;font-weight:700}.dm-seg span{flex:1;text-align:center;padding:5px 2px}.dm-chart-card{border-radius:12px;padding:8px}.dm-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:4px;height:52px;margin-top:6px}.dm-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;height:100%;justify-content:flex-end}.dm-bar{width:100%;border-radius:6px 6px 2px 2px;min-height:8px}.dm-bar-wrap small{font-size:5px}.dm-streak{display:flex;align-items:center;gap:10px;border-radius:12px;padding:10px 12px;margin-top:2px}.dm-search{display:flex;align-items:center;gap:6px;border-radius:10px;padding:8px 10px;font-size:7px}.dm-banner{border-radius:12px;min-height:48px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700}.dm-phone__notch{position:absolute;top:7px;left:50%;transform:translate(-50%);width:46px;height:13px;border-radius:9px}.dm-phone__status{display:flex;align-items:center;justify-content:space-between;font-size:8px;font-weight:600;padding:0 2px}.dm-phone__status-icons{display:inline-flex;gap:2px;align-items:center}.dm-phone__status-icons i{width:8px;height:7px;border-radius:2px;display:inline-block}.dm-phone__header{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.dm-phone__eyebrow{font-size:7px;text-transform:uppercase;letter-spacing:.08em}.dm-phone__title{font-size:12px;font-weight:800;line-height:1.1}.dm-phone__avatar{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dm-phone__hero{border-radius:12px;padding:10px;display:flex;align-items:center;justify-content:center;min-height:64px}.dm-phone__ring{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dm-phone__ring-core{width:42px;height:42px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.dm-phone__ring-core strong{font-size:12px}.dm-phone__ring-core span{font-size:6px;text-transform:uppercase;letter-spacing:.05em}.dm-phone__hero--chart{align-items:flex-end;gap:4px;padding:10px 8px}.dm-phone__hero--chart span{flex:1;border-radius:3px 3px 0 0;min-height:6px}.dm-phone__banner{border-radius:12px;min-height:56px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;text-align:center;padding:6px}.dm-phone__stats{display:flex;gap:6px}.dm-phone__stat{flex:1;border-radius:9px;padding:6px 4px;text-align:center}.dm-phone__stat-num{font-size:12px;font-weight:800;line-height:1}.dm-phone__stat-label{font-size:6px;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.dm-phone__cta{border-radius:10px;text-align:center;font-size:9px;font-weight:700;padding:7px 6px;text-transform:capitalize}.dm-phone__list{display:flex;flex-direction:column;gap:6px;flex:1;overflow:hidden}.dm-phone__row{display:flex;align-items:center;gap:6px;border-radius:9px;padding:6px}.dm-phone__row-icon{width:18px;height:18px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dm-phone__row-lines{flex:1;display:flex;flex-direction:column;gap:3px}.dm-phone__row-lines i{height:4px;border-radius:2px;display:block}.dm-phone__row-lines i:first-child{width:75%}.dm-phone__row-lines i:last-child{width:45%}.dm-phone__row-val{font-size:8px}.dm-phone__tabs{display:flex;justify-content:space-around;align-items:center;border-top:1px solid;border-radius:0 0 18px 18px;padding:7px 2px 4px;margin:4px -11px 0}.dm-phone__tab{display:flex;flex-direction:column;align-items:center;gap:2px}.dm-phone__tab small{font-size:6px}.dm-phone__caption{position:absolute;bottom:-16px;left:0;right:0;text-align:center;font-size:9px;font-weight:600}.dm-grid{padding-bottom:16px}.dm-specs-toggle{align-self:flex-start;background:none;border:none;cursor:pointer;font-size:12px;font-weight:600;color:#818cf8;padding:4px 0}.dm-specs{display:flex;flex-direction:column;gap:14px}.dropler-mockup__screen-bullets{margin:0 0 10px;padding-left:1.1rem;font-size:12px;color:#94a3b8;line-height:1.5}.dropler-mockup__screen-bullets--ix{color:#818cf8}.product-plan{display:flex;flex-direction:column;gap:20px;padding:4px 2px}.product-plan__warn{color:#fbbf24;font-weight:600;text-transform:none;letter-spacing:0}.product-plan__badge{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#818cf8}.product-plan__name{font-size:1.5rem;font-weight:800;margin:0;line-height:1.2}.product-plan__overview-dl{margin:0;display:flex;flex-direction:column;gap:12px}.product-plan__overview-dl dt{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:4px}.product-plan__overview-dl dd{margin:0;color:#cbd5e1;line-height:1.65;font-size:14px}.product-plan__entity--derived h4{color:#94a3b8;font-size:13px;font-weight:700;margin:12px 0 6px}.product-plan__audience{margin:0;color:#cbd5e1;line-height:1.65;font-size:14px}.product-plan__section-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 10px}.product-plan__screens{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.product-plan__screen-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:6px}.product-plan__screen-num{font-weight:800;color:#818cf8}.product-plan__screen-title{font-weight:700;font-size:15px}.product-plan__route{font-size:11px;padding:2px 8px;border-radius:6px;background:#ffffff0f;color:#94a3b8}.product-plan__bullets{margin:0;padding-left:1.25rem;color:#e2e8f0;font-size:13px;line-height:1.55}.product-plan__bullets li{margin-bottom:4px}.product-plan__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.product-plan__features p{margin:4px 0 0;color:#94a3b8;font-size:13px;line-height:1.55}.product-plan__prio{margin-left:8px;font-size:10px;padding:2px 8px;border-radius:8px;font-weight:700}.product-plan__prio--must_have{background:#1e3a5f;color:#93c5fd}.product-plan__prio--nice_to_have{background:#2d2015;color:#fbbf24}.product-plan__colors{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.product-plan__color{display:flex;align-items:center;gap:10px;min-width:140px}.product-plan__chip{width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.12);flex-shrink:0}.product-plan__color-role{font-size:12px;font-weight:600}.product-plan__color-hex{font-size:11px;color:#64748b;font-family:ui-monospace,monospace}.product-plan__entity{margin-top:10px;padding:10px 12px;border-radius:8px;background:#0003;border:1px solid rgba(255,255,255,.06)}.product-plan__entity h4{margin:0 0 8px;font-size:14px}.product-plan__entity ul{margin:0;padding-left:1rem;font-size:12px;color:#cbd5e1}.product-plan__type{margin-left:6px;color:#818cf8;font-size:11px}.product-plan__field-desc{color:#64748b}.product-plan__data-summary{margin:0 0 10px;color:#94a3b8;font-size:13px}.product-plan__integrations{margin:0;padding-left:1.25rem;font-size:13px;color:#cbd5e1;line-height:1.6}.product-plan__tech{display:flex;flex-wrap:wrap;gap:8px;font-size:11px;color:#64748b}.product-plan__tech span{padding:4px 10px;border-radius:6px;background:#ffffff0a}.product-plan__actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08);position:sticky;bottom:0;background:linear-gradient(transparent,var(--dropler-card-bg, #0f1117) 24%)}
