@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;color:#213547;background-color:#fff;overflow-x:hidden}html{margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#213547;margin:0}h1{font-size:3.2em;line-height:1.1}p{color:#213547}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;color:#213547;cursor:pointer;transition:border-color .25s}.sidebar__link{display:block;padding:.75rem 1.5rem;color:#d1d5db;text-decoration:none;transition:all .15s ease-in-out}.sidebar__link:hover{background-color:#374151;color:#fff}.sidebar__link--active{background-color:#3b82f6;color:#fff;font-weight:500}.admin-section__separator{border-top:1px solid rgba(255,255,255,.1);margin:1rem 0}.admin-section__label{padding:.5rem 1.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin-bottom:.5rem}.sidebar{position:fixed;top:0;left:0;z-index:1000;display:flex;flex-direction:column;width:16rem;height:100vh;background-color:#1f2937;color:#fff;transform:translate(-100%);transition:transform .3s ease-in-out}@media(min-width:768px){.sidebar{transform:translate(0)}}.sidebar--open{transform:translate(0)}.sidebar__backdrop{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;background-color:#00000080}@media(min-width:768px){.sidebar__backdrop{display:none}}.sidebar__header{padding:1.5rem;border-bottom:1px solid #374151}.sidebar__logo{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.sidebar__nav{flex:1;padding:1rem 0;overflow-y:auto}.modal{position:fixed;z-index:1050;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;background-color:#00000080;animation:fadeIn .15s ease-in-out}.modal__content{position:relative;display:flex;flex-direction:column;width:100%;max-height:calc(100vh - 3rem);margin:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;animation:slideDown .2s ease-out}.modal__content--sm{max-width:24rem}.modal__content--md{max-width:32rem}.modal__content--lg{max-width:48rem}.modal__content--xl{max-width:64rem}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;font-size:1.25rem;font-weight:600;color:#111827}.modal__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;margin-left:auto;font-size:1.5rem;font-weight:700;line-height:1;color:#6b7280;background-color:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .15s ease-in-out}.modal__close:hover{color:#111827;background-color:#f3f4f6}.modal__close:focus{outline:2px solid #3b82f6;outline-offset:2px}.modal__body{flex:1;padding:20px;overflow-y:auto;overflow-x:hidden}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #e5e7eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-1rem);opacity:0}to{transform:translateY(0);opacity:1}}.organization-form{display:flex;flex-direction:column;gap:24px;overflow-y:auto;overflow-x:hidden;padding:24px;width:100%;box-sizing:border-box;max-height:70vh}.organization-form .form-section{padding:24px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 2px 8px #0f172a0a;display:flex;flex-direction:column;gap:16px}.organization-form .form-section__title{margin:0 0 8px;font-size:15px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.05em;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.organization-form .form-group{display:flex;flex-direction:column;gap:8px}.organization-form .form-group label{font-weight:600;font-size:14px;color:#1e293b}.organization-form .form-group label .required-mark{color:#dc2626;margin-left:4px}.organization-form .form-group .select-input{padding:12px 14px;border:1px solid #cbd5e1;border-radius:10px;font-family:inherit;font-size:14px;line-height:1.5;color:#1e293b;background-color:#fff;transition:all .2s ease;width:100%;box-sizing:border-box;cursor:pointer}.organization-form .form-group .select-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.organization-form .form-group .select-input:disabled{background-color:#f3f4f6;opacity:.6;cursor:not-allowed}.organization-form .form-group .error-message{color:#dc2626;font-size:13px;font-weight:500}.organization-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;width:100%}@media(max-width:600px){.organization-form .form-row{grid-template-columns:1fr}}.organization-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:12px;padding-top:20px;border-top:2px solid #e2e8f0}.organization-form{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.organization-form::-webkit-scrollbar{width:8px}.organization-form::-webkit-scrollbar-track{background:transparent}.organization-form::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.organization-form::-webkit-scrollbar-thumb:hover{background:#94a3b8}.org-switcher{position:relative;margin-right:1rem}.org-switcher__button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s}.org-switcher__button:hover{background:#ffffff26}.org-switcher__button .org-icon{font-size:1rem}.org-switcher__button .org-name{font-weight:500}.org-switcher__button .dropdown-arrow{font-size:.75rem;opacity:.7}.org-switcher__overlay{position:fixed;inset:0;z-index:999}.org-switcher__dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:250px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;overflow:hidden;max-height:420px;overflow-y:auto}.org-switcher__item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:#fff;border:none;border-bottom:1px solid #f0f0f0;text-align:left;cursor:pointer;transition:background .2s}.org-switcher__item:last-child{border-bottom:none}.org-switcher__item:hover{background:#f8f9fa}.org-switcher__item.active{background:#f0f7ff}.org-switcher__item .org-item__content{display:flex;flex-direction:column;gap:.25rem}.org-switcher__item .org-item__content--row{flex-direction:row;align-items:center;gap:.5rem}.org-switcher__item .org-item__name{font-size:.875rem;font-weight:500;color:#333}.org-switcher__item .org-item__role{font-size:.75rem;color:#666}.org-switcher__item .check-mark{color:#4caf50;font-size:1rem;font-weight:700}.org-switcher__item--create{border-top:2px solid #f0f0f0;margin-top:4px;padding-top:.75rem}.org-switcher__item--create .org-item__icon{font-size:1rem;color:#4a61f3}.org-switcher__item--create .org-item__name{font-weight:600;color:#4a61f3}.org-switcher__empty{padding:.85rem 1rem;color:#666;font-size:.875rem;text-align:center}.profile-dropdown{position:relative}.profile-dropdown__trigger{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:.5rem}.profile-dropdown__trigger:hover .profile-dropdown__avatar{background:#4f46e5}.profile-dropdown__avatar{width:36px;height:36px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;transition:background .2s}.profile-dropdown__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;overflow:hidden}.profile-dropdown__header{padding:12px 16px;background:#f9fafb}.profile-dropdown__user-info{display:flex;flex-direction:column;gap:2px}.profile-dropdown__name{font-size:.875rem;font-weight:600;color:#111827}.profile-dropdown__email{font-size:.75rem;color:#6b7280;word-break:break-all}.profile-dropdown__divider{height:1px;background:#e5e7eb}.profile-dropdown__item{width:100%;padding:10px 16px;border:none;background:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:.875rem;color:#374151;transition:background .15s}.profile-dropdown__item:hover{background:#f3f4f6}.profile-dropdown__item svg{flex-shrink:0}.profile-dropdown__item--danger{color:#dc2626}.profile-dropdown__item--danger:hover{background:#fef2f2}.topbar{position:sticky;top:0;z-index:900;display:flex;align-items:center;height:4rem;padding:0 1.5rem;background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.topbar__menu-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-right:1rem;font-size:1.5rem;color:#6b7280;background-color:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s ease-in-out}.topbar__menu-btn:hover{background-color:#f3f4f6;color:#111827}@media(min-width:768px){.topbar__menu-btn{display:none}}.topbar__content{flex:1;display:flex;align-items:center;justify-content:flex-end}.topbar__booking-link{margin-right:1rem;position:relative}.topbar__booking-link .booking-link-dropdown{position:relative}.topbar__booking-link .booking-link-popup{position:absolute;top:calc(100% + .5rem);right:0;z-index:1000;width:400px;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;padding:1rem}.topbar__booking-link .booking-link-popup .popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.topbar__booking-link .booking-link-popup .popup-header h4{margin:0;font-size:.875rem;font-weight:600;color:#111827}.topbar__booking-link .booking-link-popup .popup-header .close-btn{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.topbar__booking-link .booking-link-popup .popup-header .close-btn:hover{color:#111827}.topbar__booking-link .booking-link-popup .popup-content .booking-url-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;margin-bottom:.75rem;font-family:monospace;background-color:#f9fafb}.topbar__booking-link .booking-link-popup .popup-content .popup-actions{display:flex;gap:.5rem}.topbar__user{display:flex;align-items:center;gap:1rem}.topbar__user-name{font-size:.875rem;font-weight:500;color:#374151}.app-layout{position:relative;min-height:100vh;background-color:#f9fafb}.app-layout__main{display:flex;flex-direction:column;min-height:100vh;width:calc(100% - 16rem);margin-left:16rem}@media screen and (max-width:768px){.app-layout__main{width:100%;margin-left:0}}.app-layout__content{flex:1;padding:1.5rem}@media screen and (max-width:768px){.app-layout__content{padding:1rem}}.services-section__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}.services-section__header h3{margin:0;font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.services-section__subtitle{margin:6px 0 0;font-size:14px;color:#64748b;font-weight:400}.services-section__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.services-section__empty{padding:48px 24px;text-align:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:12px;transition:all .2s ease}.services-section__empty:hover{border-color:#94a3b8;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.services-section__empty-icon{font-size:48px;margin-bottom:16px;opacity:.6}.services-section__empty-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#334155}.services-section__empty-description{font-size:14px;color:#64748b;line-height:1.5;max-width:400px;margin:0 auto 20px}.services-section__service{border:1px solid #e2e8f0;border-radius:12px;padding:16px;background:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;flex:1 1 300px;max-width:100%;min-width:0}.services-section__service:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:transparent;transition:background .2s ease}.services-section__service:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a14;transform:translateY(-1px)}.services-section__service:hover:before{background:linear-gradient(180deg,#3b82f6,#2563eb)}.services-section__service-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:16px}.services-section__service-header{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}.services-section__service-color{width:16px;height:16px;border-radius:50%;flex-shrink:0;margin-top:2px;border:2px solid rgba(255,255,255,.8);box-shadow:0 0 0 1px #0000001a}.services-section__service-info{flex:1;min-width:0}.services-section__service-name{font-weight:600;color:#0f172a;font-size:15px;line-height:1.4;margin-bottom:4px;word-wrap:break-word}.services-section__service-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;flex-wrap:wrap}.services-section__service-duration,.services-section__service-price{font-weight:500}.services-section__service-separator{opacity:.4}.services-section__badges{display:flex;gap:8px;flex-shrink:0;flex-wrap:wrap}.services-section__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.services-section__badge--muted{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.services-section__service-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:12px;border-top:1px solid #f1f5f9}@media(max-width:640px){.services-section__header{flex-direction:column;align-items:flex-start;gap:12px}.services-section__header button{width:100%}.services-section__list{flex-direction:column}.services-section__service{padding:14px;flex:1 1 100%;max-width:100%}.services-section__service-main{flex-direction:column;align-items:flex-start;gap:12px}.services-section__service-header{width:100%}.services-section__badges{width:100%;flex-wrap:wrap}.services-section__service-actions{flex-direction:column;width:100%;gap:8px}.services-section__service-actions button{width:100%}.services-section__empty{padding:36px 20px}.services-section__empty-icon{font-size:40px}}.color-picker-wrapper{display:flex;flex-direction:column;gap:8px;width:100%;position:relative}.color-picker__label{display:block;font-size:14px;font-weight:600;color:#1e293b;-webkit-user-select:none;user-select:none}.color-picker__trigger{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:10px;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.color-picker__trigger:hover:not(:disabled){border-color:#94a3b8}.color-picker__trigger:focus-visible{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.color-picker__trigger--error{border-color:#dc2626}.color-picker__trigger--error:hover:not(:disabled){border-color:#dc2626}.color-picker__trigger--error:focus-visible{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.color-picker__trigger--disabled{background-color:#f3f4f6;opacity:.6;cursor:not-allowed}.color-picker__preview{width:32px;height:32px;border-radius:6px;border:2px solid rgba(0,0,0,.1);box-shadow:0 1px 3px #0000001a;flex-shrink:0}.color-picker__value{flex:1;text-align:left;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#64748b}.color-picker__chevron{flex-shrink:0;color:#64748b;transition:transform .2s ease}.color-picker__chevron--open{transform:rotate(180deg)}.color-picker__popover{position:fixed;z-index:1000;background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:20px;animation:colorPickerPopoverIn .2s ease-out;max-width:400px;width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;box-sizing:border-box}@media(max-width:640px){.color-picker__popover{padding:16px;max-width:calc(100vw - 20px);width:calc(100vw - 20px);max-height:calc(100vh - 40px);top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:0 10px 25px -5px #0003,0 4px 6px -2px #0000001a}}@keyframes colorPickerPopoverIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.color-picker__presets{margin-bottom:20px}.color-picker__presets-label{font-size:13px;font-weight:600;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.color-picker__presets-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}@media(max-width:640px){.color-picker__presets-grid{grid-template-columns:repeat(7,1fr);gap:8px}}.color-picker__preset{width:100%;aspect-ratio:1;min-width:32px;min-height:32px;border-radius:8px;border:3px solid #ffffff;cursor:pointer;transition:all .2s ease;position:relative;box-shadow:0 2px 4px #0000001f,0 1px 2px #00000014}@media(max-width:640px){.color-picker__preset{min-width:28px;min-height:28px;border-width:2.5px}}.color-picker__preset:hover{transform:scale(1.1);box-shadow:0 4px 8px #0003,0 2px 4px #00000026;z-index:1}.color-picker__preset--selected{border-color:#1e293b;box-shadow:0 4px 8px #0003,0 2px 4px #00000026}.color-picker__preset--selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.color-picker__preset:focus-visible{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.color-picker__custom{display:flex;flex-direction:column;gap:12px}.color-picker__custom-label{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.color-picker__custom-picker{display:flex;justify-content:center;padding:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;border:1px solid #e2e8f0}.color-picker__custom-picker :global .react-colorful{width:100%;max-width:280px;height:200px}.color-picker__custom-picker :global .react-colorful__saturation{border-radius:8px 8px 0 0}.color-picker__custom-picker :global .react-colorful__hue{border-radius:0 0 8px 8px;height:20px}.color-picker__custom-picker :global .react-colorful__pointer{width:20px;height:20px;border:2px solid #ffffff;box-shadow:0 2px 4px #0003}.color-picker__custom-input-wrapper{display:flex;align-items:center;gap:8px}.color-picker__custom-input{flex:1;padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;transition:all .2s ease}.color-picker__custom-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.color-picker__custom-input::placeholder{color:#94a3b8}.color-picker__done-button{width:100%;padding:12px 16px;margin-top:8px;font-family:inherit;font-size:14px;font-weight:600;color:#fff;background-color:#6366f1;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #6366f133}.color-picker__done-button:hover{background-color:#4f46e5;box-shadow:0 4px 6px #6366f14d;transform:translateY(-1px)}.color-picker__done-button:active{transform:translateY(0);box-shadow:0 2px 4px #6366f133}.color-picker__done-button:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f14d}.color-picker__error{display:block;font-size:13px;font-weight:500;color:#dc2626;margin-top:2px}.service-form{display:flex;flex-direction:column;gap:20px;box-sizing:border-box;width:100%;overflow-x:hidden}.service-form *{box-sizing:border-box}.service-form .form-group{display:flex;flex-direction:column;gap:8px}.service-form .form-group label{display:block;font-size:14px;font-weight:600;color:#1e293b}.service-form .form-group textarea{display:block;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;color:#1e293b;background-color:#fff;background-clip:padding-box;border:1px solid #cbd5e1;border-radius:10px;transition:all .2s ease;resize:vertical;min-height:80px}.service-form .form-group textarea:focus{color:#1e293b;background-color:#fff;border-color:#6366f1;outline:0;box-shadow:0 0 0 3px #6366f11a}.service-form .form-group textarea::placeholder{color:#94a3b8;opacity:1}.service-form .form-group .error-message{display:block;font-size:13px;font-weight:500;color:#dc2626}.service-form .form-row{display:grid;grid-template-columns:1fr;gap:16px;width:100%}@media(min-width:640px){.service-form .form-row{grid-template-columns:1fr 1fr}}.service-form .checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;color:#1e293b;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px 16px;border-radius:10px;background-color:#f8fafc;border:1px solid #e2e8f0;transition:all .2s ease}.service-form .checkbox-label:hover{background-color:#f1f5f9;border-color:#cbd5e1}.service-form .checkbox-label input[type=checkbox]{width:18px;height:18px;border-radius:4px;border:1px solid #cbd5e1;cursor:pointer;transition:all .2s ease}.service-form .checkbox-label input[type=checkbox]:checked{background-color:#6366f1;border-color:#6366f1}.service-form .checkbox-label input[type=checkbox]:focus{outline:2px solid #6366f1;outline-offset:2px}.service-form .checkbox-label span{font-weight:500}.service-form .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:12px;padding-top:20px;border-top:2px solid #e2e8f0}@media(max-width:640px){.service-form .form-actions{flex-direction:column-reverse}.service-form .form-actions button{width:100%}}.organization-photo-form{display:flex;flex-direction:column;gap:16px}.organization-photo-form .form-group{display:flex;flex-direction:column;gap:6px}.organization-photo-form .form-group label{font-weight:500;font-size:14px;color:#334155}.organization-photo-form .form-group label input[type=checkbox]{margin-right:8px}.organization-photo-form .form-group textarea{padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-family:inherit;font-size:14px;resize:vertical;transition:border-color .15s}.organization-photo-form .form-group textarea:focus{outline:none;border-color:#6366f1}.organization-photo-form .form-group textarea::placeholder{color:#94a3b8}.organization-photo-form .form-group .error-message{color:#dc2626;font-size:13px}.organization-photo-form .form-group .checkbox-label{font-weight:400}.organization-photo-form .form-row{display:grid;grid-template-columns:1fr 200px;gap:12px;align-items:end}.organization-photo-form .form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px;padding-top:16px;border-top:1px solid #e2e8f0}.organization-photo-form .tag-selector{margin-top:8px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;max-height:200px;overflow-y:auto}.organization-photo-form .tag-selector__loading,.organization-photo-form .tag-selector__empty{padding:12px;text-align:center;color:#94a3b8;font-size:14px}.organization-photo-form .tag-selector__list{display:flex;flex-direction:column;gap:0}.organization-photo-form .tag-selector__item{display:flex;align-items:center;padding:10px 12px;cursor:pointer;transition:background-color .15s}.organization-photo-form .tag-selector__item:hover{background-color:#f8fafc}.organization-photo-form .tag-selector__item input[type=checkbox]{margin-right:8px;cursor:pointer}.organization-photo-form .tag-selector__label{font-size:14px;color:#334155;cursor:pointer}.organization-photo-form .tag-selector__selected{margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.organization-photo-form .tag-selector__selected-label{font-size:13px;font-weight:500;color:#64748b;margin-bottom:8px;display:block}.organization-photo-form .tag-selector__chips{display:flex;flex-wrap:wrap;gap:6px}.organization-photo-form .tag-selector__chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background-color:#6366f1;color:#fff;border-radius:16px;font-size:13px;font-weight:500}.organization-photo-form .tag-selector__chip-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:18px;line-height:1;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .15s}.organization-photo-form .tag-selector__chip-remove:hover{background-color:#fff3}@media(max-width:640px){.organization-photo-form .form-row{grid-template-columns:1fr;align-items:stretch}.organization-photo-form .form-actions{flex-direction:column;align-items:stretch;gap:10px}.organization-photo-form .form-actions button{width:100%}}.photo-upload-manager{display:flex;flex-direction:column;gap:16px}.photo-upload-manager__controls{display:flex;flex-direction:column;gap:8px}.photo-upload-manager__file-input{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px dashed #d1d5db;border-radius:.375rem;cursor:pointer;color:#3b82f6;background:#f9fafb;transition:background .2s ease,border-color .2s ease}.photo-upload-manager__file-input:hover{background:#f3f4f6;border-color:#2563eb}.photo-upload-manager__file-input input{display:none}.photo-upload-manager__hint{color:#4b5563;font-size:14px;margin:0}.photo-upload-manager__error{padding:10px 12px;background:#fff4f4;border:1px solid #f5c2c2;color:#b42318;border-radius:.125rem;font-size:14px}.photo-upload-manager__list{display:flex;flex-direction:column;gap:12px}.photo-upload-manager__item{border:1px solid #e5e7eb;border-radius:.375rem;padding:12px;background:#fff}.photo-upload-manager__item-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.photo-upload-manager__filename{font-weight:600}.photo-upload-manager__filesize{color:#4b5563;font-size:12px}.photo-upload-manager__status{font-size:12px;padding:4px 8px;border-radius:9999px}.photo-upload-manager__status--queued{background:#f3f4f6;color:#374151}.photo-upload-manager__status--uploading{background:#fff6e5;color:#ad6800}.photo-upload-manager__status--uploaded{background:#e7f7ee;color:#237a3b}.photo-upload-manager__status--error{background:#fff4f4;color:#b42318}.photo-upload-manager__progress{width:100%;height:6px;background:#f3f4f6;border-radius:9999px;margin:10px 0;overflow:hidden}.photo-upload-manager__progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:inherit;transition:width .2s ease}.photo-upload-manager__metadata{display:flex;flex-direction:column;gap:12px;margin-top:8px}.photo-upload-manager__field{display:flex;flex-direction:column;gap:6px}.photo-upload-manager__field textarea{border:1px solid #e5e7eb;border-radius:.125rem;padding:8px;font-family:inherit;resize:vertical;min-height:70px}.photo-upload-manager__settings{display:flex;flex-direction:row;align-items:center;gap:16px;padding:10px 14px;background:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb}.photo-upload-manager__checkboxes{display:flex;flex-direction:column;flex-wrap:wrap;gap:4px;flex:1}.photo-upload-manager__sort-order{flex:0 0 180px;min-width:0}.photo-upload-manager__checkbox{display:inline-flex;align-items:center;gap:6px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:.125rem;transition:background .2s ease}.photo-upload-manager__checkbox:hover{background:#fffc}.photo-upload-manager__checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6;flex-shrink:0}.photo-upload-manager__checkbox span{font-size:14px;color:#374151;-webkit-user-select:none;user-select:none;white-space:nowrap}.photo-upload-manager__tags{display:flex;flex-direction:column;gap:8px}.photo-upload-manager__tag-list{display:flex;flex-wrap:wrap;gap:6px;max-height:120px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.125rem;padding:8px;background:#f9fafb}.photo-upload-manager__tag{padding:6px 10px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:12px;transition:all .2s ease}.photo-upload-manager__tag--active{background:#dbeafe;border-color:#3b82f6;color:#2563eb}.photo-upload-manager__tag-placeholder{font-size:12px;color:#4b5563}.photo-upload-manager__footer{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}@media(max-width:640px){.photo-upload-manager__item-header{flex-direction:column;align-items:flex-start}.photo-upload-manager__settings{flex-direction:column;align-items:stretch;padding:12px;gap:12px}.photo-upload-manager__checkboxes{flex-direction:column;align-items:flex-start;gap:12px}.photo-upload-manager__checkbox{width:100%;padding:10px}.photo-upload-manager__sort-order{flex:1 1 auto;width:100%}.photo-upload-manager__footer{flex-direction:column;align-items:stretch}.photo-upload-manager__footer button{width:100%}}.edit-website-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0d;flex-wrap:wrap}.edit-website-header__left{min-width:0;flex:1}.edit-website-header__title{margin:0;font-size:24px;font-weight:800;color:#0f172a}.edit-website-header__subtitle{margin:6px 0 0;font-size:14px;color:#64748b;line-height:1.4}.edit-website-header__actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:640px){.edit-website-header{padding:16px}.edit-website-header__actions{width:100%}.edit-website-header__actions>*{width:100%}}.edit-website-notice{background:#fff7ed;border:1px solid #fdba74;color:#7c2d12;padding:14px 16px;border-radius:12px;margin-bottom:16px}.edit-website-notice__title{font-weight:700;margin-bottom:4px}.edit-website-notice__text{font-size:14px}.edit-website-overview{display:flex;gap:16px;justify-content:space-between;align-items:center;flex-wrap:wrap}.edit-website-overview__actions{display:flex;gap:8px;flex-wrap:wrap}.new-select-wrapper{display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.new-select-react-select-wrapper{width:100%;box-sizing:border-box}.new-select-react-select-wrapper .new-select-react-select__control{transition:all .2s ease;overflow:visible!important}.new-select-react-select-wrapper .new-select-react-select__value-container{padding:0;gap:4px;overflow:hidden!important;flex-wrap:nowrap!important;flex:1 1 auto!important;min-width:0!important}.new-select-react-select-wrapper .new-select-react-select__single-value{overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;white-space:nowrap!important;flex-shrink:1}.new-select-react-select-wrapper .new-select-react-select__indicators{flex-shrink:0!important;display:flex;align-items:center;justify-content:flex-start}.new-select-react-select-wrapper .new-select-react-select__input-container{margin:0;padding:0}.new-select-react-select-wrapper--small .new-select-react-select__control{min-height:32px}.new-select-react-select-wrapper--medium .new-select-react-select__control{min-height:40px}.new-select-react-select-wrapper--large .new-select-react-select__control{min-height:48px}.new-select__label{display:block;font-size:14px;font-weight:600;color:#1e293b;-webkit-user-select:none;user-select:none}.new-select__required{color:#dc2626;margin-left:.25rem}.new-select__error{display:block;font-size:13px;font-weight:500;color:#dc2626;margin-top:2px}.new-select__helper{display:block;font-size:12px;color:#64748b;font-style:italic;margin-top:2px}.basics-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.basics-section__header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}.basics-section__subtitle{margin:4px 0 0;font-size:13px;color:#64748b}.basics-section__form{display:flex;flex-direction:column;gap:12px}.basics-section__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.basics-section__row{grid-template-columns:1fr}}.basics-section__row .new-select-wrapper,.basics-section__row .new-select-react-select-wrapper{min-width:0}.basics-section__field{display:flex;flex-direction:column}.basics-section__field-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.basics-section__label{font-size:13px;font-weight:600;color:#334155}.basics-section__helper{font-size:12px;color:#64748b;margin:4px 0 0}.basics-section__select{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:14px;background:#fff}.basics-section__actions{display:flex;justify-content:space-between;gap:8px;align-items:center;flex-wrap:wrap;margin-top:4px}.basics-section__display{display:flex;flex-direction:column;gap:10px}.basics-section__kv{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed #e2e8f0;padding-bottom:8px}.basics-section__k{font-size:13px;color:#64748b;font-weight:600;flex-shrink:0}.basics-section__v{font-size:14px;color:#0f172a;text-align:right;min-width:0;word-break:break-word}.basics-section__v--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;color:#334155}.basics-section__v--clickable{cursor:pointer;transition:opacity .2s ease}.basics-section__v--clickable:hover{opacity:.7;text-decoration:underline}.basics-section__v--clickable:active{opacity:.5}.basics-section__logo-field,.basics-section__logo-upload{display:flex;flex-direction:column;gap:8px}.basics-section__logo-file-input{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px dashed #d1d5db;border-radius:8px;cursor:pointer;color:#3b82f6;background:#f9fafb;transition:background .2s ease,border-color .2s ease;font-size:14px;font-weight:500;width:fit-content}.basics-section__logo-file-input:hover{background:#f3f4f6;border-color:#3b82f6}.basics-section__logo-file-input:has(input:disabled){opacity:.6;cursor:not-allowed}.basics-section__logo-file-input input[type=file]{display:none}.basics-section__logo-progress{width:100%;height:6px;background:#f3f4f6;border-radius:9999px;overflow:hidden}.basics-section__logo-progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:inherit;transition:width .2s ease}.basics-section__logo-error{padding:10px 12px;background:#fff4f4;border:1px solid #f5c2c2;color:#b42318;border-radius:6px;font-size:14px}.basics-section__logo-preview{position:relative;display:inline-block;width:fit-content;max-width:200px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.basics-section__logo-preview img{display:block;max-width:100%;height:auto;max-height:150px;object-fit:contain}.basics-section__logo-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#0009;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease}.basics-section__logo-remove svg{display:block;width:14px;height:14px;flex-shrink:0}.basics-section__logo-remove:hover{background:#000c}.basics-section__logo-remove:disabled{opacity:.5;cursor:not-allowed}.about-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.about-section__header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}.about-section__subtitle{margin:4px 0 0;font-size:13px;color:#64748b}.about-section__form{display:flex;flex-direction:column;gap:12px}.about-section__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.about-section__row{grid-template-columns:1fr}}.about-section__field{display:flex;flex-direction:column;gap:6px}.about-section__label{font-size:13px;font-weight:600;color:#334155}.about-section__textarea{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:14px;background:#fff;resize:vertical;line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease}.about-section__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.about-section__textarea--error{border-color:#ef4444}.about-section__textarea--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.about-section .error-message{font-size:.75rem;color:#ef4444;margin-top:.25rem}.about-section .dynamic-field{display:flex;align-items:flex-start}.about-section .dynamic-field .onboarding-form-step-2-input{border-radius:10px 0 0 10px;height:46px}.about-section .dynamic-field .remove-field-btn{width:32px;min-width:32px;height:46px;border-radius:0 10px 10px 0;border:1px solid #d1d5db;background-color:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;transition:all .2s ease;border-left-color:transparent}.about-section .dynamic-field .remove-field-btn:hover{background-color:#fef2f2;border-color:#ef4444;color:#ef4444}.about-section .add-field-btn{margin-top:.5rem;align-self:flex-start}.about-section__actions{display:flex;justify-content:space-between;gap:8px;align-items:center;flex-wrap:wrap;margin-top:4px}.about-section__actions-left,.about-section__actions-right{display:flex;gap:8px;align-items:center}.about-section__display{display:flex;flex-direction:column;gap:10px}.about-section__kv{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed #e2e8f0;padding-bottom:8px}.about-section__k{font-size:13px;color:#64748b;font-weight:600;flex-shrink:0}.about-section__v{font-size:14px;color:#0f172a;text-align:right;min-width:0;word-break:break-word}.about-section__link{color:#3b82f6;text-decoration:none;transition:color .2s ease}.about-section__link:hover{color:#2563eb;text-decoration:underline}.about-section__empty{padding:14px;border:1px dashed #cbd5e1;border-radius:12px;color:#475569;font-size:14px;display:flex;flex-direction:column;gap:10px}.working-hours-input{display:flex;flex-direction:column;gap:6px;width:100%;box-sizing:border-box}.working-hours-input__label{display:block;font-size:14px;font-weight:600;color:#1e293b;margin-bottom:2px}.working-hours-input__compact{display:flex;align-items:center;gap:8px}.working-hours-input__display{flex:1;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.4;color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;transition:all .2s ease;box-sizing:border-box;min-height:40px;display:flex;align-items:center}.working-hours-input__display:hover{border-color:#6366f1}.working-hours-input__display--empty{color:#94a3b8}.working-hours-input__edit-button{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#64748b;transition:all .2s ease}.working-hours-input__edit-button:hover{background-color:#e2e8f0;color:#475569;border-color:#cbd5e1}.working-hours-input__edit-button svg{display:block}.working-hours-input__expanded{padding:12px;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;animation:expand .2s ease-out}.working-hours-input__days{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.working-hours-input__day{display:flex;align-items:center;gap:10px;padding:8px 10px;background-color:#fff;border-radius:6px;border:1px solid #e2e8f0;transition:border-color .2s ease}.working-hours-input__day:hover{border-color:#cbd5e1}.working-hours-input__day-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:50px;flex-shrink:0}.working-hours-input__day-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#6366f1;flex-shrink:0}.working-hours-input__day-label{font-size:13px;font-weight:500;color:#1e293b;white-space:nowrap}.working-hours-input__times{display:flex;align-items:center;gap:8px;flex:1;margin-left:auto}.working-hours-input__time-field{flex:1;max-width:120px;padding:6px 8px;font-family:inherit;font-size:13px;font-weight:400;color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.working-hours-input__time-field:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.working-hours-input__time-field::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6}.working-hours-input__time-field::-webkit-calendar-picker-indicator:hover{opacity:1}.working-hours-input__time-separator{font-size:14px;font-weight:500;color:#64748b;flex-shrink:0}.working-hours-input__actions{display:flex;justify-content:flex-end;gap:6px;padding-top:8px;border-top:1px solid #e2e8f0}.working-hours-input__action-button{padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.working-hours-input__action-button--cancel{background-color:transparent;color:#64748b;border-color:#e2e8f0}.working-hours-input__action-button--cancel:hover{background-color:#f1f5f9;border-color:#cbd5e1;color:#475569}.working-hours-input__action-button--apply{background-color:#6366f1;color:#fff;border-color:#6366f1}.working-hours-input__action-button--apply:hover{background-color:#4f46e5;border-color:#4f46e5}.working-hours-input__action-button--apply:active{background-color:#4338ca;border-color:#4338ca}.working-hours-input__error{display:block;font-size:12px;font-weight:500;color:#dc2626;margin-top:2px}.working-hours-input--error .working-hours-input__display,.working-hours-input--error .working-hours-input__display:hover,.working-hours-input--error .working-hours-input__expanded{border-color:#dc2626}@keyframes expand{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:1000px;transform:translateY(0)}}@media(max-width:768px){.working-hours-input__compact{gap:6px}.working-hours-input__edit-button{width:32px;height:32px}.working-hours-input__day{flex-wrap:wrap}.working-hours-input__day-checkbox{min-width:auto}.working-hours-input__times{width:100%;margin-left:0;margin-top:4px}.working-hours-input__time-field{max-width:none}}.contacts-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.contacts-section__header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}.contacts-section__subtitle{margin:4px 0 0;font-size:13px;color:#64748b}.contacts-section__form{display:flex;flex-direction:column;gap:12px}.contacts-section__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.contacts-section__row{grid-template-columns:1fr}}.contacts-section__actions{display:flex;justify-content:space-between;gap:8px;align-items:center;flex-wrap:wrap;margin-top:4px}.contacts-section__display{display:flex;flex-direction:column;gap:10px}.contacts-section__kv{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed #e2e8f0;padding-bottom:8px}.contacts-section__k{font-size:13px;color:#64748b;font-weight:600;flex-shrink:0}.contacts-section__v{font-size:14px;color:#0f172a;text-align:right;min-width:0;word-break:break-word}.contacts-section__v--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;color:#334155}.contacts-section__empty{padding:14px;border:1px dashed #cbd5e1;border-radius:12px;color:#475569;font-size:14px;display:flex;flex-direction:column;gap:10px}.action-dropdown{position:relative;display:inline-block;z-index:1000}.action-dropdown__trigger{padding:.25rem .5rem;font-size:1.2rem;line-height:1;min-width:auto;width:auto;height:auto}.action-dropdown__menu{position:absolute;top:calc(100% + 4px);right:0;z-index:9999;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:4px;max-height:300px;overflow-y:auto}.action-dropdown__item{display:block;width:100%;padding:8px 12px;text-align:left;background:none;border:none;border-radius:4px;font-size:14px;color:#000;font-weight:500;cursor:pointer;transition:background-color .15s ease}.action-dropdown__item:hover:not(.action-dropdown__item--disabled){background-color:#f3f4f6;color:#000}.action-dropdown__item:focus{outline:none;background-color:#f3f4f6}.action-dropdown__item--disabled{color:#9ca3af;cursor:not-allowed}.photo-thumbnail{position:relative;border-radius:8px;overflow:hidden;background:#f9fafb;border:1px solid #e5e7eb;transition:all .2s ease}.photo-thumbnail:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.photo-thumbnail__container{position:relative;aspect-ratio:1;overflow:hidden}.photo-thumbnail__image-wrapper{position:relative;width:100%;height:100%}.photo-thumbnail__image{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.photo-thumbnail__image--loaded{opacity:1}.photo-thumbnail__skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.photo-thumbnail__error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f9fafb;color:#6b7280;font-size:14px;text-align:center;padding:8px}.photo-thumbnail__badge{position:absolute;top:8px;left:8px;background:#3b82f6e6;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.photo-thumbnail__overlay{position:absolute;top:0;right:0;padding:8px;opacity:0;transition:opacity .2s ease}.photo-thumbnail:hover .photo-thumbnail__overlay{opacity:1}.photo-thumbnail__actions .action-dropdown__trigger{background:#ffffffe6;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.photo-thumbnail__title{padding:8px;font-size:13px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-top:1px solid #f3f4f6;background:#fff}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.photo-thumbnail__badge{font-size:10px;padding:3px 6px}.photo-thumbnail__title{font-size:12px;padding:6px}}.photo-grid__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;transition:all .3s ease}.photo-grid__empty-state{grid-column:1/-1;text-align:center;padding:40px 20px;color:#9ca3af;font-style:italic;font-size:14px}.photo-grid--empty{display:flex;align-items:center;justify-content:center;min-height:200px;border:2px dashed #e5e7eb;border-radius:8px;background:#f9fafb}@media(max-width:1024px){.photo-grid__grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media(max-width:768px){.photo-grid__grid{grid-template-columns:repeat(2,1fr);gap:8px}.photo-grid__empty-state{padding:30px 15px;font-size:13px}}@media(max-width:480px){.photo-grid__grid{grid-template-columns:1fr;gap:6px}}.photo-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:20px}.photo-modal--open{opacity:1;visibility:visible}.photo-modal__content{position:relative;background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 20px 50px #0000004d;transform:scale(.9);transition:transform .3s ease;display:flex;flex-direction:column}.photo-modal--open .photo-modal__content{transform:scale(1)}.photo-modal__close{position:absolute;top:12px;right:12px;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:50%;width:36px;height:36px;font-size:20px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.photo-modal__close:hover{background:#fff;transform:scale(1.1)}.photo-modal__image-container{position:relative;flex:1;display:flex;align-items:center;justify-content:center;background:#f8f9fa;min-height:300px}.photo-modal__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.photo-modal__metadata{padding:16px 20px;background:#fff;border-top:1px solid #e5e7eb;max-height:200px;overflow-y:auto}.photo-modal__title{margin:0 0 8px;font-size:18px;font-weight:600;color:#1f2937;line-height:1.4}.photo-modal__description{margin:0;font-size:14px;color:#6b7280;line-height:1.5;white-space:pre-wrap}.photo-modal__badge{display:inline-block;background:#3b82f6;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;margin-top:8px}.photo-modal__navigation{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border-top:1px solid #e5e7eb}.photo-modal__nav-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;width:40px;height:40px;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.photo-modal__nav-button:hover:not(:disabled){background:#e5e7eb;transform:scale(1.05)}.photo-modal__nav-button:disabled{opacity:.5;cursor:not-allowed}.photo-modal__nav-button--prev{margin-right:auto}.photo-modal__nav-button--next{margin-left:auto}.photo-modal__counter{font-size:14px;color:#6b7280;font-weight:500;padding:0 16px}@media(max-width:768px){.photo-modal{padding:10px}.photo-modal__content{max-width:95vw;max-height:95vh}.photo-modal__close{top:8px;right:8px;width:32px;height:32px;font-size:18px}.photo-modal__metadata{padding:12px 16px;max-height:150px}.photo-modal__title{font-size:16px}.photo-modal__description{font-size:13px}.photo-modal__navigation{padding:10px 16px}.photo-modal__nav-button{width:36px;height:36px;font-size:16px}.photo-modal__counter{font-size:13px;padding:0 12px}}@media(max-width:480px){.photo-modal__content{max-width:100vw;max-height:100vh;border-radius:0}.photo-modal__close{top:12px;right:12px}.photo-modal__metadata{max-height:120px}.photo-modal__navigation{padding:8px 12px}}.photo-grid-section{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#fff}.photo-grid-section__header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.photo-grid-section__header h3{margin:0;font-size:16px;font-weight:600;color:#0f172a}.photo-grid-section__count{margin:4px 0 0;color:#94a3b8;font-size:13px}.photo-grid-section__footer{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding-top:12px;border-top:1px solid #f1f5f9}.photo-grid-section__toggle{font-size:14px;padding:6px 12px;font-weight:500}.photo-grid-section__toggle-info{font-size:12px;color:#94a3b8}@media(max-width:768px){.photo-grid-section{padding:10px}.photo-grid-section__header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.photo-grid-section__header h3{font-size:15px}.photo-grid-section__count{font-size:12px}.photo-grid-section__footer{flex-direction:column;gap:8px;margin-top:12px;padding-top:10px}.photo-grid-section__toggle{width:100%;font-size:13px}.photo-grid-section__toggle-info{font-size:11px}}.photos-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.photos-section__header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}.photos-section__subtitle{margin:4px 0 0;font-size:13px;color:#64748b}.website-edit-page{padding:24px;background:#f8fafc;min-height:100vh;box-sizing:border-box}.website-edit-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1200px){.website-edit-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.website-edit-page__grid{grid-template-columns:1fr}}.website-edit-page__section{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:20px;box-shadow:0 2px 8px #0f172a0d;box-sizing:border-box}.website-edit-page__section--wide{grid-column:span 3}@media(max-width:1200px){.website-edit-page__section--wide{grid-column:span 2}}@media(max-width:768px){.website-edit-page__section--wide{grid-column:span 1}}.website-edit-page__section--two-thirds{grid-column:span 3}@media(max-width:1200px){.website-edit-page__section--two-thirds{grid-column:span 2}}@media(max-width:768px){.website-edit-page__section--two-thirds{grid-column:span 1}}.website-edit-page__loading,.website-edit-page__error{padding:40px;text-align:center;font-size:16px}.website-edit-page__loading{color:#94a3b8}.website-edit-page__error{color:#b91c1c}@media(max-width:640px){.website-edit-page{padding:16px}}
