.creeks-page{--muted:#5a6474;--border:#dde3ea;font-family:var(--font-geist-sans), system-ui, sans-serif;color:var(--text);background:#fff;line-height:1.6}.creeks-page *{box-sizing:border-box;margin:0;padding:0}.creeks-page .hero{background:linear-gradient(160deg, var(--lake-dark) 0%, #1a6fa8 55%, #2980b9 100%);padding:3.5rem 2rem;position:relative;overflow:hidden}.creeks-page .hero:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cellipse cx='75%25' cy='55%25' rx='38%25' ry='28%25' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E");position:absolute;inset:0}.creeks-page .hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.creeks-page .hero-badges{flex-wrap:wrap;gap:8px;margin-bottom:1.2rem;display:flex}.creeks-page .hero-badge{letter-spacing:.04em;border-radius:20px;padding:4px 12px;font-size:.76rem;font-weight:600}.creeks-page .b-white{color:#fff;background:#ffffff1f;border:1px solid #fff3}.creeks-page .b-green{color:#9efaae;background:#2d7a3a4d;border:1px solid #50c8644d}.creeks-page .b-blue{color:#bde5ff;background:#7fd8ff26;border:1px solid #7fd8ff4d}.creeks-page .hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:.7rem;font-size:2.8rem;font-weight:700;line-height:1.1}.creeks-page .hero h1 em{color:#7fd8ff;font-style:normal}.creeks-page .hero-sub{color:#ffffffd1;max-width:500px;margin-bottom:1.8rem;font-size:.98rem;line-height:1.7}.creeks-page .hero-cta{flex-wrap:wrap;gap:10px;display:flex}.creeks-page .hero-cta-primary{color:var(--lake-dark);background:#fff;border-radius:8px;align-items:center;gap:6px;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.creeks-page .hero-cta-outline{color:#fff;background:0 0;border:2px solid #fff6;border-radius:8px;align-items:center;gap:6px;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.creeks-page .trib-overview{color:#fff;background:#050e1873;border:1px solid #7fd8ff2e;border-radius:14px;padding:1.2rem}.creeks-page .trib-ov-title{text-transform:uppercase;letter-spacing:.1em;color:#7fd8ffb3;margin-bottom:.8rem;font-size:.7rem;font-weight:700}.creeks-page .trib-bars{flex-direction:column;gap:6px;display:flex}.creeks-page .trib-row{align-items:center;gap:8px;font-size:.82rem;display:flex}.creeks-page .trib-name{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;width:120px;font-size:.78rem;overflow:hidden}.creeks-page .trib-bar-bg{background:#ffffff0f;border-radius:3px;flex:1;height:12px;overflow:hidden}.creeks-page .trib-bar-fill{border-radius:3px;height:100%;transition:width .8s .2s}.creeks-page .trib-val{text-align:right;flex-shrink:0;width:52px;font-size:.72rem;font-weight:700}.creeks-page .stats-bar{background:var(--sand);border-bottom:1px solid var(--border);padding:1.2rem 2rem}.creeks-page .stats-inner{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1100px;margin:0 auto;display:grid}.creeks-page .stat{text-align:center;border:1px solid var(--border);background:#fff;border-radius:10px;padding:.9rem}.creeks-page .stat-num{color:var(--lake);font-size:1.75rem;font-weight:700}.creeks-page .stat-num.g{color:var(--green)}.creeks-page .stat-num.a{color:var(--amber)}.creeks-page .stat-num.r{color:var(--red)}.creeks-page .stat-label{color:var(--muted);margin-top:2px;font-size:.73rem}.creeks-page .filter-bar{border-bottom:2px solid var(--border);z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;padding:1rem 2rem;position:sticky;top:60px}.creeks-page .filter-inner{flex-wrap:wrap;align-items:center;gap:10px;max-width:1100px;margin:0 auto;display:flex}.creeks-page .filter-btn{border:1.5px solid var(--border);cursor:pointer;color:var(--muted);background:#fff;border-radius:20px;padding:6px 15px;font-family:inherit;font-size:.82rem;transition:all .2s}.creeks-page .filter-btn.active{background:var(--lake);color:#fff;border-color:var(--lake)}.creeks-page .filter-btn:hover:not(.active){border-color:var(--lake);color:var(--lake)}.creeks-page .search-box{border:1.5px solid var(--border);border-radius:20px;outline:none;min-width:210px;margin-left:auto;padding:8px 15px;font-family:inherit;font-size:.84rem}.creeks-page .search-box:focus{border-color:var(--lake)}.creeks-page .grid-content{max-width:1100px;margin:0 auto;padding:2rem 2rem 4rem}.creeks-page .grid-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:1.2rem;display:flex}.creeks-page .grid-head-label{text-transform:uppercase;letter-spacing:.1em;color:var(--lake);font-size:.76rem;font-weight:700}.creeks-page .count-badge{background:var(--lake-light);color:var(--lake);border-radius:10px;margin-left:6px;padding:2px 8px;font-size:.68rem}.creeks-page .grid-search{border:1.5px solid var(--border);color:var(--text);border-radius:8px;outline:none;width:220px;padding:.5rem 1rem;font-size:.88rem;transition:border .2s}.creeks-page .grid-search:focus{border-color:var(--lake)}.creeks-page .creek-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem;margin-bottom:.5rem;display:grid}.creeks-page .creek-card{border:1.5px solid var(--border);color:inherit;background:#fff;border-radius:14px;flex-direction:column;text-decoration:none;transition:all .22s;display:flex;overflow:hidden}.creeks-page .creek-card:hover{border-color:var(--lake);transform:translateY(-3px);box-shadow:0 8px 28px #1a6fa81f}.creeks-page .creek-card-img{aspect-ratio:16/7;background:linear-gradient(135deg,#0d3a5a 0%,#0a2540 55%,#061729 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.creeks-page .creek-card-img:before{content:"";background:radial-gradient(at 30% 30%,#7fd8ff26 0%,#0000 60%);position:absolute;inset:0}.creeks-page .creek-card-img:after{content:"";background:linear-gradient(60deg,#0000 30%,#7fd8ff0a 50%,#0000 70%);animation:6s ease-in-out infinite creek-sh;position:absolute;inset:0}@keyframes creek-sh{0%,to{transform:translate(-10%,-10%)}50%{transform:translate(10%,10%)}}.creeks-page .creek-img-icon{z-index:1;color:#ffffff80;text-align:center;position:relative}.creeks-page .creek-img-icon svg{width:36px;height:36px}.creeks-page .creek-img-icon div{text-transform:uppercase;letter-spacing:.1em;color:#7fd8ff80;margin-top:5px;font-size:.62rem;font-weight:600}.creeks-page .creek-card-body{flex-direction:column;flex:1;padding:1rem 1.2rem;display:flex}.creeks-page .creek-card-name{color:var(--text);margin-bottom:3px;font-size:1.05rem;font-weight:700}.creeks-page .creek-card-loc{color:var(--lake);margin-bottom:.6rem;font-size:.76rem;font-style:italic}.creeks-page .creek-card-desc{color:var(--muted);flex:1;margin-bottom:.8rem;font-size:.84rem;line-height:1.6}.creeks-page .creek-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:.6rem;display:flex}.creeks-page .creek-card-tags{flex-wrap:wrap;gap:5px;display:flex}.creeks-page .creek-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:9px;padding:2px 7px;font-size:.63rem;font-weight:700}.creeks-page .ct-active{background:var(--green-light);color:var(--green)}.creeks-page .ct-priority{background:var(--lake-light);color:var(--lake-dark)}.creeks-page .ct-restore{color:#2855a0;background:#e8f0ff}.creeks-page .ct-concern{background:var(--amber-light);color:var(--amber)}.creeks-page .ct-barrier{color:#b54708;background:#fff3e0}.creeks-page .ct-none{color:#666;background:#f0f0f0}.creeks-page .ct-historical{color:#7030a0;background:#faf0ff}.creeks-page .creek-card-arrow{color:var(--muted);font-size:1rem;transition:color .2s,transform .2s}.creeks-page .creek-card:hover .creek-card-arrow{color:var(--lake);transform:translate(3px)}.creeks-page .status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:4px;display:inline-block}.creeks-page .sd-active{background:#2d7a3a;box-shadow:0 0 5px #2d7a3a80}.creeks-page .sd-concern{background:var(--amber)}.creeks-page .sd-none{background:#aaa}.creeks-page .no-results{text-align:center;color:var(--muted);padding:3rem}.creeks-page footer{background:var(--text);color:#ffffffb3;text-align:center;padding:2.5rem 2rem}.creeks-page footer .fl{color:#fff;justify-content:center;align-items:center;gap:8px;margin-bottom:.4rem;font-size:1.1rem;font-weight:700;display:flex}.creeks-page footer p{font-size:.82rem;line-height:1.7}.creeks-page footer a{color:#7fd8ff;text-decoration:none}@media (max-width:900px){.creeks-page .hero-inner{grid-template-columns:1fr}.creeks-page .hero h1{font-size:2rem}.creeks-page .trib-overview{display:none}.creeks-page .stats-inner{grid-template-columns:1fr 1fr}.creeks-page .search-box{width:100%;min-width:0;margin-left:0}}@media (max-width:600px){.creeks-page .creek-grid{grid-template-columns:1fr}.creeks-page .stats-inner{grid-template-columns:1fr 1fr}}
