@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap";:root{--font-body: "Roboto", sans-serif;--font-heading: "Playfair Display", serif;--font-script: "Dancing Script", cursive;--color-primary: #D68C9F;--color-navy: #2c3e50;--color-navy-rgb: 44, 62, 80;--color-primary-rgb: 214, 140, 159;--color-primary-hover: #C47587;--color-primary-hover-rgb: 196, 117, 135;--color-primary-light: #F2DEE3;--color-primary-light-rgb: 242, 222, 227;--color-primary-bg: #FDF8FA;--color-bg-today: #FDF8FA;--color-bg-main: #ffffff;--color-bg-surface: #f8fafc;--color-bg-card: #ffffff;--color-bg-hover: #f1f5f9;--color-bg-active: #e2e8f0;--color-text-main: #5e6d81;--color-text-body: #475569;--color-text-muted: #94a3b8;--color-text-inverse: #ffffff;--color-border: #e2e8f0;--color-border-hover: #cbd5e1;--color-status-success: #10b981;--color-status-error: #ef4444;--color-status-error-bg: #fef2f2;--color-status-warning: #f59e0b;--color-status-info: #3b82f6}[data-theme=dark]{--color-bg-main: #0f172a;--color-bg-surface: #1e293b;--color-bg-card: #1e293b;--color-bg-hover: #334155;--color-text-main: #f1f5f9;--color-text-body: #cbd5e1;--color-text-muted: #64748b;--color-border: #334155;--color-border-hover: #475569}body{margin:0;font-family:var(--font-body);background-color:var(--color-bg-main);color:var(--color-text-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-main)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}*{box-sizing:border-box}.text-muted{color:var(--color-text-muted)}.text-danger{color:var(--color-status-error)}.bg-white{background-color:var(--color-bg-card)}button{font-family:var(--font-body)}.btn-primary{background-color:var(--color-primary);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary:hover{background-color:var(--color-primary-hover)}.btn-primary:active{transform:translateY(1px)}.btn-secondary{background-color:#fff;color:var(--color-text-body);border:1px solid var(--color-border);padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background-color:var(--color-bg-hover);border-color:var(--color-border-hover);color:var(--color-text-main)}.modal-backdrop.svelte-1v2uw6j{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content.svelte-1v2uw6j{background:var(--color-bg-card);width:100%;max-width:400px;border-radius:16px;box-shadow:0 10px 25px #0003;overflow:hidden}.modal-header.svelte-1v2uw6j{padding:20px 24px;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center}.modal-header.svelte-1v2uw6j h2:where(.svelte-1v2uw6j){margin:0;font-size:1.25rem;color:var(--color-text-main);font-family:var(--font-heading)}.modal-header.svelte-1v2uw6j .btn-close:where(.svelte-1v2uw6j){background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-muted)}.modal-header.svelte-1v2uw6j .btn-close:where(.svelte-1v2uw6j):hover{color:var(--color-text-body)}.modal-body.svelte-1v2uw6j{padding:24px}.modal-body.svelte-1v2uw6j p:where(.svelte-1v2uw6j){font-size:1rem;color:var(--color-text-body);margin:0}.modal-footer.svelte-1v2uw6j{padding:16px 24px;background:var(--color-bg-surface);display:flex;justify-content:flex-end;gap:12px}.modal-footer.svelte-1v2uw6j button:where(.svelte-1v2uw6j){padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.modal-footer.svelte-1v2uw6j .btn-secondary:where(.svelte-1v2uw6j){background:var(--color-bg-card);border:1px solid var(--color-border);color:var(--color-text-body)}.modal-footer.svelte-1v2uw6j .btn-secondary:where(.svelte-1v2uw6j):hover{background:var(--color-bg-hover)}.modal-footer.svelte-1v2uw6j .btn-danger:where(.svelte-1v2uw6j){background:var(--color-status-error);border:none;color:var(--color-text-inverse)}.modal-footer.svelte-1v2uw6j .btn-danger:where(.svelte-1v2uw6j):hover{opacity:.9}.modal-backdrop.svelte-1y0jxyw{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content.svelte-1y0jxyw{background:var(--color-bg-card);border-radius:12px;width:90%;max-width:400px;box-shadow:0 10px 25px #00000026;border:1px solid var(--color-border);display:flex;flex-direction:column;max-height:80vh}.modal-header.svelte-1y0jxyw{padding:24px 20px;background:linear-gradient(135deg,var(--color-primary-hover) 0%,var(--color-primary) 100%);color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(var(--color-primary-rgb),.2)}.modal-header.svelte-1y0jxyw:after{content:"";position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:#ffffff1a;border-radius:50%}.modal-header.svelte-1y0jxyw .header-content:where(.svelte-1y0jxyw){display:flex;align-items:center;gap:12px;z-index:1}.modal-header.svelte-1y0jxyw .header-icon:where(.svelte-1y0jxyw){width:36px;height:36px;background:#fff3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:inset 0 0 0 1px #fff3}.modal-header.svelte-1y0jxyw h3:where(.svelte-1y0jxyw){margin:0;font-size:1.15rem;font-weight:700;color:#fff;text-transform:capitalize;letter-spacing:.01em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.modal-header.svelte-1y0jxyw .close-btn-premium:where(.svelte-1y0jxyw){background:#ffffff26;border:1px solid rgba(255,255,255,.2);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;z-index:1}.modal-header.svelte-1y0jxyw .close-btn-premium:where(.svelte-1y0jxyw):hover{background:#fff;color:var(--color-primary);transform:rotate(90deg) scale(1.1);box-shadow:0 0 15px #ffffff80}.modal-body.svelte-1y0jxyw{padding:0;overflow-y:auto;flex-grow:1}.empty-state.svelte-1y0jxyw{padding:60px 20px;text-align:center;color:var(--color-text-muted);display:flex;flex-direction:column;align-items:center;gap:24px}.empty-state.svelte-1y0jxyw .premium-icon-container:where(.svelte-1y0jxyw){position:relative;margin-bottom:8px}.empty-state.svelte-1y0jxyw .premium-icon-container:where(.svelte-1y0jxyw) .icon-wrapper:where(.svelte-1y0jxyw){width:72px;height:72px;background:rgba(var(--color-primary-rgb),.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(var(--color-primary-rgb),.2);border-radius:18px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);position:relative;z-index:1}.empty-state.svelte-1y0jxyw .premium-icon-container:where(.svelte-1y0jxyw) .icon-wrapper:where(.svelte-1y0jxyw):after{content:"";position:absolute;inset:-15px;border-radius:50%;background:radial-gradient(circle,rgba(var(--color-primary-rgb),.2) 0%,transparent 70%);z-index:-1;filter:blur(10px);animation:svelte-1y0jxyw-aura-pulse 3s infinite ease-in-out}.empty-state.svelte-1y0jxyw p:where(.svelte-1y0jxyw){margin:0;line-height:1.6;font-weight:500;color:var(--color-text-body);font-size:1.05rem}@keyframes svelte-1y0jxyw-aura-pulse{0%,to{transform:scale(.9);opacity:.3}50%{transform:scale(1.1);opacity:.6}}.appointment-list.svelte-1y0jxyw{list-style:none;padding:0;margin:0}.appointment-item.svelte-1y0jxyw{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid var(--color-border-subtle);transition:background-color .1s}.appointment-item.svelte-1y0jxyw:last-child{border-bottom:none}.appointment-item.svelte-1y0jxyw:hover{background-color:var(--color-bg-hover)}.appointment-item.svelte-1y0jxyw .time-block:where(.svelte-1y0jxyw){display:flex;flex-direction:column;align-items:center;margin-right:16px;min-width:50px}.appointment-item.svelte-1y0jxyw .time-block:where(.svelte-1y0jxyw) .start-time:where(.svelte-1y0jxyw){font-weight:700;color:var(--color-text-main);font-size:1rem}.appointment-item.svelte-1y0jxyw .time-block:where(.svelte-1y0jxyw) .duration:where(.svelte-1y0jxyw){font-size:.75rem;color:var(--color-text-muted)}.appointment-item.svelte-1y0jxyw .details-block:where(.svelte-1y0jxyw){flex-grow:1;display:flex;flex-direction:column}.appointment-item.svelte-1y0jxyw .details-block:where(.svelte-1y0jxyw) .client-name:where(.svelte-1y0jxyw){font-weight:600;color:var(--color-text-main);font-size:.95rem}.appointment-item.svelte-1y0jxyw .details-block:where(.svelte-1y0jxyw) .service-name:where(.svelte-1y0jxyw){font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.modal-footer.svelte-1y0jxyw{padding:12px 20px;background-color:var(--color-bg-surface);border-top:1px solid var(--color-border);border-radius:0 0 12px 12px;display:flex;justify-content:space-between;font-size:.85rem;color:var(--color-text-muted)}.modal-footer.svelte-1y0jxyw strong:where(.svelte-1y0jxyw){color:var(--color-text-main)}@media(max-height:800px){.modal-content.svelte-1y0jxyw{max-height:85vh;width:340px}.modal-header.svelte-1y0jxyw{padding:14px 16px}.modal-header.svelte-1y0jxyw h3:where(.svelte-1y0jxyw){font-size:1rem}.modal-header.svelte-1y0jxyw .header-icon:where(.svelte-1y0jxyw){width:32px;height:32px}.modal-header.svelte-1y0jxyw .close-btn-premium:where(.svelte-1y0jxyw){width:28px;height:28px}.appointment-item.svelte-1y0jxyw{padding:8px 16px}.appointment-item.svelte-1y0jxyw .time-block:where(.svelte-1y0jxyw){margin-right:12px;min-width:45px}.appointment-item.svelte-1y0jxyw .time-block:where(.svelte-1y0jxyw) .start-time:where(.svelte-1y0jxyw){font-size:.9rem}.appointment-item.svelte-1y0jxyw .time-block:where(.svelte-1y0jxyw) .duration:where(.svelte-1y0jxyw){font-size:.7rem}.appointment-item.svelte-1y0jxyw .details-block:where(.svelte-1y0jxyw) .client-name:where(.svelte-1y0jxyw){font-size:.85rem}.appointment-item.svelte-1y0jxyw .details-block:where(.svelte-1y0jxyw) .service-name:where(.svelte-1y0jxyw){font-size:.75rem}.modal-footer.svelte-1y0jxyw{padding:8px 16px;font-size:.8rem}.empty-state.svelte-1y0jxyw{padding:30px 16px;gap:16px}.empty-state.svelte-1y0jxyw .premium-icon-container:where(.svelte-1y0jxyw){margin-bottom:0}.empty-state.svelte-1y0jxyw .premium-icon-container:where(.svelte-1y0jxyw) .icon-wrapper:where(.svelte-1y0jxyw){width:56px;height:56px}.empty-state.svelte-1y0jxyw p:where(.svelte-1y0jxyw){font-size:.85rem}}.sidebar.svelte-vj4fze{width:260px;height:100%;background-color:var(--color-bg-card);border-right:1px solid var(--color-border);display:flex;flex-direction:column;padding:20px 0;transition:width .3s cubic-bezier(.25,.8,.25,1);flex-shrink:0;box-shadow:1px 0 10px #00000005}.sidebar.collapsed.svelte-vj4fze{width:80px}.sidebar.collapsed.svelte-vj4fze .sidebar-header:where(.svelte-vj4fze){padding:0 10px 30px;flex-direction:column;gap:15px;align-items:center}.sidebar.collapsed.svelte-vj4fze .sidebar-header:where(.svelte-vj4fze) .header-main:where(.svelte-vj4fze){justify-content:center}.sidebar.collapsed.svelte-vj4fze .sidebar-header:where(.svelte-vj4fze) .brand-identity.is-collapsed:where(.svelte-vj4fze) .logo-img-small:where(.svelte-vj4fze){width:50px}.sidebar.collapsed.svelte-vj4fze .sidebar-header:where(.svelte-vj4fze) .pin-btn:where(.svelte-vj4fze){width:40px;height:40px}.sidebar.collapsed.svelte-vj4fze .menu-item:where(.svelte-vj4fze){justify-content:center;padding:12px 0;margin:4px 10px}.sidebar.collapsed.svelte-vj4fze .menu-item:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze){margin-right:0}.sidebar.collapsed.svelte-vj4fze .footer-actions:where(.svelte-vj4fze){padding:10px 0;align-items:center}.sidebar.collapsed.svelte-vj4fze .footer-actions:where(.svelte-vj4fze) .premium-footer-btn:where(.svelte-vj4fze){padding:10px 0;justify-content:center;margin:0}.sidebar.collapsed.svelte-vj4fze .footer-actions:where(.svelte-vj4fze) .premium-footer-btn:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze){margin-right:0;width:44px;height:44px}.sidebar-header.svelte-vj4fze{display:flex;flex-direction:column;gap:15px;padding:0 10px 20px}.sidebar-header.svelte-vj4fze .header-main:where(.svelte-vj4fze){display:flex;align-items:center;justify-content:space-between;padding:0 10px}.sidebar-header.svelte-vj4fze .header-main:where(.svelte-vj4fze) .brand-identity:where(.svelte-vj4fze){display:flex;align-items:center;gap:12px}.sidebar-header.svelte-vj4fze .header-main:where(.svelte-vj4fze) .brand-identity:where(.svelte-vj4fze) .logo-img-small:where(.svelte-vj4fze){width:38px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.05));transition:all .3s ease}.sidebar-header.svelte-vj4fze .header-main:where(.svelte-vj4fze) .brand-identity.is-collapsed:where(.svelte-vj4fze){width:100%;justify-content:center}.sidebar-header.svelte-vj4fze .header-main:where(.svelte-vj4fze) .brand-identity.is-collapsed:where(.svelte-vj4fze) .logo-img-small:where(.svelte-vj4fze){width:45px}.sidebar-header.svelte-vj4fze .pin-btn:where(.svelte-vj4fze){background:var(--color-primary-bg);border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-size:.9rem;flex-shrink:0;transition:all .2s ease}.sidebar-header.svelte-vj4fze .pin-btn:where(.svelte-vj4fze):hover{background:var(--color-primary-light);transform:scale(1.05)}.sidebar-header.svelte-vj4fze .pin-btn:where(.svelte-vj4fze) .pin-icon:where(.svelte-vj4fze){transition:transform .3s ease}.sidebar-header.svelte-vj4fze .pin-btn:where(.svelte-vj4fze) .pin-icon.rotated:where(.svelte-vj4fze){transform:rotate(45deg);opacity:.7}.sidebar-menu.svelte-vj4fze{flex:1;overflow-y:auto}.sidebar-menu.svelte-vj4fze ul:where(.svelte-vj4fze){list-style:none;padding:0;margin:0}.sidebar-menu.svelte-vj4fze li:where(.svelte-vj4fze){margin-bottom:2px}.menu-item.svelte-vj4fze{display:flex;align-items:center;gap:14px;margin:4px 16px;padding:12px 16px;border-radius:12px;background:transparent;cursor:pointer;text-align:left;font-family:var(--font-body);color:var(--color-text-body);font-size:.95rem;font-weight:500;transition:all .2s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.menu-item.svelte-vj4fze .icon-wrapper:where(.svelte-vj4fze){width:40px;height:40px;background:var(--color-primary-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);transition:all .3s ease;flex-shrink:0}.menu-item.svelte-vj4fze .label:where(.svelte-vj4fze){flex-grow:1}.menu-item.svelte-vj4fze .quick-action-btn:where(.svelte-vj4fze){background:#0000000d;border:none;border-radius:6px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:var(--color-text-muted);opacity:0;transition:all .2s}.menu-item.svelte-vj4fze .quick-action-btn:where(.svelte-vj4fze):hover{background-color:var(--color-primary-hover);color:#fff}.menu-item.svelte-vj4fze:hover{background:var(--color-primary);color:#fff;transform:scale(1.05)}.menu-item.svelte-vj4fze:hover .quick-action-btn:where(.svelte-vj4fze){opacity:1}.menu-item.active.svelte-vj4fze{background-color:var(--color-primary-light);color:var(--color-primary);font-weight:600}.menu-item.active.svelte-vj4fze .icon-wrapper:where(.svelte-vj4fze){background:var(--color-primary);color:#fff}.footer-actions.svelte-vj4fze{padding:10px 16px;margin-top:auto;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:12px}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze){display:flex;align-items:center;gap:14px;padding:8px;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1;text-decoration:none;color:var(--color-text-body);background:transparent;border:none;width:100%}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze){width:44px;height:44px;background:rgba(var(--color-primary-rgb),.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(var(--color-primary-rgb),.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .6s cubic-bezier(.34,1.56,.64,1);position:relative;flex-shrink:0}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze) .avatar-text:where(.svelte-vj4fze){font-weight:700;font-size:1.1rem;color:var(--color-primary)}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze):after{content:"";position:absolute;inset:-8px;border-radius:50%;opacity:0;z-index:-1;filter:blur(8px);transition:opacity .4s ease}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze) .user-info:where(.svelte-vj4fze){display:flex;flex-direction:column;gap:1px;overflow:hidden;flex:1;text-align:left}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze) .user-info:where(.svelte-vj4fze) .user-email:where(.svelte-vj4fze){font-size:.8rem;font-weight:600;color:var(--color-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze) .label:where(.svelte-vj4fze){font-size:.95rem;font-weight:500;color:var(--color-text-body)}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze):hover{transform:translateY(-2px)}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze):hover .icon-wrapper:where(.svelte-vj4fze){transform:rotate(15deg) scale(1.1);color:#fff!important;border-color:transparent}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze):hover .icon-wrapper:where(.svelte-vj4fze) .avatar-text:where(.svelte-vj4fze){color:#fff}.footer-actions.svelte-vj4fze .premium-footer-btn:where(.svelte-vj4fze):hover .icon-wrapper:where(.svelte-vj4fze):after{opacity:1;animation:svelte-vj4fze-aura-pulse 2s infinite ease-in-out}.footer-actions.svelte-vj4fze .premium-footer-btn.settings-btn:where(.svelte-vj4fze):hover .icon-wrapper:where(.svelte-vj4fze){background:var(--color-primary);box-shadow:0 8px 25px rgba(var(--color-primary-rgb),.4);transform:rotate(180deg) scale(1.1)}.footer-actions.svelte-vj4fze .premium-footer-btn.settings-btn:where(.svelte-vj4fze):hover .icon-wrapper:where(.svelte-vj4fze):after{background:radial-gradient(circle,rgba(var(--color-primary-rgb),.4) 0%,transparent 70%)}.footer-actions.svelte-vj4fze .premium-footer-btn.settings-btn:where(.svelte-vj4fze):hover .label:where(.svelte-vj4fze){color:var(--color-primary);font-weight:600}.footer-actions.svelte-vj4fze .premium-footer-btn.settings-btn.active:where(.svelte-vj4fze){background:var(--color-primary-light)}.footer-actions.svelte-vj4fze .premium-footer-btn.settings-btn.active:where(.svelte-vj4fze) .label:where(.svelte-vj4fze){color:var(--color-primary);font-weight:600}.footer-actions.svelte-vj4fze .premium-footer-btn.settings-btn.active:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze){background:var(--color-primary);color:#fff;border-color:transparent}.footer-actions.svelte-vj4fze .premium-footer-btn.logout-btn:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze){background:rgba(var(--color-primary-rgb),.1);border-color:rgba(var(--color-primary-rgb),.2);color:var(--color-primary)}.footer-actions.svelte-vj4fze .premium-footer-btn.logout-btn:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze) .avatar-text:where(.svelte-vj4fze){color:var(--color-primary)}.footer-actions.svelte-vj4fze .premium-footer-btn.logout-btn:where(.svelte-vj4fze) .user-info:where(.svelte-vj4fze) .user-email:where(.svelte-vj4fze){color:var(--color-text-muted)}.footer-actions.svelte-vj4fze .premium-footer-btn.logout-btn:where(.svelte-vj4fze):hover .icon-wrapper:where(.svelte-vj4fze){background:var(--color-status-error);box-shadow:0 8px 25px rgba(var(--color-status-error-rgb),.4);transform:scale(1.1) translate(2px);border-color:transparent;color:#fff!important}.footer-actions.svelte-vj4fze .premium-footer-btn.logout-btn:where(.svelte-vj4fze):hover .icon-wrapper:where(.svelte-vj4fze) .avatar-text:where(.svelte-vj4fze){color:#fff}.footer-actions.svelte-vj4fze .premium-footer-btn.logout-btn:where(.svelte-vj4fze):hover .icon-wrapper:where(.svelte-vj4fze):after{background:radial-gradient(circle,rgba(var(--color-status-error-rgb),.4) 0%,transparent 70%);opacity:1;animation:svelte-vj4fze-aura-pulse 2s infinite ease-in-out}.footer-actions.svelte-vj4fze .premium-footer-btn.logout-btn:where(.svelte-vj4fze):hover .label:where(.svelte-vj4fze),.footer-actions.svelte-vj4fze .premium-footer-btn.logout-btn:where(.svelte-vj4fze):hover .user-info:where(.svelte-vj4fze) .user-email:where(.svelte-vj4fze){color:var(--color-status-error);font-weight:600}@keyframes svelte-vj4fze-aura-pulse{0%{transform:scale(.9);opacity:.2}50%{transform:scale(1.1);opacity:.4}to{transform:scale(.9);opacity:.2}}@media(max-height:800px){.sidebar.svelte-vj4fze{padding:10px 0;width:220px}.sidebar.svelte-vj4fze .sidebar-header:where(.svelte-vj4fze){gap:10px;padding-bottom:10px}.sidebar.svelte-vj4fze .sidebar-header:where(.svelte-vj4fze) .header-main:where(.svelte-vj4fze) .brand-identity:where(.svelte-vj4fze) .logo-img-small:where(.svelte-vj4fze){width:32px}.sidebar.svelte-vj4fze .sidebar-header:where(.svelte-vj4fze) .header-main:where(.svelte-vj4fze) .pin-btn:where(.svelte-vj4fze){width:28px;height:28px}.sidebar.svelte-vj4fze .menu-item:where(.svelte-vj4fze){padding:8px 12px;margin:2px 12px;font-size:.9rem}.sidebar.svelte-vj4fze .menu-item:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze){width:32px;height:32px}.sidebar.svelte-vj4fze .footer-actions:where(.svelte-vj4fze){padding:8px 12px;gap:6px}.sidebar.svelte-vj4fze .footer-actions:where(.svelte-vj4fze) .premium-footer-btn:where(.svelte-vj4fze){padding:4px 8px;gap:10px}.sidebar.svelte-vj4fze .footer-actions:where(.svelte-vj4fze) .premium-footer-btn:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze){width:32px;height:32px}.sidebar.svelte-vj4fze .footer-actions:where(.svelte-vj4fze) .premium-footer-btn:where(.svelte-vj4fze) .icon-wrapper:where(.svelte-vj4fze) .avatar-text:where(.svelte-vj4fze){font-size:.9rem}.sidebar.svelte-vj4fze .footer-actions:where(.svelte-vj4fze) .premium-footer-btn:where(.svelte-vj4fze) .label:where(.svelte-vj4fze){font-size:.85rem}.sidebar.svelte-vj4fze .footer-actions:where(.svelte-vj4fze) .premium-footer-btn:where(.svelte-vj4fze) .user-info:where(.svelte-vj4fze) .user-email:where(.svelte-vj4fze){font-size:.75rem}}.toast-container.svelte-hiklfj{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast.svelte-hiklfj{pointer-events:auto;min-width:300px;max-width:450px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;align-items:center;gap:12px;border-left:6px solid #cbd5e1}.toast.success.svelte-hiklfj{border-left-color:#22c55e}.toast.error.svelte-hiklfj{border-left-color:#ef4444}.toast.warning.svelte-hiklfj{border-left-color:#f59e0b}.toast.info.svelte-hiklfj{border-left-color:#3b82f6}.toast.svelte-hiklfj .icon:where(.svelte-hiklfj){font-size:1.25rem}.toast.svelte-hiklfj .message:where(.svelte-hiklfj){flex:1;color:#1e293b;font-weight:500;font-size:.95rem}.toast.svelte-hiklfj .close-btn:where(.svelte-hiklfj){background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#94a3b8;padding:0 4px}.toast.svelte-hiklfj .close-btn:where(.svelte-hiklfj):hover{color:#475569}.app-footer.svelte-1jw8bo9{padding:8px 20px;background-color:var(--color-bg-surface);border-top:1px solid var(--color-border);display:flex;justify-content:center;align-items:center;z-index:10}.copyright.svelte-1jw8bo9{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.modal-backdrop.svelte-1ryi5wg{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content.svelte-1ryi5wg{background:#fff;width:100%;max-width:550px;border-radius:16px;box-shadow:0 10px 25px #0003;overflow:hidden}.modal-header.svelte-1ryi5wg{padding:20px 24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-header.svelte-1ryi5wg h2:where(.svelte-1ryi5wg){margin:0;font-size:1.25rem;color:var(--color-text-main);font-family:var(--font-heading)}.modal-header.svelte-1ryi5wg .btn-close:where(.svelte-1ryi5wg){background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999}.modal-header.svelte-1ryi5wg .btn-close:where(.svelte-1ryi5wg):hover{color:#333}.modal-body.svelte-1ryi5wg{padding:24px;display:flex;flex-direction:column;gap:20px}.row.svelte-1ryi5wg{display:flex;gap:15px}.row.svelte-1ryi5wg .form-group:where(.svelte-1ryi5wg){flex:1}.form-group.svelte-1ryi5wg{display:flex;flex-direction:column;gap:6px}.form-group.svelte-1ryi5wg label:where(.svelte-1ryi5wg){font-size:.85rem;font-weight:600;color:#475569}.form-group.svelte-1ryi5wg input:where(.svelte-1ryi5wg),.form-group.svelte-1ryi5wg textarea:where(.svelte-1ryi5wg){padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s;font-family:inherit}.form-group.svelte-1ryi5wg input:where(.svelte-1ryi5wg):focus,.form-group.svelte-1ryi5wg textarea:where(.svelte-1ryi5wg):focus{border-color:var(--color-primary-hover)}.form-group.svelte-1ryi5wg textarea:where(.svelte-1ryi5wg){resize:vertical;min-height:60px}.modal-footer.svelte-1ryi5wg{padding:16px 24px;background:#f8fafc;display:flex;justify-content:flex-end;gap:12px}.modal-footer.svelte-1ryi5wg button:where(.svelte-1ryi5wg){padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.modal-footer.svelte-1ryi5wg .btn-secondary:where(.svelte-1ryi5wg){background:#fff;border:1px solid #e2e8f0;color:#475569}.modal-footer.svelte-1ryi5wg .btn-secondary:where(.svelte-1ryi5wg):hover{background:#f1f5f9}.modal-footer.svelte-1ryi5wg .btn-primary:where(.svelte-1ryi5wg){background:var(--color-primary-hover);border:none;color:#fff}.modal-footer.svelte-1ryi5wg .btn-primary:where(.svelte-1ryi5wg):hover{opacity:.9}body{margin:0;padding:0;font-family:Roboto,Arial,sans-serif;background-color:#fff}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-layout.is-public.svelte-12qhfyh{height:auto;min-height:100vh;overflow-y:auto;overflow-x:hidden}.app-layout.is-public.svelte-12qhfyh main:where(.svelte-12qhfyh){overflow:visible;height:auto}.main-content.svelte-12qhfyh{display:flex;flex-grow:1;overflow:hidden}main.svelte-12qhfyh{flex-grow:1;overflow:hidden;display:flex;flex-direction:column}
