@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--color-purple: #7c3aed;--color-purple-light: #8b5cf6;--color-purple-dark: #6d28d9;--color-purple-rgb: 124, 58, 237;--color-teal: #4ecdc4;--color-teal-light: #5eead4;--color-teal-dark: #2dd4bf;--color-teal-rgb: 78, 205, 196;--color-bg-primary: #0c0c0e;--color-bg-secondary: #13131a;--color-bg-card: #18181b;--color-bg-elevated: #1e1e2a;--color-bg-input: rgba(255, 255, 255, .04);--color-bg-hover: rgba(255, 255, 255, .06);--color-border: rgba(255, 255, 255, .08);--color-border-light: rgba(255, 255, 255, .04);--color-border-focus: var(--color-purple);--color-text-primary: #fafafa;--color-text-secondary: rgba(255, 255, 255, .7);--color-text-muted: rgba(255, 255, 255, .4);--color-text-disabled: rgba(255, 255, 255, .2);--color-success: #4ecdc4;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #6b4eff;--gradient-brand: linear-gradient(135deg, var(--color-purple), var(--color-teal));--gradient-purple: linear-gradient(135deg, var(--color-purple), var(--color-purple-light));--gradient-card: linear-gradient(135deg, rgba(255,255,255,.03), rgba(255,255,255,.01));--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--space-3xl: 48px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: 11px;--font-size-sm: 13px;--font-size-base: 14px;--font-size-md: 15px;--font-size-lg: 18px;--font-size-xl: 22px;--font-size-2xl: 28px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);--shadow-glow-purple: 0 0 20px rgba(124, 58, 237, .15);--shadow-glow-teal: 0 0 20px rgba(78, 205, 196, .15);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--z-dropdown: 50;--z-modal: 100;--z-toast: 200;--theme-bg-gradient: linear-gradient(135deg, #0c0c0e 0%, #1a1a2e 50%, #16213e 100%);--theme-bg-radial-1: rgba(107, 78, 255, .08);--theme-bg-radial-2: rgba(78, 205, 196, .06);--theme-grain-opacity: .03;--theme-card-bg: rgba(255, 255, 255, .02);--theme-card-border: rgba(255, 255, 255, .06);--theme-input-bg: rgba(0, 0, 0, .3);--theme-input-border: rgba(255, 255, 255, .1);--theme-input-color: #fafafa;--theme-text-body: #e4e4e7;--theme-text-muted: #71717a;--theme-text-disabled: #52525b;--theme-text-more-disabled: #3f3f46;--theme-nav-bg: rgba(255, 255, 255, .03);--theme-nav-border: rgba(255, 255, 255, .06);--theme-nav-active-bg: rgba(107, 78, 255, .15);--theme-nav-active-color: #a78bfa;--theme-dropdown-bg: #1e1e2a;--theme-dropdown-border: rgba(255, 255, 255, .12);--theme-logout-bg: rgba(255, 255, 255, .06);--theme-logout-border: rgba(255, 255, 255, .1);--theme-logout-color: rgba(255, 255, 255, .4);--theme-select-bg: rgba(255, 255, 255, .05);--theme-select-border: rgba(255, 255, 255, .1);--theme-select-color: #e0e0e0;--theme-select-option-bg: #1e1e2a;--theme-booking-link-bg: rgba(0, 0, 0, .3);--theme-header-border: rgba(255, 255, 255, .06);--theme-scrollbar-thumb: rgba(255, 255, 255, .1);--theme-user-name-color: rgba(255, 255, 255, .7);--theme-settings-tab-color: rgba(255, 255, 255, .35);--theme-settings-tab-hover: rgba(255, 255, 255, .6);--theme-section-border: rgba(255, 255, 255, .06)}[data-theme=light]{--color-bg-primary: #f0f4ff;--color-bg-secondary: #ffffff;--color-bg-card: #ffffff;--color-bg-elevated: #f1f5ff;--color-bg-input: rgba(0, 0, 0, .04);--color-bg-hover: rgba(0, 0, 0, .05);--color-border: rgba(0, 0, 0, .1);--color-border-light: rgba(0, 0, 0, .05);--color-text-primary: #111827;--color-text-secondary: rgba(0, 0, 0, .7);--color-text-muted: rgba(0, 0, 0, .4);--color-text-disabled: rgba(0, 0, 0, .2);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .14);--shadow-glow-purple: 0 0 20px rgba(124, 58, 237, .12);--shadow-glow-teal: 0 0 20px rgba(78, 205, 196, .12);--theme-bg-gradient: linear-gradient(135deg, #eef2ff 0%, #e8edf8 50%, #eff3fc 100%);--theme-bg-radial-1: rgba(107, 78, 255, .05);--theme-bg-radial-2: rgba(78, 205, 196, .04);--theme-grain-opacity: .015;--theme-card-bg: rgba(255, 255, 255, .8);--theme-card-border: rgba(0, 0, 0, .08);--theme-input-bg: rgba(255, 255, 255, .9);--theme-input-border: rgba(0, 0, 0, .12);--theme-input-color: #111827;--theme-text-body: #18181b;--theme-text-muted: #6b7280;--theme-text-disabled: #9ca3af;--theme-text-more-disabled: #d1d5db;--theme-nav-bg: rgba(0, 0, 0, .03);--theme-nav-border: rgba(0, 0, 0, .07);--theme-nav-active-bg: rgba(107, 78, 255, .12);--theme-nav-active-color: #6d28d9;--theme-dropdown-bg: #ffffff;--theme-dropdown-border: rgba(0, 0, 0, .12);--theme-logout-bg: rgba(0, 0, 0, .04);--theme-logout-border: rgba(0, 0, 0, .1);--theme-logout-color: rgba(0, 0, 0, .45);--theme-select-bg: rgba(0, 0, 0, .04);--theme-select-border: rgba(0, 0, 0, .12);--theme-select-color: #18181b;--theme-select-option-bg: #ffffff;--theme-booking-link-bg: rgba(0, 0, 0, .04);--theme-header-border: rgba(0, 0, 0, .08);--theme-scrollbar-thumb: rgba(0, 0, 0, .15);--theme-user-name-color: rgba(0, 0, 0, .65);--theme-settings-tab-color: rgba(0, 0, 0, .35);--theme-settings-tab-hover: rgba(0, 0, 0, .65);--theme-section-border: rgba(0, 0, 0, .07)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background:var(--color-bg-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:var(--color-purple);text-decoration:none}a:hover{color:var(--color-purple-light)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:var(--radius-full)}*{box-sizing:border-box}.proton-scheduler{font-family:DM Sans,sans-serif;min-height:100vh;background:var(--theme-bg-gradient);color:var(--theme-text-body);position:relative}.proton-scheduler:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 20%,var(--theme-bg-radial-1) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,var(--theme-bg-radial-2) 0%,transparent 50%);pointer-events:none}.grain-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:var(--theme-grain-opacity);pointer-events:none;z-index:1000}.container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-spinner{width:48px;height:48px;color:var(--color-info)}.loading-spinner-small{width:20px;height:20px;color:var(--color-info)}.loading-state{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:var(--theme-text-muted)}.login-screen{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 4rem)}.login-card{background:var(--theme-card-bg);border:1px solid var(--theme-card-border);border-radius:24px;padding:3rem;max-width:420px;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:64px;height:64px;color:var(--color-info);margin-bottom:1rem}.login-header h1{font-family:Space Mono,monospace;font-size:1.75rem;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .5rem}.login-header p{color:var(--theme-text-muted);margin:0}.login-description{color:var(--theme-text-disabled);text-align:center;margin-bottom:1.5rem;line-height:1.6}.provider-select{margin-bottom:1.5rem}.provider-select label{display:block;font-size:.875rem;color:var(--theme-text-disabled);margin-bottom:.5rem}.provider-select select{width:100%;padding:.875rem 1rem;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:10px;color:var(--theme-input-color);font-size:.9375rem}.login-btn{width:100%;padding:1rem;font-size:1rem}.login-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--theme-header-border)}.login-footer p{color:var(--theme-text-muted);margin:0 0 .5rem;font-size:.875rem}.login-footer a{color:var(--color-purple-light);text-decoration:none;font-size:.875rem}.login-footer a:hover{text-decoration:underline}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--theme-header-border);flex-wrap:wrap;gap:1rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:36px;height:36px;color:var(--color-info)}.logo-text{font-family:Space Mono,monospace;font-size:1.125rem;font-weight:700;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-tabs{display:flex;gap:.25rem;background:var(--theme-nav-bg);padding:.25rem;border-radius:10px;border:1px solid var(--theme-nav-border)}.nav-tab{padding:.5rem 1rem;border-radius:8px;border:none;background:transparent;color:var(--theme-text-muted);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.nav-tab:hover{color:var(--theme-text-body)}.nav-tab.active{background:var(--theme-nav-active-bg);color:var(--theme-nav-active-color)}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.user-name{font-size:13px;color:var(--theme-user-name-color);font-weight:500;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu{display:flex;align-items:center;gap:10px}.logout-btn{background:var(--theme-logout-bg);border:1px solid var(--theme-logout-border);border-radius:8px;padding:6px 8px;cursor:pointer;color:var(--theme-logout-color);display:flex;align-items:center;transition:all .2s}.logout-btn:hover{background:#ef444414;border-color:#ef444440;color:#ef4444}.user-menu-old{display:flex;align-items:center;gap:.75rem}.user-info{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-nav-bg);border-radius:8px;color:var(--theme-text-disabled);font-size:.8125rem}.user-webid{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.error-banner{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;margin-bottom:1.5rem;color:#fca5a5}.error-banner button{margin-left:auto;background:none;border:none;color:#fca5a5;cursor:pointer;font-size:1.25rem;line-height:1}.pod-status-bar{display:flex;align-items:center;gap:12px;padding:10px 20px;border-radius:12px;margin-bottom:1.5rem}.pod-status-bar.connected{background:linear-gradient(135deg,rgba(var(--color-teal-rgb),.08),rgba(var(--color-teal-rgb),.02));border:1px solid rgba(var(--color-teal-rgb),.2)}.pod-status-bar.disconnected{background:linear-gradient(135deg,#f59e0b14,#f59e0b05);border:1px solid rgba(245,158,11,.2)}.pod-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.connected .pod-status-dot{background:var(--color-teal);box-shadow:0 0 6px rgba(var(--color-teal-rgb),.5)}.disconnected .pod-status-dot{background:#f59e0b;box-shadow:0 0 6px #f59e0b80}.pod-status-text{font-size:13px;font-weight:600}.connected .pod-status-text{color:var(--color-teal)}.disconnected .pod-status-text{color:#f59e0b}.pod-status-time{font-size:11px;color:var(--theme-text-muted)}.pod-status-badge{font-size:11px;padding:2px 8px;border-radius:10px;background:rgba(var(--color-teal-rgb),.12);color:var(--color-teal)}.pod-status-badge.failed{background:#f59e0b1f;color:#f59e0b}.settings-desc{font-size:13px;color:var(--theme-text-muted);margin-bottom:1rem}.cleanup-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:1.2rem}.cleanup-stat{background:var(--theme-card-bg);border:1px solid var(--theme-card-border);border-radius:10px;padding:12px;text-align:center}.cleanup-stat-value{font-size:20px;font-weight:700;color:var(--color-text-primary)}.cleanup-stat-label{font-size:11px;color:var(--theme-text-muted);margin-top:4px}.cleanup-slugs{margin-top:12px;padding:10px 14px;border-radius:8px;background:rgba(var(--color-purple-rgb),.04);border:1px solid rgba(var(--color-purple-rgb),.1)}.cleanup-slugs-label{font-size:11px;color:var(--theme-text-muted);margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cleanup-slug-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.cleanup-slug-name{font-size:12px;background:rgba(var(--color-purple-rgb),.1);padding:2px 8px;border-radius:4px;color:var(--theme-text-body)}.cleanup-slug-counts{font-size:12px}.cleanup-action{margin-top:.5rem}.cleanup-select-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.cleanup-select-row label{font-size:13px;color:var(--theme-text-muted);white-space:nowrap}.cleanup-select{max-width:150px}.tz-search{position:relative}.tz-input{cursor:pointer}.tz-dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;max-height:240px;overflow-y:auto;margin-top:4px;background:var(--theme-dropdown-bg);border:1px solid var(--theme-dropdown-border);border-radius:10px;box-shadow:0 8px 24px #0006}.tz-option{padding:8px 14px;font-size:13px;color:var(--theme-text-body);cursor:pointer;transition:background .15s}.tz-option:hover{background:rgba(var(--color-purple-rgb),.15);color:#fff}.tz-option.tz-selected{background:rgba(var(--color-teal-rgb),.1);color:var(--color-teal)}.tz-empty{padding:12px 14px;font-size:13px;color:var(--theme-text-disabled);text-align:center}.cleanup-eligible{font-size:12px;color:var(--theme-text-muted);margin-bottom:12px}.btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px;transition:all .2s}.btn-danger:hover{background:linear-gradient(135deg,#ef4444,#dc2626);transform:translateY(-1px)}.btn-danger:disabled{opacity:.5;cursor:not-allowed;transform:none}.clear-success{margin-top:12px;padding:10px 16px;border-radius:8px;background:rgba(var(--color-teal-rgb),.08);border:1px solid rgba(var(--color-teal-rgb),.2);color:var(--color-teal);font-size:13px}.clear-error{margin-top:12px;padding:10px 16px;border-radius:8px;background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#ef4444;font-size:13px}@media (max-width: 600px){.cleanup-stats-grid{grid-template-columns:repeat(2,1fr)}}.pod-status-actions{margin-left:auto;display:flex;gap:8px}.pod-btn{font-size:11px;padding:4px 12px;border-radius:8px;border:none;cursor:pointer;font-weight:600;transition:all .2s}.pod-btn-sync{background:rgba(var(--color-teal-rgb),.12);color:var(--color-teal)}.pod-btn-sync:hover{background:rgba(var(--color-teal-rgb),.25)}.pod-btn-sync:disabled{opacity:.6;cursor:not-allowed}.pod-btn-sync .btn-loader{width:12px;height:12px;margin-right:4px;vertical-align:middle}.pod-btn-disconnect{background:#ffffff0f;color:#fff6}.pod-btn-disconnect:hover{background:#ffffff1a;color:#fff9}.pod-btn-connect{background:rgba(var(--color-teal-rgb),.15);color:var(--color-teal)}.pod-btn-connect:hover{background:rgba(var(--color-teal-rgb),.3)}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.full-width{grid-column:1 / -1}.card{background:var(--theme-card-bg);border:1px solid var(--theme-card-border);border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.card-title{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .25rem}.card-subtitle{font-size:.8125rem;color:var(--theme-text-muted);margin:0}.card-icon{width:40px;height:40px;background:linear-gradient(135deg,rgba(var(--color-purple-rgb),.2),rgba(var(--color-teal-rgb),.1));border-radius:10px;display:flex;align-items:center;justify-content:center}.card-icon svg{width:20px;height:20px;color:var(--color-purple-light)}.booking-link-display{display:flex;align-items:center;gap:.75rem;background:var(--theme-booking-link-bg);border:1px solid var(--theme-card-border);border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.booking-link-text{flex:1;font-family:Space Mono,monospace;font-size:.75rem;color:var(--color-teal);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-btn{padding:.375rem .875rem;background:var(--gradient-purple);border:none;border-radius:6px;color:#fff;font-size:.75rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:all .2s}.copy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--color-purple-rgb),.3)}.copy-btn svg{width:12px;height:12px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-item{text-align:center;padding:.875rem;background:var(--theme-card-bg);border-radius:10px;border:1px solid var(--theme-card-border)}.stat-value{font-family:Space Mono,monospace;font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.125rem}.stat-label{font-size:.6875rem;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.05em}.availability-grid{display:flex;flex-direction:column;gap:.5rem}.day-row{display:flex;align-items:center;gap:.875rem;padding:.625rem .875rem;background:var(--theme-card-bg);border-radius:8px;border:1px solid var(--theme-card-border)}.day-toggle{width:36px;height:20px;background:#ffffff1a;border-radius:10px;position:relative;cursor:pointer;transition:all .2s}.day-toggle.active{background:var(--gradient-purple)}.day-toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:all .2s}.day-toggle.active:after{left:18px}.day-name{width:90px;font-size:.8125rem;font-weight:500;color:var(--theme-text-body);min-width:40px}.day-times{flex:1;font-family:Space Mono,monospace;font-size:.75rem;color:var(--theme-text-muted)}.day-times.disabled{opacity:.4}.save-btn{width:100%;margin-top:1rem}.empty-state{text-align:center;padding:2.5rem;color:var(--theme-text-muted)}.empty-state p{margin:1rem 0 0}.bookings-list{display:flex;flex-direction:column;gap:.625rem}.booking-item{display:flex;align-items:center;gap:1rem;padding:.875rem;background:var(--theme-card-bg);border-radius:10px;border:1px solid var(--theme-card-border)}.booking-date{display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;background:linear-gradient(135deg,rgba(var(--color-purple-rgb),.15),rgba(var(--color-teal-rgb),.1));border-radius:8px;min-width:50px}.booking-day{font-size:.6875rem;color:var(--color-purple-light);text-transform:uppercase}.booking-date-num{font-family:Space Mono,monospace;font-size:1.125rem;font-weight:700;color:var(--color-text-primary)}.booking-details{flex:1;min-width:0}.booking-details h4{font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booking-details p{font-size:.75rem;color:var(--theme-text-muted);margin:0}.ics-link{padding:.5rem;color:var(--theme-text-muted);transition:color .2s}.ics-link:hover{color:var(--color-teal)}.booking-actions{display:flex;align-items:center;gap:.25rem}.booking-cancel-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--theme-text-muted);cursor:pointer;transition:color .2s,background .2s}.booking-cancel-btn:hover{color:#ef4444;background:#ef44441a}.booking-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.booking-item.recurring{border-left:3px solid var(--color-purple-light)}.booking-repeat-icon{width:12px;height:12px;color:var(--color-purple-light);margin-top:2px}.recurring-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:.375rem;padding:.125rem;background:#a78bfa26;border-radius:4px;color:var(--color-purple-light);vertical-align:middle}.recurrence-desc{font-size:.6875rem!important;color:var(--color-purple-light)!important;margin-top:.25rem!important}.recurrence-hint{display:flex;align-items:center;gap:.375rem;color:var(--color-purple-light);margin-top:.5rem}.recurrence-row .detail-label{display:flex;align-items:center;gap:.375rem}.recurrence-row .detail-value{color:var(--color-purple-light)}.calendar-container{grid-column:1 / -1}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.calendar-nav{display:flex;align-items:center;gap:.875rem}.calendar-nav button{width:32px;height:32px;border-radius:8px;border:1px solid var(--theme-card-border);background:var(--theme-card-bg);color:var(--theme-text-body);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.calendar-nav button:hover{background:var(--color-bg-hover);border-color:var(--theme-input-border)}.calendar-nav button svg{width:16px;height:16px}.calendar-month{font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.375rem}.calendar-weekday{text-align:center;font-size:.6875rem;font-weight:600;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.5rem}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent;background:var(--theme-card-bg);color:var(--theme-text-body)}.calendar-day.other-month{color:var(--theme-text-more-disabled);background:transparent}.calendar-day.unavailable{color:var(--theme-text-disabled);cursor:not-allowed;background:transparent}.calendar-day.available{color:var(--theme-text-body);border-color:var(--theme-card-border)}.calendar-day.available:hover{background:rgba(var(--color-purple-rgb),.15);border-color:rgba(var(--color-purple-rgb),.3)}.calendar-day.selected{background:var(--gradient-purple);color:#fff;border-color:transparent}.calendar-day.today{position:relative}.calendar-day.today:after{content:"";position:absolute;bottom:4px;width:4px;height:4px;background:var(--color-teal);border-radius:50%}.time-slots-panel{padding-left:1.5rem;border-left:1px solid var(--theme-card-border)}.time-slots-header{margin-bottom:1rem}.time-slots-date{font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem}.time-slots-timezone{font-size:.75rem;color:var(--theme-text-muted)}.time-slots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;max-height:350px;overflow-y:auto;padding-right:.5rem}.time-slots-grid::-webkit-scrollbar{width:4px}.time-slots-grid::-webkit-scrollbar-track{background:#ffffff05;border-radius:2px}.time-slots-grid::-webkit-scrollbar-thumb{background:rgba(var(--color-purple-rgb),.3);border-radius:2px}.time-slot{padding:.625rem .875rem;background:var(--theme-card-bg);border:1px solid var(--theme-card-border);border-radius:8px;font-family:Space Mono,monospace;font-size:.8125rem;color:var(--theme-text-body);cursor:pointer;transition:all .2s;text-align:center}.time-slot:hover:not(.booked){background:rgba(var(--color-purple-rgb),.15);border-color:rgba(var(--color-purple-rgb),.3)}.time-slot.selected{background:var(--gradient-purple);border-color:transparent;color:#fff}.time-slot.booked{background:var(--theme-card-bg);color:var(--theme-text-disabled);cursor:not-allowed;text-decoration:line-through}.no-slots{text-align:center;padding:2rem;color:var(--theme-text-muted);font-size:.875rem}.booking-form-container{max-width:480px;margin:0 auto}.form-summary{background:rgba(var(--color-purple-rgb),.08);border:1px solid rgba(var(--color-purple-rgb),.2);border-radius:12px;padding:1rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:1rem}.form-summary-icon{width:44px;height:44px;background:var(--gradient-purple);border-radius:10px;display:flex;align-items:center;justify-content:center}.form-summary-icon svg{width:22px;height:22px;color:#fff}.form-summary-details h3{font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .25rem}.form-summary-details p{font-size:.8125rem;color:var(--color-purple-light);margin:0}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.8125rem;font-weight:500;color:var(--theme-text-disabled);margin-bottom:.375rem}.form-input{width:100%;padding:.75rem .875rem;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:8px;color:var(--theme-input-color);font-size:.875rem;transition:all .2s}.form-input:focus{outline:none;border-color:rgba(var(--color-purple-rgb),.5);box-shadow:0 0 0 3px rgba(var(--color-purple-rgb),.1)}.form-input::placeholder{color:var(--theme-text-disabled)}textarea.form-input{resize:vertical;min-height:90px}.form-hint{display:block;font-size:.75rem;color:var(--theme-text-muted);margin-top:.375rem}.form-actions{display:flex;gap:.875rem;margin-top:1.5rem}.btn{padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{flex:1;background:var(--gradient-purple);border:none;color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(var(--color-purple-rgb),.35)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:transparent;border:1px solid var(--theme-card-border);color:var(--theme-text-body)}.btn-secondary:hover{background:var(--color-bg-hover)}.btn-loader{width:16px;height:16px}.confirmation-card{max-width:480px;margin:0 auto;text-align:center}.confirmation-icon{width:72px;height:72px;background:linear-gradient(135deg,rgba(var(--color-teal-rgb),.2),rgba(var(--color-purple-rgb),.1));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.confirmation-icon svg{width:36px;height:36px;color:var(--color-teal)}.confirmation-title{font-size:1.375rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .375rem}.confirmation-subtitle{font-size:.875rem;color:var(--theme-text-muted);margin:0 0 1.5rem}.confirmation-details{background:var(--theme-card-bg);border:1px solid var(--theme-card-border);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem;text-align:left}.detail-row{display:flex;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid var(--theme-section-border)}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.8125rem;color:var(--theme-text-muted)}.detail-value{font-size:.8125rem;color:var(--color-text-primary);font-weight:500}.download-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:rgba(var(--color-teal-rgb),.1);border:1px solid rgba(var(--color-teal-rgb),.3);border-radius:10px;color:var(--color-teal);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;margin-bottom:.875rem}.download-btn:hover{background:rgba(var(--color-teal-rgb),.15)}.download-btn svg{width:18px;height:18px}.proton-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--theme-text-muted);margin-top:1rem}.proton-badge svg{width:14px;height:14px}.settings-card{max-width:780px;margin:0 auto}.settings-tab-bar{display:flex;gap:4px;border-bottom:1px solid var(--theme-section-border);margin-bottom:24px}.settings-tab{padding:12px 18px;background:none;border:none;border-bottom:2px solid transparent;color:var(--theme-settings-tab-color);font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .2s ease;margin-bottom:-1px}.settings-tab:hover{color:var(--theme-settings-tab-hover)}.settings-tab.active{color:var(--color-text-primary);border-bottom-color:#6d4aff}.settings-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--theme-section-border)}.settings-section:last-of-type{border-bottom:none;margin-bottom:1.5rem}.settings-section h3{font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1rem}.business-coming-soon{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 0 10px}.business-coming-soon-icon{font-size:40px;margin-bottom:12px}.business-coming-soon-title{font-size:1.125rem;font-weight:700;color:var(--color-text-primary);margin:0 0 6px}.business-coming-soon-desc{font-size:.8125rem;color:var(--theme-text-muted);margin:0 0 24px}.business-feature-list{display:flex;flex-direction:column;gap:12px;width:100%;max-width:480px;text-align:left}.business-feature-item{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border-radius:10px;background:var(--theme-card-bg);border:1px solid var(--theme-card-border)}.business-feature-icon{font-size:20px;line-height:1;margin-top:2px}.business-feature-item strong{display:block;font-size:.8125rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:2px}.business-feature-item p{font-size:.75rem;color:var(--theme-text-muted);margin:0;line-height:1.4}.pod-info{display:flex;align-items:center;gap:.75rem;padding:.625rem 0}.pod-label{font-size:.8125rem;color:var(--theme-text-muted);min-width:100px}.pod-url{font-family:Space Mono,monospace;font-size:.75rem;color:var(--color-teal);background:var(--theme-input-bg);padding:.375rem .625rem;border-radius:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:350px}.pod-url-display{display:flex;align-items:center;gap:.5rem}.pod-url-edit{display:flex;flex-direction:column;gap:.375rem;flex:1}.pod-url-edit .form-input{font-family:Space Mono,monospace;font-size:.75rem}.pod-url-edit-actions{display:flex;gap:.375rem}.btn-sm{padding:.25rem .625rem;font-size:.75rem}.pod-url-error{color:var(--color-red, #ef4444);font-size:.75rem}.account-tier-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.account-tier-badge{display:inline-block;padding:4px 14px;border-radius:8px;font-size:13px;font-weight:600;color:#fff;letter-spacing:-.01em}.account-trial-badge{display:inline-block;padding:3px 10px;border-radius:6px;background:#f59e0b1f;color:#f59e0b;font-size:11px;font-weight:600;letter-spacing:.02em}::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb)}@media (max-width: 768px){.dashboard-grid{grid-template-columns:1fr}.booking-layout{grid-template-columns:1fr!important}.time-slots-panel{padding-left:0;padding-top:1.5rem;border-left:none;border-top:1px solid var(--theme-card-border)}.nav-tabs{display:none}.header{flex-direction:column;align-items:flex-start}.user-menu{width:100%;justify-content:space-between}}.day-time-selects{display:flex;align-items:center;gap:.5rem;margin-left:auto}.time-select{background-color:var(--theme-select-bg);border:1px solid var(--theme-select-border);color:var(--theme-select-color);padding:.35rem .5rem;border-radius:6px;font-size:.8rem;font-family:Inter,sans-serif;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:24px}.time-select:hover,.time-select:focus{border-color:var(--color-purple);outline:none}.time-select option{background:var(--theme-select-option-bg);color:var(--theme-select-color)}.time-arrow{color:#ffffff4d;font-size:.85rem}[data-theme=light] .calendar-day{background:transparent;border-color:transparent}[data-theme=light] .calendar-day.available{background:#fff;border-color:#0000002e;color:#111827;box-shadow:0 1px 3px #00000012}[data-theme=light] .calendar-day.available:hover{border-color:#6d4aff;box-shadow:0 2px 8px #6d4aff26}[data-theme=light] .calendar-day.other-month,[data-theme=light] .calendar-day.unavailable{color:#d1d5db;background:transparent;border-color:transparent}[data-theme=light] .booking-link-text{color:#0f766e}[data-theme=light] .nav-tab.active{background:#6d4aff;color:#fff}[data-theme=light] .nav-tab{color:#4b5563}[data-theme=light] .nav-tab:hover{color:#111827}[data-theme=light] .nav-tabs{background:#0000000d;border-color:#0000001a}[data-theme=light] .connected .pod-status-text{color:#0f766e}[data-theme=light] .disconnected .pod-status-text{color:#b45309}[data-theme=light] .pod-status-time{color:#4b5563}[data-theme=light] .pod-status-bar.connected{background:linear-gradient(135deg,#0d948814,#0d948805);border-color:#0d948840}[data-theme=light] .pod-status-bar.disconnected{background:linear-gradient(135deg,#b4530912,#b4530905);border-color:#b4530933}[data-theme=light] .pod-btn-sync{background:#fff;color:#0f766e;border:1px solid rgba(15,118,110,.3)}[data-theme=light] .pod-btn-sync:hover{background:#0f766e0f}[data-theme=light] .pod-btn-connect{background:#fff;color:#0f766e;border:1px solid rgba(15,118,110,.3)}[data-theme=light] .pod-btn-connect:hover{background:#0f766e0f}[data-theme=light] .pod-btn-disconnect{background:#0000000d;color:#6b7280}[data-theme=light] .pod-btn-disconnect:hover{background:#00000017;color:#374151}[data-theme=light] .pod-url{background:#f3f4f6!important;color:#0f766e!important;border:1px solid rgba(0,0,0,.1)!important}[data-theme=light] .pod-status-badge{background:#0d94881a;color:#0d9488}[data-theme=light] .pod-status-badge.failed{background:#b453091a;color:#b45309}[data-theme=light] .account-trial-badge{background:#f59e0b1a;color:#b45309}[data-theme=light] .time-select{background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23555' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-color:#f3f4f6;border-color:#00000026;color:#111827}[data-theme=light] .logout-btn{background:#0000000d;border-color:#0000001f;color:#6b7280}[data-theme=light] .pro-settings-section,[data-theme=light] [style*="rgba(255,255,255,0.02)"]{background:#00000005!important;border-color:#00000014!important}[data-theme=light] [style*="rgba(255,255,255,0.04)"],[data-theme=light] [style*="rgba(255,255,255,0.03)"]{background:#00000008!important}[data-theme=light] [style*="color: #fff"],[data-theme=light] [style*="color: #E2E8F0"],[data-theme=light] [style*="color: rgba(255,255,255,0.8)"],[data-theme=light] [style*="color: rgba(255,255,255,.8)"]{color:#111827!important}[data-theme=light] [style*="color: rgba(255,255,255,0.4)"],[data-theme=light] [style*="color: rgba(255,255,255,.4)"],[data-theme=light] [style*="color: rgba(255,255,255,0.5)"],[data-theme=light] [style*="color: rgba(255,255,255,.5)"],[data-theme=light] [style*="color: rgba(255,255,255,0.7)"],[data-theme=light] [style*="color: rgba(255,255,255,.7)"]{color:#0000008c!important}[data-theme=light] [style*="color: rgba(255,255,255,0.35)"],[data-theme=light] [style*="color: rgba(255,255,255,.35)"],[data-theme=light] [style*="color: rgba(255,255,255,0.3)"],[data-theme=light] [style*="color: rgba(255,255,255,.3)"],[data-theme=light] [style*="color: rgba(255,255,255,0.2)"],[data-theme=light] [style*="color: rgba(255,255,255,.2)"]{color:#00000059!important}[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.08)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,.08)"],[data-theme=light] [style*="border-color: rgba(255,255,255,0.06)"],[data-theme=light] [style*="border-color: rgba(255,255,255,.06)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.06)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,.06)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.05)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,.05)"]{border-color:#00000017!important}[data-theme=light] [style*="background: rgba(0,0,0,0.15)"],[data-theme=light] [style*="background: rgba(0,0,0,.15)"]{background:#0000000a!important}[data-theme=light] input[style],[data-theme=light] textarea[style]{background:#ffffffe6!important;border-color:#0000001f!important;color:#111827!important}.theme-options{display:flex;flex-direction:column;gap:8px}.theme-option{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border-radius:12px;border:1px solid var(--theme-card-border);background:var(--theme-card-bg);cursor:pointer;transition:all .18s ease;text-align:left;font-family:DM Sans,sans-serif}.theme-option:hover{border-color:var(--color-purple);background:var(--color-bg-hover)}.theme-option.active{border-color:var(--color-purple);background:#6d4aff0f}.theme-option-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9px;background:var(--color-bg-elevated);color:var(--color-text-secondary);flex-shrink:0}.theme-option.active .theme-option-icon{background:#6d4aff26;color:var(--color-purple-light)}.theme-option-info{display:flex;flex-direction:column;gap:2px;flex:1}.theme-option-label{font-size:14px;font-weight:600;color:var(--color-text-primary)}.theme-option-desc{font-size:12px;color:var(--color-text-muted);line-height:1.4}.theme-option-check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--color-purple);color:#fff;flex-shrink:0}.ps-container{display:flex;flex-direction:column;gap:20px;max-width:780px;margin:0 auto}.ps-header-bar{display:flex;align-items:center;gap:12px;margin-bottom:4px}.ps-header-title{font-size:20px;font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em}.ps-pro-badge{padding:3px 10px;border-radius:6px;background:#6d4aff;color:#fff;font-size:11px;font-weight:600;letter-spacing:.02em}.ps-section{background:var(--theme-card-bg);border:1px solid var(--theme-card-border);border-radius:14px;padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:16px}[data-theme=light] .ps-section{background:#ffffffd9}.ps-section-header{display:flex;align-items:flex-start;gap:14px}.ps-section-icon{font-size:22px;line-height:1;margin-top:2px}.ps-section-title{font-size:16px;font-weight:600;color:var(--color-text-primary);letter-spacing:-.02em;margin-bottom:4px}.ps-section-desc{font-size:13px;color:var(--color-text-muted);line-height:1.5}.ps-locked-section{position:relative;background:var(--color-bg-input);border:1px solid var(--color-border-light);border-radius:14px;padding:24px;overflow:hidden}.ps-locked-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;z-index:2;background:#0b0e1480;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}[data-theme=light] .ps-locked-overlay{background:#f0f4ffb3}.ps-locked-icon{font-size:16px}.ps-locked-text{font-size:13px;font-weight:500;color:var(--color-text-muted)}.ps-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ps-field{display:flex;flex-direction:column;gap:6px}.ps-label{font-size:12px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.ps-label-hint{font-weight:400;text-transform:none;letter-spacing:0;color:var(--color-text-disabled)}.ps-input{padding:10px 14px;border-radius:8px;border:1px solid var(--theme-input-border);background:var(--theme-input-bg);color:var(--theme-input-color);font-size:14px;font-family:DM Sans,sans-serif;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}[data-theme=light] .ps-input{background:#fff}.ps-input:focus{border-color:#6b4eff80;box-shadow:0 0 0 3px #6b4eff1a}.ps-textarea{resize:vertical;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.5}.ps-field-hint{font-size:11px;color:var(--color-text-disabled);margin-top:2px}.ps-color-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.ps-color-field{display:flex;flex-direction:column;gap:6px}.ps-color-input-wrap{display:flex;align-items:center;gap:8px}.ps-color-picker{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;background:none;padding:0}.ps-color-text{padding:6px 10px;border-radius:6px;border:1px solid var(--theme-input-border);background:var(--theme-input-bg);color:var(--theme-input-color);font-size:12px;font-family:JetBrains Mono,monospace;width:80px}[data-theme=light] .ps-color-text{background:#fff}.ps-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:10px;background:var(--color-bg-input);border:1px solid var(--color-border-light)}.ps-toggle-label{font-size:14px;font-weight:500;color:var(--color-text-secondary);display:block;margin-bottom:2px}.ps-toggle-desc{font-size:12px;color:var(--color-text-muted);display:block}.ps-toggle{width:44px;height:24px;border-radius:12px;border:none;cursor:pointer;position:relative;transition:background .2s;flex-shrink:0;background:var(--color-bg-hover)}.ps-toggle.active{background:#6d4aff}.ps-toggle-knob{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;transition:transform .2s;box-shadow:0 1px 3px #0000004d;transform:translate(2px)}.ps-toggle.active .ps-toggle-knob{transform:translate(20px)}.ps-action-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ps-btn-primary{padding:10px 20px;border-radius:10px;border:none;background:#6d4aff;color:#fff;font-size:13px;font-weight:600;font-family:DM Sans,sans-serif;cursor:pointer;transition:opacity .2s;white-space:nowrap}.ps-btn-primary:disabled{opacity:.6;cursor:not-allowed}.ps-btn-secondary{padding:10px 20px;border-radius:10px;border:1px solid var(--theme-input-border);background:var(--color-bg-input);color:var(--color-text-secondary);font-size:13px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;white-space:nowrap}.ps-btn-ghost{padding:10px 16px;border-radius:8px;border:none;background:none;color:var(--color-text-muted);font-size:13px;font-family:DM Sans,sans-serif;cursor:pointer}.ps-btn-small{padding:5px 12px;border-radius:6px;border:1px solid var(--color-border);background:var(--color-bg-input);color:var(--color-text-muted);font-size:11px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;white-space:nowrap}.ps-btn-small.danger{color:#ef4444}.ps-password-wrap{position:relative}.ps-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);padding:4px 8px;border-radius:4px;border:none;background:var(--color-bg-hover);color:var(--color-text-muted);font-size:11px;cursor:pointer;font-family:DM Sans,sans-serif}.ps-preset-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ps-preset-chips{display:flex;gap:6px;flex-wrap:wrap}.ps-preset-chip{padding:5px 12px;border-radius:6px;border:1px solid rgba(109,74,255,.25);background:#6d4aff0f;color:var(--theme-nav-active-color);font-size:11px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;white-space:nowrap}.ps-preview-box{padding:16px;border-radius:10px;background:var(--color-bg-input);border:1px solid var(--color-border-light);display:flex;flex-direction:column;gap:8px}.ps-preview-label{font-size:11px;font-weight:600;color:var(--color-text-disabled);text-transform:uppercase;letter-spacing:.04em}.ps-preview-img{max-height:60px;max-width:200px;object-fit:contain;border-radius:6px}.ps-webhook-list{display:flex;flex-direction:column;gap:8px}.ps-webhook-item{border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.ps-webhook-header{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 16px;gap:12px;flex-wrap:wrap}.ps-webhook-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.ps-webhook-url{display:flex;align-items:center;gap:8px}.ps-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ps-url-code{font-size:13px;font-family:JetBrains Mono,monospace;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-webhook-desc{font-size:12px;color:var(--color-text-muted);padding-left:16px}.ps-webhook-meta{font-size:11px;color:var(--color-text-disabled);padding-left:16px}.ps-webhook-actions{display:flex;gap:6px;flex-shrink:0}.ps-create-box{padding:16px;border-radius:10px;background:#6d4aff0a;border:1px solid rgba(109,74,255,.15);display:flex;flex-direction:column;gap:14px}.ps-secret-banner{padding:14px 16px;border-radius:10px;background:#4ade800f;border:1px solid rgba(74,222,128,.2);color:var(--color-text-secondary);font-size:13px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}[data-theme=light] .ps-secret-banner{color:#166534}.ps-secret-code{font-family:JetBrains Mono,monospace;font-size:12px;background:var(--theme-input-bg);padding:4px 10px;border-radius:4px;color:#16a34a;word-break:break-all}.ps-event-grid{display:flex;flex-wrap:wrap;gap:8px}.ps-event-chip{display:flex;align-items:center;padding:6px 10px;border-radius:6px;border:1px solid var(--color-border);background:var(--color-bg-input);cursor:pointer;font-size:12px}.ps-event-name{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--color-text-secondary)}.ps-delivery-log{padding:12px 16px;border-top:1px solid var(--color-border-light);background:var(--color-bg-input);display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.ps-delivery-item{display:flex;align-items:center;gap:12px;font-size:12px}.ps-delivery-status{font-family:JetBrains Mono,monospace;font-weight:600;width:40px}.ps-delivery-event{font-family:JetBrains Mono,monospace;color:var(--color-text-muted);flex:1}.ps-delivery-time{color:var(--color-text-disabled);font-size:11px;white-space:nowrap}.ps-test-result{padding:12px 16px;border-radius:8px;border:1px solid;font-size:13px;display:flex;flex-direction:column;gap:4px}.ps-test-result.success{border-color:#4ade804d;background:#4ade800f}.ps-test-result.error{border-color:#ef44444d;background:#ef44440f}.ps-test-calendars{font-size:12px;color:var(--color-text-muted)}.ps-support-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.ps-support-card{padding:18px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-bg-input);display:flex;flex-direction:column;gap:6px}.ps-support-card-icon{font-size:22px;margin-bottom:4px}.ps-support-card-title{font-size:14px;font-weight:600;color:var(--color-text-primary)}.ps-support-card-desc{font-size:12px;color:var(--color-text-muted);line-height:1.4}.ps-support-link{font-size:12px;color:#6d4aff;text-decoration:none;margin-top:auto;padding-top:6px}.ps-support-badge{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;border:1px solid rgba(109,74,255,.15);background:#6d4aff0a;font-size:12px;color:var(--color-text-muted)}.ps-loading-box{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px}.ps-spinner{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:#6d4aff;border-radius:50%;animation:ps-spin .7s linear infinite}@keyframes ps-spin{to{transform:rotate(360deg)}}.ps-loading-text{font-size:13px;color:var(--color-text-muted)}.ps-error-msg{padding:12px 16px;border-radius:8px;background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#fca5a5;font-size:13px}[data-theme=light] .ps-error-msg{color:#b91c1c}.ps-empty-state{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px}.ps-empty-icon{font-size:32px}.ps-empty-text{font-size:13px;color:var(--color-text-muted);text-align:center}.ps-mode-selector{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ps-mode-option{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-bg-input);cursor:pointer;text-align:left;font-family:DM Sans,sans-serif;transition:border-color .2s,background .2s}.ps-mode-option:hover{border-color:#6d4aff4d}.ps-mode-option.active{border-color:#6d4aff;background:#6d4aff14}.ps-mode-option-label{font-size:13px;font-weight:600;color:var(--color-text-primary)}.ps-mode-option-desc{font-size:11px;color:var(--color-text-muted);line-height:1.4}.ps-team-list{display:flex;flex-direction:column;gap:8px}.ps-team-member-item{border:1px solid var(--color-border);border-radius:10px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.ps-member-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.ps-member-name-row{display:flex;align-items:center;gap:8px}.ps-member-name{font-size:14px;font-weight:500;color:var(--color-text-secondary)}.ps-member-email{font-size:12px;color:var(--color-text-muted);font-family:JetBrains Mono,monospace}.ps-member-meta{font-size:11px;color:var(--color-text-disabled);display:flex;gap:8px}.ps-role-badge{padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.ps-role-badge.owner{background:#6d4aff1f;color:#a78bfa}.ps-role-badge.member{background:var(--color-bg-hover);color:var(--color-text-muted)}.ps-member-actions{display:flex;gap:6px;flex-shrink:0}.ps-inactive-dot{width:8px;height:8px;border-radius:50%;background:#7b8794;display:inline-block}.ps-active-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;display:inline-block}.ps-avail-day-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--color-border-light);font-size:13px}.ps-avail-day-row:last-child{border-bottom:none}.ps-avail-day-name{width:100px;font-weight:500;color:var(--color-text-secondary);font-size:13px}.ps-time-input{width:110px;padding:6px 10px;font-size:13px}.ps-avail-to{font-size:12px;color:var(--color-text-disabled)}.ps-member-edit{display:flex;flex-direction:column;gap:10px;width:100%;padding-top:10px;border-top:1px solid var(--color-border-light);margin-top:8px}.ps-member-edit .ps-field-grid{grid-template-columns:1fr 1fr 1fr}
