:root{font-family:Inter,SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f8fbff,#eef2ff 35%,#f5f7fb)}#root{min-height:100vh}a{color:inherit}img{max-width:100%;display:block}.app{display:flex;flex-direction:column;gap:1.5rem;min-height:100vh}.hero{background:#0f172a;color:#fff;padding:3rem clamp(1.5rem,5vw,4rem);border-radius:2rem;margin:1.5rem;box-shadow:0 20px 80px #0f172a59}.hero .eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;color:#a5b4fc}.hero h1{margin:.5rem 0;font-size:clamp(2rem,4vw,3.2rem)}.subtitle{margin:0;max-width:720px;color:#ffffffd9}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:1.5rem}.hero-status{font-size:.9rem;color:#fffc}.warning-banner{margin:0 1.5rem;padding:.75rem 1rem;border:1px solid #f97316;color:#9a3412;background:#fff7ed;border-radius:.75rem}.guide-highlight{margin:0 1.5rem}.guide-highlight-content{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border-radius:1.5rem;background:linear-gradient(135deg,#ef44441f,#fde0472e);border:1px solid rgba(239,68,68,.25);box-shadow:0 18px 48px #ef444426}.guide-highlight-header{display:flex;align-items:center;gap:.75rem}.guide-highlight-icon{font-size:1.75rem;flex-shrink:0}.guide-highlight-header h2{margin:0;font-size:1.5rem;color:#b91c1c}.guide-highlight-content p{margin:0;color:#7f1d1d;line-height:1.6}.guide-highlight-button{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;min-width:160px;box-shadow:0 10px 26px #ef44444d;transition:transform .15s ease,box-shadow .15s ease}.guide-highlight-button:hover{transform:translateY(-1px);box-shadow:0 14px 32px #ef444459}.success-banner{margin:1.5rem;padding:1.5rem;border:2px solid #10b981;color:#065f46;background:#d1fae5;border-radius:1rem;box-shadow:0 4px 12px #10b98126}.success-banner h3{margin:0 0 .5rem;font-size:1.25rem;color:#047857}.success-banner p{margin:0;line-height:1.6}.page-header{margin:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.page-header h1{margin:.5rem 0 0;font-size:2rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#6366f1;text-decoration:none;font-weight:600;margin-bottom:.5rem;transition:color .2s ease}.back-link:hover{color:#4f46e5}.action-buttons-section{margin:1.5rem}.action-buttons{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 12px 40px #0f172a14}.action-button{display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;border-radius:999px;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .15s ease;text-align:center}.action-button.secondary{background:#fff;color:#6366f1;border:2px solid #6366f1}.action-button.secondary:hover{background:#eef2ff;transform:translateY(-1px)}.filters-section{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 12px 40px #0f172a14;margin-bottom:1.5rem}.filters-section h2{margin:0 0 1rem;font-size:1.25rem}.filter-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.search-input{width:100%;border-radius:.75rem;border:1px solid #e2e8f0;padding:.65rem .85rem;font-size:.95rem;font-family:inherit;transition:border .2s ease}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.filter-chip{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-chip:hover{border-color:#6366f1;background:#eef2ff;color:#6366f1}.filter-chip.active{background:#6366f1;color:#fff;border-color:#6366f1}.filter-chip.clear{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.filter-chip.clear:hover{background:#fecaca;border-color:#f87171}.sort-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.sort-select{width:100%;border-radius:.75rem;border:1px solid #e2e8f0;padding:.65rem .85rem;font-size:.95rem;font-family:inherit;background:#fff;cursor:pointer;transition:border .2s ease}.sort-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.nearest-defib-hero{margin:1.5rem}.nearest-defibs-section{margin:1.5rem;background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 12px 40px #0f172a14}.nearest-defibs-section h2{margin:0;font-size:1.5rem}.nearest-defibs-list{display:flex;flex-direction:column;gap:.75rem}.nearest-defib-item{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,background .2s ease}.nearest-defib-thumbnail{width:100%;max-width:100%;height:200px;border-radius:.75rem;overflow:hidden;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.nearest-defib-thumbnail:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.nearest-defib-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.nearest-defib-item:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f11a}.nearest-defib-item.active{border-color:#6366f1;box-shadow:0 8px 30px #6366f126;background:#f8fafc}.nearest-defib-item h3{margin:0;font-size:1rem;font-weight:600;line-height:1.3}.nearest-defib-item p{margin:0;color:#64748b;font-size:.85rem;line-height:1.4}.distance-badge{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#fff;padding:.4rem .75rem;border-radius:999px;font-weight:600;font-size:.85rem;white-space:nowrap;flex-shrink:0}.time-badge{background:#f1f5f9;color:#475569;padding:.25rem .6rem;border-radius:999px;font-weight:500;font-size:.75rem;white-space:nowrap}.nearest-defib-item .directions-link{margin-top:0;font-size:.9rem;padding:.5rem 1rem;font-weight:600}.location-badge{padding:.2rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;white-space:nowrap}.location-badge.inside{background:#dbeafe;color:#1e40af}.location-badge.outside{background:#dcfce7;color:#166534}.find-nearest-button{background:#eef2ff;color:#6366f1;border:1px solid #6366f1;border-radius:999px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.find-nearest-button:hover{background:#6366f1;color:#fff;transform:translateY(-1px)}.fab-directions{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#22d3ee,#6366f1);color:#fff;padding:1rem 1.5rem;border-radius:999px;box-shadow:0 8px 24px #6366f166;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.75rem;z-index:50;transition:transform .2s ease,box-shadow .2s ease;animation:pulse 2s infinite}.fab-directions:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6366f180}.fab-icon{font-size:1.25rem}.fab-text{font-size:.95rem}@keyframes pulse{0%,to{box-shadow:0 8px 24px #6366f166}50%{box-shadow:0 8px 24px #6366f199}}.action-button{position:relative;display:flex;flex-direction:column;align-items:center;gap:.25rem}.add-defib-button{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b9814d}.add-defib-button:hover{box-shadow:0 6px 20px #10b98166}.button-icon{font-size:1.5rem}.button-text{font-size:1rem;font-weight:600}.button-subtitle{font-size:.75rem;opacity:.9;font-weight:400}.show-more-button{margin-top:.75rem;width:100%;padding:.65rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;color:#6366f1;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.show-more-button:hover{background:#eef2ff;border-color:#6366f1}.layout{display:grid;grid-template-columns:minmax(0,60%) minmax(280px,1fr);gap:1.5rem;margin:0 1.5rem}.map-column{display:flex;flex-direction:column;gap:1rem}.map-container{width:100%;height:480px;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 60px #0f172a1a}.map-error,.map-placeholder{display:flex;align-items:center;justify-content:center;height:480px;border-radius:1.5rem;background:#fff;color:#475569;text-align:center;padding:1rem}.map-instruction{position:absolute;top:1rem;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.25rem;border-radius:999px;box-shadow:0 4px 12px #00000026;z-index:10;text-align:center;pointer-events:none}.map-instruction p{margin:0;font-size:.9rem;font-weight:600;color:#1e293b}.nearest-card{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 12px 40px #0f172a14;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.card-eyebrow{text-transform:uppercase;font-size:.78rem;letter-spacing:.16em;color:#6366f1;margin-bottom:.2rem}.nearest-card h2{margin:0 0 .25rem}.nearest-card p{margin-top:0;color:#475569}.nearest-meta{display:flex;gap:1rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.directions-button{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.65rem 1.25rem;background:linear-gradient(135deg,#22d3ee,#6366f1);color:#fff;text-decoration:none;border-radius:999px;font-weight:600;font-size:.9rem;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 12px #6366f14d}.directions-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6366f166}.directions-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;padding:.35rem .75rem;background:#eef2ff;color:#6366f1;text-decoration:none;border-radius:.5rem;font-size:.85rem;font-weight:600;transition:background .2s ease,color .2s ease}.directions-link:hover{background:#6366f1;color:#fff}.view-details-button{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:.5rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.view-details-button:hover{background:#4f46e5;transform:translateY(-1px)}.view-details-button:active{transform:translateY(0)}.detail-card{background:#f8fafc;border-radius:1rem;padding:1rem}.detail-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem}.edit-button{border:1px solid #6366f1;border-radius:.5rem;padding:.4rem .8rem;background:#fff;color:#6366f1;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s ease}.edit-button:hover{background:#6366f1;color:#fff}.edit-button-small{border:1px solid #cbd5e1;border-radius:.5rem;padding:.25rem .5rem;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s ease;line-height:1}.edit-button-small:hover{border-color:#6366f1;background:#eef2ff}.delete-button{border:1px solid #ef4444;border-radius:.5rem;padding:.4rem .8rem;background:#fff;color:#ef4444;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s ease}.delete-button:hover:not(:disabled){background:#ef4444;color:#fff}.delete-button:disabled{opacity:.5;cursor:not-allowed}.delete-button-small{border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .5rem;background:#fff;color:#ef4444;cursor:pointer;font-size:.9rem;transition:all .2s ease;line-height:1}.delete-button-small:hover:not(:disabled){border-color:#dc2626;background:#fee2e2}.delete-button-small:disabled{opacity:.5;cursor:not-allowed}.defib-item-actions{display:flex;align-items:center;gap:.5rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;align-items:center}.geocoding-indicator{font-size:.8rem;color:#6366f1;font-style:italic;margin-left:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background .2s ease}.checkbox-label:hover{background:#f8fafc}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#6366f1}.checkbox-label span{-webkit-user-select:none;user-select:none}.detail-card ul{list-style:none;padding:0;margin:.75rem 0;color:#475569;display:flex;flex-direction:column;gap:.35rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.photo-grid img{border-radius:.75rem;object-fit:cover;max-height:120px;width:100%;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.photo-grid img:hover{transform:scale(1.05);opacity:.9}.nearest-thumbnail{position:relative;flex-shrink:0;width:120px;height:120px;border-radius:.75rem;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.nearest-thumbnail:hover{transform:scale(1.05);box-shadow:0 6px 16px #00000026}.nearest-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.photo-count-badge{position:absolute;bottom:.5rem;right:.5rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nearest-card-compact{width:100%}.nearest-card-expanded{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.defib-form{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 20px 60px #0f172a14;display:flex;flex-direction:column;gap:1rem}.form-header h2{margin:0}.form-header p{margin:.25rem 0 0;color:#475569}.defib-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:#1e293b;font-size:.95rem}.defib-form input,.defib-form textarea{border-radius:.75rem;border:1px solid #e2e8f0;padding:.65rem .85rem;font-size:.95rem;font-family:inherit;transition:border .2s ease}.defib-form input:focus,.defib-form textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.coords-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;font-size:.9rem}.coords-group{display:flex;gap:1.5rem;align-items:center}.coords-label{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#94a3b8;display:block}.coords-value{font-weight:600}.ghost-button{border:1px dashed #94a3b8;border-radius:999px;padding:.35rem 1rem;background:transparent;cursor:pointer;font-weight:600;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.location-status{color:#475569}.file-upload input{border-style:dashed}.location-prompt{margin:1.5rem;background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 12px 40px #0f172a14;text-align:center}.location-prompt-content h2{margin:0 0 1rem;color:#1e293b}.location-prompt-content p{margin:0 0 1rem;color:#475569}.location-prompt-content ul{text-align:left;display:inline-block;margin:1rem 0;padding-left:1.5rem;color:#475569}.location-prompt-content ul li{margin:.5rem 0}.location-error{margin-top:1rem;color:#dc2626;font-size:.9rem}.location-help{margin-top:1rem;color:#64748b;font-size:.9rem;font-style:italic}.availability-section{display:flex;flex-direction:column;gap:1rem}.photo-upload-section{margin-top:.5rem}.photo-upload-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.photo-upload-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;border:2px dashed #cbd5e1;border-radius:.75rem;background:#f8fafc;cursor:pointer;transition:all .2s ease;min-height:100px}.photo-upload-button:hover{border-color:#6366f1;background:#eef2ff}.photo-upload-button.camera-button{border-color:#10b981;background:#f0fdf4}.photo-upload-button.camera-button:hover{border-color:#059669;background:#dcfce7}.photo-button-icon{font-size:2rem}.photo-button-text{font-size:.9rem;font-weight:600;color:#475569}.photo-preview-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:.75rem}.photo-preview-item{position:relative;border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0;background:#fff}.photo-preview{width:100%;height:120px;object-fit:cover;display:block}.photo-remove-button{position:absolute;top:.25rem;right:.25rem;width:24px;height:24px;border-radius:50%;background:#000000b3;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;transition:background .2s ease;z-index:1}.photo-remove-button:hover{background:#ef4444e6}.photo-name{display:block;padding:.25rem .5rem;font-size:.75rem;color:#64748b;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.form-feedback{margin:0;padding:.75rem 1rem;border-radius:.75rem;font-weight:600;font-size:.9rem}.form-feedback-success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.form-feedback-error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444426!important}.error-message{color:#dc2626;font-size:.85rem;margin-top:.25rem;font-weight:500}button.primary,.primary{border:none;border-radius:999px;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#22d3ee,#6366f1);color:#fff;cursor:pointer;transition:transform .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.primary:disabled{opacity:.6;cursor:not-allowed}.primary:not(:disabled):hover,.primary:not(:disabled):active{transform:translateY(-1px)}.primary:not(:disabled):active{transform:translateY(0)}.defib-list{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 12px 40px #0f172a0f}.defib-items{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.defib-item{border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;cursor:pointer;transition:border .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.defib-item.active{border-color:#6366f1;box-shadow:0 8px 30px #6366f126}.defib-item header{display:flex;justify-content:space-between;gap:.75rem;align-items:center;width:100%}.defib-item h3{margin:0;font-size:1.05rem}.distance-pill{background:#eef2ff;color:#4c1d95;padding:.2rem .8rem;border-radius:999px;font-size:.85rem;font-weight:600}.hours-badge{background:#10b981;color:#fff;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;white-space:nowrap}.address{font-size:.9rem;color:#475569}.empty-state{margin:0;color:#475569}@media(max-width:1024px){.layout{grid-template-columns:1fr}.map-container{height:360px}}@media(max-width:768px){.layout{grid-template-columns:1fr;margin:0 1rem;gap:1rem}.map-column{order:1}.sidebar{order:2}.nearest-card{grid-template-columns:1fr}.page-header{margin:1rem}.page-header h1{font-size:1.5rem}.guide-highlight{margin:0 1rem}.guide-highlight-content{padding:1rem}.guide-highlight-header{flex-wrap:wrap}.guide-highlight-header h2{font-size:1.25rem}.guide-highlight-icon{font-size:1.5rem}.guide-highlight-button{margin-top:.5rem;width:100%}}@media(max-width:640px){.app{gap:1rem;padding-bottom:6rem}.fab-directions{bottom:1rem;right:1rem;padding:.875rem 1.25rem}.fab-text{font-size:.85rem}.find-nearest-button{font-size:.75rem;padding:.4rem .75rem}.time-badge{font-size:.7rem;padding:.2rem .5rem}.location-badge{font-size:.65rem;padding:.15rem .4rem}.nearest-thumbnail{width:100px;height:100px}.photo-count-badge{font-size:.7rem;padding:.2rem .4rem}.hero{margin:1rem;padding:2rem 1.5rem}.hero h1{font-size:1.75rem}.nearest-defibs-section{margin:.75rem;padding:1rem}.nearest-defibs-section h2{font-size:1.1rem;margin-bottom:.5rem}.nearest-defibs-list{gap:.5rem}.layout,.warning-banner,.guide-highlight{margin:0 1rem}.map-container{height:300px;border-radius:1rem}.nearest-card{padding:1rem;border-radius:1rem}.nearest-card h2{font-size:1.25rem}.nearest-defib-item{padding:.75rem;gap:.625rem}.nearest-defib-thumbnail{height:160px}.nearest-defib-item h3{font-size:1rem}.distance-badge{font-size:.8rem;padding:.35rem .65rem}.directions-link{font-size:.75rem;padding:.25rem .5rem;margin-top:.25rem}.view-details-button{font-size:.8rem;padding:.45rem .875rem;min-height:44px}.show-more-button{margin-top:.5rem;padding:.55rem .875rem;font-size:.85rem}.directions-button{font-size:.85rem;padding:.55rem 1rem;margin-top:.5rem}.action-buttons-section{margin:0 1rem}.action-buttons{padding:1rem}.action-button{padding:.75rem 1.25rem;font-size:.95rem;min-height:44px}.defib-form{padding:1rem;border-radius:1rem}.form-header h2{font-size:1.25rem}.form-header p,.defib-form label{font-size:.9rem}.defib-form input,.defib-form textarea{font-size:16px;padding:.75rem}.coords-row{flex-direction:column;align-items:flex-start;gap:.5rem}.ghost-button{min-height:44px;padding:.5rem 1rem}.defib-list{padding:1rem}.defib-list h2{font-size:1.25rem}.defib-item{padding:.875rem}.defib-item h3{font-size:1rem}.detail-card{padding:.875rem}.detail-card h3{font-size:1.1rem}.detail-card-header{flex-wrap:wrap;gap:.5rem}.edit-button{font-size:.8rem;padding:.35rem .7rem;min-height:36px}.edit-button-small{min-height:36px;padding:.3rem .5rem}.delete-button{font-size:.8rem;padding:.35rem .7rem;min-height:36px}.delete-button-small{min-height:36px;padding:.3rem .5rem}.filters-section{padding:1rem}.filters-section h2{font-size:1.1rem}.search-input{font-size:16px;padding:.75rem}.nearest-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.form-actions{flex-direction:column-reverse;width:100%}.form-actions .primary,.form-actions .ghost-button{width:100%;justify-content:center}.map-instruction{top:.5rem;left:1rem;right:1rem;transform:none;padding:.6rem 1rem}.map-instruction p{font-size:.8rem}.location-prompt{margin:1rem;padding:1.5rem}.location-prompt-content h2{font-size:1.25rem}.photo-upload-buttons{grid-template-columns:1fr}.photo-upload-button{min-height:80px;padding:1rem}.photo-button-icon{font-size:1.5rem}.photo-preview-list{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.photo-preview{height:100px}}@media(max-width:375px){.hero{padding:1.5rem 1rem}.hero h1{font-size:1.5rem}.subtitle{font-size:.9rem}.map-container{height:250px}.nearest-card h2{font-size:1.1rem}.guide-highlight{margin:0 .75rem}.guide-highlight-content{padding:1.25rem}}.app-header{background:#274152;position:sticky;top:0;z-index:100;width:100%;margin-bottom:.5rem;box-shadow:0 2px 8px #0000001a}.app-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.75rem 1.5rem}.app-header-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#fff;transition:opacity .2s ease}.app-header-link:hover{opacity:.95}.app-logo{height:80px;width:auto;object-fit:contain;flex-shrink:0}.app-header-text{display:flex;flex-direction:column;justify-content:center;gap:.25rem}.app-header-title{margin:0;font-size:2rem;font-weight:700;color:#fff;letter-spacing:.05em;line-height:1.2}.app-header-subtitle{margin:0;font-size:.9rem;font-weight:600;color:#ffffffe6;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.app-header-nav{display:flex;align-items:center;gap:.75rem}.app-header-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:999px;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;box-shadow:0 6px 18px #ef444459;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.app-header-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px #ef444466;opacity:.95}.app-header-cta-icon{font-size:1.2rem}@media(max-width:768px){.app-header{margin-bottom:.25rem}.app-header-inner{padding:.6rem 1rem;gap:1rem}.app-logo{height:60px}.app-header-title{font-size:1.5rem}.app-header-subtitle{font-size:.75rem}.app-header-cta{padding:.55rem 1rem;font-size:.85rem}}@media(max-width:640px){.app-header{margin-bottom:0}.app-header-inner{padding:.5rem .75rem;gap:.75rem}.app-logo{height:50px}.app-header-title{font-size:1.25rem}.app-header-subtitle{font-size:.7rem;letter-spacing:.08em}.app-header-cta{padding:.5rem .9rem;font-size:.8rem}}@media(max-width:375px){.app-header-inner{padding:.4rem .5rem;gap:.5rem}.app-logo{height:45px}.app-header-title{font-size:1.1rem}.app-header-subtitle{font-size:.65rem}.app-header-nav{width:100%;justify-content:flex-end}.app-header-cta{width:100%;justify-content:center}}.app-footer{margin-top:auto;padding:1.5rem;background:#0f172af2;color:#fff;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto}.footer-disclaimer{margin-bottom:1.5rem;padding:1rem;background:#ffffff0d;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);border-left:3px solid rgba(251,191,36,.5)}.footer-disclaimer p{margin:0;color:#ffffffe6;font-size:.9rem;line-height:1.6}.footer-disclaimer strong{color:#fbbf24;font-weight:600}.contact-toggle{background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:.5rem 1rem;color:#fff;cursor:pointer;font-weight:600;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px}.contact-toggle:hover{background:#ffffff1a;border-color:#ffffff80}.contact-form{margin-top:1.5rem;padding:1.5rem;background:#ffffff0d;border-radius:1rem;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem}.contact-form h3{margin:0 0 .5rem;color:#fff}.contact-email{margin:0 0 1rem;color:#fffc;font-size:.9rem}.contact-form label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#fff;font-size:.95rem}.contact-form input,.contact-form textarea{border-radius:.75rem;border:1px solid rgba(255,255,255,.2);padding:.75rem;font-size:16px;font-family:inherit;background:#ffffff1a;color:#fff;transition:border .2s ease,background .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff80}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#6366f1;background:#ffffff26;box-shadow:0 0 0 3px #6366f133}.captcha-container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.captcha-question{font-weight:700;color:#a5b4fc;font-size:1.1rem;white-space:nowrap}.captcha-input{flex:1;min-width:120px;max-width:200px}.contact-form .form-feedback{margin:0;padding:.75rem;border-radius:.5rem;background:#ef444433;color:#fecaca;border:1px solid rgba(239,68,68,.3)}.contact-form .form-feedback.success{background:#10b98133;color:#6ee7b7;border-color:#10b9814d}@media(max-width:640px){.app-footer{padding:1rem}.footer-disclaimer{padding:.75rem;margin-bottom:1rem}.footer-disclaimer p{font-size:.85rem}.contact-form{padding:1rem}.contact-form h3{font-size:1.25rem}.captcha-container{flex-direction:column;align-items:flex-start}.captcha-input{width:100%;max-width:100%}}.image-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:.5rem;box-shadow:0 20px 60px #00000080}.image-modal-close{position:absolute;top:-2.5rem;right:0;background:#fff3;border:none;color:#fff;font-size:2rem;width:2.5rem;height:2.5rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10001}.image-modal-close:hover{background:#ffffff4d}.image-modal-close:active{background:#fff6}.ad-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e2e8f0}.ad-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.ad-image{position:relative;width:100%;height:180px;overflow:hidden;background:#f8fafc}.ad-image img{width:100%;height:100%;object-fit:cover;display:block}.ad-badge{position:absolute;top:.75rem;right:.75rem;background:#6366f1e6;color:#fff;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ad-content{padding:1rem}.ad-header{margin-bottom:.5rem}.ad-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#1e293b}.ad-company{margin:0;font-size:.85rem;color:#64748b;font-weight:500}.ad-description{margin:0 0 .75rem;font-size:.9rem;color:#475569;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ad-link{display:inline-flex;align-items:center;gap:.25rem;color:#6366f1;font-size:.9rem;font-weight:600;margin-top:.5rem}.ad-card:hover .ad-link{color:#4f46e5}@media(max-width:640px){.ad-image{height:150px}.ad-content{padding:.875rem}.ad-title{font-size:1rem}.ad-description{font-size:.85rem}}.guide-page{display:flex;flex-direction:column;min-height:100vh;background:#f1f5f9}.guide-main{flex:1;display:flex;flex-direction:column;gap:2rem;padding:2rem clamp(1.5rem,6vw,4rem)}.guide-hero{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;border-radius:2rem;padding:clamp(2rem,5vw,3.5rem);box-shadow:0 24px 80px #2563eb59;display:flex;flex-direction:column;gap:1.25rem}.guide-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.85rem;font-weight:700;color:#ffffffe6;margin:0}.guide-hero h1{margin:0;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1}.guide-hero-subtitle{margin:0;max-width:680px;font-size:1.05rem;color:#ffffffd9;line-height:1.6}.guide-hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.guide-hero-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:999px;font-weight:600;text-decoration:none;color:#1e3a8a;background:#fff;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 10px 30px #0f172a33}.guide-hero-button.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.guide-hero-button:hover{transform:translateY(-1px)}.guide-alert{display:flex;flex-direction:column;gap:.75rem;background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:1.5rem;border-radius:1.5rem;box-shadow:0 12px 40px #f59e0b33}.guide-alert-header{display:flex;align-items:center;gap:.75rem}.guide-alert-icon{font-size:2rem;flex-shrink:0}.guide-alert-header h2{margin:0;font-size:1.5rem}.guide-alert p{margin:0;font-size:1rem;line-height:1.6}.guide-steps,.guide-aed,.guide-extra{background:#fff;border-radius:1.75rem;padding:2rem;box-shadow:0 18px 50px #0f172a14;display:flex;flex-direction:column;gap:1.25rem}.guide-steps h2,.guide-aed h2,.guide-extra h2{margin:0;font-size:1.9rem;color:#0f172a}.guide-intro{margin:0;color:#475569;line-height:1.7;font-size:1rem}.guide-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.guide-step-card{background:#f8fafc;border-radius:1.25rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.guide-step-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #6366f11f;border-color:#c7d2fe}.guide-step-header{display:flex;align-items:center;gap:.75rem}.guide-step-icon{font-size:1.75rem;flex-shrink:0}.guide-step-header h3{margin:0;font-size:1.25rem;color:#1e293b}.guide-step-card ul{margin:0;padding-left:1.2rem;color:#475569;font-size:.95rem;line-height:1.5}.guide-step-card ul li+li{margin-top:.5rem}.guide-followup{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.guide-followup-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 18px 50px #0f172a14;display:flex;flex-direction:column;gap:.75rem}.guide-followup-header{display:flex;align-items:center;gap:.75rem}.guide-followup-header .guide-step-icon{font-size:2rem;flex-shrink:0}.guide-followup-header h2{margin:0;font-size:1.6rem;color:#0f172a}.guide-followup-card ul{margin:0;padding-left:1.2rem;color:#475569;font-size:.95rem;line-height:1.6}.guide-followup-card ul li+li{margin-top:.5rem}.guide-extra-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.guide-extra-grid article{background:#f8fafc;border-radius:1.25rem;padding:1.5rem;box-shadow:0 12px 32px #0f172a0f;display:flex;flex-direction:column;gap:.5rem}.guide-extra-grid h3{margin:0;font-size:1.2rem;color:#1e293b}.guide-extra-grid p{margin:0;color:#475569;line-height:1.6}@media(max-width:768px){.guide-main{padding:1.5rem}.guide-hero{border-radius:1.5rem}.guide-alert-header{flex-wrap:wrap}.guide-alert-icon{font-size:1.75rem}.guide-steps,.guide-aed,.guide-extra{padding:1.5rem;border-radius:1.5rem}.guide-followup-card{padding:1.5rem}}@media(max-width:480px){.guide-main{padding:1.25rem}.guide-hero{padding:1.75rem}.guide-hero-actions{flex-direction:column}.guide-hero-button,.guide-hero-button.primary{width:100%}}
