.px-prompt-studio-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:999999;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.19,1,.22,1);font-family:'Inter',sans-serif}.px-prompt-studio-overlay.is-active{opacity:1;pointer-events:auto}.px-prompt-studio-container{position:relative;width:95vw;max-width:1400px;height:90vh;background:rgba(20,20,22,.6);border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 30px 60px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.1);overflow:hidden;transform:scale(.95) translateY(20px);opacity:0;transition:all .6s cubic-bezier(.19,1,.22,1);display:flex;flex-direction:column}.px-prompt-studio-overlay.is-active .px-prompt-studio-container{transform:scale(1) translateY(0);opacity:1}#px-prompt-3d-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.px-prompt-studio-header{position:relative;z-index:10;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05);background:linear-gradient(180deg,rgba(20,20,22,.8) 0%,rgba(20,20,22,0) 100%);flex-shrink:0}.px-prompt-studio-title h2{margin:0;font-size:24px;font-weight:700;color:#fff;letter-spacing:-.5px;display:flex;align-items:center;gap:12px}.px-prompt-studio-title span{font-size:11px;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(90deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;border:1px solid rgba(99,102,241,.3);padding:4px 10px;border-radius:99px}.px-prompt-close{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:20px;transition:all .3s ease;flex-shrink:0}.px-prompt-close:hover{background:rgba(255,255,255,.15);transform:rotate(90deg)}.px-prompt-studio-body{position:relative;z-index:10;display:flex;flex:1;min-height:0;overflow:hidden}.px-prompt-sidebar{width:280px;border-right:1px solid rgba(255,255,255,.05);padding:32px 24px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;flex-shrink:0}.px-cat-btn{background:0 0;border:1px solid transparent;color:rgba(255,255,255,.6);text-align:left;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:500;line-height:1.4;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;box-sizing:border-box;white-space:normal;word-break:normal;overflow:visible}.px-cat-btn:hover{color:#fff;background:rgba(255,255,255,.03)}.px-cat-btn.is-active{color:#fff;background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.3);box-shadow:inset 0 0 20px rgba(99,102,241,.1)}.px-cat-btn.is-active:before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:#6366f1;border-radius:4px 0 0 4px}.px-prompt-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.px-prompt-output-wrapper{flex-shrink:0;background:rgba(0,0,0,.4);border-bottom:1px solid rgba(255,255,255,.08);padding:20px 48px;display:flex;gap:20px;align-items:flex-start;backdrop-filter:blur(10px);position:relative;z-index:2}.px-prompt-textarea{flex:1;background:0 0;border:none;color:#fff;font-size:15px;line-height:1.65;font-family:'Inter',monospace;resize:none;outline:none;min-height:calc(1.65em * 4);max-height:calc(1.65em * 12);overflow-y:auto;-webkit-user-select:text !important;user-select:text !important;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.px-prompt-textarea::-webkit-scrollbar{width:4px}.px-prompt-textarea::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.px-prompt-textarea::placeholder{color:rgba(255,255,255,.2)}#px-prompt-chips-area{flex:1;overflow-y:auto;padding:28px 48px;display:flex;flex-direction:column;gap:32px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}#px-prompt-chips-area::-webkit-scrollbar{width:4px}#px-prompt-chips-area::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:4px}.px-prompt-section{animation:fadeIn .4s ease forwards}.px-prompt-section-title{font-size:13px;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.4);margin-bottom:16px;font-weight:600}.px-chips-grid{display:flex;flex-wrap:wrap;gap:12px}.px-chip{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#ccc;padding:7px 16px;border-radius:99px;font-size:13px;cursor:pointer;transition:all .2s ease;user-select:none}.px-chip:hover{background:rgba(255,255,255,.1);color:#fff;transform:translateY(-2px)}.px-chip.is-selected{background:linear-gradient(135deg,#00f2fe,#4facfe);border-color:transparent;color:#fff;box-shadow:0 4px 15px rgba(0,242,254,.35)}.px-studio-generate-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:250px;flex-shrink:0;padding:16px 24px;border-radius:14px;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);border:none;align-self:flex-start;margin-top:calc(1.65em * 4 / 2 - 28px)}.px-studio-generate-btn.active{background:#fff;color:#0c0c0e;box-shadow:0 20px 40px -10px rgba(255,255,255,.25)}.px-studio-generate-btn.active:hover{transform:translateY(-2px);box-shadow:0 25px 45px -5px rgba(255,255,255,.35)}.px-studio-generate-btn.disabled{background:rgba(255,255,255,.03);color:rgba(255,255,255,.25);cursor:not-allowed;border:1px solid rgba(255,255,255,.04)}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.px-prompt-studio-container{width:100vw !important;height:100vh !important;max-height:100vh !important;max-width:100vw !important;border-radius:0 !important;border:none !important;display:flex;flex-direction:column}.px-prompt-studio-header{padding:14px 18px;flex-shrink:0}.px-prompt-studio-title h2{font-size:18px}.px-prompt-studio-body{flex-direction:column;flex:1;min-height:0;overflow:hidden}.px-prompt-sidebar{width:100% !important;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);flex-direction:row !important;padding:10px 14px 10px !important;gap:8px !important;overflow-x:auto !important;overflow-y:hidden !important;white-space:nowrap !important;flex-shrink:0;background:rgba(20,20,22,.4);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(0,0,0,.1)}.px-prompt-sidebar::-webkit-scrollbar{display:block !important;height:3px !important}.px-prompt-sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.02)}.px-prompt-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:99px}.px-cat-btn{padding:9px 14px !important;font-size:12px !important;border-radius:10px !important;flex-shrink:0 !important;display:inline-block !important;text-align:center !important}.px-cat-btn.is-active:before{left:12px !important;right:12px !important;bottom:0 !important;top:auto !important;width:auto !important;height:3px !important;border-radius:3px 3px 0 0 !important}.px-prompt-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.px-prompt-output-wrapper{flex-shrink:0;flex-direction:column !important;padding:14px 16px !important;gap:10px !important;border-radius:0 !important;border-bottom:1px solid rgba(255,255,255,.08) !important}.px-prompt-textarea{width:100% !important;font-size:14px !important;min-height:calc(1.65em * 4) !important;max-height:calc(1.65em * 8) !important;resize:none !important}.px-studio-generate-btn{width:100% !important;padding:13px 18px !important;font-size:14px !important;border-radius:12px !important;align-self:stretch !important;margin-top:0 !important}#px-prompt-chips-area{flex:1;overflow-y:auto;padding:16px 14px !important;gap:20px !important;-webkit-overflow-scrolling:touch}.px-prompt-section-title{font-size:11px;margin-bottom:10px}.px-chips-grid{gap:7px}.px-chip{padding:5px 11px !important;font-size:12px !important}}