.screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .7s ease;background:var(--bg-page)}.screen.hidden{opacity:0;pointer-events:none}.screen.fully-hidden{display:none}#screenGate{flex-direction:column;align-items:center;justify-content:center;overflow-y:auto;padding:52px 0;background:var(--bg-page)}#screenGate .gate-content,#screenGate .gate-crest{opacity:0;transform:translateY(12px);transition:opacity 1.1s ease,transform 1.1s ease}#screenGate.revealed .gate-crest{opacity:1;transform:none}#screenGate.revealed .gate-content{opacity:1;transform:none;transition-delay:.28s}.gate-crest{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;margin:0 auto;cursor:pointer}.gate-logo{width:158px;height:auto;display:block;animation:breathe 6s ease-in-out infinite;opacity:.95;transition:transform .4s ease}.gate-crest:hover .gate-logo{opacity:1}.gate-crest:active .gate-logo{transform:scale(.97)}@keyframes breathe{0%,to{transform:scale(1);opacity:.95}50%{transform:scale(1.014);opacity:.85}}.gate-content{width:100%;max-width:430px;padding:30px 34px 8px;text-align:center}.gate-intro{font-size:12.5px;line-height:1.9;font-weight:300;letter-spacing:.04em;color:var(--fg);margin-bottom:13px;opacity:.9}.gate-intro:last-of-type{margin-bottom:32px;opacity:.78}.gate-clinics{display:flex;flex-direction:column;gap:14px}.clinic-btn{display:flex;align-items:stretch;background:var(--bg-card);border:1.5px solid var(--border);color:var(--fg);text-decoration:none;box-shadow:3px 3px 0 rgba(var(--shadow-rgba),.15),0 0 20px rgba(var(--shadow-rgba),.07);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,background .3s ease,color .3s ease}.clinic-icon{flex-shrink:0;width:60px;display:flex;align-items:center;justify-content:center;border-right:1.5px solid var(--border);background:repeating-linear-gradient(45deg,transparent 0,transparent 3px,rgba(var(--bar-stripe-rgba),.05) 3px,rgba(var(--bar-stripe-rgba),.05) 4px);transition:border-color .3s ease}.clinic-icon img{width:32px;height:32px;opacity:.85;transition:opacity .3s ease}.clinic-text{display:flex;flex-direction:column;gap:5px;padding:17px 20px;text-align:left}.clinic-name{font-size:15px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;text-shadow:0 0 6px rgba(var(--glow-rgba),.25)}.clinic-sub{font-size:9px;letter-spacing:.26em;text-transform:uppercase;font-weight:400;opacity:.55}.clinic-btn:hover{background:var(--btn-bg);color:var(--bg-card);transform:translate(-1px,-1px);box-shadow:4px 4px 0 rgba(var(--shadow-rgba),.2),0 0 24px rgba(var(--glow-rgba),.3)}.clinic-btn:hover .clinic-name{text-shadow:none}.clinic-btn:hover .clinic-icon{border-right-color:var(--bg-card)}.clinic-btn:hover .clinic-icon img{filter:var(--btn-icon-filter)}.clinic-btn:active{transform:translate(1px,1px);box-shadow:1px 1px 0 rgba(var(--shadow-rgba),.2)}.theme-toggle{z-index:95}@media (max-width:520px){.gate-content{padding:20px 22px 8px}.gate-logo{width:132px}.clinic-name{font-size:14px}.clinic-icon{width:52px}.clinic-icon img{width:28px;height:28px}}