:root{--navy:#00374e;--green:#0a6b58;--orange:#c96517;--coffee:#7b2f14;--cream:#fff3dc;--mint:#dff3ec;--line:#e8e0d2;--muted:#65747a;--canvas:#f8f5ee}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 82% 14%,rgba(201,101,23,.11),transparent 26%),var(--canvas);color:var(--navy);font-family:Arial,sans-serif}button,input{font:inherit}.topbar{position:relative;height:88px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce3df;background:#fffdf8}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,var(--green),var(--navy));color:#fff;font:21px Georgia}.partnership{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:9px;color:#8a776e;font-size:11px;text-transform:uppercase}.partnership img{width:68px;height:68px;object-fit:contain}.header-note{font-size:13px;color:var(--muted)}.shell{width:min(1240px,calc(100% - 40px));margin:auto;padding:48px 0 80px}.hero{min-height:420px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:36px 42px 36px 48px;border:1px solid #dce3df;border-radius:28px;background:linear-gradient(120deg,#fff 0%,#fff3dc 60%,#daf0ea 100%);box-shadow:0 22px 60px rgba(77,47,26,.08)}.hero-content{width:min(700px,65%)}.eyebrow{margin:0 0 9px;color:var(--orange);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}h1{margin:0;font:500 clamp(40px,5vw,62px)/1 Georgia;letter-spacing:-.045em}.hero-copy{color:var(--muted);line-height:1.6}.logo-card{display:flex;flex-direction:column;align-items:center}.logo-card img{width:min(290px,28vw);filter:drop-shadow(0 18px 24px rgba(65,34,15,.18))}.logo-card span{margin-top:-12px;padding:8px 13px;border:1px solid #dce3df;border-radius:99px;background:#ffffffd9;color:var(--coffee);font-size:11px;font-weight:bold;text-transform:uppercase}.panel{margin-top:24px;padding:18px;border:1px solid #dce3df;border-radius:18px;background:#ffffffdb;box-shadow:0 12px 30px rgba(0,55,78,.07)}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.panel-head>div{display:flex;flex-direction:column}.panel-head small{margin-top:3px;color:var(--muted)}.search-form{display:grid;grid-template-columns:1fr auto;gap:9px}.search-wrap{position:relative}.search-form input,.record-form input{width:100%;height:48px;padding:0 14px;border:1px solid #d8e1dd;border-radius:11px;outline:none}.search-form input:focus,.record-form input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #c965171f}.primary,.secondary{padding:12px 16px;border-radius:11px;font-weight:750;cursor:pointer}.primary{border:0;background:linear-gradient(135deg,var(--green),var(--navy));color:#fff}.secondary{border:1px solid #ded7ca;background:#fff;color:var(--coffee)}.results{position:absolute;z-index:5;top:53px;left:0;right:0;border:1px solid #dce3df;border-radius:12px;background:#fff;box-shadow:0 16px 36px #00374e21;overflow:hidden}.results button{width:100%;display:flex;justify-content:space-between;padding:11px 13px;border:0;border-bottom:1px solid #edf1ef;background:#fff;text-align:left;cursor:pointer}.results button:hover{background:#fffaf1}.results small{display:block;margin-top:3px;color:var(--muted)}.hidden{display:none!important}.message{margin-top:11px;padding:12px;border-radius:11px}.success{background:#e3f5ee;color:#075143}.warning{background:var(--cream);color:var(--coffee)}.error{color:#9a3412;font-size:13px}.stats{display:grid;grid-template-columns:repeat(3,1fr);margin:24px 0;border:1px solid #dce3df;border-radius:18px;background:#fff;overflow:hidden}.stats div{display:flex;align-items:center;justify-content:space-between;padding:22px 27px;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats span{color:var(--muted);font-size:13px}.stats strong{color:var(--orange);font:26px Georgia}.directory{border:1px solid #dce3df;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 14px 45px #00374e0f}.directory-head{padding:24px 28px;border-bottom:1px solid var(--line)}.directory h2{margin:0 0 5px;font-size:18px}.directory p{margin:0;color:var(--muted);font-size:13px}.table-wrap{overflow:auto}table{width:100%;min-width:930px;border-collapse:collapse}th{padding:16px 22px;background:#fffaf1;text-align:left;color:var(--navy);font-size:12px;text-transform:uppercase}td{padding:17px 22px;border-top:1px solid #edf1ef;color:#46545a;font-size:14px}.visit{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--mint);color:var(--green);font-weight:bold}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:20px;background:#0026358c;backdrop-filter:blur(5px)}.modal{width:min(650px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:22px;background:#fff;box-shadow:0 30px 80px #00263547}.modal-head{display:flex;justify-content:space-between;padding:26px 30px 21px;border-bottom:1px solid var(--line)}.modal-head h2{margin:0 0 6px;font:28px Georgia}.modal-head p:last-child{margin:0;color:var(--muted);font-size:14px}.close{width:36px;height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:24px;cursor:pointer}.record-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:27px 30px}.record-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:bold}.wide{grid-column:1/-1}.actions{display:flex;justify-content:flex-end;gap:10px}
@media(max-width:760px){.partnership,.header-note{display:none}.shell{width:calc(100% - 28px);padding-top:28px}.hero{flex-direction:column;padding:28px 22px}.hero-content{width:100%}.logo-card{order:-1}.logo-card img{width:190px}.panel-head{align-items:flex-start;flex-direction:column;gap:10px}.search-form{grid-template-columns:1fr}.search-form .primary{width:100%}.stats{grid-template-columns:1fr}.stats div{border-right:0;border-bottom:1px solid var(--line)}.record-form{grid-template-columns:1fr;padding:23px 20px}.wide{grid-column:auto}}
