:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.35;font-weight:400;color:#101828;background-color:#f4f6fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#eef2ff,transparent 60%),radial-gradient(circle at 20% 20%,#ffe4f0,transparent 40%),#f4f6fb;min-height:100vh}#root{min-height:100vh}.app-shell{max-width:960px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2rem}.hero{text-align:left;display:flex;flex-direction:column;gap:.8rem}.brand{display:flex;align-items:center;gap:1rem}.brand-logo{width:64px;height:64px;object-fit:contain;border-radius:14px;box-shadow:0 10px 25px #0f172a26}.brand-text{display:flex;flex-direction:column;gap:.2rem}.hero h1{margin:0}.carousel{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}.carousel-viewport{width:100%;overflow:hidden;border-radius:20px;box-shadow:0 25px 45px #0f172a26}.carousel-track{display:flex;transition:transform .5s ease}.carousel-slide{min-width:100%;margin:0;position:relative}.carousel-slide img{width:100%;display:block;height:auto}.carousel-slide figcaption{position:absolute;bottom:24px;left:24px;right:24px;background:#0f172a8c;color:#fff;padding:1rem 1.25rem;border-radius:12px;display:flex;flex-direction:column;gap:.25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel-slide figcaption strong{font-size:1.1rem}.carousel-slide figcaption span{font-size:.95rem;color:#e2e8f0}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;color:#0f172a;box-shadow:0 10px 25px #0f172a33}.carousel-nav.prev{left:16px}.carousel-nav.next{right:16px}.carousel-dots{display:flex;gap:.5rem}.carousel-dots button{width:10px;height:10px;border-radius:50%;border:none;background:#cbd5f5;cursor:pointer}.carousel-dots button.active{background:#1d4ed8}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#667085;margin:0}.lede{margin:0;color:#475467;max-width:640px}.filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;background:#fff;border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 15px 45px #0f172a14}.subject-toggle{display:inline-flex;flex-wrap:wrap;border:1px solid #d0d5dd;border-radius:999px;padding:.25rem;gap:.25rem;width:100%}.subject-toggle button{border:none;font-size:.95rem;padding:.5rem 1.5rem;border-radius:999px;background:transparent;color:#475467;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;white-space:nowrap;flex:1 1 auto;min-width:0;cursor:pointer}.subject-toggle button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a2e;opacity:.95}.subject-toggle button.active{box-shadow:0 0 0 2px #fff inset,0 6px 16px #0f172a2e}.city-filter{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:#475467;width:100%}.city-filter select{min-width:200px;padding:.55rem .75rem;border-radius:10px;border:1px solid #d0d5dd;font-size:.95rem;width:100%}.results{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 35px #0f172a0f;display:flex;flex-direction:column;gap:.85rem}.card-header{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline}.card-header h2{margin:0;font-size:1.25rem}.card-header p{margin:0;color:#475467;font-weight:600}.address{margin:0;color:#475467}.metrics{display:flex;gap:1rem;flex-wrap:wrap;font-size:.95rem}.metrics strong{font-weight:600}.description{margin:0;color:#101828}.contact{display:flex;gap:.75rem;flex-wrap:wrap}.contact a{text-decoration:none;color:#0f62fe;font-weight:600}.empty-state{background:#fff;border-radius:16px;padding:2rem;text-align:center;color:#475467;grid-column:1 / -1}.site-footer{background:#0f172a;color:#e2e8f0;border-radius:24px;padding:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1rem}.site-footer h2{margin:.4rem 0 .8rem;color:#fff}.footer-copy{margin:0;color:#cbd5f5;line-height:1.6}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact a{text-decoration:none;color:#fff;background:#ffffff14;padding:.85rem 1rem;border-radius:12px;display:flex;flex-direction:column;gap:.15rem}.footer-contact span{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.footer-contact strong{font-size:1.05rem}@media(max-width:640px){.app-shell{padding:1.5rem 1rem 3rem}.filters{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}.subject-toggle{width:100%}.subject-toggle button{font-size:.85rem;padding:.45rem 1rem;flex:1 1 calc(50% - .25rem);min-width:calc(50% - .25rem)}.city-filter{width:100%}.city-filter select{width:100%;min-width:0}}
