@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--selene-bg:#090d16;--selene-sidebar-bg:#0d121f;--selene-card-bg:#11182799;--selene-card-border:#ffffff14;--selene-border-subtle:#ffffff0f;--selene-accent:#6366f1;--selene-accent-hover:#4f46e5;--selene-accent-glow:#6366f140;--selene-text-main:#f3f4f6;--selene-text-secondary:#9ca3af;--selene-text-muted:#6b7280;--selene-success:#10b981;--selene-success-bg:#10b9811f;--selene-warning:#f59e0b;--selene-warning-bg:#f59e0b1f;--selene-danger:#ef4444;--selene-danger-bg:#ef44441f}*{box-sizing:border-box}body{background-color:var(--selene-bg);color:var(--selene-text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15% 15%,#6366f114 0%,#0000 40%),radial-gradient(circle at 85% 85%,#a855f70d 0%,#0000 40%);min-height:100vh;margin:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.selene-layout{width:100%;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.selene-sidebar{background:var(--selene-sidebar-bg);border-right:1px solid var(--selene-card-border);z-index:50;flex-direction:column;width:260px;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;bottom:0;left:0}.selene-sidebar-brand{border-bottom:1px solid var(--selene-border-subtle);align-items:center;gap:12px;height:70px;padding:0 20px;display:flex}.selene-brand-logo{color:#fff;width:38px;height:38px;box-shadow:0 4px 12px var(--selene-accent-glow);background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:10px;justify-content:center;align-items:center;display:flex}.selene-brand-info{flex-direction:column;display:flex}.selene-brand-name{letter-spacing:-.02em;color:#fff;font-size:1.15rem;font-weight:800;line-height:1.1}.selene-brand-badge{color:#818cf8;letter-spacing:.03em;text-transform:uppercase;font-size:11px;font-weight:600}.selene-sidebar-nav{flex-direction:column;flex:1;gap:6px;padding:24px 16px;display:flex;overflow-y:auto}.selene-nav-group-title{text-transform:uppercase;letter-spacing:.08em;color:var(--selene-text-muted);padding:8px 12px 4px;font-size:11px;font-weight:700}.selene-nav-item{color:var(--selene-text-secondary);border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.selene-nav-item svg{color:#9ca3af;transition:color .2s,transform .2s}.selene-nav-item:hover{color:var(--selene-text-main);background:#ffffff0a}.selene-nav-item:hover svg{color:#818cf8;transform:translate(2px)}.selene-nav-item.router-link-active{color:#a5b4fc;background:#6366f11f;border-color:#6366f140}.selene-nav-item.router-link-active svg{color:#818cf8}.selene-sidebar-footer{border-top:1px solid var(--selene-border-subtle);background:#00000026;justify-content:space-between;align-items:center;padding:16px;display:flex}.selene-user-profile{align-items:center;gap:10px;display:flex;overflow:hidden}.selene-user-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:flex;box-shadow:0 2px 8px #3b82f64d}.selene-user-details{flex-direction:column;display:flex;overflow:hidden}.selene-user-email{color:var(--selene-text-main);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.selene-user-role{color:var(--selene-text-muted);font-size:11px}.selene-logout-btn{color:var(--selene-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.selene-logout-btn:hover{color:#f87171;background:#ef44441f;border-color:#ef444440}.selene-main{flex-direction:column;flex:1;width:calc(100% - 260px);min-height:100vh;margin-left:260px;display:flex}.selene-topbar{border-bottom:1px solid var(--selene-border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;background:#090d16d9;justify-content:space-between;align-items:center;height:70px;padding:0 32px;display:flex;position:sticky;top:0}.selene-mobile-toggle{border:1px solid var(--selene-card-border);color:var(--selene-text-main);cursor:pointer;background:0 0;border-radius:8px;padding:8px;display:none}.selene-topbar-breadcrumb{align-items:center;gap:8px;display:flex}.selene-topbar-title{color:var(--selene-text-main);letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:800;line-height:1.2}.selene-topbar-actions{align-items:center;gap:16px;display:flex}.selene-status-indicator{color:#a7f3d0;background:#10b98114;border:1px solid #10b98133;border-radius:9999px;align-items:center;gap:8px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.selene-status-dot{background-color:var(--selene-success);width:7px;height:7px;box-shadow:0 0 8px var(--selene-success);border-radius:50%;animation:2s infinite selene-pulse}@keyframes selene-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.selene-content{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:32px}.selene-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px;display:grid}.selene-stat-card{background:var(--selene-card-bg);border:1px solid var(--selene-card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;align-items:center;gap:16px;padding:20px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 4px 20px #0003}.selene-stat-card:hover{border-color:#ffffff26;transform:translateY(-2px)}.selene-stat-icon{color:#818cf8;background:#6366f11a;border:1px solid #6366f133;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.selene-stat-info{flex-direction:column;display:flex}.selene-stat-value{color:#fff;font-size:1.6rem;font-weight:800;line-height:1.1}.selene-stat-label{color:var(--selene-text-secondary);font-size:13px;font-weight:500}.selene-dashboard-header-actions{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.selene-dashboard-header-actions h2{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:800}.selene-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:all .2s;display:inline-flex;position:relative}.selene-btn-sm{border-radius:8px;padding:7px 12px;font-size:13px}.selene-btn-lg{border-radius:12px;padding:12px 22px;font-size:15px}.selene-btn-icon-only{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;display:inline-flex}.selene-btn-icon-only.selene-btn-sm{border-radius:8px;width:32px;height:32px;padding:0}.selene-btn-content{align-items:center;gap:6px;display:inline-flex}.selene-btn-primary{color:#fff;box-shadow:0 4px 14px var(--selene-accent-glow);background:linear-gradient(135deg,#6366f1,#4f46e5)}.selene-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca);transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.selene-btn-secondary{color:var(--selene-text-main);background:#ffffff0d;border-color:#ffffff1a}.selene-btn-secondary:hover:not(:disabled){color:#fff;background:#ffffff1a;border-color:#fff3}.selene-btn-danger{background:var(--selene-danger-bg);color:#f87171;border-color:#ef444440}.selene-btn-danger:hover:not(:disabled){color:#fca5a5;background:#ef444440;border-color:#ef444473}.selene-btn-ghost{color:var(--selene-text-secondary);background:0 0;border-color:#0000}.selene-btn-ghost:hover:not(:disabled){color:var(--selene-text-main);background:#ffffff0d}.selene-btn:disabled{opacity:.5;cursor:not-allowed}.selene-btn-content-loading{opacity:0}.selene-btn-spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite selene-spin;position:absolute}@keyframes selene-spin{to{transform:rotate(360deg)}}.selene-card{background:var(--selene-card-bg);border:1px solid var(--selene-card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;flex-direction:column;gap:16px;padding:22px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 10px 30px #00000040}.selene-card:hover{border-color:#ffffff1f}.selene-card-header{border-bottom:1px solid var(--selene-border-subtle);padding-bottom:14px}.selene-card-header h3{color:#fff;margin:0;font-size:1.15rem;font-weight:700}.selene-card-footer{border-top:1px solid var(--selene-border-subtle);padding-top:14px}.selene-widgets-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;margin-top:16px;display:grid}.selene-widget-card{flex-direction:column;display:flex}.selene-widget-header-content{align-items:center;gap:14px;width:100%;display:flex}.selene-widget-avatar{color:#818cf8;background:#6366f11f;border:1px solid #6366f140;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.selene-widget-avatar.type-softphone{color:#60a5fa;background:#3b82f61f;border-color:#3b82f640}.selene-widget-avatar.type-contact-form{color:#c084fc;background:#a855f71f;border-color:#a855f740}.selene-widget-title-area{flex-direction:column;flex:1;gap:3px;display:flex;overflow:hidden}.selene-widget-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;font-weight:750;line-height:1.2;overflow:hidden}.selene-widget-meta-tags{color:var(--selene-text-secondary);align-items:center;gap:6px;font-size:12px;display:flex}.selene-type-tag{color:#818cf8;text-transform:lowercase;font-weight:600}.selene-dot-separator{color:var(--selene-text-muted);opacity:.6}.selene-visibility-tag{color:#9ca3af;font-weight:500}.selene-widget-status-badge{border-radius:9999px;flex-shrink:0;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.selene-widget-status-badge.status-approved{color:#34d399;background:#10b9811f;border:1px solid #10b98140}.selene-widget-status-badge.status-pending{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b40}.selene-widget-status-badge.status-rejected{color:#f87171;background:#ef44441f;border:1px solid #ef444440}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px}.selene-widget-body-content{flex-direction:column;gap:12px;margin-top:2px;display:flex}.selene-brand-row{border:1px solid var(--selene-border-subtle);background:#00000040;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.brand-row-label{color:var(--selene-text-secondary);white-space:nowrap;font-size:13px;font-weight:500}.selene-brand-select-compact{background:#0d121fe6!important;border-color:#ffffff14!important;border-radius:8px!important;padding:6px 10px!important;font-size:13px!important}.selene-messages-banner{cursor:pointer;background:#6366f114;border:1px solid #6366f133;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;transition:all .2s;display:flex}.selene-messages-banner:hover{background:#6366f126;border-color:#6366f159}.banner-info{color:#a5b4fc;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.unread-pill{background:var(--selene-danger);color:#fff;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:700}.unread-pill.zero{color:var(--selene-text-secondary);background:#ffffff14;font-weight:500}.selene-widget-card-actions{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.selene-embed-btn{flex:1}.selene-icon-actions-group{align-items:center;gap:6px;display:flex}.selene-dash-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;width:100%;display:grid}.selene-dash-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px;width:100%;display:grid}.selene-field{flex-direction:column;gap:8px;width:100%;margin-bottom:4px;display:flex}.selene-field-label{color:#e5e7eb;align-items:center;gap:4px;margin:0 0 2px;font-size:13px;font-weight:600;line-height:1.3;display:flex}.selene-field-required{color:#ef4444;font-weight:700}.selene-field-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.selene-input-password-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:12px}.selene-input-password-toggle:hover{color:#fff}.selene-field-input-with-toggle{padding-right:38px!important}.selene-dash-form-field-row{border:1px solid var(--selene-border-subtle);background:#0003;border-radius:10px;grid-template-columns:2fr 1.5fr 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.selene-dash-checkbox-label{color:var(--selene-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:flex}.selene-dash-checkbox-label input[type=checkbox]{accent-color:#6366f1;cursor:pointer;width:16px;height:16px}.selene-dash-error{color:#f87171;background:#ef44441a;border:1px solid #ef444440;border-radius:8px;margin:4px 0 0;padding:8px 12px;font-size:13px;font-weight:600}.selene-dash-hint{color:var(--selene-text-secondary);margin:-4px 0 8px;font-size:12px}.selene-field-select-wrapper{align-items:center;width:100%;display:flex;position:relative}.selene-field-select{appearance:none;cursor:pointer;outline:none;width:100%;transition:all .2s;box-shadow:0 2px 6px #0003;color:#f3f4f6!important;background-color:#0f172a!important;border:1px solid #ffffff1a!important;border-radius:10px!important;padding:11px 38px 11px 14px!important;font-family:inherit!important;font-size:14px!important}.selene-field-select:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f140!important}.selene-field-select option{color:#f3f4f6!important;background-color:#0f172a!important;padding:10px!important}.selene-select-chevron{pointer-events:none;color:#9ca3af;justify-content:center;align-items:center;display:flex;position:absolute;right:12px}.selene-field-input{appearance:none;outline:none;width:100%;transition:all .2s;box-shadow:0 2px 6px #0003;color:#f3f4f6!important;background-color:#0f172a!important;border:1px solid #ffffff1a!important;border-radius:10px!important;padding:11px 14px!important;font-family:inherit!important;font-size:14px!important}.selene-field-input::placeholder{color:#6b7280}.selene-field-input:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f140!important}.selene-field-input:-webkit-autofill{-webkit-text-fill-color:#f3f4f6;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0f172a}.selene-field-input:-webkit-autofill:hover{-webkit-text-fill-color:#f3f4f6;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0f172a}.selene-field-input:-webkit-autofill:focus{-webkit-text-fill-color:#f3f4f6;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0f172a}.selene-card-title-group{justify-content:space-between;align-items:center;width:100%;display:flex}.selene-plan-tag{color:#818cf8;background:#6366f11f;border:1px solid #6366f140;border-radius:9999px;padding:4px 10px;font-size:12px;font-weight:700}.selene-brand-form-layout{grid-template-columns:1fr 280px;align-items:start;gap:32px;display:grid}.selene-brand-fields-col{flex-direction:column;gap:20px;display:flex}.selene-color-pickers-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.selene-color-field{flex-direction:column;gap:6px;display:flex}.color-picker-control{background:#0f172a;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:10px;padding:6px 12px;display:flex;position:relative;box-shadow:0 2px 6px #0003}.color-native-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.color-swatch{cursor:pointer;border:2px solid #fff3;border-radius:8px;flex-shrink:0;width:28px;height:28px;transition:transform .2s;box-shadow:0 2px 8px #0000004d}.color-swatch:hover{transform:scale(1.1)}.color-hex-input{color:#f3f4f6;background:0 0;border:none;outline:none;width:100%;font-family:monospace;font-size:14px;font-weight:600}.custom-file-upload-box{width:100%}.file-hidden-input{display:none}.file-upload-label{color:var(--selene-text-secondary);cursor:pointer;background:#0f172a;border:1px dashed #fff3;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.file-upload-label:hover{color:#fff;background:#6366f114;border-color:#6366f1}.selene-brand-preview-col{flex-direction:column;gap:12px;display:flex}.preview-label{color:#818cf8;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700}.live-widget-preview-box{border:1px solid var(--selene-card-border);background:#0000004d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px 20px;display:flex}.floating-btn-preview{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;box-shadow:0 8px 24px #0006}.floating-btn-preview:hover{transform:scale(1.08)}.preview-logo-img{-o-object-fit:contain;object-fit:contain;border-radius:6px;width:32px;height:32px}.preview-hint{color:var(--selene-text-muted);text-align:center;font-size:11px}.limit-banner{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;font-size:14px;display:flex}.selene-brand-colors-preview-row{flex-wrap:wrap;gap:12px;display:flex}.color-preview-pill{color:var(--selene-text-secondary);border:1px solid var(--selene-border-subtle);background:#00000040;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:inline-flex}.color-dot{border:1px solid #fff3;border-radius:50%;width:12px;height:12px}.selene-dash-success{color:#34d399;background:#10b9811a;border:1px solid #10b98140;border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:14px;font-weight:600}.selene-auth-wrapper{z-index:100;background:#090d16;width:100vw;min-height:100vh;display:flex;position:fixed;inset:0;overflow-y:auto}.selene-auth-form-column{z-index:2;border-right:1px solid var(--selene-card-border);background:#0d121ffa;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:520px;padding:48px 40px;display:flex}.selene-auth-card-inner{flex-direction:column;gap:28px;width:100%;max-width:380px;display:flex}.selene-auth-header{flex-direction:column;align-items:flex-start;display:flex}.selene-brand-logo-auth{color:#fff;width:48px;height:48px;box-shadow:0 6px 20px var(--selene-accent-glow);background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.selene-auth-header h1{color:#fff;letter-spacing:-.02em;margin:0 0 8px;font-size:2.2rem;font-weight:850;line-height:1.1}.selene-auth-header p{color:var(--selene-text-secondary);margin:0;font-size:14px;line-height:1.5}.selene-auth-form{flex-direction:column;gap:20px;display:flex}.selene-auth-form button[type=submit]{width:100%;margin-top:8px}.selene-dash-link{color:#818cf8;cursor:pointer;text-align:center;width:100%;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.selene-dash-link:hover{color:#a5b4fc;text-decoration:underline}.selene-auth-hero-column{background:linear-gradient(135deg,#090d16 0%,#0e122b 50%,#1d102e 100%);flex-direction:column;flex:1.5;justify-content:center;padding:80px;display:flex;position:relative;overflow:hidden}.selene-auth-hero-column:before{content:"";filter:blur(50px);background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-20%;right:-20%}.selene-auth-hero-content{z-index:2;flex-direction:column;gap:20px;max-width:580px;display:flex}.hero-badge{color:#818cf8;background:#6366f11f;border:1px solid #6366f140;border-radius:9999px;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.selene-auth-hero-title{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#a5b4fc,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2.6rem;font-weight:850;line-height:1.25}.selene-auth-hero-subtitle{color:var(--selene-text-secondary);margin:0;font-size:1.15rem;line-height:1.6}.selene-admin-tabs{border-bottom:1px solid var(--selene-border-subtle);gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.admin-tab-btn{color:var(--selene-text-secondary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.admin-tab-btn:hover{color:#fff;background:#ffffff14}.admin-tab-btn.active{color:#a5b4fc;background:#6366f124;border-color:#6366f1}.tab-badge{color:#fff;background:#ffffff1a;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:700}.tab-badge.warning{background:var(--selene-warning);color:#000}.admin-usage-card{background:#6366f114;border:1px solid #6366f133;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex}.usage-icon{color:#a5b4fc;background:#6366f133;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.usage-info{flex-direction:column;display:flex}.usage-val{color:#fff;font-size:14px;font-weight:750}.usage-lbl{color:var(--selene-text-secondary);font-size:11px}.selene-dialog{box-shadow:none;background:0 0;border:none;outline:none;max-width:calc(100vw - 32px);margin:auto;padding:0}.selene-dialog::backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#030712cc;animation:.2s ease-out selene-fade-in}.selene-dialog-container{border:1px solid var(--selene-card-border);background:#0d121f;border-radius:20px;flex-direction:column;width:620px;max-width:100%;animation:.25s cubic-bezier(.34,1.56,.64,1) selene-scale-up;display:flex;overflow:hidden;box-shadow:0 25px 60px #000000b3}@keyframes selene-fade-in{0%{opacity:0}to{opacity:1}}@keyframes selene-scale-up{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.selene-dialog-header{border-bottom:1px solid var(--selene-border-subtle);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.selene-dialog-header h3{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:800}.selene-dialog-close-btn{color:var(--selene-text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:20px;line-height:1;transition:all .2s;display:flex}.selene-dialog-close-btn:hover{color:#fff;background:#ef444426;border-color:#ef44444d}.selene-dialog-body{color:#d1d5db;max-height:70vh;padding:24px;overflow-y:auto}.selene-dialog-footer{border-top:1px solid var(--selene-border-subtle);background:#00000040;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.selene-create-widget-form{flex-direction:column;gap:24px;display:flex}.form-section{flex-direction:column;gap:14px;display:flex}.form-section-label{color:#818cf8;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700}.widget-type-cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.widget-type-card{cursor:pointer;background:#0d121fb3;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:14px;padding:16px;transition:all .2s;display:flex;position:relative}.widget-type-card:hover:not(.is-disabled){background:#6366f114;border-color:#6366f14d;transform:translateY(-1px)}.widget-type-card.is-selected{background:#6366f124;border-color:#6366f1;box-shadow:0 0 20px #6366f133}.widget-type-card.is-disabled{opacity:.5;cursor:not-allowed}.type-card-icon{color:#818cf8;background:#6366f11f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.type-card-icon.type-softphone{color:#60a5fa;background:#3b82f61f}.type-card-icon.type-contact-form{color:#c084fc;background:#a855f71f}.type-card-info{flex-direction:column;flex:1;gap:3px;display:flex;overflow:hidden}.type-card-title{color:#fff;font-size:14px;font-weight:750}.type-card-desc{color:var(--selene-text-secondary);font-size:11px;line-height:1.3}.type-card-check{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex;box-shadow:0 0 10px #6366f166}.visibility-options{gap:12px;margin-top:6px;display:flex}.vis-option-btn{color:var(--selene-text-secondary);cursor:pointer;background:#0d121fcc;border:1px solid #ffffff14;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.vis-option-btn:hover{color:#fff;background:#ffffff0d}.vis-option-btn.active{color:#a5b4fc;background:#6366f124;border-color:#6366f1}.form-actions-footer{border-top:1px solid var(--selene-border-subtle);justify-content:flex-end;gap:12px;margin-top:8px;padding-top:16px;display:flex}@media (width<=900px){.selene-auth-hero-column{display:none}.selene-auth-form-column{max-width:100%}.selene-brand-form-layout{grid-template-columns:1fr}}@media (width<=768px){.selene-sidebar{transform:translate(-100%)}.selene-sidebar.is-mobile-open{transform:translate(0);box-shadow:0 0 40px #000c}.selene-sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45;background:#0009;position:fixed;inset:0}.selene-main{width:100%;margin-left:0}.selene-mobile-toggle{display:flex}.selene-content{padding:20px}.selene-topbar{padding:0 20px}.selene-dash-grid-2,.selene-dash-form-field-row,.selene-widgets-grid,.widget-type-cards-grid{grid-template-columns:1fr}}
