*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,system-ui,sans-serif;background-color:#080812;color:#e0e0ff;height:100vh;overflow:hidden}.login-page{display:flex;justify-content:center;align-items:center;height:100vh;background:#e8e8f4;transition:background .5s ease;position:relative}.login-page[data-theme=dark]{background:#080812}.login-card{width:380px;background:#fffcffe0;border:1px solid rgba(120,60,255,.15);border-radius:20px;padding:2.5rem 2rem;box-shadow:0 0 30px #6428ff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .5s ease,border-color .5s ease,box-shadow .5s ease}.login-page[data-theme=dark] .login-card{background:#140a32d9;border-color:#783cff40;box-shadow:0 0 30px #6428ff1a}.login-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.login-logo-dot{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 0 12px #7c3aed80;flex-shrink:0}.login-logo h1{font-size:1.1rem;font-weight:700;letter-spacing:.03em;color:#7c3aed;margin:0;text-transform:uppercase;transition:color .5s ease}.login-page[data-theme=dark] .login-logo h1{color:#a78bfa}.login-subtitle{color:#8070aa;margin-bottom:1.8rem;font-size:.88rem;transition:color .5s ease}.login-page[data-theme=dark] .login-subtitle{color:#7c6aaa}.login-form{display:flex;flex-direction:column;gap:1rem}.login-field{display:flex;flex-direction:column;gap:.4rem}.login-field label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#5b4a99;font-weight:600;transition:color .5s ease}.login-page[data-theme=dark] .login-field label{color:#7c6aaa}.login-field input{padding:.65rem .9rem;background:#f0ebffe6;border:1px solid rgba(120,60,255,.15);border-radius:10px;color:#2d1b6e;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s,background .5s ease,color .5s ease}.login-page[data-theme=dark] .login-field input{background:#0a051ecc;border-color:#783cff33;color:#e0e0ff}.login-field input::placeholder{color:#a090c0}.login-page[data-theme=dark] .login-field input::placeholder{color:#4a3a6a}.login-field input:focus{border-color:#8b5cf6b3;box-shadow:0 0 10px #8b5cf633}.login-remember-row{display:flex;align-items:center;justify-content:space-between}.login-remember{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#8070aa;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .5s ease}.login-page[data-theme=dark] .login-remember{color:#7c6aaa}.login-remember input[type=checkbox]{width:15px;height:15px;accent-color:#7c3aed;cursor:pointer;flex-shrink:0}.login-forgot-link{background:none;border:none;font-size:.82rem;font-family:inherit;color:#7c3aed;cursor:pointer;padding:0;transition:color .2s}.login-page[data-theme=dark] .login-forgot-link{color:#a78bfa}.login-forgot-link:hover{color:#5b21b6}.login-page[data-theme=dark] .login-forgot-link:hover{color:#c4b5fd}.login-error{color:#dc2626;font-size:.85rem;margin:0;padding:.6rem .9rem;background:#dc262614;border:1px solid rgba(220,38,38,.2);border-radius:8px}.login-page[data-theme=dark] .login-error{color:#f87171;background:#f871711a;border-color:#f8717140}.login-btn{margin-top:.5rem;width:100%;height:2.8em;border-radius:30em;font-size:.95rem;font-weight:600;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;color:#5b4a99;background:#c8bef080;cursor:pointer;transition:color .3s,background .5s ease;box-shadow:0 0 12px #783cff26}.login-page[data-theme=dark] .login-btn{color:#c4b5fd;background:#0a051ecc;box-shadow:0 0 12px #783cff40}.login-btn:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background:linear-gradient(to right,#7c3aed,#2563eb);transition:width .5s ease;z-index:-1}.login-btn:hover:before{width:100%}.login-btn:hover{color:#fff}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-btn:disabled:before{width:0}.login-switch{margin-top:1.4rem;text-align:center;font-size:.85rem;color:#8070aa;transition:color .5s ease}.login-page[data-theme=dark] .login-switch{color:#6b6b8a}.login-switch button{background:none;border:none;color:#7c3aed;font-size:inherit;font-family:inherit;cursor:pointer;padding:0;font-weight:600;transition:color .2s}.login-page[data-theme=dark] .login-switch button{color:#a78bfa}.login-switch button:hover{color:#5b21b6}.login-page[data-theme=dark] .login-switch button:hover{color:#c4b5fd}@keyframes form-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes form-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.login-animate{animation:form-in .22s ease}.login-animate.exiting{animation:form-out .2s ease forwards;pointer-events:none}.login-row{display:flex;gap:.75rem}.login-row .login-field{flex:1}.login-success{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 0 1rem;text-align:center}.login-success-icon{font-size:2.5rem;line-height:1;margin-bottom:.25rem}.login-success-title{font-size:1.1rem;font-weight:700;color:#7c3aed;margin:0;transition:color .5s ease}.login-page[data-theme=dark] .login-success-title{color:#a78bfa}.login-success-text{font-size:.88rem;color:#8070aa;line-height:1.6;margin:0 0 .75rem;transition:color .5s ease}.login-page[data-theme=dark] .login-success-text{color:#7c6aaa}.login-success-text strong{color:#5b21b6;font-weight:600}.login-page[data-theme=dark] .login-success-text strong{color:#c4b5fd}.login-success .login-btn{width:100%;margin-top:.25rem}.login-theme-toggle{bottom:1.25rem;right:1.25rem;width:9.5rem;height:2.4em;padding:0 1.1rem;border-radius:30em;font-size:.82rem;font-family:inherit;border:none;position:fixed;overflow:hidden;z-index:1;color:#5b4a99;background:#c8bef080;cursor:pointer;box-shadow:0 0 8px #783cff33;transition:color .3s,background .5s ease}.login-page[data-theme=dark] .login-theme-toggle{color:#a78bfa;background:#0a051ecc}.login-theme-toggle:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background:linear-gradient(to right,#7c3aed,#2563eb);transition:width .5s ease;z-index:-1}.login-theme-toggle:hover:before{width:100%}.login-theme-toggle:hover{color:#fff}.login-theme-toggle:nth-last-of-type(2){bottom:calc(1.75rem + 2.4em)}.auth-loading{height:100vh;background:#e8e8f4}.params-panel{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.param-group{display:flex;flex-direction:column;gap:.5rem}.param-group label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#7c6aaa;font-weight:600;transition:color .5s ease}.studio-layout[data-theme=light] .param-group label{color:#5b4a99}.param-group-disabled{opacity:.38;pointer-events:none;-webkit-user-select:none;user-select:none}.param-group input[type=text],.param-group textarea,.param-group select{padding:.65rem .9rem;background:#0a051ecc;border:1px solid rgba(120,60,255,.2);border-radius:10px;color:#e0e0ff;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s,background .5s ease,color .5s ease}.param-group textarea{resize:none;overflow:hidden;line-height:1.5;font-family:inherit}.studio-layout[data-theme=light] .param-group input[type=text],.studio-layout[data-theme=light] .param-group textarea,.studio-layout[data-theme=light] .param-group select{background:#f0ebffe6;border-color:#783cff26;color:#2d1b6e}.param-group input[type=text]:focus,.param-group textarea:focus,.param-group select:focus{border-color:#8b5cf6b3;box-shadow:0 0 10px #8b5cf633}.param-group select option{background:#12082e;color:#e0e0ff}.studio-layout[data-theme=light] .param-group select option{background:#f0ebff;color:#2d1b6e}.color-row{display:flex;align-items:center;gap:.75rem}.param-value{float:right;font-weight:700;color:#a78bfa;font-size:.75rem;transition:color .5s ease}.studio-layout[data-theme=light] .param-value{color:#7c3aed}input[type=range]{--pct: 50%;-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:linear-gradient(to right,#7c3aed 0%,#7c3aed var(--pct),rgba(120,60,255,.18) var(--pct),rgba(120,60,255,.18) 100%);cursor:pointer;outline:none;transition:background 0s}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 0 8px #7c3aed99;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.25);box-shadow:0 0 14px #7c3aedd9}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;border:none;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 0 8px #7c3aed99;cursor:pointer}input[type=range]::-moz-range-track{background:transparent}.studio-layout[data-theme=light] input[type=range]{background:linear-gradient(to right,#7c3aed 0%,#7c3aed var(--pct),rgba(120,60,255,.15) var(--pct),rgba(120,60,255,.15) 100%)}.reset-btn{width:100%;padding:.5rem;border:1px solid rgba(120,60,255,.25);border-radius:9px;background:transparent;color:#7c6aaa;font-size:.82rem;font-family:inherit;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.reset-btn:hover{background:#7c3aed1f;color:#c4b5fd;border-color:#783cff66}.studio-layout[data-theme=light] .reset-btn{color:#7c6aaa;border-color:#783cff33}.studio-layout[data-theme=light] .reset-btn:hover{background:#783cff14;color:#4a3a8a;border-color:#783cff59}.param-divider{height:1px;background:#783cff26;margin:-.25rem 0;transition:background .5s ease}.studio-layout[data-theme=light] .param-divider{background:#783cff1a}.mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#0a051e99;border:1px solid rgba(120,60,255,.15);border-radius:12px;padding:4px;transition:background .5s ease,border-color .5s ease;position:relative}.studio-layout[data-theme=light] .mode-tabs{background:#c8bef04d;border-color:#783cff1f}.mode-tab-slider{position:absolute;top:4px;left:4px;width:calc((100% - 14px)/2);height:32px;border-radius:9px;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 2px 10px #7c3aed66;transition:transform .25s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0}.mode-tab{height:32px;padding:0;border:none;border-radius:9px;background:transparent;color:#7c6aaa;font-size:.82rem;font-family:inherit;font-weight:500;cursor:pointer;transition:color .2s;position:relative;z-index:1}.mode-tab:hover{color:#c4b5fd}.mode-tab.active{color:#fff;font-weight:600}.studio-layout[data-theme=light] .mode-tab{color:#7c6aaa}.studio-layout[data-theme=light] .mode-tab:hover{color:#4a3a8a}.studio-layout[data-theme=light] .mode-tab.active{color:#fff}.mode-placeholder{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:2rem 1rem;text-align:center}.mode-placeholder-icon{font-size:2rem;color:#783cff4d;line-height:1}.mode-placeholder p{color:#7c6aaa;font-size:.9rem;font-weight:600;margin:0}.mode-placeholder span{color:#4a3a6a;font-size:.8rem;line-height:1.6}.studio-layout[data-theme=light] .mode-placeholder p{color:#5b4a99}.studio-layout[data-theme=light] .mode-placeholder span{color:#8070aa}.color-row span{font-size:.85rem;color:#7c6aaa;font-family:monospace;transition:color .5s ease}.studio-layout[data-theme=light] .color-row span{color:#5b4a99}.design-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.design-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:.9rem .5rem .75rem;background:#0a051eb3;border:1px solid rgba(120,60,255,.15);border-radius:14px;cursor:pointer;font-family:inherit;transition:border-color .2s,background .2s,box-shadow .2s;position:relative}.design-card:hover{border-color:#783cff66;background:#140a32cc}.design-card.selected{border-color:#7c3aed;background:#7c3aed1f;box-shadow:0 0 14px #7c3aed40}.design-card-dot{width:36px;height:36px;border-radius:10px;display:block;flex-shrink:0}.design-card-label{font-size:.72rem;font-weight:600;color:#c4b5fd;text-align:center;line-height:1.3}.design-card-badge{font-size:.62rem;font-weight:700;color:#7c6aaa;letter-spacing:.05em;background:#783cff1a;border-radius:4px;padding:1px 5px}.studio-layout[data-theme=light] .design-card{background:#f0ebffb3;border-color:#783cff1f}.studio-layout[data-theme=light] .design-card:hover{border-color:#783cff59;background:#dcd2ffb3}.studio-layout[data-theme=light] .design-card.selected{border-color:#7c3aed;background:#7c3aed14}.studio-layout[data-theme=light] .design-card-label{color:#4a3a8a}.studio-layout[data-theme=light] .design-card-badge{color:#7c6aaa}.cp-wrapper{position:relative;display:inline-block}.cp-disabled{opacity:.38;pointer-events:none}.cp-swatch{width:48px;height:40px;border-radius:14px;border:none;cursor:pointer;display:block;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.cp-swatch:hover{transform:scale(1.06);box-shadow:0 0 12px #8b5cf666}.cp-popover{position:absolute;top:calc(100% + 10px);left:0;z-index:300;background:#0e0626f7;border:1px solid rgba(120,60,255,.3);border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:0 8px 32px #5014c859;animation:cp-in .15s ease}@keyframes cp-in{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.cp-popover .react-colorful{width:180px;height:160px;border-radius:10px;gap:10px}.cp-popover .react-colorful__saturation{border-radius:8px 8px 0 0;border-bottom:none}.cp-popover .react-colorful__hue{height:12px;border-radius:6px}.cp-popover .react-colorful__saturation-pointer,.cp-popover .react-colorful__hue-pointer{width:16px;height:16px;border:2px solid white;box-shadow:0 0 4px #00000080}.cp-hex-row{display:flex;align-items:center;background:#0a051ecc;border:1px solid rgba(120,60,255,.2);border-radius:8px;padding:0 .6rem;gap:4px}.cp-hash{color:#7c6aaa;font-size:.85rem;font-family:monospace;-webkit-user-select:none;user-select:none}.cp-hex-input{background:transparent;border:none;outline:none;color:#e0e0ff;font-size:.85rem;font-family:monospace;width:100%;padding:.45rem 0;text-transform:uppercase}.dd-wrapper{position:relative;width:100%}.dd-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.65rem .9rem;background:#0a051ecc;border:1px solid rgba(120,60,255,.2);border-radius:10px;color:#e0e0ff;font-size:.95rem;font-family:inherit;cursor:pointer;outline:none;transition:border-color .2s,background .5s ease,color .5s ease;text-align:left}.dd-trigger:hover,.dd-trigger.open{border-color:#8b5cf699}.dd-chevron{width:10px;height:6px;color:#7c6aaa;flex-shrink:0;transition:transform .2s ease,color .2s}.dd-trigger.open .dd-chevron{transform:rotate(180deg);color:#a78bfa}.dd-list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:200;background:#0e0626f7;border:1px solid rgba(120,60,255,.3);border-radius:12px;padding:6px;list-style:none;margin:0;box-shadow:0 8px 28px #5014c84d;animation:dd-in .15s ease;max-height:220px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(120,60,255,.4) transparent}@keyframes dd-in{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.dd-option{display:flex;align-items:center;justify-content:space-between;padding:.55rem .8rem;border-radius:8px;color:#c4b5fd;font-size:.9rem;cursor:pointer;transition:background .12s,color .12s}.dd-option:hover{background:#783cff26;color:#e0d8ff}.dd-option.selected{color:#a78bfa;font-weight:600}.dd-check{width:10px;height:8px;color:#7c3aed;flex-shrink:0}.dd-disabled{opacity:.38;pointer-events:none}.studio-layout[data-theme=light] .dd-trigger{background:#f0ebffe6;border-color:#783cff26;color:#2d1b6e}.studio-layout[data-theme=light] .dd-trigger:hover,.studio-layout[data-theme=light] .dd-trigger.open{border-color:#8b5cf680}.studio-layout[data-theme=light] .dd-list{background:#faf8fffa;border-color:#783cff33;box-shadow:0 8px 28px #5014c81f}.studio-layout[data-theme=light] .dd-option{color:#4a3a8a}.studio-layout[data-theme=light] .dd-option:hover{background:#783cff14;color:#2d1b6e}.studio-layout[data-theme=light] .dd-option.selected{color:#7c3aed}.right-panel{width:180px;min-width:180px;background:#140a32d9;border:1px solid rgba(120,60,255,.25);border-radius:20px;display:flex;flex-direction:column;padding:1.2rem 1rem;gap:0;box-shadow:0 0 30px #6428ff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto;transition:background .5s ease,border-color .5s ease,box-shadow .5s ease}.studio-layout[data-theme=light] .right-panel{background:#fffcffe0;border-color:#783cff26;box-shadow:0 0 30px #6428ff0f}.right-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 0}.right-section-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#7c6aaa;font-weight:600;margin-bottom:.25rem;align-self:flex-start;transition:color .5s ease}.studio-layout[data-theme=light] .right-section-title{color:#5b4a99}.user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#2563eb);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.25rem}.user-name{font-size:.85rem;color:#c4b5fd;font-weight:500;margin-bottom:.25rem;transition:color .5s ease}.studio-layout[data-theme=light] .user-name{color:#5b4a99}.right-btn{width:100%;height:2.4em;border-radius:30em;font-size:.82rem;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;color:#c4b5fd;background:#0a051ecc;cursor:pointer;text-align:center;transition:color .3s,background .5s ease;box-shadow:0 0 8px #783cff33}.studio-layout[data-theme=light] .right-btn{color:#5b4a99;background:#c8bef080}.right-btn:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#7c3aed,#2563eb);transition:.5s ease;display:block;z-index:-1}.right-btn:hover:before{width:100%}.right-btn:hover,.studio-layout[data-theme=light] .right-btn:hover{color:#fff}.right-btn.theme-toggle{color:#a78bfa}.right-btn.logout{color:#f87171}.right-btn.logout:before{background-image:linear-gradient(to right,#7f1d1d,#ef4444)}.right-divider{height:1px;background:#783cff26;margin:.75rem 0;transition:background .5s ease}.studio-layout[data-theme=light] .right-divider{background:#783cff1a}.right-link{display:block;width:100%;padding:.4rem .25rem;color:#7c6aaa;font-size:.8rem;text-decoration:none;border-radius:6px;transition:color .2s,background .5s ease}.studio-layout[data-theme=light] .right-link{color:#6b5a9e}.right-link:hover{color:#c4b5fd}.right-spacer{flex:1}.right-footer{margin-top:0;padding-top:1rem;text-align:center;font-size:.7rem;color:#3d2a6e}.bottom-bar{height:64px;min-height:64px;background:#140a32d9;border:1px solid rgba(120,60,255,.25);border-radius:20px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;gap:1rem;box-shadow:0 0 30px #6428ff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .5s ease,border-color .5s ease,box-shadow .5s ease}.studio-layout[data-theme=light] .bottom-bar{background:#fffcffe0;border-color:#783cff26;box-shadow:0 0 30px #6428ff0f}.bottom-params{display:flex;align-items:center;gap:1rem;flex:1;overflow:hidden}.bottom-param{display:flex;flex-direction:column;gap:.1rem}.bottom-param-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:#7c6aaa;transition:color .5s ease}.studio-layout[data-theme=light] .bottom-param-label{color:#5b4a99}.bottom-param-value{font-size:.9rem;color:#c4b5fd;font-weight:600;transition:color .5s ease}.studio-layout[data-theme=light] .bottom-param-value{color:#4a3a8a}.bottom-param-color{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#c4b5fd;font-family:monospace;transition:color .5s ease}.studio-layout[data-theme=light] .bottom-param-color{color:#4a3a8a}.color-dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.bottom-divider{width:1px;height:30px;background:#783cff33;flex-shrink:0;transition:background .5s ease}.studio-layout[data-theme=light] .bottom-divider{background:#783cff1a}.download-wrapper{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.download-hint-icon{position:relative;width:18px;height:18px;color:#5a4a80;cursor:help;flex-shrink:0;transition:color .2s}.download-hint-icon:hover{color:#a78bfa}.studio-layout[data-theme=light] .download-hint-icon{color:#9b89cc}.studio-layout[data-theme=light] .download-hint-icon:hover{color:#7c3aed}.download-hint-icon svg{width:100%;height:100%;display:block}.download-hint-tooltip{position:absolute;bottom:calc(100% + 10px);right:0;width:230px;padding:.65rem .9rem;background:#0c0623f7;border:1px solid rgba(120,60,255,.35);border-radius:12px;font-size:.8rem;color:#c4b5fd;line-height:1.55;pointer-events:none;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;white-space:normal;box-shadow:0 8px 30px #00000080;z-index:10}.download-hint-tooltip strong{color:#fff}.studio-layout[data-theme=light] .download-hint-tooltip{background:#faf8fffa;border-color:#783cff33;color:#4a3a8a;box-shadow:0 8px 30px #6428ff1f}.studio-layout[data-theme=light] .download-hint-tooltip strong{color:#2d1b6e}.download-hint-icon:hover .download-hint-tooltip{opacity:1;transform:translateY(0)}.save-btn{height:2.4em;padding:0 1.2rem;border-radius:30em;font-size:.9rem;font-weight:500;font-family:inherit;border:1px solid rgba(120,60,255,.35);background:transparent;color:#7c6aaa;cursor:pointer;white-space:nowrap;transition:color .2s,border-color .2s,background .2s;flex-shrink:0}.save-btn:hover{border-color:#8b5cf6b3;color:#c4b5fd;background:#7c3aed1a}.save-btn:disabled{opacity:.35;pointer-events:none}.studio-layout[data-theme=light] .save-btn{color:#5b4a99;border-color:#783cff40}.studio-layout[data-theme=light] .save-btn:hover{border-color:#783cff80;color:#4a3a8a;background:#783cff0f}.download-btn{height:2.4em;padding:0 1.5rem;border-radius:30em;font-size:.9rem;font-weight:600;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;color:#c4b5fd;background:#0a051ecc;cursor:pointer;white-space:nowrap;transition:color .3s,background .5s ease;box-shadow:0 0 8px #783cff33;flex-shrink:0}.studio-layout[data-theme=light] .download-btn{color:#5b4a99;background:#c8bef080}.download-btn:before{content:"";width:0;height:100%;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#7c3aed,#2563eb);transition:.5s ease;display:block;z-index:-1}.download-btn:hover:before{width:100%}.download-btn:hover,.studio-layout[data-theme=light] .download-btn:hover{color:#fff}.modal-backdrop{position:fixed;inset:0;background:#0402148c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:200;display:flex;align-items:center;justify-content:center;animation:backdrop-in .25s ease}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}.modal-backdrop.closing{animation:backdrop-out .24s ease forwards}@keyframes backdrop-out{0%{opacity:1}to{opacity:0}}.modal-frame{background:#12082ef7;border:1px solid rgba(120,60,255,.3);border-radius:20px;width:min(680px,75vw);max-height:72vh;display:flex;flex-direction:column;box-shadow:0 0 60px #6428ff40;animation:frame-in .25s ease;overflow:hidden}.modal-frame[data-theme=light]{background:#faf8fff7;border-color:#783cff2e;box-shadow:0 0 60px #6428ff1a}@keyframes frame-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-frame.closing{animation:frame-out .24s ease forwards}@keyframes frame-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(16px) scale(.97)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.8rem 1rem;border-bottom:1px solid rgba(120,60,255,.15);flex-shrink:0}.modal-frame[data-theme=light] .modal-header{border-color:#783cff1a}.modal-title{font-size:1rem;font-weight:700;color:#a78bfa;letter-spacing:.03em;text-transform:uppercase}.modal-frame[data-theme=light] .modal-title{color:#7c3aed}.modal-close{width:32px;height:32px;border-radius:50%;border:none;background:#783cff1f;color:#a78bfa;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s}.modal-close svg{width:14px;height:14px;flex-shrink:0}.modal-close:hover{background:#783cff47;color:#fff}.modal-frame[data-theme=light] .modal-close{color:#7c3aed;background:#783cff14}.modal-content{overflow-y:auto;flex:1;padding:1.6rem 1.8rem}.modal-body{display:flex;flex-direction:column;gap:1rem}.modal-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#2563eb);display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;color:#fff;align-self:center}.modal-username{font-size:1.1rem;font-weight:600;color:#c4b5fd;text-align:center}.modal-frame[data-theme=light] .modal-username{color:#4a3a8a}.modal-email{font-size:.85rem;color:#7c6aaa;text-align:center;margin-top:-.5rem}.modal-frame[data-theme=light] .modal-email{color:#6b5a9e}.modal-field-group{display:flex;flex-direction:column;gap:.4rem}.modal-field-group label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#7c6aaa;font-weight:600}.modal-frame[data-theme=light] .modal-field-group label{color:#5b4a99}.modal-field-group input,.modal-field-group textarea{padding:.6rem .9rem;background:#0a051eb3;border:1px solid rgba(120,60,255,.2);border-radius:10px;color:#e0e0ff;font-size:.9rem;font-family:inherit;outline:none;resize:vertical;transition:border-color .2s}.modal-field-group input:focus,.modal-field-group textarea:focus{border-color:#8b5cf699}.modal-frame[data-theme=light] .modal-field-group input,.modal-frame[data-theme=light] .modal-field-group textarea{background:#f0ebffe6;border-color:#783cff26;color:#2d1b6e}.modal-action-btn{align-self:flex-start;padding:.6rem 1.4rem;border-radius:30em;border:none;background:linear-gradient(to right,#7c3aed,#2563eb);color:#fff;font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s}.modal-action-btn:hover{opacity:.85}.modal-action-danger{background:linear-gradient(to right,#7f1d1d,#ef4444)}.modal-action-cancel{background:#783cff1f;color:#a78bfa;border:1px solid rgba(120,60,255,.25)}.modal-frame[data-theme=light] .modal-action-cancel{background:#783cff14;color:#7c3aed;border-color:#783cff33}.modal-action-cancel:hover{opacity:1;background:#783cff33}.modal-confirm{align-items:center;gap:1.5rem}.modal-confirm p{color:#c4b5fd;font-size:1rem;text-align:center}.modal-frame[data-theme=light] .modal-confirm p{color:#4a3a8a}.modal-confirm-actions{display:flex;gap:1rem}.modal-text{gap:.75rem}.modal-text h3{font-size:.88rem;font-weight:700;color:#a78bfa;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem}.modal-frame[data-theme=light] .modal-text h3{color:#7c3aed}.modal-text p{font-size:.88rem;color:#9d8cc0;line-height:1.7}.modal-frame[data-theme=light] .modal-text p{color:#5b4a99}.modal-empty{color:#7c6aaa;font-size:.95rem;text-align:center;padding:1rem 0}.modal-frame[data-theme=light] .modal-empty{color:#5b4a99}.modal-profile{gap:1.5rem}.profile-sections-group{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem;margin-bottom:2rem}.profile-header{display:flex;align-items:center;gap:1rem;padding:.25rem 0 .5rem}.profile-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#2563eb);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;flex-shrink:0}.profile-info{display:flex;flex-direction:column;gap:.2rem}.profile-name{font-size:1rem;font-weight:600;color:#c4b5fd;margin:0}.modal-frame[data-theme=light] .profile-name{color:#4a3a8a}.profile-email{font-size:.82rem;color:#7c6aaa;margin:0}.modal-frame[data-theme=light] .profile-email{color:#6b5a9e}.profile-section{display:flex;flex-direction:column;gap:.9rem}.profile-section-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#7c6aaa;font-weight:700;margin:0;padding-bottom:.5rem;border-bottom:1px solid rgba(120,60,255,.12)}.modal-frame[data-theme=light] .profile-section-title{color:#5b4a99}.profile-section-title.danger{color:#f87171;border-color:#f8717126}.modal-frame[data-theme=light] .profile-section-title.danger{color:#dc2626}.profile-section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem .9rem;background:#783cff14;border:1px solid rgba(120,60,255,.18);border-radius:10px;color:#a78bfa;font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,color .2s}.profile-section-toggle:hover{background:#783cff29;color:#c4b5fd}.modal-frame[data-theme=light] .profile-section-toggle{background:#783cff12;border-color:#783cff26;color:#7c3aed}.modal-frame[data-theme=light] .profile-section-toggle:hover{background:#783cff21}.profile-toggle-chevron{width:12px;height:8px;color:currentColor;transition:transform .25s ease;flex-shrink:0}.profile-toggle-chevron.open{transform:rotate(180deg)}.profile-form{display:flex;flex-direction:column;gap:.85rem}.profile-pw-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1)}.profile-pw-collapse.open{grid-template-rows:1fr}.profile-pw-collapse-inner{overflow:hidden;padding-top:0;transition:padding-top .3s cubic-bezier(.4,0,.2,1)}.profile-pw-collapse.open .profile-pw-collapse-inner{padding-top:.9rem;padding-bottom:.9rem}.profile-pw-input{position:relative;display:flex;align-items:center}.profile-pw-input input{width:100%;padding-right:2.5rem}.profile-pw-eye{position:absolute;right:.6rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;cursor:pointer;color:#7c6aaa;padding:0;transition:color .2s;border-radius:6px}.profile-pw-eye:hover{color:#a78bfa}.modal-frame[data-theme=light] .profile-pw-eye{color:#9b89cc}.modal-frame[data-theme=light] .profile-pw-eye:hover{color:#7c3aed}.profile-pw-eye svg{width:16px;height:16px}@keyframes eye-pop{0%{transform:scale(1)}45%{transform:scale(1.4)}to{transform:scale(1)}}.profile-pw-eye.eye-pop{animation:eye-pop .28s ease}.profile-msg{font-size:.83rem;margin:0;padding:.5rem .85rem;border-radius:8px}.profile-msg-error{color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.2)}.modal-frame[data-theme=light] .profile-msg-error{color:#dc2626;background:#dc262612;border-color:#dc26262e}.profile-msg-success{color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.2)}.modal-frame[data-theme=light] .profile-msg-success{color:#16a34a;background:#16a34a12;border-color:#16a34a2e}.profile-danger-zone{display:flex;flex-direction:column;gap:.9rem}.profile-delete-confirm{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f871710d;border:1px solid rgba(248,113,113,.15);border-radius:12px}.profile-delete-confirm p{font-size:.85rem;color:#c4b5fd;margin:0;line-height:1.5}.modal-frame[data-theme=light] .profile-delete-confirm p{color:#4a3a8a}.profile-delete-confirm p strong{color:#f87171}.modal-frame[data-theme=light] .profile-delete-confirm p strong{color:#dc2626}.modal-action-btn:disabled{opacity:.4;cursor:not-allowed}.designs-locked{align-items:center;text-align:center;gap:.85rem;padding:1.5rem 1rem}.designs-locked-icon{width:52px;height:52px;border-radius:50%;background:#783cff1a;border:1px solid rgba(120,60,255,.2);display:flex;align-items:center;justify-content:center;color:#a78bfa}.modal-frame[data-theme=light] .designs-locked-icon{color:#7c3aed;background:#783cff12;border-color:#783cff26}.designs-locked-icon svg{width:22px;height:22px}.designs-locked-title{font-size:1rem;font-weight:700;color:#c4b5fd;margin:0}.modal-frame[data-theme=light] .designs-locked-title{color:#4a3a8a}.designs-locked-desc{font-size:.85rem;color:#9d8cc0;line-height:1.6;margin:0;max-width:340px}.modal-frame[data-theme=light] .designs-locked-desc{color:#5b4a99}.profile-tab-wrapper{overflow:hidden;transition:height .25s ease}.profile-tab-content{animation:tab-in .18s ease}@keyframes tab-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.profile-tab-content.exiting{animation:tab-out .16s ease forwards}@keyframes tab-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.profile-tabs{display:flex;gap:.25rem;border-bottom:1px solid rgba(120,60,255,.15);margin-bottom:1.5rem}.profile-tab-btn{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:.45rem 1rem;font-size:.88rem;font-weight:600;font-family:inherit;color:#6b5a9e;cursor:pointer;transition:color .2s,border-color .2s}.profile-tab-btn:hover{color:#a78bfa}.profile-tab-btn.active{color:#a78bfa;border-bottom-color:#7c3aed}.modal-frame[data-theme=light] .profile-tab-btn{color:#8070aa}.modal-frame[data-theme=light] .profile-tab-btn:hover{color:#5b21b6}.modal-frame[data-theme=light] .profile-tab-btn.active{color:#7c3aed;border-bottom-color:#7c3aed}.sub-plans-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.sub-plan-card{border:1px solid rgba(120,60,255,.18);border-radius:14px;padding:1rem 1.1rem;background:#783cff0a;display:flex;flex-direction:column;gap:.6rem;transition:border-color .2s}.sub-plan-card.active{border-color:#783cff73;background:#783cff14}.sub-plan-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sub-plan-name{font-size:.9rem;font-weight:700;color:#c4b5fd}.modal-frame[data-theme=light] .sub-plan-name{color:#4a3a8a}.sub-active-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:.18rem .55rem;border-radius:30em;background:#783cff33;color:#a78bfa;white-space:nowrap}.modal-frame[data-theme=light] .sub-active-badge{background:#783cff1f;color:#7c3aed}.sub-plan-divider{height:1px;background:#783cff26;margin:.1rem 0}.sub-feature-item.soon{opacity:.5}.modal-subscription{gap:1.25rem}.promo-code-section{display:flex;flex-direction:column;gap:.5rem;padding-top:.25rem;border-top:1px solid rgba(120,60,255,.12)}.promo-code-label{font-size:.8rem;color:#7c6aaa;margin:0}.modal-frame[data-theme=light] .promo-code-label{color:#9b89cc}.promo-code-form{display:flex;gap:.5rem}.promo-code-input{flex:1;height:2.2em;padding:0 .85rem;border-radius:8px;border:1px solid rgba(120,60,255,.25);background:#783cff0d;color:#c4b5fd;font-family:monospace;font-size:.9rem;letter-spacing:.05em;outline:none;transition:border-color .2s}.promo-code-input:focus{border-color:#783cff80}.modal-frame[data-theme=light] .promo-code-input{color:#4a3a8a;background:#783cff0a;border-color:#783cff33}.promo-code-btn{height:2.2em;padding:0 1rem;border-radius:8px;border:1px solid rgba(120,60,255,.35);background:transparent;color:#a78bfa;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.promo-code-btn:hover:not(:disabled){background:#783cff1f;border-color:#783cff99;color:#c4b5fd}.promo-code-btn:disabled{opacity:.35;cursor:default}.modal-frame[data-theme=light] .promo-code-btn{color:#7c3aed;border-color:#783cff40}.promo-msg{font-size:.8rem;margin:0}.promo-msg-success{color:#4ade80}.modal-frame[data-theme=light] .promo-msg-success{color:#16a34a}.promo-msg-error{color:#f87171}.modal-frame[data-theme=light] .promo-msg-error{color:#dc2626}.sub-current-plan{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#783cff12;border:1px solid rgba(120,60,255,.15);border-radius:12px}.sub-plan-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .65rem;border-radius:30em;background:#783cff26;color:#a78bfa;white-space:nowrap;flex-shrink:0}.modal-frame[data-theme=light] .sub-plan-badge{background:#783cff1a;color:#7c3aed}.sub-plan-label{font-size:.85rem;color:#9d8cc0;margin:0}.modal-frame[data-theme=light] .sub-plan-label{color:#5b4a99}.sub-premium-card{border:1px solid rgba(120,60,255,.3);border-radius:14px;padding:1.1rem 1.25rem;background:#783cff0d;position:relative;overflow:hidden}.sub-premium-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#7c3aed,#2563eb)}.sub-premium-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.sub-premium-title{font-size:1rem;font-weight:700;color:#c4b5fd;margin:0}.modal-frame[data-theme=light] .sub-premium-title{color:#4a3a8a}.sub-soon-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.22rem .6rem;border-radius:30em;background:linear-gradient(to right,#7c3aed2e,#2563eb2e);color:#a78bfa;border:1px solid rgba(120,60,255,.3)}.modal-frame[data-theme=light] .sub-soon-badge{color:#7c3aed;background:#783cff14;border-color:#783cff33}.sub-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.sub-feature-item{display:flex;align-items:flex-start;gap:.55rem;font-size:.85rem;color:#9d8cc0;line-height:1.4}.modal-frame[data-theme=light] .sub-feature-item{color:#5b4a99}.sub-feature-icon{color:#a78bfa;flex-shrink:0;font-size:.8rem;margin-top:1px}.sub-feature-icon.free{color:#4ade80;font-weight:700}.modal-frame[data-theme=light] .sub-feature-icon.free{color:#16a34a}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.contact-success{align-items:center;text-align:center;gap:.85rem;padding:1.5rem 1rem}.contact-success-icon{width:52px;height:52px;border-radius:50%;background:#4ade801a;border:1px solid rgba(74,222,128,.25);display:flex;align-items:center;justify-content:center;color:#4ade80}.modal-frame[data-theme=light] .contact-success-icon{color:#16a34a;background:#16a34a14;border-color:#16a34a33}.contact-success-icon svg{width:22px;height:22px}.contact-success-title{font-size:1rem;font-weight:700;color:#c4b5fd;margin:0}.modal-frame[data-theme=light] .contact-success-title{color:#4a3a8a}.contact-success-desc{font-size:.85rem;color:#9d8cc0;margin:0}.modal-frame[data-theme=light] .contact-success-desc{color:#5b4a99}.modal-hint{color:#5a4a80;font-size:.82rem;text-align:center;line-height:1.6}.modal-frame[data-theme=light] .modal-hint{color:#7c6aaa}.download-disclaimer-icon{display:flex;justify-content:center;margin-bottom:.75rem}.download-disclaimer-icon svg{width:36px;height:36px;color:#a78bfa}.download-disclaimer-list{padding-left:1.2rem;margin:.4rem 0 .8rem;display:flex;flex-direction:column;gap:.35rem}.download-disclaimer-list li{color:#c4b5fd;font-size:.88rem;line-height:1.5}.modal-frame[data-theme=light] .download-disclaimer-list li{color:#4a3a8a}.designs-list{display:flex;flex-direction:column;gap:.6rem}.design-saved-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#0a051e99;border:1px solid rgba(120,60,255,.18);border-radius:12px;transition:border-color .2s}.design-saved-item:hover{border-color:#783cff59}.design-saved-name{font-size:.9rem;font-weight:600;color:#c4b5fd;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-saved-actions{display:flex;gap:.4rem;flex-shrink:0}.design-saved-btn{padding:.3rem .75rem;border-radius:8px;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid rgba(120,60,255,.3);background:transparent;color:#a78bfa;transition:background .2s,color .2s,border-color .2s}.design-saved-btn:hover{background:#7c3aed26;border-color:#8b5cf699;color:#c4b5fd}.design-saved-btn-delete{color:#f87171;border-color:#f8717140}.design-saved-btn-delete:hover{background:#f871711a;border-color:#f8717180;color:#fca5a5}.modal-frame[data-theme=light] .design-saved-item{background:#f0ebff99;border-color:#783cff1f}.modal-frame[data-theme=light] .design-saved-name{color:#4a3a8a}.modal-frame[data-theme=light] .design-saved-btn{color:#7c3aed;border-color:#783cff40}.modal-frame[data-theme=light] .design-saved-btn:hover{background:#783cff14}.modal-frame[data-theme=light] .design-saved-btn-delete{color:#dc2626;border-color:#dc262633}.modal-frame[data-theme=light] .design-saved-btn-delete:hover{background:#dc26260f}.studio-layout{display:flex;align-items:stretch;gap:16px;padding:16px;height:100vh;width:100vw;background:#080812;transition:background .5s ease}.studio-layout[data-theme=light]{background:#e8e8f4}.studio-sidebar{width:280px;min-width:280px;background:#140a32d9;border:1px solid rgba(120,60,255,.25);border-radius:20px;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 0 30px #6428ff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .5s ease,border-color .5s ease,box-shadow .5s ease}.studio-layout[data-theme=light] .studio-sidebar{background:#fffcffe0;border-color:#783cff26;box-shadow:0 0 30px #6428ff0f}.sidebar-header{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(120,60,255,.2);transition:border-color .5s ease}.studio-layout[data-theme=light] .sidebar-header{border-color:#783cff1f}.sidebar-header h2{font-size:1.05rem;font-weight:700;letter-spacing:.05em;color:#a78bfa;text-transform:uppercase;transition:color .5s ease}.studio-layout[data-theme=light] .sidebar-header h2{color:#7c3aed}.studio-center{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.studio-viewer{flex:1;background:#140a32d9;border:1px solid rgba(120,60,255,.25);border-radius:20px;overflow:hidden;box-shadow:0 0 30px #6428ff1a;transition:border-color .5s ease,box-shadow .5s ease}.studio-layout[data-theme=light] .studio-viewer{border-color:transparent;box-shadow:none;background:#f0f0f8}.admin-layout{min-height:100vh;background:#080412;color:#c4b5fd;font-family:system-ui,-apple-system,sans-serif}.admin-header{display:flex;align-items:center;gap:2rem;padding:.9rem 2rem;border-bottom:1px solid rgba(120,60,255,.2);background:#0e0828f2;position:sticky;top:0;z-index:10}.admin-logo{font-size:.95rem;font-weight:700;color:#a78bfa;letter-spacing:.06em;text-transform:uppercase;flex-shrink:0}.admin-tabs{display:flex;gap:.25rem}.admin-tab{padding:.4rem 1rem;border:none;background:transparent;color:#7c6aaa;font-family:inherit;font-size:.88rem;cursor:pointer;border-radius:6px;transition:color .2s,background .2s}.admin-tab:hover{color:#c4b5fd;background:#783cff1a}.admin-tab.active{color:#c4b5fd;background:#783cff26}.admin-main{padding:2rem;max-width:960px;margin:0 auto}.admin-section{display:flex;flex-direction:column;gap:1.25rem}.admin-section-title{font-size:.95rem;font-weight:600;color:#c4b5fd;margin:0;display:flex;align-items:center;gap:.5rem}.admin-count{font-size:.72rem;background:#783cff33;color:#a78bfa;padding:.1rem .55rem;border-radius:30em;font-weight:700}.admin-table-wrapper{border:1px solid rgba(120,60,255,.15);border-radius:12px;overflow:hidden}.admin-table{width:100%;border-collapse:collapse;font-size:.87rem}.admin-table th{text-align:left;padding:.7rem 1rem;color:#7c6aaa;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid rgba(120,60,255,.12);background:#783cff0a}.admin-table td{padding:.7rem 1rem;border-bottom:1px solid rgba(120,60,255,.07);color:#c4b5fd}.admin-table tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:#783cff0a}.admin-email{font-family:monospace;font-size:.83rem;color:#9d8cc0!important}.admin-date{color:#7c6aaa!important;font-size:.82rem}.admin-toggle{padding:.22rem .8rem;border-radius:30em;border:1px solid rgba(120,60,255,.25);background:transparent;color:#7c6aaa;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s;white-space:nowrap}.admin-toggle.on{border-color:#783cff8c;color:#a78bfa;background:#783cff1a}.admin-toggle:hover:not(:disabled){border-color:#783cffb3;color:#c4b5fd;background:#783cff1f}.admin-toggle:disabled{opacity:.45;cursor:default}.admin-create-form{display:flex;gap:.5rem}.admin-input{flex:1;height:2.4em;padding:0 .9rem;border-radius:8px;border:1px solid rgba(120,60,255,.25);background:#783cff0d;color:#c4b5fd;font-family:monospace;font-size:.9rem;letter-spacing:.04em;outline:none;transition:border-color .2s}.admin-input:focus{border-color:#783cff80}.admin-btn-primary{height:2.4em;padding:0 1.2rem;border-radius:8px;border:none;background:#783cff40;color:#c4b5fd;font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s;white-space:nowrap}.admin-btn-primary:hover:not(:disabled){background:#783cff66}.admin-btn-primary:disabled{opacity:.4;cursor:default}.admin-codes-list{display:flex;flex-direction:column;gap:.4rem}.admin-code-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .9rem;border:1px solid rgba(120,60,255,.12);border-radius:8px;background:#783cff08;transition:background .15s}.admin-code-row:hover{background:#783cff0f}.admin-code-row.used{opacity:.4}.admin-code-text{flex:1;font-family:monospace;font-size:.9rem;letter-spacing:.05em;color:#c4b5fd}.admin-code-status{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.admin-code-status.free{color:#4ade80}.admin-code-status.used{color:#7c6aaa}.admin-code-delete{width:22px;height:22px;border-radius:50%;border:none;background:#ef44441f;color:#f87171;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.admin-code-delete:hover{background:#ef444447}.admin-empty{color:#7c6aaa;font-size:.88rem;margin:0}
