@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--green:#2f6f4e;--green-dark:#1e5035;--green-light:#e8f4ee;--green-muted:#c8e2d5;--text:#1f2933;--text-muted:#888;--border:#ebebeb;--surface:#fff;--radius:16px;--shadow:0 4px 20px #00000017;--shadow-lg:0 12px 40px #0000002e}html{scroll-behavior:smooth}body{color:var(--text);background-color:#000;font-family:Inter,Segoe UI,sans-serif}.container{max-width:1100px;margin:auto;padding:0 2rem}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.navbar{z-index:10;width:100%;padding:1.25rem 0;position:absolute}.nav-content{color:#fff;justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{letter-spacing:-.02em;white-space:nowrap;font-size:1.15rem;font-weight:700}.nav-content nav{align-items:center;gap:.25rem;display:flex}.nav-content nav a{white-space:nowrap;border-bottom:2px solid #0000;margin-left:.75rem;padding:.3rem 0;font-size:.88rem;font-weight:500;transition:border-color .2s}.nav-content nav a:hover{border-bottom-color:#ffffffb3;text-decoration:none}.nav-search-btn{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff38;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:.75rem;font-size:.82rem;transition:background .2s;display:inline-flex}.nav-search-btn:hover{background:#ffffff40}.btn-outline{border:1.5px solid #ffffffbf;border-radius:20px;padding:.4rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.btn-outline:hover{color:var(--green);background:#fff;border-color:#fff;text-decoration:none}.hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:-2;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{z-index:-1;background:#0000006b;position:absolute;inset:0}.hero-content{text-align:center;color:#fff;max-width:640px;padding:0 1.5rem;position:relative}.hero-content h2{letter-spacing:-.03em;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.15}.hero-content p{opacity:.88;margin-bottom:.4rem;font-size:1rem;line-height:1.65}.hero-content p:last-of-type{margin-bottom:2.2rem}.btn-primary{background:var(--green);color:#fff;border-radius:30px;padding:.85rem 2.2rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;display:inline-block;box-shadow:0 4px 20px #2f6f4e73}.btn-primary:hover{background:var(--green-dark);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 28px #2f6f4e8c}main{isolation:isolate;background:url(/assets/martin.jpg) 50%/cover no-repeat;padding:5rem 0 6rem;position:relative}main:before{content:"";z-index:0;background:linear-gradient(#0e22176b 0%,#0e22179e 35%,#0e2217e0 100%);position:absolute;inset:0}main>*{z-index:1;position:relative}.features{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:-64px;display:grid}.feature-card{border-radius:var(--radius);box-shadow:var(--shadow-lg);text-align:center;background:#fff;padding:2rem 1.75rem;transition:transform .22s,box-shadow .22s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #00000038}.feature-icon{margin-bottom:.9rem;font-size:2rem;display:block}.feature-card h3{color:var(--text);margin-bottom:.5rem;font-size:.97rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.latest-catches{margin-top:5rem}.section-heading{text-align:center;color:#fff;letter-spacing:-.025em;margin-bottom:.4rem;font-size:1.75rem;font-weight:700}.subtitle{text-align:center;color:#ffffffa6;margin-bottom:2.5rem;font-size:.92rem}.catches-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.catch-preview-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;flex-direction:column;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden}.catch-preview-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.catch-prev-header{align-items:center;gap:.6rem;padding:.85rem 1rem;display:flex}.catch-prev-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.88rem;font-weight:700;display:flex}.catch-prev-meta{flex:1;min-width:0}.catch-prev-meta strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;display:block;overflow:hidden}.catch-prev-meta span{color:var(--text-muted);font-size:.74rem}.catch-prev-badge{letter-spacing:.04em;text-transform:uppercase;color:#d97706;white-space:nowrap;background:#fff3e0;border-radius:20px;flex-shrink:0;padding:.22rem .6rem;font-size:.67rem;font-weight:700}.catch-prev-badge.post{background:var(--green-light);color:var(--green)}.catch-prev-img{object-fit:cover;width:100%;height:185px;display:block}.catch-prev-img-placeholder{background:linear-gradient(135deg, var(--green-light), var(--green-muted));justify-content:center;align-items:center;width:100%;height:185px;font-size:2.8rem;display:flex}.catch-prev-body{flex-direction:column;flex:1;gap:.3rem;padding:.85rem 1rem 1rem;display:flex}.catch-prev-fish{color:var(--text);font-size:.97rem;font-weight:700}.catch-prev-loc{color:var(--text-muted);font-size:.78rem}.catch-prev-tags{flex-wrap:wrap;gap:.35rem;margin-top:.4rem;display:flex}.catch-prev-tags span{color:#555;background:#f1f5f2;border-radius:12px;padding:.18rem .55rem;font-size:.71rem;font-weight:600}.cta{text-align:center;color:#fff;padding:5.5rem 2rem 2rem}.cta h2{letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.9rem;font-weight:700}.cta p{opacity:.78;margin-bottom:2rem;font-size:.97rem}.footer{color:#fff;background:#0a1810;padding:3.5rem 0 2.5rem}.footer-grid{grid-template-columns:1.5fr 1.4fr 1fr 1fr;align-items:start;gap:2.5rem;display:grid}.footer-brand h3{letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.footer-brand p{opacity:.55;margin-bottom:.2rem;font-size:.82rem;line-height:1.65}.footer-social{gap:.7rem;margin-top:1.2rem;display:flex}.footer-social a{opacity:.65;font-size:1.15rem;transition:opacity .2s}.footer-social a:hover{opacity:1}.footer-contact-col h4,.footer-links-col h4{text-transform:uppercase;letter-spacing:.1em;opacity:.45;margin-bottom:1rem;font-size:.72rem;font-weight:700}.footer-contact-col input,.footer-contact-col textarea{color:#fff;background:#ffffff12;border:1px solid #ffffff21;border-radius:8px;outline:none;width:100%;margin-bottom:.55rem;padding:.55rem .8rem;font-family:inherit;font-size:.83rem;transition:border-color .2s;display:block}.footer-contact-col input::placeholder,.footer-contact-col textarea::placeholder{color:#ffffff4d}.footer-contact-col input:focus,.footer-contact-col textarea:focus{border-color:#ffffff59}.footer-contact-col textarea{resize:none;height:68px}.btn-footer-submit{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:.55rem 1.35rem;font-family:inherit;font-size:.83rem;font-weight:600;transition:background .2s,transform .15s}.btn-footer-submit:hover{background:var(--green-dark);transform:translateY(-1px)}.footer-links-col{flex-direction:column;gap:.65rem;display:flex}.footer-links-col a{opacity:.65;word-break:break-all;font-size:.86rem;transition:opacity .2s}.footer-links-col a:hover{opacity:1;text-decoration:underline}.hamburger{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.1rem .3rem;font-size:1.7rem;line-height:1;display:none}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=700px){.catches-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.container{padding:0 1rem}.navbar{z-index:1000;padding:1rem 0}.hamburger{display:block}.nav-content{flex-wrap:wrap;align-items:center}#mainNav{background:#0e2217f7;border-radius:12px;flex-direction:column;width:100%;margin-top:.75rem;display:none;overflow:hidden}#mainNav.nav-open{display:flex}#mainNav a{border-bottom:1px solid #ffffff12;margin-left:0;padding:.9rem 1.25rem;font-size:.97rem}#mainNav a:last-child{border-bottom:none}.btn-outline{border:none;border-radius:0;padding:.9rem 1.25rem}.hero-content h2{font-size:2.1rem}.hero-content p{font-size:.93rem}.features{margin-top:2rem}.catches-grid{grid-template-columns:1fr}.cta{padding:4rem 1rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}}:root{--green:#2f6f4e;--green-dark:#1e5035;--green-btn:#3a8a61}*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;font-family:Inter,Segoe UI,sans-serif;overflow:hidden}.auth-hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.auth-content{z-index:5;align-items:center;gap:3rem;width:100%;max-width:1100px;padding:0 3rem;display:flex;position:relative}.auth-bg-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.auth-overlay{background:#05120a7a;position:absolute;inset:0}.auth-navbar{z-index:10;padding:1.25rem 0;position:absolute;top:0;left:0;right:0}.auth-nav-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:auto;padding:0 2rem;display:flex}.auth-nav-logo{color:#fff;letter-spacing:-.02em;font-size:1.15rem;font-weight:700;text-decoration:none}.auth-nav-links{align-items:center;gap:1.5rem;display:flex}.auth-nav-links a{color:#fffc;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}.auth-nav-links a:hover,.auth-nav-links .auth-nav-active{color:#fff}.auth-branding{flex-direction:column;flex:1;justify-content:center;display:flex}.auth-brand-logo{color:#fff;letter-spacing:-.04em;margin-bottom:1.25rem;font-size:2.8rem;font-weight:700;line-height:1;text-decoration:none;display:block}.auth-brand-tagline{color:#ffffffa6;font-size:1.2rem;font-weight:400;line-height:2}.auth-card{-webkit-backdrop-filter:blur(22px);background:#0c1e129e;border:1px solid #ffffff1f;border-radius:22px;flex-shrink:0;width:340px;padding:2.5rem 2rem 2rem;box-shadow:0 24px 60px #00000073}.auth-card-icon{text-align:center;filter:drop-shadow(0 2px 6px #0006);margin-bottom:.25rem;font-size:2rem}.auth-card-title{text-align:center;color:#fff;letter-spacing:-.025em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.auth-form{flex-direction:column;gap:.75rem;display:flex}.auth-form input{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:10px;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,background .2s}.auth-form input::placeholder{color:#fff6}.auth-form input:focus{background:#ffffff26;border-color:#fff6}.auth-error{color:#ff8a80;text-align:center;min-height:.9rem;font-size:.8rem;font-weight:500}.auth-success{color:#a5d6a7;text-align:center;min-height:.9rem;font-size:.8rem;font-weight:600}.btn-auth-primary{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:.25rem;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s}.btn-auth-primary:hover{background:var(--green-btn);transform:translateY(-1px)}.btn-auth-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-auth-secondary{color:#fffc;cursor:pointer;background:0 0;border:1.5px solid #ffffff40;border-radius:10px;width:100%;padding:.8rem;font-family:inherit;font-size:.92rem;font-weight:500;transition:background .2s,border-color .2s,color .2s}.btn-auth-secondary:hover{color:#fff;background:#ffffff14;border-color:#ffffff80}@media (width<=700px){body{height:auto;overflow-y:auto}.auth-hero{align-items:flex-start;height:auto;min-height:100vh}.auth-content{flex-direction:column;align-items:center;gap:2rem;padding:7rem 1.5rem 3rem}.auth-branding{text-align:center;flex:unset;align-items:center}.auth-brand-logo{margin-bottom:.75rem;font-size:2rem}.auth-brand-tagline{font-size:.97rem;line-height:1.75}.auth-card{width:100%;max-width:360px}}.feed-layout{background:#eef2ee;grid-template-columns:220px 1fr 280px;min-height:100vh;display:grid}.feed-sidebar{color:#fff;background:#0c1e12;flex-direction:column;height:100vh;padding:2rem 1.1rem 1.5rem;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-logo{letter-spacing:-.02em;color:#fff;margin-bottom:2.25rem;padding-left:.4rem;font-size:1.4rem;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:.15rem;display:flex}.sidebar-link{color:#ffffff94;border-radius:10px;align-items:center;gap:.7rem;padding:.65rem .85rem;font-size:.87rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#ffffff1a;text-decoration:none}.sidebar-icon{text-align:center;flex-shrink:0;width:20px;font-size:1rem}.sidebar-new-btn{color:#fff;text-align:center;background:#2f6f4e;border-radius:10px;margin-bottom:1.25rem;padding:.7rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.sidebar-new-btn:hover{background:#1e5035;text-decoration:none}.sidebar-user{color:#fff9;border-top:1px solid #ffffff14;align-items:center;gap:.65rem;padding:.65rem .5rem;font-size:.83rem;display:flex}.sidebar-user-avatar{color:#fff;background:#2f6f4e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.82rem;font-weight:700;display:flex}.feed-main{width:100%;max-width:680px;margin:0 auto;padding:2rem 2rem 4rem}.feed-topbar{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.feed-title{color:#1f2933;letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.feed-sort-label{color:#2f6f4e;background:#e8f4ee;border-radius:20px;padding:.3rem .85rem;font-size:.82rem;font-weight:600}.feed-loading,.feed-empty{color:#aaa;text-align:center;padding:3rem 0;font-size:.9rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.post-card{opacity:0;background:#fff;border-radius:16px;margin-bottom:1.25rem;transition:box-shadow .2s,transform .2s;animation:.35s forwards fadeUp;overflow:hidden;box-shadow:0 2px 12px #00000012}.post-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001c}.post-header{align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.post-avatar{color:#fff;background:#2f6f4e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.post-avatar[data-letter=B],.post-avatar[data-letter=H],.post-avatar[data-letter=N],.post-avatar[data-letter=T],.post-avatar[data-letter=Z]{background:#1a6b8a}.post-avatar[data-letter=C],.post-avatar[data-letter=I],.post-avatar[data-letter=O],.post-avatar[data-letter=U]{background:#7b4f9e}.post-avatar[data-letter=D],.post-avatar[data-letter=J],.post-avatar[data-letter=P],.post-avatar[data-letter=V]{background:#c0392b}.post-avatar[data-letter=E],.post-avatar[data-letter=K],.post-avatar[data-letter=Q],.post-avatar[data-letter=W]{background:#c87000}.post-avatar[data-letter=F],.post-avatar[data-letter=L],.post-avatar[data-letter=R],.post-avatar[data-letter=X]{background:#1a6b35}.post-meta strong{color:#1f2933;font-size:.93rem;font-weight:700;display:block}.post-meta span{color:#bbb;font-size:.78rem}.post-type-badge{color:#2f6f4e;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#e8f4ee;border-radius:20px;margin-left:auto;padding:.28rem .75rem;font-size:.7rem;font-weight:700}.post-type-badge.catch{color:#d97706;background:#fff3e0}.post-image{object-fit:cover;width:100%;max-height:440px;display:block}.post-caption{color:#333;padding:.85rem 1.25rem .5rem;font-size:.93rem;line-height:1.6}.catch-block{background:#f7faf8;border:1px solid #deeee6;border-radius:12px;margin:.5rem 1.25rem .75rem;padding:1rem 1.1rem}.catch-block-title{text-transform:uppercase;letter-spacing:.09em;color:#2f6f4e;margin-bottom:.85rem;font-size:.68rem;font-weight:700}.catch-grid{grid-template-columns:1fr 1fr;gap:.55rem 1.5rem;display:grid}.catch-item label{color:#bbb;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.1rem;font-size:.67rem;display:block}.catch-item span{color:#1f2933;font-size:.9rem;font-weight:600}.released-tag{color:#1a6b35;background:#d4edda;border-radius:20px;align-items:center;gap:.3rem;margin-top:.75rem;padding:.22rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.post-footer{border-top:1px solid #f3f3f3;justify-content:space-between;align-items:center;padding:.55rem 1.25rem;display:flex}.post-date{color:#ccc;font-size:.76rem}.post-actions{gap:.2rem;display:flex}.post-action-btn{cursor:pointer;color:#ccc;background:0 0;border:none;border-radius:8px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-family:inherit;font-size:.8rem;transition:background .15s,color .15s,transform .1s;display:flex}.post-action-btn:hover{color:#555;background:#f5f5f5}.post-action-btn:active{transform:scale(.93)}.post-action-btn.liked{color:#e74c3c}.btn-icon{font-size:1rem;line-height:1}.feed-right{flex-direction:column;gap:1rem;padding:2rem 1.25rem 2rem .5rem;display:flex}.right-card{background:#fff;border-radius:14px;padding:1.25rem;box-shadow:0 2px 10px #0000000f}.right-card-title{text-transform:uppercase;letter-spacing:.08em;color:#bbb;margin-bottom:1rem;font-size:.78rem;font-weight:700}.my-fish-stat{flex-direction:column;margin-bottom:1rem;display:flex}.my-fish-num{color:#1f2933;letter-spacing:-.04em;font-size:2.2rem;font-weight:700;line-height:1}.my-fish-label{color:#bbb;margin-top:.2rem;font-size:.78rem}.my-fish-row{border-top:1px solid #f0f0f0;gap:1.5rem;margin-bottom:1rem;padding-top:.75rem;display:flex}.my-fish-sub{flex-direction:column;display:flex}.my-fish-sub-num{color:#1f2933;font-size:1.1rem;font-weight:700}.my-fish-sub-label{color:#bbb;font-size:.72rem}.right-card-link{color:#2f6f4e;font-size:.8rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.right-card-link:hover{opacity:.75;text-decoration:none}.nearby-list{flex-direction:column;gap:.75rem;margin-bottom:.9rem;display:flex}.nearby-item{align-items:center;gap:.65rem;display:flex}.nearby-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.82rem;font-weight:700;display:flex}.nearby-info{flex-direction:column;display:flex}.nearby-info strong{color:#1f2933;font-size:.83rem;font-weight:700}.nearby-info span{color:#bbb;font-size:.75rem}.places-list{flex-direction:column;gap:.6rem;margin-bottom:.9rem;display:flex}.place-item{color:#444;align-items:center;gap:.65rem;font-size:.85rem;display:flex}.place-dot{background:#2f6f4e;border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (width<=1100px){.feed-layout{grid-template-columns:220px 1fr}.feed-right{display:none}}@media (width<=700px){.feed-layout{grid-template-columns:1fr}.feed-sidebar{z-index:100;border-top:1px solid #ffffff14;flex-direction:row;height:auto;padding:.5rem 1rem;position:fixed;inset:auto 0 0}.sidebar-logo,.sidebar-new-btn,.sidebar-user{display:none}.sidebar-nav{flex-direction:row;flex:1;justify-content:space-around;gap:0}.sidebar-link{flex-direction:column;align-items:center;gap:.2rem;padding:.4rem .5rem;font-size:.65rem}.sidebar-icon{font-size:1.25rem}.feed-main{padding:1.25rem 1rem 6rem}}.profile-banner{height:260px;position:relative;overflow:hidden}.banner-image{object-fit:cover;width:100%;height:100%;display:block}.banner-overlay{background:linear-gradient(#122a1e4d 0%,#122a1ea6 100%);position:absolute;inset:0}.profile-main{z-index:1;isolation:isolate;background:url(/assets/martin.jpg) 50%/cover no-repeat fixed;min-height:calc(100vh - 260px);padding:0 1rem 6rem;position:relative}.profile-main:before{content:"";z-index:0;background:#122a1ed1;position:absolute;inset:0}.profile-card-wrap{z-index:1;max-width:560px;margin:0 auto;position:relative}.profile-avatar-area{z-index:10;justify-content:center;margin-top:-60px;margin-bottom:-52px;display:flex;position:relative}.profile-avatar{cursor:pointer;background:#2f6f4e;border:4px solid #fff;border-radius:50%;width:120px;height:120px;transition:box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 6px 24px #00000059}.profile-avatar:hover{box-shadow:0 8px 32px #00000073}.profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-initials{color:#fff;letter-spacing:-1px;background:#2f6f4e;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.6rem;font-weight:700;display:flex}.avatar-change-overlay{color:#fff;opacity:0;background:#00000085;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-avatar:hover .avatar-change-overlay{opacity:1}.profile-card{text-align:center;background:#fff;border-radius:24px;padding:4rem 2rem 2rem;box-shadow:0 8px 40px #00000038}.profile-identity h2{color:#1f2933;margin-bottom:.2rem;font-size:1.75rem;font-weight:700}.profile-username{color:#aaa;margin-bottom:0;font-size:.95rem}.profile-stats-row{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;justify-content:center;align-items:center;gap:0;margin:1.75rem 0 1.5rem;padding:1.25rem 0;display:flex}.stat-item{flex-direction:column;flex:1;align-items:center;gap:.2rem;display:flex}.stat-num{color:#1f2933;font-size:1.5rem;font-weight:700;line-height:1}.stat-label{color:#bbb;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.stat-divider{background:#eee;width:1px;height:36px}.profile-details{flex-direction:column;gap:.6rem;margin-bottom:1.75rem;display:flex}.detail-row{color:#666;justify-content:center;align-items:center;gap:.55rem;font-size:.9rem;display:flex}.detail-icon{color:#aaa;flex-shrink:0;align-items:center;display:flex}.profile-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.btn-edit{color:#333;cursor:pointer;background:#f4f4f4;border:none;border-radius:30px;padding:.65rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s}.btn-edit:hover{background:#e8e8e8}.btn-create{color:#fff;background:#2f6f4e;border:none;border-radius:30px;align-items:center;padding:.65rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-create:hover{background:#246040;text-decoration:none;transform:translateY(-1px)}.btn-logout{color:#c0392b;cursor:pointer;background:#fff0f0;border:none;border-radius:30px;padding:.65rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s}.btn-logout:hover{background:#ffe0e0}.profile-catches-section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;margin-top:1.5rem;padding:1.5rem 1.75rem}.catches-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.catches-header h3{font-size:1.05rem;font-weight:700}.no-catches{color:#ffffff73;text-align:center;padding:1rem 0;font-size:.88rem}.modal-overlay{z-index:2000;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.modal-overlay.open{display:flex}.edit-modal{color:#1f2933;background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2rem;box-shadow:0 20px 60px #0000004d}.edit-modal h3{text-align:center;color:#1f2933;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.edit-form-group{margin-bottom:1.1rem}.edit-form-group label{color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.78rem;font-weight:700;display:block}.edit-form-group input{color:#1f2933;border:1.5px solid #e5e5e5;border-radius:12px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.edit-form-group input:focus{border-color:#2f6f4e}.edit-status{text-align:center;min-height:1.2rem;margin-bottom:.75rem;font-size:.85rem}.edit-status.success{color:#2f6f4e;font-weight:600}.edit-status.error{color:#c0392b;font-weight:600}.edit-modal-actions{gap:.75rem;display:flex}.btn-save{color:#fff;cursor:pointer;background:#2f6f4e;border:none;border-radius:30px;flex:1;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .2s}.btn-save:hover{background:#246040}.btn-cancel{color:#555;cursor:pointer;background:#f0f0f0;border:none;border-radius:30px;flex:1;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s}.btn-cancel:hover{background:#e4e4e4}.catches-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.catch-item-card{color:#e8f5e9;background:#ffffff12;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:relative}.delete-catch-btn{color:#ef9a9a;cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:6px;flex-shrink:0;margin-left:auto;padding:.25rem .5rem;font-size:1rem;transition:opacity .2s}.delete-catch-btn:hover{opacity:1;background:#ef9a9a26}.catch-thumb{object-fit:cover;border-radius:8px;flex-shrink:0;width:64px;height:64px}.catch-item-info{flex-direction:column;gap:.2rem;font-size:.9rem;display:flex}.catch-item-info strong{color:#fff;font-size:1rem}.catch-item-date{color:#a5d6a7;margin-top:.1rem;font-size:.78rem}@media (width<=600px){.profile-banner{height:200px}.profile-card{border-radius:20px;padding:3.5rem 1.5rem 1.75rem}.profile-identity h2{font-size:1.4rem}.profile-actions{gap:.5rem}.btn-edit,.btn-create,.btn-logout{padding:.6rem 1.1rem;font-size:.85rem}}.create-main{isolation:isolate;background:url(/assets/martin.jpg) 50%/cover no-repeat;min-height:100vh;padding:8rem 0 6rem;position:relative}.create-main:before{content:"";z-index:0;background:linear-gradient(#122a1e99 0%,#122a1ed9 100%);position:absolute;inset:0}.create-main>*{z-index:1;position:relative}.create-card{background:#fff;border-radius:16px;max-width:620px;margin:0 auto;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.create-card h2{color:#1f2933;margin-bottom:1.5rem;font-size:1.6rem}.type-toggle{background:#f0f4f2;border-radius:30px;gap:.5rem;margin-bottom:2rem;padding:4px;display:flex}.type-btn{color:#555;cursor:pointer;background:0 0;border:none;border-radius:26px;flex:1;padding:.6rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.type-btn.active{color:#fff;background:#2f6f4e;box-shadow:0 2px 8px #2f6f4e59}.form-group{margin-bottom:1.2rem}.form-group label{color:#444;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{color:#1f2933;border:1px solid #ddd;border-radius:8px;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#2f6f4e;outline:none}.form-group textarea{resize:vertical}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.divider{border:none;border-top:1px solid #e8ede9;margin:1.5rem 0}.create-card h3{color:#2f6f4e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.2rem;font-size:1rem}.checkbox-group{align-items:center;gap:.6rem;display:flex}.checkbox-group input[type=checkbox]{accent-color:#2f6f4e;width:18px;height:18px}.checkbox-group label{color:#333;margin:0;font-size:.95rem}.form-error{color:#c0392b;background:#fdecea;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.image-upload-btns{gap:.75rem;display:flex}.upload-btn{color:#2f6f4e;cursor:pointer;background:#f4f9f6;border:2px dashed #c0d9c8;border-radius:10px;flex:1;padding:.7rem;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s}.upload-btn:hover{background:#e6f2eb;border-color:#2f6f4e}#imagePreviewWrap{margin-top:.75rem;position:relative}#imagePreview{object-fit:cover;border-radius:10px;width:100%;max-height:300px;display:block}.remove-image-btn{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:20px;padding:.3rem .7rem;font-size:.8rem;position:absolute;top:.5rem;right:.5rem}.submit-btn{cursor:pointer;border:none;width:100%;margin-top:.5rem;font-size:1rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}html,body{height:100%;overflow:hidden}.navbar{z-index:1000;background:#0c1c14;position:relative}.map-layout{height:calc(100vh - 73px);display:flex}.map-sidebar{color:#fff;z-index:500;background:#0f2318;flex-direction:column;flex-shrink:0;width:300px;display:flex;overflow:hidden}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.5rem 1.2rem 1rem}.sidebar-header h2{margin-bottom:.3rem;font-size:1.2rem}#sidebarStatus{opacity:.65;font-size:.8rem}.radius-control{align-items:center;gap:.75rem;padding:1rem 1.2rem .5rem;display:flex}.radius-control label{opacity:.8;white-space:nowrap;font-size:.85rem}.radius-control select{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex:1;padding:.4rem .6rem;font-size:.85rem}.name-search{gap:.5rem;padding:1rem 1.2rem .5rem;display:flex}.name-search input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex:1;padding:.55rem .8rem;font-size:.85rem}.name-search input::placeholder{color:#fff6}.name-search input:focus{background:#ffffff26;border-color:#2f6f4e;outline:none}.name-search button{color:#fff;cursor:pointer;white-space:nowrap;background:#2f6f4e;border:none;border-radius:8px;padding:.55rem .9rem;font-size:.85rem;font-weight:600}.name-search button:hover{background:#3a8a61}.sidebar-divider{text-align:center;opacity:.4;padding:.25rem 0;font-size:.75rem}.search-btn{color:#fff;cursor:pointer;background:#2f6f4e;border:none;border-radius:10px;margin:.75rem 1.2rem;padding:.7rem;font-size:.95rem;font-weight:600;transition:background .2s}.search-btn:hover:not(:disabled){background:#3a8a61}.search-btn:disabled{opacity:.4;cursor:not-allowed}.results-list{flex:1;padding:.5rem 0;overflow-y:auto}.results-list::-webkit-scrollbar{width:4px}.results-list::-webkit-scrollbar-track{background:0 0}.results-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.result-item{cursor:pointer;border-bottom:1px solid #ffffff0f;padding:.75rem 1.2rem;transition:background .15s}.result-item:hover{background:#ffffff12}.result-item .result-name{margin-bottom:.2rem;font-size:.9rem;font-weight:600}.result-item .result-type{opacity:.55;font-size:.75rem}.result-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.dot-fishing{background:#f0a500}.dot-water{background:#4a9eda}.dot-river{background:#6ec6f0}.no-results{opacity:.5;text-align:center;padding:2rem 1.2rem;font-size:.85rem}#map{z-index:1;flex:1;position:relative}.map-search-area-btn{z-index:1000;color:#1f2933;cursor:pointer;background:#fff;border:none;border-radius:24px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;transition:background .2s;position:absolute;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 2px 12px #00000040}.map-search-area-btn:hover{background:#f0f0f0}.sidebar-toggle-btn{display:none}@media (width<=768px){html,body{overflow:hidden}.map-layout{position:relative}.map-sidebar{z-index:400;width:85%;max-width:320px;height:100%;transition:transform .28s;position:absolute;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000080}.map-sidebar.open{transform:translate(0)}#map{width:100%}.sidebar-toggle-btn{z-index:500;color:#fff;cursor:pointer;background:#0f2318;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 10px #0006}.sidebar-backdrop{z-index:399;background:#0006;display:none;position:absolute;inset:0}.sidebar-backdrop.open{display:block}}
