:root{--primary:#0a4d68;--primary-dark:#073b50;--primary-light:#087f91;--secondary:#079bb5;--accent:#13b9b2;--background:#f6fafb;--bg-light:var(--background);--surface:#fff;--surface-soft:#f0f7f9;--text-main:#142f3f;--text-muted:#5f7180;--text-light:#7d8d98;--text-on-primary:#fff;--danger:#c2413b;--danger-dark:#a93631;--success:#16805c;--border:#dce9ed;--border-strong:#c7dce2;--glass-border:var(--border);--radius-xl:20px;--radius-lg:14px;--radius-md:10px;--radius-sm:8px;--radius-pill:999px;--shadow-xs:0 1px 3px #0a4d680a;--shadow-sm:0 2px 8px #0a4d680f;--shadow-md:0 8px 24px #0a4d6814;--shadow-lg:0 16px 40px #0a4d681f;--glass-bg:#fffffff0;--container-width:1200px;--content-width:760px;--ease-out:cubic-bezier(.16, 1, .3, 1);--transition-fast:.18s ease;--transition-base:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--background);min-width:320px;color:var(--text-main);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.65}body,button,input,select,textarea{font-family:inherit}img,svg{max-width:100%}img{display:block}button,input,select,textarea{font:inherit}button{border:0}a{color:var(--primary-light);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--primary)}::selection{color:var(--text-main);background:#079bb52e}h1,h2,h3,h4,h5,h6{color:var(--primary);letter-spacing:-.025em;font-weight:650;line-height:1.22}h1{margin-bottom:1rem;font-size:clamp(2.35rem,4vw,3.5rem)}h2{margin-bottom:1.25rem;font-size:clamp(1.75rem,3vw,2.35rem)}h3{margin-bottom:.75rem;font-size:clamp(1.2rem,2vw,1.45rem)}h4{margin-bottom:.5rem;font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}strong{font-weight:650}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem}.section{padding:clamp(4rem,7vw,5.5rem) 0}.section-alt{background:var(--surface)}.btn{border-radius:var(--radius-sm);text-align:center;white-space:nowrap;cursor:pointer;min-height:46px;transition:transform var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;padding:.7rem 1.25rem;font-size:.95rem;font-weight:600;line-height:1.25;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary);color:var(--text-on-primary);box-shadow:0 4px 12px #0a4d682e}.btn-primary:hover{background:var(--primary-dark);color:#fff;box-shadow:0 7px 18px #0a4d6838}.btn-secondary{background:var(--surface);color:var(--primary);border-color:#9dcbd3}.btn-secondary:hover{border-color:var(--primary-light);color:var(--primary);background:#e8f6f7}.btn-outline{background:var(--surface);color:var(--primary);border-color:#9dcbd3}.btn-outline:hover{border-color:var(--primary-light);color:var(--primary);background:#e8f6f7}.btn:disabled,.btn[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}label{color:var(--text-main);margin-bottom:.45rem;font-size:.92rem;display:block;font-weight:600!important}input,select,textarea{width:100%;min-height:46px;color:var(--text-main);background:var(--surface);box-shadow:var(--shadow-xs);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);padding:.7rem .85rem;border:1px solid var(--border-strong)!important;border-radius:var(--radius-sm)!important}input::placeholder,textarea::placeholder{color:#8b9aa4}textarea{resize:vertical;min-height:120px}input:hover,select:hover,textarea:hover{border-color:#aacbd3!important}input:focus,select:focus,textarea:focus{outline:0;box-shadow:0 0 0 3px #079bb51f;border-color:var(--primary-light)!important}input:disabled,select:disabled,textarea:disabled{background:var(--surface-soft);cursor:not-allowed;opacity:.7}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);padding:1.75rem}.glass-card:hover{box-shadow:var(--shadow-lg);border-color:#d3e5e9;transform:translateY(-2px)}.admin-stat-card:hover,.admin-appointment-card:hover{box-shadow:var(--shadow-md);border-color:var(--glass-border);transform:none}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #079bb540}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeInUp .8s var(--ease-out) forwards;opacity:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=900px){.container{padding:0 1.5rem}}@media (width<=768px){.section{padding:3.5rem 0}.container{padding:0 1.25rem}h1{font-size:clamp(2rem,9vw,2.75rem)}h2{font-size:clamp(1.6rem,7vw,2.1rem)}.btn{min-height:46px}}@media (width<=480px){.container{padding:0 1rem}.section{padding:3rem 0}.glass-card{border-radius:var(--radius-md);padding:1.25rem!important}}@media (width<=380px){.btn{white-space:normal}}.admin-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin:2rem 0 4rem;display:grid}.admin-stat-card{text-align:center;padding:2rem}.admin-stat-card h3{margin:0 0 .75rem;font-size:2.5rem;line-height:1}.admin-stat-card p{color:var(--text-muted);margin:0;font-weight:500}.admin-recent-header h2{color:var(--secondary);margin:0 0 .75rem}.admin-status-message{margin:0 0 1rem;font-size:.9rem}.admin-status-message.success{color:var(--primary-light)}.admin-status-message.error{color:var(--danger)}.admin-empty-state{text-align:center;color:var(--text-muted);padding:2rem}.admin-empty-state h3{margin-bottom:.5rem}.admin-table-wrapper{overflow:hidden}.admin-appointments-table{border-collapse:collapse;width:100%}.admin-appointments-table th{color:var(--text-muted);text-align:left;white-space:nowrap;border-bottom:2px solid #e2e8f0;padding:1rem;font-weight:600}.admin-appointments-table td{vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:1rem}.admin-appointments-table tbody tr:last-child td{border-bottom:none}.admin-appointments-table td small{color:var(--text-muted);margin-top:.3rem;display:block}.admin-status-select{min-width:128px;font-size:.82rem;font-weight:600}.admin-status-badge{border-radius:var(--radius-pill);white-space:nowrap;justify-content:center;align-items:center;padding:.4rem .7rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.admin-status-badge.pending{color:#92400e;background:#fef3c7}.admin-status-badge.confirmed{color:#166534;background:#dcfce7}.admin-status-badge.completed{color:#1e40af;background:#dbeafe}.admin-status-badge.cancelled{color:#991b1b;background:#fee2e2}.admin-mobile-appointments{display:none}.admin-appointment-card{padding:1.25rem}.admin-card-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-card-top h3{color:var(--secondary);margin:0 0 .35rem;font-size:1.2rem}.admin-card-top a{color:var(--text-main);font-size:.95rem;text-decoration:none}.admin-card-top a:hover{color:var(--primary-light)}.admin-card-divider{background:var(--border);height:1px;margin:1rem 0}.admin-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.admin-info-item span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.3rem;font-size:.78rem;font-weight:600;display:block}.admin-info-item strong{color:var(--text-main);font-size:.95rem;font-weight:600;display:block}.admin-card-status{margin-top:1.25rem}.admin-card-status label{color:var(--text-muted);margin-bottom:.45rem;font-size:.8rem;font-weight:600;display:block}.admin-card-status .admin-status-select{width:100%}.admin-login-page{background:var(--bg-light);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:3rem 1.25rem;display:flex}.admin-login-card{width:100%;max-width:440px;padding:2.75rem}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header .eyebrow{margin-bottom:.75rem;display:inline-block}.admin-login-header h1{color:var(--primary);margin:0 0 .75rem;font-size:clamp(2rem,5vw,2.5rem)}.admin-login-header p{color:var(--text-muted);margin:0;line-height:1.6}.admin-login-form{gap:1.35rem;display:grid}.admin-login-field{gap:.5rem;display:grid}.admin-login-field label{color:var(--text-main);font-size:.95rem;font-weight:600}.admin-login-field input{background:var(--surface);width:100%;min-height:48px;color:var(--text-main);font:inherit;outline:none;padding:.75rem .9rem;border:1px solid var(--border)!important;border-radius:var(--radius-md)!important}.admin-login-field input:focus{box-shadow:0 0 0 3px #079bb51f;border-color:var(--primary-light)!important}.admin-login-field input:disabled{opacity:.65;cursor:not-allowed}.admin-login-button{width:100%;min-height:48px;margin-top:.5rem}.admin-login-button:disabled{opacity:.65;cursor:not-allowed}.admin-login-error{border-radius:var(--radius-md);color:#991b1b;background:#fef2f2;border:1px solid #fecaca;margin-bottom:1.5rem;padding:.8rem 1rem;font-size:.9rem;line-height:1.5}.loading-state{text-align:center;min-height:45vh;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.loading-spinner{border:3px solid var(--border);border-top-color:var(--primary-light);border-radius:50%;width:28px;height:28px;animation:.75s linear infinite adminSpin}@keyframes adminSpin{to{transform:rotate(360deg)}}@media (width<=900px){.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.admin-stats-grid{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0 3rem}.admin-stat-card{padding:1.5rem}.admin-stat-card h3{font-size:2.75rem}.admin-recent-header h2{margin-bottom:1rem;font-size:2rem}.admin-table-wrapper{display:none}.admin-mobile-appointments{gap:1rem;display:grid}.admin-appointment-card{box-sizing:border-box;width:100%}.admin-card-grid{gap:1rem .75rem}.admin-login-page{min-height:calc(100vh - 64px);padding:2rem 1rem}.admin-login-card{padding:2rem 1.25rem}.admin-login-header h1{font-size:2rem}}@media (width<=480px){.admin-card-top{flex-direction:column;align-items:flex-start}.admin-status-badge{align-self:flex-start}.admin-card-grid{grid-template-columns:1fr}}@media (width<=380px){.admin-login-card{padding:1.5rem 1rem}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #dce9edd9;width:100%;padding:.7rem 0;position:sticky;top:0;box-shadow:0 2px 14px #0a4d680e}.nav-container{justify-content:space-between;align-items:center;min-height:48px;display:flex}.logo{color:inherit;flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.logo h2{color:var(--primary);letter-spacing:.015em;transition:color var(--transition-fast);margin:0;font-size:1.08rem;font-weight:700;line-height:1.2}.logo:hover h2{color:var(--primary-light)}.nav-links{align-items:center;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.nav-links li{align-items:center;display:flex}.nav-links a{min-height:38px;color:var(--text-main);white-space:nowrap;border-radius:var(--radius-sm);transition:color var(--transition-fast), background-color var(--transition-fast);align-items:center;padding:.35rem .65rem;font-size:.88rem;font-weight:550;line-height:1;text-decoration:none;display:inline-flex;position:relative}.nav-links a:hover{color:var(--primary);background:#079bb50e}.nav-links a.active{color:var(--primary-light);background:#079bb50e;font-weight:650}.nav-links a.active:after{content:"";background:var(--secondary);border-radius:999px;height:2px;position:absolute;bottom:2px;left:.65rem;right:.65rem}.nav-links .btn{background:var(--primary);border-radius:var(--radius-sm);min-height:40px;padding:.55rem 1rem;color:#fff!important}.nav-links .btn:hover{background:var(--primary-dark);color:#fff!important}.nav-links .btn.active{background:var(--primary);box-shadow:none}.nav-links .btn.active:after{display:none}.nav-links .emergency-link{color:var(--danger)!important;font-weight:650!important}.nav-links .emergency-link:hover{background:#c2413b0e;color:var(--danger-dark)!important}.mobile-only-action{display:none}.hamburger{border-radius:var(--radius-sm);cursor:pointer;width:42px;height:42px;transition:background-color var(--transition-fast), border-color var(--transition-fast);background:0 0;border:1px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:none}.hamburger:hover{border-color:var(--border);background:#079bb50e}.hamburger:focus-visible{outline-offset:2px;outline:3px solid #079bb533}.hamburger .bar{background:var(--primary);border-radius:999px;width:21px;height:2px;transition:transform .25s,opacity .2s;display:block}@media (width<=1024px){.navbar{padding:.65rem 0}.nav-container{min-height:46px}.hamburger{flex-shrink:0;display:flex}.nav-links{border-top:1px solid var(--border);border-bottom:1px solid var(--border);visibility:hidden;opacity:0;pointer-events:none;width:100%;transition:opacity .2s ease, transform .2s var(--ease-out), visibility .2s ease;background:#fffffffa;flex-direction:column;align-items:stretch;gap:.3rem;padding:.8rem 1rem 1rem;display:flex;position:absolute;top:calc(100% + 1px);left:0;transform:translateY(-8px);box-shadow:0 12px 25px #0a4d681a}.nav-links.active{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links li{width:100%}.nav-links a{border-radius:var(--radius-sm);justify-content:flex-start;width:100%;min-height:44px;padding:.7rem .85rem;font-size:.95rem}.nav-links a.active{background:#079bb512}.nav-links a.active:after{width:20px;bottom:8px;left:.85rem;right:auto}.nav-links .btn{justify-content:center;width:100%;margin-top:.25rem}.nav-links .btn.active:after{display:none}.mobile-only-action{width:100%;margin-top:.2rem;display:block}.mobile-only-action .btn{width:100%}}@media (width<=480px){.navbar{padding:.55rem 0}.logo h2{max-width:230px;font-size:.98rem;line-height:1.2}.hamburger{width:40px;height:40px}.nav-links{padding-inline:.8rem}}@media (width<=360px){.logo h2{max-width:200px;font-size:.92rem}.nav-links{padding-inline:.65rem}}@media (prefers-reduced-motion:reduce){.nav-links,.hamburger .bar,.nav-links a,.logo h2{transition:none}}.footer{background:linear-gradient(135deg, #073f54 0%, var(--primary) 55%, #06465d 100%);color:#fff;padding-top:4rem;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:#13b9b212;border-radius:50%;width:420px;height:420px;position:absolute;top:-250px;right:-220px}.footer-container{z-index:1;grid-template-columns:minmax(240px,1.5fr) repeat(2,minmax(160px,1fr)) minmax(220px,1.15fr);gap:clamp(2rem,4vw,4rem);margin-bottom:3rem;display:grid;position:relative}.footer-col{min-width:0}.footer-col h3{color:#c9f0f1;letter-spacing:.02em;margin-bottom:1.15rem;font-size:.95rem;font-weight:700;line-height:1.3}.footer-col:first-child h3{color:#fff;letter-spacing:-.01em;font-size:1.25rem}.footer-col p{color:#e8f4f7c7;max-width:340px;margin-bottom:.65rem;font-size:.9rem;line-height:1.7}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.65rem}.footer-links li:last-child{margin-bottom:0}.footer-links a{color:#e8f4f7c7;transition:color var(--transition-fast), transform var(--transition-fast);align-items:center;font-size:.9rem;line-height:1.5;text-decoration:none;display:inline-flex}.footer-links a:hover{color:#fff;transform:translate(2px)}.footer-contact{flex-direction:column;gap:.65rem;display:flex}.footer-contact a{color:#e8f4f7d1;width:fit-content;transition:color var(--transition-fast), transform var(--transition-fast);align-items:center;font-size:.9rem;text-decoration:none;display:inline-flex}.footer-contact a:hover{color:#fff;transform:translate(2px)}.footer-contact .emergency-link{font-weight:650;color:#ffb8b4!important}.footer-contact .emergency-link:hover{color:#ffd0cd!important}.footer-divider{z-index:1;background:#ffffff1c;width:100%;height:1px;position:relative}.footer-bottom{z-index:1;color:#d8e8edb8;text-align:center;background:#0000001f;justify-content:space-between;align-items:center;gap:1rem;min-height:70px;padding:1.25rem 2rem;font-size:.82rem;display:flex;position:relative}.footer-bottom p{margin:0}.footer-bottom a{transition:color var(--transition-fast);text-decoration:none;color:#bdeff0!important}.footer-bottom a:hover{color:#fff!important}@media (width<=1024px){.footer{padding-top:3.5rem}.footer-container{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 3rem;margin-bottom:2.5rem}}@media (width<=768px){.footer{padding-top:3rem}.footer-container{grid-template-columns:1fr 1fr;gap:2.25rem 1.5rem;margin-bottom:2.25rem}.footer-col:first-child{grid-column:1/-1}.footer-col p{max-width:500px}.footer-bottom{flex-direction:column;justify-content:center;gap:.35rem;min-height:auto;padding:1.15rem 1rem}}@media (width<=480px){.footer{padding-top:2.75rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-col:first-child{grid-column:auto}.footer-col h3{margin-bottom:.85rem}.footer-bottom{font-size:.78rem}}@media (prefers-reduced-motion:reduce){.footer-links a,.footer-contact a,.footer-bottom a{transition:none}}.hero{background:radial-gradient(circle at 78% 45%, #13b9b20b, transparent 34%), var(--bg-light);align-items:center;min-height:calc(100vh - 64px);padding:2rem 0 2.5rem;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:#079bb509;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-300px;right:-260px}.hero-container{z-index:1;justify-content:space-between;align-items:center;gap:clamp(1.5rem,3vw,3.5rem);width:100%;display:flex;position:relative}.hero-content{z-index:2;flex:0 43%;min-width:0;position:relative}.hero-content h1{letter-spacing:-.04em;max-width:650px;margin-bottom:1.15rem;font-size:clamp(2.55rem,4.4vw,4rem);line-height:1.08}.hero-subtitle{max-width:600px;color:var(--text-muted);margin-bottom:1.8rem;font-size:1.06rem;line-height:1.75}.hero-actions{align-items:center;gap:.85rem;margin-bottom:2rem;display:flex}.hero-actions .btn{min-width:170px}.hero-features{flex-wrap:wrap;gap:.55rem;max-width:600px;display:flex}.feature-chip{min-height:34px;color:var(--primary);border:1px solid var(--glass-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);white-space:nowrap;transition:transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);background:#ffffffe0;align-items:center;padding:.4rem .72rem;font-size:.8rem;font-weight:550;line-height:1.2;display:inline-flex}.feature-chip:hover{box-shadow:var(--shadow-md);border-color:#c7dfe4;transform:translateY(-1px)}.hero-image-wrapper{z-index:1;flex:0 59%;justify-content:center;align-items:center;max-width:59%;display:flex;position:relative}.hero-image-container{justify-content:center;align-items:center;width:118%;max-width:none;display:flex;position:relative;transform:translate(2%)}.hero-image{object-fit:contain;opacity:.78;filter:saturate(.88);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:auto;transition:opacity .3s ease, transform .4s var(--ease-out);display:block}.animate-fade-up{animation:heroFadeUp .8s var(--ease-out) forwards;opacity:0;transform:translateY(18px)}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}@media (width>=1280px){.hero{padding-top:1.5rem;padding-bottom:2rem}.hero-image-wrapper{flex-basis:61%;max-width:61%}.hero-image-container{width:122%}.hero-image{opacity:.76}}@media (width<=1024px){.hero{min-height:calc(100vh - 70px);padding:2.5rem 0}.hero-container{gap:1.5rem}.hero-content{flex-basis:47%}.hero-content h1{font-size:clamp(2.35rem,5vw,3.2rem)}.hero-subtitle{font-size:1rem}.hero-image-wrapper{flex-basis:53%;max-width:53%}.hero-image-container{width:115%;transform:translate(1%)}.hero-image{opacity:.8}}@media (width<=768px){.hero{background:radial-gradient(circle at 50% 72%, #13b9b20b, transparent 38%), var(--bg-light);min-height:auto;padding:3.25rem 0 3rem}.hero-container{text-align:center;flex-direction:column;gap:2.25rem}.hero-content{flex:none;width:100%}.hero-content h1{max-width:620px;margin-inline:auto;font-size:clamp(2.25rem,9vw,3rem);line-height:1.08}.hero-subtitle{margin-inline:auto;max-width:620px;margin-bottom:1.6rem;font-size:1rem;line-height:1.7}.hero-actions{margin-inline:auto;flex-wrap:wrap;justify-content:center;max-width:520px;margin-bottom:1.75rem}.hero-actions .btn{min-width:160px}.hero-features{justify-content:center;max-width:560px;margin-inline:auto}.hero-image-wrapper{flex:none;width:100%;max-width:100%;margin-top:.25rem}.hero-image-container{width:108%;max-width:620px;margin-inline:auto;transform:none}.hero-image{opacity:.78;width:100%}}@media (width<=480px){.hero{padding:2.75rem 0 2.5rem}.hero-container{gap:1.75rem}.hero-content h1{font-size:clamp(2.05rem,10vw,2.65rem)}.hero-subtitle{font-size:.95rem}.hero-actions{flex-direction:column;gap:.7rem;width:100%}.hero-actions .btn{width:100%;min-width:0}.hero-features{gap:.45rem}.feature-chip{padding:.38rem .6rem;font-size:.76rem}.hero-image-container{width:112%}.hero-image{opacity:.76}}@media (width<=360px){.hero{padding-top:2.4rem}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-image-container{width:108%}}@media (prefers-reduced-motion:reduce){.animate-fade-up{opacity:1;animation:none;transform:none}.feature-chip,.hero-image{transition:none}}.emergency-section{background:linear-gradient(135deg, var(--primary), #083f56);padding:3.5rem 0;position:relative;overflow:hidden}.emergency-section:before{content:"";pointer-events:none;background:#ffffff09;border-radius:50%;width:420px;height:420px;position:absolute;top:-230px;right:-190px}.emergency-inner{z-index:1;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.emergency-text{flex:520px}.emergency-badge{border-radius:var(--radius-pill);color:#ffffffe6;letter-spacing:.14em;text-transform:uppercase;background:#ffffff17;border:1px solid #ffffff26;align-items:center;min-height:30px;margin-bottom:.9rem;padding:.35rem .75rem;font-size:.72rem;font-weight:700;display:inline-flex}.emergency-text h2{color:#fff;margin-bottom:.65rem;font-size:clamp(1.6rem,3vw,2rem);line-height:1.25}.emergency-text p{color:#ffffffc2;max-width:650px;margin:0;font-size:.98rem;line-height:1.65}.emergency-actions{flex-direction:column;flex:none;gap:.7rem;min-width:220px;display:flex}.emergency-call-btn,.emergency-dir-btn{border-radius:var(--radius-sm);text-align:center;min-height:46px;transition:transform var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.94rem;font-weight:650;text-decoration:none;display:flex}.emergency-call-btn{color:var(--primary);background:#fff;box-shadow:0 5px 16px #0000001a}.emergency-call-btn:hover{color:var(--primary-dark);background:#f5fbfc;transform:translateY(-1px)}.emergency-dir-btn{color:#fff;background:0 0;border:1px solid #ffffff59}.emergency-dir-btn:hover{color:#fff;background:#ffffff12;border-color:#ffffffa6;transform:translateY(-1px)}@media (width<=768px){.emergency-section{padding:3rem 0}.emergency-inner{text-align:center;flex-direction:column;gap:1.75rem}.emergency-text{flex-basis:auto}.emergency-text p{margin-inline:auto}.emergency-actions{width:100%;max-width:420px}}@media (width<=480px){.emergency-section{padding:2.75rem 0}.emergency-text h2{font-size:1.55rem}.emergency-text p{font-size:.92rem}}.admin-shell{background:var(--bg-light);flex-direction:column;min-height:100vh;display:flex}.admin-shell main{flex:1}.admin-header{z-index:100;border-bottom:1px solid var(--glass-border);min-height:64px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);background:#fffffff5;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem clamp(1rem,4vw,2rem);display:flex;position:sticky;top:0}.admin-header h2{color:var(--primary);white-space:nowrap;margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.admin-header nav{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.admin-header a{min-height:38px;color:var(--text-main);border-radius:var(--radius-sm);transition:color var(--transition-fast), background-color var(--transition-fast);align-items:center;padding:.45rem .7rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.admin-header a:hover{color:var(--primary);background:var(--surface-soft)}.admin-header .btn{width:auto;min-height:38px;padding:.45rem .85rem}@media (width<=600px){.admin-header{align-items:center;gap:.6rem;padding:.7rem 1rem}.admin-header h2{font-size:1rem}.admin-header nav{gap:.25rem}.admin-header a{min-height:36px;padding:.4rem .55rem;font-size:.82rem}.admin-header .btn{min-height:36px;padding:.4rem .65rem;font-size:.82rem}}@media (width<=480px){.admin-header{flex-direction:column;align-items:stretch;padding:.75rem 1rem}.admin-header h2{text-align:center}.admin-header nav{justify-content:center;gap:.35rem;width:100%}.admin-header a{flex:1;justify-content:center}.admin-header .btn{flex:none}}
