:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.4;color:#1a1a1a;background:#f5f7fb}*,:after,:before{box-sizing:border-box}body{margin:0}.container{min-height:100vh;display:grid;place-items:center;padding:24px;overflow-x:hidden;width:100%}.public-container{display:flex;flex-direction:column;min-height:100vh;width:min(100%,1360px);margin:0 auto;padding:0;background:linear-gradient(180deg,#eef7f8,#e3f1f3)}.public-navbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;grid-gap:14px;gap:14px;padding:16px clamp(20px,4vw,48px);background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(15,23,42,.08)}.logo-name{display:inline-flex;align-items:center;max-height:54px;text-decoration:none;cursor:pointer}.logo-name:hover .logo-image{opacity:.85;transition:opacity .2s ease}.logo-image{display:block;height:54px;width:auto;object-fit:contain}.menu-links{display:flex;align-items:center;grid-gap:10px;gap:10px;flex-wrap:wrap}.menu-link{margin-top:0;position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#fff;color:#1f5056;border-radius:999px;padding:8px 16px;font-weight:700;text-decoration:none;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .15s ease}.menu-link:after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:2px;background:currentColor;opacity:0;transform:scaleX(0);transform-origin:center;transition:transform .2s ease,opacity .2s ease}.menu-link:hover{border-color:#47949c;color:#2f6f76;transform:translateY(-1px)}.menu-link:hover:after{opacity:1;transform:scaleX(1)}.menu-link.active{border-color:#47949c;background:#47949c;color:#fff}.menu-link.active:after{opacity:1;transform:scaleX(1)}.menu-todo{color:#64748b;font-size:.85rem;font-weight:600}.public-content{width:100%;max-width:1360px;margin:0 auto;padding:56px clamp(20px,4vw,48px) 68px;display:grid;place-items:center}.hero-section{width:100%;background:#fff;border:1px solid #d7ecee;border-radius:18px;padding:clamp(28px,4vw,44px) clamp(24px,5vw,52px);box-shadow:0 16px 36px rgba(22,58,94,.12)}.hero-title{margin:0 0 16px;color:#1f5056;background:linear-gradient(95deg,#163a5e,#1f5056 45%,#47949c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:.02em;text-wrap:balance;text-shadow:0 1px 0 hsla(0,0%,100%,.75),0 7px 14px rgba(22,58,94,.12);transition:text-shadow .25s ease,transform .25s ease,filter .25s ease}@media (hover:hover) and (pointer:fine){.hero-title:hover{text-shadow:0 1px 0 hsla(0,0%,100%,.82),0 10px 20px rgba(22,58,94,.16),0 0 10px rgba(71,148,156,.22);transform:translateY(-1px);filter:saturate(1.03)}}.hero-description{margin:0;color:#0f172a;font-size:clamp(1rem,1.1vw,1.12rem);line-height:1.85;text-shadow:0 1px 0 hsla(0,0%,100%,.7)}.hero-description+.hero-description{margin-top:18px}.hero-description strong{font-weight:800}@media (max-width:768px){.public-navbar{padding:10px 14px;grid-gap:10px;gap:10px;flex-wrap:wrap}.logo-name{max-height:42px}.logo-image{height:42px;max-width:100%}.menu-links{width:100%;justify-content:flex-start;grid-gap:8px;gap:8px}.menu-link{padding:7px 12px;font-size:.92rem}.menu-todo{width:100%;font-size:.8rem}}.auth-layout{width:100%;max-width:460px;display:grid;grid-gap:12px;gap:12px}.schedule-card{max-width:860px;width:100%;min-width:0}.dashboard-card{max-width:980px}.row{display:flex;align-items:center;grid-gap:10px;gap:10px;flex-wrap:wrap;min-width:0}.space-between{justify-content:space-between}.tab-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.tab-button{border:1px solid #cbd5e1;background:#fff;color:#334155;font-weight:600}.tab-button.active{background:#47949c;color:#fff;border-color:#47949c}.card{width:100%;max-width:460px;min-width:0;background:#fff;border-radius:14px;padding:24px;box-shadow:0 10px 30px rgba(15,23,42,.12);display:grid;grid-gap:10px;gap:10px}h1{margin:0;font-size:1.4rem}.subtitle{margin:0 0 8px;color:#475569}label{font-weight:600;margin-top:6px}button,input,select,textarea{font:inherit;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px}input:focus,select:focus,textarea:focus{outline:2px solid #47949c;border-color:transparent}textarea{resize:vertical;min-height:90px}button{margin-top:8px;border:none;color:#fff;background:#47949c;cursor:pointer;font-weight:600}button:disabled{opacity:.6;cursor:not-allowed}.error{color:#b91c1c}.alert{padding:10px;border-radius:8px;font-size:.92rem}.alert.error{background:#fee2e2;color:#991b1b}.alert.success{background:#dcfce7;color:#166534}.rules-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.rules-box ul{margin:6px 0 0;padding-left:18px}.schedule-form{grid-gap:10px;gap:10px}.schedule-form,.slot-grid{display:grid;min-width:0;width:100%}.slot-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-gap:8px;gap:8px}.slot-button{border:1px solid #cbd5e1;background:#fff;color:#334155;font-weight:600;padding:8px}.slot-button.selected{background:#2f6f76;color:#fff;border-color:#2f6f76}.appointments-list{border-top:1px solid #e2e8f0;padding-top:10px;overflow-x:auto;min-width:0;width:100%}.appointments-list h2{margin:0 0 8px;font-size:1rem}.appt-table{width:100%;border-collapse:collapse;font-size:.85rem}.appt-table th{background:#f1f5f9;color:#334155;text-align:left;padding:6px 10px;border-bottom:2px solid #e2e8f0;white-space:nowrap}.appt-table td{padding:6px 10px;border-bottom:1px solid #e2e8f0;vertical-align:middle}.appt-table tr:hover td{background:#f8fafc}.row-cancelled td{color:#94a3b8;text-decoration:line-through}.status-badge{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-scheduled{background:#d7ecee;color:#1f5056}.status-completed{background:#b6d9dd;color:#163a5e}.status-cancelled{background:#e8d8d8;color:#7a2e2e}.cancel-button{padding:3px 10px;font-size:.78rem;background:#b54240;color:#fff;border:none;border-radius:4px;cursor:pointer;white-space:nowrap}.cancel-button:hover:not(:disabled){background:#8f3230}.cancel-button:disabled{opacity:.5;cursor:default}.role-badge{display:inline-block;margin-left:6px;padding:1px 7px;background:#dff0f2;color:#245e66;border-radius:9999px;font-size:.72rem;font-weight:600}.secondary-button{background:#334155}.profile-link-button{background:transparent;color:#2f6f76;border:1px solid #b6d9dd;margin-top:0}.profile-link-button:hover{background:#dff0f2}.readonly-input{background:#f8fafc;color:#64748b}.dashboard-container{width:100%;max-width:1200px;padding:24px;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;border-bottom:2px solid #e2e8f0;padding-bottom:16px}.dashboard-header h1{margin:0;font-size:1.875rem;color:#1a1a1a}.dashboard-header .subtitle{margin:4px 0 0;color:#64748b;font-size:.95rem}.btn-logout{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background .2s}.btn-logout:hover{background:#dc2626}.dashboard-content{display:grid;grid-gap:32px;gap:32px}.admin-section{background:#f8fafc;padding:20px;border-radius:6px;border:1px solid #e2e8f0}.admin-section h2{margin-top:0;margin-bottom:16px;color:#1a1a1a;font-size:1.25rem}.button-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.dashboard-link-button{padding:12px 16px;background:#5aaab2;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.95rem;transition:background .2s}.dashboard-link-button:hover{background:#47949c}.btn-secondary{padding:8px 16px;background:#334155;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background .2s}.btn-secondary:hover{background:#1e293b}.data-table{width:100%;border-collapse:collapse;margin-top:16px}.data-table thead{background:#f1f5f9;border-bottom:2px solid #cbd5e1}.data-table th{padding:12px;text-align:left;font-weight:600;color:#1a1a1a}.data-table td{padding:12px;border-bottom:1px solid #e2e8f0}.data-table tbody tr:hover{background:#f8fafc}.pagination-summary{margin-top:12px;color:#475569;font-size:.9rem}.pagination-controls{margin-top:16px;display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;align-items:center}.pagination-button{min-width:38px;height:36px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1e293b;font-weight:500;cursor:pointer}.pagination-button:hover:not(:disabled){border-color:#47949c;color:#47949c}.pagination-button.active{background:#47949c;border-color:#47949c;color:#fff}.pagination-button:disabled{opacity:.45;cursor:not-allowed}.pagination-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-top:12px}.pagination-toolbar .pagination-summary{margin-top:0}.page-size-label{display:flex;align-items:center;grid-gap:6px;gap:6px;color:#475569;font-size:.9rem;white-space:nowrap}.page-size-select{border:1px solid #cbd5e1;border-radius:6px;padding:4px 8px;font-size:.9rem;background:#fff;cursor:pointer}.page-size-select:focus{outline:none;border-color:#47949c;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.sort-button{background:none;border:none;padding:0;font:inherit;font-weight:600;color:inherit;cursor:pointer;display:inline-flex;align-items:center;grid-gap:4px;gap:4px}.sort-button:hover{color:#47949c}.sort-icon{font-size:.75rem;line-height:1}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:36px;color:#94a3b8;font-weight:500;-webkit-user-select:none;user-select:none}.public-footer{background:#163a5e;color:#c8dde8;text-align:center;width:100%;max-width:1360px;margin:auto auto 0;padding:28px clamp(20px,4vw,48px) 20px;border-top:3px solid #47949c}.footer-links{display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px;margin-bottom:10px;flex-wrap:wrap}.footer-divider{color:#47949c;font-weight:300}.footer-link{color:#7ecdd4;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .22s ease,text-shadow .22s ease,transform .22s ease}.footer-link:hover{color:#fff;text-decoration:underline}@media (hover:hover) and (pointer:fine){.footer-link:hover{text-shadow:0 0 10px rgba(126,205,212,.38),0 1px 8px rgba(22,58,94,.22);transform:translateY(-1px)}}.footer-copy{font-size:.8rem;color:#94b9cc;margin:4px 0}.footer-partner{font-size:.78rem;color:#7a9db3;margin:4px 0 0}.scaffold-page{max-width:680px;margin:60px auto;padding:40px 32px;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(22,58,94,.1);text-align:center}.scaffold-back-btn{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;background:none;border:none;color:#47949c;font-size:.9rem;font-weight:600;cursor:pointer;margin-bottom:24px;padding:0;transition:color .2s ease}.scaffold-back-btn:hover{color:#1f5056}.scaffold-title{font-size:1.6rem;font-weight:700;color:#163a5e;margin-bottom:12px}.scaffold-placeholder{color:#64748b;font-size:1rem;font-style:italic}.scaffold-location-intro{color:#334155;font-size:1.05rem;margin-bottom:24px;line-height:1.7}.scaffold-section-heading{font-size:1.15rem;font-weight:700;color:#163a5e;margin:0 0 8px}.scaffold-opening-times{color:#334155;font-size:.95rem;margin-bottom:14px}.opening-times-table{width:100%;max-width:480px;margin:0 auto;border-collapse:collapse;font-size:.97rem}.opening-times-table td{padding:8px 14px;border-bottom:1px solid #d7ecee;color:#1e293b;text-align:left}.opening-times-table tr:last-child td{border-bottom:none}.day-cell{font-weight:700;color:#1f5056;white-space:nowrap;width:110px}.closed-row td{color:#b54240;font-weight:600}.map-link-box{margin:16px auto 0;max-width:560px;padding:14px 16px;border:1px solid #d7ecee;border-radius:10px;background:#f8fcfc;display:grid;grid-gap:10px;gap:10px}.map-link-label{margin:0;color:#1f5056;font-weight:700;font-size:.95rem}.map-link-url{color:#2f6f76;text-decoration:underline;word-break:break-all;font-size:.92rem}.map-open-button{justify-self:center;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:#47949c;color:#fff;text-decoration:none;font-weight:600;font-size:.88rem}.map-open-button:hover{background:#2f6f76}.map-embed-box{margin:14px auto 0;max-width:560px;border:1px solid #d7ecee;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 4px 14px rgba(22,58,94,.1)}.map-embed-frame{display:block;width:100%;height:300px;border:0}@media (max-width:768px){.map-embed-frame{height:240px}}
/*# sourceMappingURL=main.02856f8c.chunk.css.map */