.section-edit-panel__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0000;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);pointer-events:none;transition:background .3s ease,backdrop-filter .3s ease}.section-edit-panel__backdrop.is-visible{background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.section-edit-panel{position:fixed;top:0;right:0;bottom:0;width:50%;min-width:400px;max-width:800px;z-index:100;display:flex;flex-direction:column;background:#0a0e15f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid var(--stroke);box-shadow:-20px 0 60px #00000080;transform:translate(100%);opacity:0;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s ease}.section-edit-panel.is-open{transform:translate(0);opacity:1}.section-edit-panel__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--stroke);background:#ffffff05}.section-edit-panel__header-left{display:flex;align-items:center;gap:12px}.section-edit-panel__type-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600}.section-edit-panel__section-num{font-size:12px;color:var(--text-muted)}.section-edit-panel__close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--stroke);border-radius:10px;background:#ffffff0a;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.section-edit-panel__close-btn:hover{background:#ffffff14;color:var(--text-primary);border-color:var(--stroke-2)}.section-edit-panel__content{flex:1;overflow-y:auto;padding:20px}.section-edit-panel__unsupported{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:var(--text-muted)}.section-edit-panel__unsupported code{margin-top:8px;padding:4px 12px;border-radius:6px;background:#ffffff0f;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.section-edit-panel__footer{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-top:1px solid var(--stroke);background:#ffffff05}.section-edit-panel__footer-right{display:flex;align-items:center;gap:10px}.section-edit-panel__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.section-edit-panel__btn:disabled{opacity:.5;cursor:not-allowed}.section-edit-panel__btn--primary{background:linear-gradient(180deg,var(--brand),var(--brand-strong));border:1px solid rgba(255,255,255,.12);color:#fff;box-shadow:0 8px 24px #19b8d940}.section-edit-panel__btn--primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.section-edit-panel__btn--secondary{background:#ffffff0a;border:1px solid var(--stroke);color:var(--text-muted)}.section-edit-panel__btn--secondary:hover:not(:disabled){background:#ffffff14;color:var(--text-primary)}.section-edit-panel__btn--ghost{background:transparent;border:1px solid transparent;color:var(--text-muted);padding:10px}.section-edit-panel__btn--ghost:hover:not(:disabled){background:#ffffff0f;color:var(--text-primary)}.section-edit-field{margin-bottom:20px}.section-edit-field__label{display:block;font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.section-edit-field__input,.section-edit-field__textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--stroke);background:#ffffff0a;color:var(--text-primary);font-size:14px;font-family:inherit;transition:all .15s ease}.section-edit-field__input:focus,.section-edit-field__textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #19b8d926}.section-edit-field__input::-moz-placeholder,.section-edit-field__textarea::-moz-placeholder{color:var(--text-muted-2)}.section-edit-field__input::placeholder,.section-edit-field__textarea::placeholder{color:var(--text-muted-2)}.section-edit-field__textarea{min-height:100px;resize:vertical}.section-edit-field__hint{font-size:11px;color:var(--text-muted-2);margin-top:6px}.section-edit-alignment{display:flex;gap:6px}.section-edit-alignment__btn{flex:1;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:8px;border:1px solid var(--stroke);background:#ffffff05;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.section-edit-alignment__btn:hover{background:#ffffff0f;color:var(--text-primary)}.section-edit-alignment__btn.is-active{background:#19b8d926;border-color:#19b8d966;color:var(--brand)}.section-edit-divider{height:1px;background:var(--stroke);margin:24px 0}.section-edit-group{margin-bottom:24px}.section-edit-group__title{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:16px;display:flex;align-items:center;gap:8px}.block-editor-item{border:1px solid var(--stroke);border-radius:12px;background:#ffffff05;margin-bottom:12px;overflow:hidden}.block-editor-item__header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;cursor:pointer;transition:background .15s ease}.block-editor-item__header:hover{background:#ffffff0a}.block-editor-item__header-left{display:flex;align-items:center;gap:10px}.block-editor-item__drag{color:var(--text-muted-2);cursor:grab}.block-editor-item__title{font-size:13px;font-weight:600;color:var(--text-primary)}.block-editor-item__header-right{display:flex;align-items:center;gap:8px}.block-editor-item__action{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.block-editor-item__action:hover{background:#ffffff14;color:var(--text-primary)}.block-editor-item__action--danger:hover{background:#ef444426;color:#ef4444}.block-editor-item__chevron{transition:transform .2s ease}.block-editor-item__chevron.is-expanded{transform:rotate(180deg)}.block-editor-item__content{padding:0 14px 14px;border-top:1px solid var(--stroke)}.button-list-editor__item{display:flex;gap:10px;margin-bottom:10px;padding:12px;border-radius:10px;background:#ffffff08;border:1px solid var(--stroke)}.button-list-editor__item-fields{flex:1;display:flex;flex-direction:column;gap:10px}.button-list-editor__item-actions{display:flex;flex-direction:column;gap:4px}.button-list-editor__add{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;border-radius:8px;border:1px dashed var(--stroke);background:transparent;color:var(--text-muted);font-size:13px;cursor:pointer;transition:all .15s ease}.button-list-editor__add:hover{border-color:var(--brand);color:var(--brand);background:#19b8d90d}.form-fields-editor__item{display:grid;grid-template-columns:1fr 1fr auto auto;gap:10px;align-items:center;padding:10px 12px;border-radius:8px;background:#ffffff08;border:1px solid var(--stroke);margin-bottom:8px}.form-fields-editor__select{padding:8px 10px;border-radius:6px;border:1px solid var(--stroke);background:#ffffff0a;color:var(--text-primary);font-size:13px}.form-fields-editor__checkbox{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.image-selector{border:1px dashed var(--stroke);border-radius:10px;padding:16px;text-align:center}.image-selector__preview{width:100%;max-height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:12px}.image-selector__empty{padding:30px 20px;color:var(--text-muted)}.image-selector__empty-icon{opacity:.5;margin-bottom:8px}.block-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border-radius:10px;background:#ffffff05;border:1px solid var(--stroke)}.block-tabs__item{position:relative}.block-tabs__btn{padding:8px 14px;font-size:13px;font-weight:600;color:var(--text-muted);background:#ffffff0a;border:1px solid var(--stroke);border-radius:8px;cursor:pointer;transition:all .15s ease}.block-tabs__btn:hover{background:#ffffff14;color:var(--text-primary)}.block-tabs__btn.is-active{background:#19b8d926;border-color:#19b8d966;color:var(--brand)}.block-tabs__delete{position:absolute;top:-6px;right:-6px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;opacity:0;transition:opacity .15s ease}.block-tabs__item:hover .block-tabs__delete{opacity:1}.block-tabs__delete:hover{background:#dc2626}.block-tabs__move{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);display:flex;gap:2px;opacity:0;transition:opacity .15s ease}.block-tabs__item:hover .block-tabs__move{opacity:1}.block-tabs__move-btn{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#ffffff1a;border:1px solid var(--stroke);border-radius:4px;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.block-tabs__move-btn:hover{background:#ffffff26;color:var(--text-primary)}@media (max-width: 900px){.section-edit-panel{width:100%;max-width:none;min-width:auto}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.auth-page{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:2.5rem 1rem;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(1200px 800px at 15% 15%,rgba(25,184,217,.18),transparent 50%),radial-gradient(900px 700px at 75% 30%,rgba(20,165,200,.12),transparent 55%),linear-gradient(180deg,var(--bg-dark),var(--bg-dark-2))}.auth-card{width:100%;max-width:28rem;border-radius:1rem;padding:2rem;position:relative;z-index:1;background:var(--surface);border:1px solid var(--stroke);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:var(--text-primary)}.auth-subtitle{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:var(--text-muted)}.label{margin-bottom:.25rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--text-muted-strong)}.input{width:100%;border-radius:.5rem;padding:.5rem .75rem;background:#0c1018b8;color:var(--text-primary);border:1px solid var(--stroke);box-shadow:inset 0 0 0 1px #ffffff05}.btn-primary{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding-top:.625rem;padding-bottom:.625rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-image:linear-gradient(180deg,var(--brand),var(--brand-strong));box-shadow:0 12px 30px var(--brand-glow);border:1px solid rgba(255,255,255,.12)}.btn-primary:hover{filter:brightness(1.05) saturate(1.05)}.alert-error{margin-bottom:1rem;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;background:#ef444429;border:1px solid rgba(239,68,68,.28);color:#fecaca}.alert-success{margin-bottom:1rem;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;background:#22c55e29;border:1px solid rgba(34,197,94,.28);color:#bbf7d0}.alert-info{margin-bottom:1rem;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;background:#94a3b829;border:1px solid rgba(148,163,184,.28);color:#e2e8f0}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-1{left:.25rem}.top-1{top:.25rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-3{height:.75rem}.h-4{height:1rem}.h-48{height:12rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-\[90vh\]{height:90vh}.h-full{height:100%}.h-screen{height:100vh}.min-h-0{min-height:0px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-3{width:.75rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0px}.max-w-7xl{max-width:80rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[rgba\(25\,184\,217\,0\.4\)\]{border-color:#19b8d966}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-cyan-300\/70{border-color:#67e8f9b3}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white\/15{border-color:#ffffff26}.border-t-transparent{border-top-color:transparent}.bg-\[rgba\(25\,184\,217\,0\.15\)\]{background-color:#19b8d926}.bg-black\/20{background-color:#0003}.bg-black\/60{background-color:#0009}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/5{background-color:#ffffff0d}.bg-white\/80{background-color:#fffc}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.text-\[var\(--brand\)\]{color:var(--brand)}.text-\[var\(--studio-muted\)\]{color:var(--studio-muted)}.text-\[var\(--studio-text\)\]{color:var(--studio-text)}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-rose-300{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/30{color:#ffffff4d}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{font-family:Space Grotesk,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-dark: #0b0f16;--bg-dark-2: #111827;--surface: rgba(255, 255, 255, .05);--surface-2: rgba(255, 255, 255, .08);--surface-strong: rgba(255, 255, 255, .1);--stroke: rgba(255, 255, 255, .1);--stroke-2: rgba(255, 255, 255, .18);--stroke-strong: rgba(255, 255, 255, .18);--text-primary: rgba(255, 255, 255, .94);--text-muted: rgba(255, 255, 255, .64);--text-muted-2: rgba(255, 255, 255, .45);--text-muted-strong: rgba(255, 255, 255, .78);--brand: #19B8D9;--brand-strong: #14A5C8;--brand-glow: rgba(25, 184, 217, .28);--shadow: 0 18px 60px rgba(0, 0, 0, .55);--shadow-soft: 0 10px 30px rgba(0, 0, 0, .35);--radius: 18px;--radius-sm: 12px}body{background:radial-gradient(1100px 720px at 15% 15%,rgba(25,184,217,.12),transparent 55%),radial-gradient(900px 680px at 85% 20%,rgba(25,184,217,.08),transparent 60%),linear-gradient(180deg,var(--bg-dark),var(--bg-dark-2));color:var(--text-primary);min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.auth-page:before,.auth-page:after{content:"";position:absolute;z-index:0;width:520px;height:520px;border-radius:9999px;pointer-events:none;filter:blur(80px);opacity:.65}.auth-page:before{left:-140px;top:120px;background:radial-gradient(circle at 30% 30%,#19b8d9a6,#14a5c800 60%);animation:float-orb-1 12s ease-in-out infinite}.auth-page:after{right:-160px;top:-40px;background:radial-gradient(circle at 45% 35%,#14a5c880,#19b8d900 62%);animation:float-orb-2 15s ease-in-out infinite}.input::-moz-placeholder{color:#fff6}.input::placeholder{color:#fff6}.input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px #19b8d940}@keyframes float-orb-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-20px) scale(1.05)}50%{transform:translate(-10px,25px) scale(.95)}75%{transform:translate(-25px,-15px) scale(1.02)}}@keyframes float-orb-2{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-35px,20px) scale(.97)}50%{transform:translate(20px,-30px) scale(1.04)}75%{transform:translate(15px,15px) scale(.98)}}.console-layout{min-height:100vh;display:flex;flex-direction:column}.console-main{flex:1;padding-top:64px}.topbar{position:fixed;top:0;left:0;right:0;height:64px;background:#0b0f16d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--stroke);z-index:100}.topbar-inner{position:relative;max-width:1400px;margin:0 auto;height:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.topbar-logo{font-size:1.25rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em}.topbar-logo:hover{color:var(--brand)}.topbar-user{position:relative}.topbar-user-btn{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;background:var(--surface);border:1px solid var(--stroke);border-radius:9999px;cursor:pointer;transition:all .15s ease}.topbar-user-btn:hover{background:var(--surface-strong);border-color:var(--stroke-strong)}.topbar-avatar{width:32px;height:32px;border-radius:9999px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#fff}.topbar-user-name{color:var(--text-primary);font-size:.875rem;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-chevron{color:var(--text-muted);transition:transform .2s ease}.topbar-chevron.rotate{transform:rotate(180deg)}.topbar-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:var(--bg-dark-2);border:1px solid var(--stroke);border-radius:var(--radius-sm);padding:6px;box-shadow:var(--shadow-soft)}.topbar-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:none;border:none;border-radius:8px;color:var(--text-muted-strong);font-size:.875rem;cursor:pointer;text-decoration:none;transition:all .15s ease}.topbar-menu-item:hover{background:var(--surface-2);color:var(--text-primary)}.topbar-site{position:absolute;left:50%;transform:translate(-50%)}.topbar-site-skeleton{width:120px;height:20px;border-radius:6px;background:var(--surface-strong);animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:.8}}.topbar-site-name{color:var(--text-muted-strong);font-size:.875rem;font-weight:500}.topbar-site-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:none;border:1px solid transparent;border-radius:8px;color:var(--text-muted-strong);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.topbar-site-btn:hover{background:var(--surface);border-color:var(--stroke)}.topbar-site-chevron{color:var(--text-muted);transition:transform .2s ease}.topbar-site-chevron.rotate{transform:rotate(180deg)}.topbar-site-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);min-width:240px;max-height:50vh;overflow-y:auto;background:var(--bg-dark-2);border:1px solid var(--stroke);border-radius:var(--radius-sm);padding:6px;box-shadow:var(--shadow-soft);z-index:110}.topbar-site-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;background:none;border:none;border-radius:8px;color:var(--text-muted-strong);font-size:.875rem;cursor:pointer;text-align:left;white-space:nowrap;transition:all .15s ease}.topbar-site-item:hover{background:var(--surface-2);color:var(--text-primary)}.topbar-site-item.active{color:var(--text-primary)}.home-container{max-width:1100px;margin:0 auto;padding:60px 24px}.home-header{text-align:center;margin-bottom:48px}.home-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.home-subtitle{font-size:1rem;color:var(--text-muted)}.home-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 900px){.home-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.home-grid{grid-template-columns:1fr}}.app-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;aspect-ratio:1;padding:24px;background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius);text-decoration:none;transition:all .2s ease;overflow:hidden}.app-card:hover{background:var(--surface-2);border-color:var(--stroke-2);transform:translateY(-4px);box-shadow:var(--shadow-soft)}.app-card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.app-card-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.app-card-description{font-size:.875rem;color:var(--text-muted);line-height:1.5}.app-card-arrow{position:absolute;top:28px;right:28px;opacity:0;transform:translate(-8px);transition:all .2s ease}.app-card:hover .app-card-arrow{opacity:1;transform:translate(0)}.page-container{max-width:1200px;margin:0 auto;padding:40px 24px}.page-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.page-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}.page-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.page-subtitle{font-size:.875rem;color:var(--text-muted)}.placeholder-card{padding:40px;background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-sm);text-align:center;color:var(--text-muted)}.studio-layout{display:flex;min-height:100vh}.studio-sidebar{position:fixed;left:0;top:0;bottom:0;width:240px;background:var(--bg-dark-2);border-right:1px solid var(--stroke);display:flex;flex-direction:column;z-index:50}.studio-sidebar-mobile{width:280px;height:100vh;background:var(--bg-dark-2);border-right:1px solid var(--stroke);display:flex;flex-direction:column}.studio-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--stroke)}.studio-back-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--surface);border:1px solid var(--stroke);border-radius:8px;color:var(--text-muted-strong);font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s ease}.studio-back-btn:hover{background:var(--surface-2);color:var(--text-primary)}.studio-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:8px;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.studio-close-btn:hover{background:var(--surface-2);color:var(--text-primary)}.studio-nav{flex:1;padding:12px;overflow-y:auto}.studio-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;margin-bottom:4px;background:none;border:none;border-radius:10px;color:var(--text-muted-strong);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease}.studio-menu-item:hover{background:var(--surface);color:var(--text-primary)}.studio-menu-item.active{background:#19b8d91f;color:var(--brand)}.studio-menu-item.active:hover{background:#19b8d929}.studio-mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#0b0f16e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--stroke);padding:0 16px;align-items:center;justify-content:space-between;z-index:40}.studio-menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;border-radius:8px;color:var(--text-muted-strong);cursor:pointer;transition:all .15s ease}.studio-menu-toggle:hover{background:var(--surface);color:var(--text-primary)}.studio-mobile-logo{font-size:1.25rem;font-weight:700;color:var(--text-primary);text-decoration:none}.studio-mobile-spacer{width:40px}.studio-mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:60}.studio-content{flex:1;margin-left:240px;min-height:100vh}.studio-page{padding:32px 24px;max-width:1200px;margin:0 auto}.studio-page-header{display:flex;align-items:center;gap:16px;margin-bottom:28px}.studio-page-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}.studio-page-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.studio-page-subtitle{font-size:.875rem;color:var(--text-muted)}.studio-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.studio-stats-card{display:flex;align-items:center;gap:14px;padding:18px;background:var(--surface);border:1px solid var(--stroke);border-radius:12px}.studio-stats-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.studio-stats-info{display:flex;flex-direction:column}.studio-stats-value{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.studio-stats-label{font-size:.75rem;color:var(--text-muted)}.studio-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.studio-card{background:var(--surface);border:1px solid var(--stroke);border-radius:12px;padding:20px}.studio-card-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:16px}.studio-preview-placeholder,.studio-activity-empty{padding:40px;text-align:center;color:var(--text-muted);background:#0003;border-radius:8px}.studio-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.studio-search{display:flex;align-items:center;gap:10px;flex:1;max-width:320px;padding:10px 14px;background:var(--surface);border:1px solid var(--stroke);border-radius:10px;color:var(--text-muted)}.studio-search-input{flex:1;background:none;border:none;color:var(--text-primary);font-size:.875rem;outline:none}.studio-search-input::-moz-placeholder{color:var(--text-muted)}.studio-search-input::placeholder{color:var(--text-muted)}.studio-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(180deg,var(--brand),var(--brand-strong));border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.studio-btn-primary:hover{filter:brightness(1.05)}.studio-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.studio-empty-icon{color:var(--text-muted);margin-bottom:16px;opacity:.5}.studio-empty-state h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:8px}.studio-empty-state p{font-size:.875rem;color:var(--text-muted)}.studio-publication-status{display:flex;align-items:center;justify-content:space-between}.studio-publication-info h3{font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:4px}.studio-publication-draft{font-size:1.125rem;font-weight:600;color:#f59e0b}.studio-site-url{display:flex;flex-direction:column;gap:6px}.studio-url-label{font-size:.75rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.studio-url-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-size:.875rem;text-decoration:none}.studio-url-link:hover{text-decoration:underline}.studio-settings-form{display:flex;flex-direction:column;gap:20px}.studio-form-group{display:flex;flex-direction:column;gap:6px}.studio-danger-zone{margin-top:24px;border-color:#ef44444d;background:#ef44440f}.studio-danger-title{font-size:1rem;font-weight:600;color:#ef4444;margin-bottom:8px}.studio-danger-text{font-size:.875rem;color:var(--text-muted);margin-bottom:16px}.studio-btn-danger{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#ef4444;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.studio-btn-danger:hover{background:#ef444440}@media (max-width: 900px){.studio-sidebar{display:none}.studio-mobile-header{display:flex}.studio-mobile-overlay{display:block}.studio-content{margin-left:0;padding-top:60px}.studio-stats-grid{grid-template-columns:repeat(2,1fr)}.studio-dashboard-grid{grid-template-columns:1fr}}@media (max-width: 540px){.studio-stats-grid{grid-template-columns:1fr}.studio-toolbar{flex-direction:column;align-items:stretch}.studio-search{max-width:none}}.studio-shell{--studio-bg: var(--bg-dark);--studio-bg-2: var(--bg-dark-2);--studio-surface: var(--surface);--studio-surface-2: var(--surface-2);--studio-stroke: var(--stroke);--studio-stroke-2: var(--stroke-2);--studio-text: var(--text-primary);--studio-muted: var(--text-muted);--studio-muted-2: var(--text-muted-2);--studio-accent: var(--brand);--studio-accent-strong: var(--brand-strong);--studio-shadow: var(--shadow);--studio-shadow-soft: var(--shadow-soft);--studio-radius: var(--radius);--studio-radius-sm: var(--radius-sm);background:radial-gradient(1100px 720px at 15% 15%,rgba(25,184,217,.18),transparent 55%),radial-gradient(900px 680px at 78% 18%,rgba(25,184,217,.12),transparent 60%),linear-gradient(180deg,var(--studio-bg),var(--studio-bg-2));color:var(--studio-text);height:100vh;min-height:100vh;position:relative;display:flex;flex-direction:column;overflow:hidden}.studio-shell__content{position:relative;z-index:1;flex:1;min-height:0;display:flex;flex-direction:column}.studio-shell a{color:inherit;text-decoration:none}.studio-topbar{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(180deg,#0b0f16db,#0b0f168c);border-bottom:1px solid var(--studio-stroke)}.studio-topbar__inner{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:0 20px}.studio-topbar__left{display:flex;align-items:center;gap:12px}.studio-topbar__center{display:flex;align-items:center;justify-content:center}.studio-topbar__right{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.studio-brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.2px}.studio-brand__mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-weight:800;background:radial-gradient(circle at 30% 30%,#19b8d9,#19b8d973);box-shadow:0 12px 28px #19b8d940}.studio-brand__name{font-size:16px}.studio-topbar__site{font-size:13px;color:var(--studio-muted);padding:6px 10px;border-radius:12px;border:1px solid var(--studio-stroke);background:#ffffff08;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-view-toggle{display:inline-flex;gap:8px;padding:6px;border-radius:14px;border:1px solid var(--studio-stroke);background:#ffffff0a;box-shadow:var(--studio-shadow-soft)}.studio-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid var(--studio-stroke);background:#ffffff0a;font-size:11px;color:var(--studio-muted)}.studio-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;border:1px solid var(--studio-stroke);background:#ffffff0a;color:var(--studio-text);font-size:13px;font-weight:600;transition:background .2s ease,transform .2s ease;cursor:pointer}.studio-btn:hover{background:var(--studio-surface-2);transform:translateY(-1px)}.studio-btn--ghost{background:#ffffff05}.studio-btn--primary{border-color:#19b8d98c;background:linear-gradient(180deg,var(--studio-accent),var(--studio-accent-strong));color:#fff;box-shadow:0 14px 32px #19b8d940}.studio-icon-btn{width:34px;height:30px;display:grid;place-items:center;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--studio-muted);cursor:pointer;transition:background .2s ease,color .2s ease,border .2s ease}.studio-icon-btn.is-active{color:#fff;border-color:#19b8d966;background:#19b8d92e}.studio-panel{background:#0a0e15b8;border:none;border-radius:14px;box-shadow:var(--studio-shadow-soft);display:flex;flex-direction:column;min-height:0}.studio-panel__inner{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;overflow:hidden}.studio-panel--left{flex-direction:row;flex-shrink:0}.studio-panel--right{width:270px}.studio-panel__header{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--studio-stroke);background:transparent}.studio-panel__header-title{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.studio-panel__section{padding:14px 16px 10px}.studio-panel__section+.studio-panel__section{border-top:1px solid var(--studio-stroke)}.studio-panel__section-header{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;color:var(--studio-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}.studio-panel__section--pages{display:flex;flex-direction:column;flex:1;min-height:0}.studio-panel__list{display:flex;flex-direction:column;gap:6px}.studio-panel__list--scroll{flex:1;min-height:0;padding-right:4px;overflow-y:auto;overflow-x:hidden}.studio-panel__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--studio-muted);font-size:13px;text-align:left;width:100%;min-width:0;overflow:hidden;cursor:pointer;transition:background .2s ease,color .2s ease,border .2s ease}.studio-panel__item:hover{background:#ffffff0d;color:var(--studio-text)}.studio-panel__item.is-active{color:#fff;border-color:#19b8d959;background:#19b8d924}.studio-panel__item-icon{opacity:.7;flex-shrink:0;width:14px;height:14px}.studio-panel__hint{font-size:12px;color:var(--studio-muted-2);padding:6px 0}.studio-scroll{overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.studio-scroll::-webkit-scrollbar{width:8px}.studio-scroll::-webkit-scrollbar-track{background:transparent}.studio-scroll::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.studio-skeleton{height:32px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.04)}.studio-canvas{flex:1;min-height:0;position:relative;display:flex;align-items:flex-start;justify-content:center;padding:0}.studio-frame{width:100%;height:100%;border-radius:14px;background:#ffffff05;border:1px solid rgba(255,255,255,.12);box-shadow:var(--studio-shadow);position:relative}.studio-frame--mobile{width:min(100%,390px);height:min(100%,720px);padding:14px;border-radius:38px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#0a1018,#0a0f16);box-shadow:0 28px 80px #0000008c}.studio-frame--tablet{width:min(100%,820px);height:min(100%,1100px);padding:16px;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#0a1018,#0a0f16);box-shadow:0 28px 80px #0000008c}.studio-frame--tablet .studio-frame__screen{border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a}.studio-mobile-notch{position:absolute;top:16px;left:50%;transform:translate(-50%);width:130px;height:22px;background:#0a0f16;border-radius:0 0 16px 16px;z-index:20;display:grid;place-items:center}.studio-mobile-notch span{width:42px;height:4px;border-radius:999px;background:#ffffff1f}.studio-frame__screen{position:relative;width:100%;height:100%;border-radius:12px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.studio-frame--mobile .studio-frame__screen{border-radius:28px;box-shadow:inset 0 0 0 1px #ffffff0a}.studio-browser-bar{height:34px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 12px;background:linear-gradient(180deg,#f8fafc,#eef2f7);border-bottom:1px solid rgba(15,23,42,.08)}.studio-browser-dots{display:inline-flex;gap:6px;align-items:center}.studio-browser-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.studio-browser-dot--red{background:#ff5f57}.studio-browser-dot--yellow{background:#febc2e}.studio-browser-dot--green{background:#28c840}.studio-browser-url{justify-self:center;max-width:520px;width:100%;padding:4px 12px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172aa6;font-size:11px;text-align:center;box-shadow:inset 0 1px 2px #0f172a14;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-browser-spacer{width:34px}.studio-iframe{flex:1;width:100%;border:none}.studio-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:15;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.studio-spinner{color:var(--studio-accent)}.studio-field{margin-bottom:16px}.studio-field__label{font-size:12px;color:var(--studio-muted);margin-bottom:8px;font-weight:600}.studio-select{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--studio-stroke);background:#ffffff08;color:var(--studio-text);font-size:12px;cursor:pointer;width:100%}.studio-seg{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.studio-seg button{padding:9px 0;border-radius:12px;border:1px solid var(--studio-stroke);background:#ffffff05;color:var(--studio-muted);font-size:12px;font-weight:600;cursor:pointer}.studio-seg button.is-on{color:#fff;border-color:#19b8d966;background:#19b8d92e}.studio-toggle{display:grid;grid-template-columns:repeat(2,1fr);border-radius:14px;border:1px solid var(--studio-stroke);overflow:hidden}.studio-toggle button{padding:10px 0;font-size:12px;color:var(--studio-muted);background:#ffffff05;border:none;cursor:pointer}.studio-toggle button.is-on{color:#fff;background:#19b8d92e}.studio-divider{height:1px;background:var(--studio-stroke);margin:18px 0}.studio-callout{border-radius:12px;border:1px solid var(--studio-stroke);background:#ffffff0d;padding:10px;font-size:12px;color:var(--studio-muted);word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.studio-input,.studio-textarea{width:100%;border-radius:12px;border:1px solid var(--studio-stroke);background:#ffffff0a;color:var(--studio-text);font-size:13px;padding:10px 12px}.studio-textarea{min-height:100px;resize:vertical}.studio-input:focus,.studio-textarea:focus{outline:none;border-color:var(--studio-stroke-2)}.studio-empty{font-size:12px;color:var(--studio-muted-2)}@media (max-width: 1024px){.studio-topbar__inner{grid-template-columns:1fr auto}.studio-topbar__center{justify-content:flex-start}.studio-panel--right{width:240px}}@media (max-width: 860px){.studio-topbar__inner{height:auto;padding:10px 16px;row-gap:8px}.studio-topbar__right{justify-content:flex-start}.studio-frame{border-radius:14px}}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-cyan-300\/70:focus{border-color:#67e8f9b3}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-cyan-400\/40:focus{--tw-ring-color: rgb(34 211 238 / .4)}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-white\/5:disabled{background-color:#ffffff0d}.disabled\:text-white\/40:disabled{color:#fff6}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width: 1024px){.lg\:flex{display:flex}}@media (min-width: 1280px){.xl\:flex{display:flex}}
