.notification-section.svelte-e8hs0y{display:flex;flex-direction:column;gap:12px}.notification-header.svelte-e8hs0y{display:flex;align-items:center;justify-content:space-between}.header-left.svelte-e8hs0y{display:flex;align-items:center;gap:6px}.notification-icon{width:14px;height:14px;color:var(--muted-foreground)}.notification-icon.active{color:var(--primary)}.notification-title.svelte-e8hs0y{font-size:13px;font-weight:500;color:var(--foreground)}.notification-denied.svelte-e8hs0y{font-size:12px;color:var(--muted-foreground);margin:0;line-height:1.4}.toggle-groups.svelte-e8hs0y{display:flex;flex-direction:column;gap:12px}.toggle-group.svelte-e8hs0y{display:flex;flex-direction:column;gap:4px}.toggle-group-label.svelte-e8hs0y{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);padding-left:2px}.toggle-group-card.svelte-e8hs0y{background:color-mix(in srgb,var(--muted) 50%,transparent);border:1px solid var(--border);border-radius:8px;overflow:hidden}.toggle-divider.svelte-e8hs0y{height:1px;background:var(--border);margin:0 10px}.toggle-row.svelte-e8hs0y{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px}.toggle-label.svelte-e8hs0y{font-size:12.5px;color:var(--foreground)}.toggle-switch.svelte-e8hs0y{position:relative;width:36px;height:20px;border-radius:10px;border:none;background:var(--muted);cursor:pointer;transition:background .2s;padding:0;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.toggle-switch.on.svelte-e8hs0y{background:var(--primary)}.toggle-switch.small.svelte-e8hs0y{width:32px;height:18px;border-radius:9px}.toggle-dot.svelte-e8hs0y{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s}.toggle-switch.on.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){transform:translate(16px)}.toggle-switch.small.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){width:14px;height:14px}.toggle-switch.small.on.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){transform:translate(14px)}@media(max-width:380px){.toggle-switch.svelte-e8hs0y{width:32px;height:18px}.toggle-dot.svelte-e8hs0y{width:14px;height:14px}.toggle-switch.on.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){transform:translate(14px)}.toggle-switch.small.svelte-e8hs0y{width:28px;height:16px}.toggle-switch.small.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){width:12px;height:12px}.toggle-switch.small.on.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){transform:translate(12px)}}@media(max-height:500px)and (orientation:landscape){.notification-section.svelte-e8hs0y{gap:6px}.notification-title.svelte-e8hs0y{font-size:12px}.toggle-groups.svelte-e8hs0y{gap:8px}.toggle-group-label.svelte-e8hs0y{font-size:10px}.toggle-label.svelte-e8hs0y{font-size:11px}.toggle-row.svelte-e8hs0y{padding:5px 8px}.toggle-switch.svelte-e8hs0y{width:32px;height:18px}.toggle-dot.svelte-e8hs0y{width:14px;height:14px}.toggle-switch.on.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){transform:translate(14px)}.toggle-switch.small.svelte-e8hs0y{width:28px;height:16px}.toggle-switch.small.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){width:12px;height:12px}.toggle-switch.small.on.svelte-e8hs0y .toggle-dot:where(.svelte-e8hs0y){transform:translate(12px)}}.modal-overlay.svelte-10urflq{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:svelte-10urflq-overlayIn .15s ease-out}@keyframes svelte-10urflq-overlayIn{0%{opacity:0}to{opacity:1}}.modal.svelte-10urflq{background:var(--card);border:1px solid var(--border);border-radius:16px;max-width:480px;width:100%;max-height:calc(100dvh - 32px);display:flex;flex-direction:column;overflow:hidden;animation:svelte-10urflq-modalIn .18s cubic-bezier(.16,1,.3,1);box-shadow:0 0 0 1px color-mix(in srgb,var(--foreground) 4%,transparent),0 24px 48px -12px #0006}@keyframes svelte-10urflq-modalIn{0%{opacity:0;transform:scale(.97) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.header.svelte-10urflq{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--primary) 3%,transparent)}.header-content.svelte-10urflq{display:flex;align-items:center;gap:16px;min-width:0}.header-info.svelte-10urflq{display:flex;flex-direction:column;gap:2px;min-width:0}.header-name.svelte-10urflq{margin:0;font-size:17px;font-weight:600;color:var(--foreground);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-email.svelte-10urflq{font-size:12.5px;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.close-btn.svelte-10urflq{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--muted-foreground);cursor:pointer;transition:color .15s,background .15s,border-color .15s;flex-shrink:0}.close-btn.svelte-10urflq svg:where(.svelte-10urflq){width:16px;height:16px}.close-btn.svelte-10urflq:hover{background:color-mix(in srgb,var(--foreground) 8%,transparent);border-color:var(--border);color:var(--foreground)}.photo-container.svelte-10urflq{position:relative;flex-shrink:0}.photo-wrapper.svelte-10urflq{position:relative;background:none;border:2px solid color-mix(in srgb,var(--primary) 25%,transparent);padding:0;cursor:pointer;border-radius:50%;transition:border-color .15s}.photo-wrapper.svelte-10urflq:hover{border-color:var(--primary)}.photo-wrapper.svelte-10urflq:disabled{cursor:wait}.photo.svelte-10urflq{width:64px;height:64px;border-radius:50%;object-fit:cover;display:block}.photo-placeholder.svelte-10urflq{width:64px;height:64px;border-radius:50%;background:color-mix(in srgb,var(--primary) 12%,transparent);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;color:var(--primary)}.photo-overlay.svelte-10urflq{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.photo-overlay.svelte-10urflq svg:where(.svelte-10urflq){width:20px;height:20px;color:#fff}.photo-wrapper.svelte-10urflq:hover .photo-overlay:where(.svelte-10urflq),.photo-overlay.uploading.svelte-10urflq{opacity:1}.photo-overlay.svelte-10urflq .spinner:where(.svelte-10urflq){animation:svelte-10urflq-spin .7s linear infinite}@keyframes svelte-10urflq-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.delete-photo-btn.svelte-10urflq{position:absolute;top:-2px;right:-2px;width:20px;height:20px;border-radius:50%;background:var(--destructive);border:2px solid var(--card);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .1s}.delete-photo-btn.svelte-10urflq svg:where(.svelte-10urflq){width:8px;height:8px;color:var(--destructive-foreground)}.delete-photo-btn.svelte-10urflq:hover{transform:scale(1.15)}.delete-photo-btn.svelte-10urflq:disabled{opacity:.5;cursor:not-allowed;transform:none}.upload-error.svelte-10urflq{padding:6px 24px;margin:0;font-size:12px;color:var(--destructive);background:color-mix(in srgb,var(--destructive) 6%,transparent)}.form-content.svelte-10urflq{padding:20px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch}.section-card.svelte-10urflq{background:color-mix(in srgb,var(--muted) 40%,transparent);border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:14px}.section-divider.svelte-10urflq{height:1px;background:var(--border);margin:0 -4px}.field.svelte-10urflq{display:flex;flex-direction:column;gap:6px}.field-label.svelte-10urflq{font-size:12.5px;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em}.field-input.svelte-10urflq{width:100%;padding:10px 14px;background:var(--background);border:1px solid var(--border);border-radius:10px;color:var(--foreground);font-size:14px;transition:border-color .15s,box-shadow .15s}.field-input.svelte-10urflq:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent)}.field-input.svelte-10urflq::placeholder{color:var(--muted-foreground)}.field-hint.svelte-10urflq{font-size:12px;color:var(--muted-foreground);line-height:1.35}.field-error.svelte-10urflq{font-size:12px;color:var(--destructive)}.field-input-error{border-color:var(--destructive)!important}.theme-options.svelte-10urflq{display:flex;align-items:center;gap:10px}.theme-swatch.svelte-10urflq{position:relative;width:40px;height:40px;padding:0;border:2px solid var(--border);border-radius:12px;background:var(--background);cursor:pointer;transition:border-color .15s,transform .1s,box-shadow .15s;display:flex;align-items:center;justify-content:center}.theme-swatch.svelte-10urflq:hover{border-color:var(--muted-foreground)}.theme-swatch.selected.svelte-10urflq{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.theme-swatch.svelte-10urflq:active{transform:scale(.95)}.swatch-color.svelte-10urflq{width:24px;height:24px;border-radius:8px}.swatch-green.svelte-10urflq{background:#10b981}.swatch-violet.svelte-10urflq{background:#8b5cf6}.swatch-check{position:absolute;bottom:-5px;right:-5px;width:16px;height:16px;padding:2px;background:var(--primary);color:var(--primary-foreground);border-radius:50%;border:2px solid var(--card)}.country-trigger{width:100%;padding:10px 14px;background:var(--background);border:1px solid var(--border);border-radius:10px;color:var(--foreground);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .15s,box-shadow .15s}.country-trigger:hover{border-color:var(--muted-foreground)}.country-trigger:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent)}.country-trigger-text{text-align:left}.country-trigger-text.placeholder{color:var(--muted-foreground)}.country-popover-content{width:var(--bits-popover-anchor-width)!important;min-width:200px}.footer.svelte-10urflq{display:flex;gap:10px;padding:16px 24px;border-top:1px solid var(--border);background:color-mix(in srgb,var(--muted) 20%,transparent)}.btn-cancel.svelte-10urflq,.btn-save.svelte-10urflq{flex:1;padding:11px 16px;font-size:13.5px;font-weight:600;border-radius:10px;cursor:pointer;transition:background .15s,opacity .15s,transform .1s}.btn-cancel.svelte-10urflq{background:var(--secondary);border:1px solid var(--border);color:var(--foreground)}.btn-cancel.svelte-10urflq:hover{background:var(--muted)}.btn-cancel.svelte-10urflq:active{transform:scale(.98)}.btn-save.svelte-10urflq{background:var(--primary);border:none;color:var(--primary-foreground)}.btn-save.svelte-10urflq:hover:not(:disabled){opacity:.92}.btn-save.svelte-10urflq:active:not(:disabled){transform:scale(.98)}.btn-save.svelte-10urflq:disabled{opacity:.35;cursor:not-allowed}@media(max-width:480px){.modal-overlay.svelte-10urflq{padding:0;align-items:stretch}.modal.svelte-10urflq{max-width:100%;max-height:100dvh;border-radius:0;border:none;box-shadow:none;animation:svelte-10urflq-modalSlideUp .22s cubic-bezier(.16,1,.3,1)}.footer.svelte-10urflq{padding-bottom:max(16px,env(safe-area-inset-bottom))}}@keyframes svelte-10urflq-modalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(max-width:360px){.header.svelte-10urflq{padding:16px 18px}.header-content.svelte-10urflq{gap:12px}.photo.svelte-10urflq,.photo-placeholder.svelte-10urflq{width:52px;height:52px}.photo-placeholder.svelte-10urflq{font-size:18px}.header-name.svelte-10urflq{font-size:15px}.form-content.svelte-10urflq{padding:16px 18px}.section-card.svelte-10urflq{padding:14px}.footer.svelte-10urflq{padding:14px 18px}}@media(max-height:500px)and (orientation:landscape){.modal-overlay.svelte-10urflq{padding:8px}.modal.svelte-10urflq{max-width:500px;max-height:calc(100dvh - 16px);border-radius:12px}.header.svelte-10urflq{padding:12px 20px}.header-content.svelte-10urflq{gap:12px}.photo.svelte-10urflq,.photo-placeholder.svelte-10urflq{width:40px;height:40px}.photo-wrapper.svelte-10urflq{border-width:1.5px}.photo-placeholder.svelte-10urflq{font-size:15px}.photo-overlay.svelte-10urflq svg:where(.svelte-10urflq){width:14px;height:14px}.delete-photo-btn.svelte-10urflq{width:16px;height:16px;top:-3px;right:-3px}.delete-photo-btn.svelte-10urflq svg:where(.svelte-10urflq){width:6px;height:6px}.header-name.svelte-10urflq{font-size:14px}.header-email.svelte-10urflq{font-size:11px}.close-btn.svelte-10urflq{width:28px;height:28px}.close-btn.svelte-10urflq svg:where(.svelte-10urflq){width:14px;height:14px}.form-content.svelte-10urflq{padding:12px 20px;gap:10px}.section-card.svelte-10urflq{padding:10px 12px;gap:8px;border-radius:10px}.field.svelte-10urflq{gap:4px}.field-label.svelte-10urflq{font-size:11px}.field-input.svelte-10urflq{padding:7px 10px;font-size:13px;border-radius:8px}.field-hint.svelte-10urflq,.field-error.svelte-10urflq{font-size:11px}.theme-swatch.svelte-10urflq{width:32px;height:32px;border-radius:8px}.swatch-color.svelte-10urflq{width:20px;height:20px;border-radius:6px}.swatch-check{width:13px;height:13px;bottom:-3px;right:-3px}.country-trigger{padding:7px 10px;font-size:13px;border-radius:8px}.footer.svelte-10urflq{padding:10px 20px}.btn-cancel.svelte-10urflq,.btn-save.svelte-10urflq{padding:8px 12px;font-size:12.5px;border-radius:8px}}
