@import"https://fonts.googleapis.com/css2?family=VT323&display=swap";:root{font-family:Courier New,Courier,VT323,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;background-attachment:fixed}h2{margin-top:0}h3{margin-top:1.5rem;padding-bottom:.25rem}.success-alert{border:1px solid #20c20e;color:#20c20e;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-size:.95rem}.error-alert{border:red;color:red;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-size:.95rem}.header{text-align:center;margin-bottom:3.5rem}.title{font-size:4rem;font-weight:800;margin:0 0 .5rem;letter-spacing:-.03em}.title-container{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem}.badge{padding:.2rem .6rem;border-radius:6px;letter-spacing:.02em}.badge-access{font-size:.8rem;font-weight:600;text-transform:uppercase;border:1px solid white}.badge-mode{color:#20c20e;border:1px solid #20c20e}.pointer-cursor{cursor:pointer}.turnstile-container{display:flex;justify-content:flex-end;align-items:center;min-height:65px;min-width:300px;margin-left:auto}.app-container{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}@media(max-width:640px){.app-container{padding:1.5rem 1rem}.title{font-size:2.5rem}.search-card{padding:1.25rem}.form-grid{grid-template-columns:1fr}.form-group-row{flex-direction:column;align-items:stretch;gap:.5rem}.form-label-add-darkroom{width:auto}.form-group-row .form-input{width:100%}.search-submit-btn{margin-left:auto;margin-right:auto;justify-self:center;grid-column:1 / -1}.form-submit-row{flex-direction:column;align-items:center;justify-content:center}.turnstile-container{margin-left:0;justify-content:center}}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;font-size:.95rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid white;border-radius:4px;cursor:pointer;display:grid;place-content:center;transition:all .2s ease}.checkbox-input:checked{background:#20c20e;border-color:#20c20e}.checkbox-input:checked:before{content:"✓";color:#000;font-weight:900;font-size:14px}.checkbox-input:focus{outline:2px solid #20c20e;outline-offset:2px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;align-items:flex-end}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.form-group-row{display:flex;flex-direction:row;align-items:center;gap:1rem;padding-bottom:.5rem}.form-group-row .form-input{flex:1;min-width:0}.form-label-add-darkroom{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;width:130px;flex-shrink:0}.form-input{background:#000;border:1px solid white;border-radius:12px;padding:.8rem 1rem;font-size:1rem;outline:none;transition:all .3s ease;width:100%;max-width:100%;box-sizing:border-box}.form-submit-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:1.5rem}.form-submit-row .search-submit-btn{margin-top:0}.search-submit-btn{background:#000;color:#20c20e;border:2px solid #20c20e;border-radius:12px;padding:.85rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;width:100%;max-width:300px}.tabs-container{display:flex;padding:4px;margin-bottom:2rem;width:fit-content}.tab-btn{background:transparent;border:none;padding:.5rem;font-size:1rem;font-weight:600;color:#20c20e;border-radius:8px;cursor:pointer}.tab-btn.active{text-decoration:underline}.nav-tabs-container{display:flex;justify-content:right;gap:0rem}.search-card{border:2px solid white;border-radius:24px;padding:2rem;margin-bottom:3rem}.results-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.result-card{background:#000;border:2px solid white;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.result-card-header{display:flex;justify-content:space-between;align-items:flex-start}.result-title-group{display:flex;flex-direction:column}.result-name{font-size:1.7rem;font-weight:700}.result-row-container{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.card-divider{width:100%;margin:1.5rem 0 0;border:0;height:1px;background-color:#fff}.facilities-col-container{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.facility-status{text-decoration:none;opacity:1}.facility-status.unavailable{text-decoration:line-through;opacity:.5}.expanded-content{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-section{display:flex;flex-direction:column;gap:.75rem}.info-section-title{font-size:1rem;font-weight:700;text-decoration:underline;text-transform:uppercase;letter-spacing:.05em}.info-item{display:flex;align-items:center;gap:.5rem;font-size:1rem}.info-link{color:#20c20e;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.info-link:hover{text-decoration:underline}.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;gap:1rem}.loading{width:48px;height:48px;border:4px solid rgba(99,102,241,.1);border-left-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem;background:#1118274d;border:1px dashed rgba(255,255,255,.08);border-radius:16px;color:#94a3b8}.empty-state-title{font-size:1.25rem;font-weight:600;color:#cbd5e1;margin-bottom:.5rem}.form-section-title{font-size:1.1rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.5rem;margin-top:1.5rem;margin-bottom:1rem}.qa-ul{display:flex;flex-direction:column;gap:1.25rem;margin-top:.75rem;padding-left:1.25rem}
