:root{--green: #166534;--green-mid: #15803d;--green-light: #dcfce7;--blue: #0369a1;--blue-light: #e0f2fe;--amber: #d97706;--amber-light: #fef3c7;--orange: #ea580c;--red: #dc2626;--red-light: #fee2e2;--bg: #f0fdf4;--surface: #ffffff;--border: #bbf7d0;--text: #14532d;--text-muted: #4d7c5b;--radius: 14px;--radius-lg: 20px;--shadow: 0 2px 8px rgba(0,0,0,.08);--shadow-md: 0 6px 20px rgba(0,0,0,.12);--shadow-lg: 0 12px 40px rgba(0,0,0,.18);--photo-hero: url(/images/hero.jpg);--photo-dashboard: url(/images/dashboard.jpg);--photo-catches: url(/images/catches.jpg);--photo-fish: url(/images/fish.jpg);--photo-spots: url(/images/spots.jpg);--photo-forecast: url(/images/forecast.jpg);--photo-community: url(/images/community.jpg);--photo-profile: url(/images/profile.jpg)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font:inherit;border:none;background:none}input,select,textarea{font:inherit}.fullscreen-loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.2rem;color:var(--text-muted);background:var(--bg)}.loading{text-align:center;color:var(--text-muted);padding:3rem;font-size:1.1rem}.navbar{display:flex;align-items:center;gap:1.25rem;background:linear-gradient(135deg,#14532d,#166534 60%,#15803d);color:#fff;padding:.5rem 2rem;min-height:72px;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000040}.navbar-brand{font-weight:800;font-size:1.2rem;white-space:nowrap;letter-spacing:-.5px}.navbar-brand span{font-size:1.4rem}.navbar-links{display:flex;gap:.35rem;flex:1}.navbar-links a{display:flex;flex-direction:row;align-items:center;gap:.45rem;color:#ffffffbf;padding:.55rem 1rem;border-radius:10px;font-weight:500;transition:all .2s;text-decoration:none;white-space:nowrap}.nav-icon{font-size:1.4rem;line-height:1;flex-shrink:0}.nav-label{font-size:.85rem}@media (max-width: 1180px) and (min-width: 769px){.navbar-links a{flex-direction:column;gap:.1rem;padding:.5rem .75rem;text-align:center}.nav-label{font-size:.72rem}}.navbar-links a:hover{background:#ffffff26;color:#fff;transform:translateY(-1px)}.navbar-links a.active{background:#ffffff38;color:#fff;font-weight:700;box-shadow:0 2px 8px #0003}.navbar-user,.navbar-user-desktop{display:flex;align-items:center;gap:.75rem;font-size:.88rem}.navbar-user .user-name{background:#ffffff26;padding:.35rem .9rem;border-radius:10px;font-weight:600}.btn-logout{background:#ffffff1f;color:#ffffffe6;padding:.35rem .9rem;border-radius:8px;font-size:.85rem;font-weight:500;transition:all .2s;border:1px solid rgba(255,255,255,.2)}.btn-logout:hover{background:#ffffff40;color:#fff}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-main{max-width:1020px;margin:0 auto;width:100%;padding:0 1.5rem 3rem}.page-hero{position:relative;height:200px;margin:0 -1.5rem 2rem;background-size:cover;background-position:center;overflow:hidden}.page-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0000008c,#0003)}.page-hero-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem 2rem}.page-hero-content h2{color:#fff;font-size:1.8rem;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.4)}.page-hero-content p{color:#ffffffd9;font-size:.95rem;margin-top:.2rem}.page{max-width:1020px;margin:0 auto;width:100%;padding:1.5rem 1.5rem 3rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.page-header h2{font-size:1.4rem;font-weight:800}.page-desc{color:var(--text-muted);margin-bottom:1.5rem}.section{margin-top:2.5rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section h3{font-size:1.05rem;font-weight:700;margin-bottom:1rem;color:var(--green)}.btn-link{color:var(--green);font-size:.9rem;font-weight:600}.btn-link:hover{text-decoration:underline}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:var(--photo-hero) center/cover no-repeat;position:relative}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#14532dd9,#0345a199)}.auth-split{position:relative;z-index:1;display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:center;max-width:900px;width:100%}.auth-hero-text{color:#fff}.auth-hero-text h1{font-size:3.2rem;font-weight:900;line-height:1.1;text-shadow:0 3px 12px rgba(0,0,0,.4);margin-bottom:1rem}.auth-hero-text h1 span{display:block}.auth-hero-text p{font-size:1.1rem;opacity:.85;line-height:1.6}.auth-features{margin-top:2rem;display:flex;flex-direction:column;gap:.6rem}.auth-features li{list-style:none;display:flex;align-items:center;gap:.6rem;font-size:.95rem;opacity:.9}.auth-card{background:var(--surface);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow-lg)}.auth-card-logo{font-size:2.5rem;text-align:center;margin-bottom:.25rem}.auth-card h2{text-align:center;font-size:1.4rem;font-weight:800;color:var(--green);margin-bottom:.25rem}.auth-card-sub{text-align:center;color:var(--text-muted);font-size:.85rem;margin-bottom:1.5rem}.auth-link-btn{background:none;border:none;color:var(--green-mid);font-size:.85rem;cursor:pointer;padding:.25rem 0;text-decoration:underline;display:block;margin:.5rem auto 0;text-align:center}.auth-link-btn:hover{color:var(--green)}.forgot-done{text-align:center;padding:1rem 0}.forgot-done p{margin:.4rem 0;color:var(--text-muted);font-size:.9rem}.auth-tabs{display:flex;gap:.4rem;background:var(--bg);border-radius:10px;padding:4px;margin-bottom:1.5rem}.auth-tabs button{flex:1;padding:.5rem;border-radius:8px;font-size:.88rem;color:var(--text-muted);transition:all .2s;font-weight:500}.auth-tabs button.active{background:var(--surface);color:var(--green);font-weight:700;box-shadow:var(--shadow)}.btn-primary{background:linear-gradient(135deg,var(--green-mid),var(--green));color:#fff;padding:.6rem 1.4rem;border-radius:var(--radius);font-weight:700;font-size:.9rem;transition:all .2s;box-shadow:0 2px 8px #15803d4d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #15803d66}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-full{width:100%;margin-top:.5rem}.btn-ghost{border:1.5px solid var(--border);color:var(--text);padding:.4rem 1rem;border-radius:var(--radius);font-size:.85rem;transition:all .2s;font-weight:500}.btn-ghost:hover{background:var(--green-light);border-color:var(--green)}.btn-danger-ghost{border:1.5px solid #fca5a5;color:var(--red);padding:.4rem 1rem;border-radius:var(--radius);font-size:.85rem;transition:all .2s;font-weight:500}.btn-danger-ghost:hover{background:var(--red-light)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-size:.83rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px}.field input,.field select,.field textarea{border:2px solid var(--border);border-radius:var(--radius);padding:.55rem .8rem;background:var(--surface);color:var(--text);transition:all .2s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--green-mid);box-shadow:0 0 0 3px #15803d1f}.field textarea{resize:vertical}.field-check{margin-bottom:.75rem}.field-check label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;font-weight:500}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.error-msg{background:var(--red-light);color:var(--red);border:1.5px solid #fca5a5;border-radius:var(--radius);padding:.65rem 1rem;font-size:.88rem;margin-bottom:.75rem;font-weight:500}.error-msg-blocked{display:flex;align-items:flex-start;gap:.75rem;background:#1c1917;color:#fafaf9;border-color:#57534e;font-weight:400}.error-msg-blocked-icon{font-size:1.6rem;line-height:1;flex-shrink:0;margin-top:.1rem}.error-msg-blocked strong{display:block;font-size:.95rem;margin-bottom:.2rem}.error-msg-blocked p{margin:0;font-size:.83rem;color:#d6d3d1}.empty-state{text-align:center;padding:4rem 1rem;color:var(--text-muted);background:var(--surface);border-radius:var(--radius-lg);border:2px dashed var(--border)}.empty-state .empty-icon{font-size:3rem;margin-bottom:.75rem}.empty-state p{margin-bottom:1rem;font-size:1rem}.badge{display:inline-block;background:var(--green-light);color:var(--green);border-radius:999px;padding:.2rem .75rem;font-size:.78rem;font-weight:700;margin-left:.5rem;border:1.5px solid #bbf7d0}.region{font-size:.85rem;color:var(--text-muted);margin-left:.75rem}.badge-public,.badge-visibility.public{background:var(--blue-light);color:var(--blue);border-radius:999px;padding:.18rem .65rem;font-size:.75rem;font-weight:700}.badge-visibility.private{background:#f1f5f9;color:#64748b;border-radius:999px;padding:.18rem .65rem;font-size:.75rem;font-weight:700}.dashboard-hero{position:relative;overflow:hidden;margin-bottom:2rem;height:240px;background:var(--photo-dashboard) center/cover no-repeat;box-shadow:var(--shadow-lg)}.dashboard-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0000001a 60%)}.dashboard-hero-content{position:absolute;bottom:0;left:0;right:0;z-index:1;padding:1.75rem 2rem}.dashboard-hero-content h2{color:#fff;font-size:1.6rem;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.5)}.dashboard-hero-badges{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.hero-badge{background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:999px;padding:.2rem .75rem;font-size:.8rem;font-weight:600;border:1px solid rgba(255,255,255,.3)}.hero-badge.green{background:#15803db3}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);border:2px solid var(--border);transition:all .2s;position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green-mid),var(--blue))}.stat-card.primary{background:linear-gradient(135deg,var(--green) 0%,var(--green-mid) 100%);color:#fff;border-color:var(--green)}.stat-card.primary:before{background:#fff6}.stat-card.primary .stat-label{color:#ffffffbf}.stat-card.primary .stat-sub{color:#ffffffa6}.stat-icon{font-size:1.5rem;margin-bottom:.4rem}.stat-number{font-size:1.9rem;font-weight:900;line-height:1}.stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-sub{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}.catch-list{display:flex;flex-direction:column;gap:.6rem}.catch-item{display:flex;align-items:center;gap:.8rem;background:var(--surface);border-radius:var(--radius);padding:.85rem 1rem;box-shadow:var(--shadow);border:1.5px solid var(--border);transition:all .2s}.catch-item:hover{border-color:var(--green-mid);transform:translate(4px)}.catch-icon{font-size:1.5rem;flex-shrink:0}.catch-item-thumb{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;cursor:zoom-in;border:1.5px solid var(--border);background:#000;transition:transform .15s,box-shadow .15s}.catch-item-thumb:hover{transform:scale(1.06);box-shadow:var(--shadow-md)}.catch-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.catch-info{flex:1;min-width:0}.catch-info strong{display:block;font-size:.92rem;font-weight:700}.catch-info span{font-size:.8rem;color:var(--text-muted)}.catch-meta{display:flex;gap:.5rem;align-items:center;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.catch-date{color:var(--text-muted)}.quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.quick-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);text-decoration:none;color:#fff;transition:all .25s;position:relative;min-height:130px;justify-content:flex-end;background-size:cover;background-position:center}.quick-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0009,#0000001a);transition:opacity .25s}.quick-link:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);text-decoration:none}.quick-link:hover:after{opacity:.7}.quick-link-content{position:relative;z-index:1;padding:1rem;text-align:center}.quick-link span{font-size:1.8rem;display:block;margin-bottom:.2rem}.quick-link strong{font-size:.95rem;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.5)}.ql-catches{background-image:var(--photo-catches)}.ql-spots{background-image:var(--photo-spots)}.ql-forecast{background-image:var(--photo-forecast)}.section-photo-banner{position:relative;overflow:hidden;height:160px;margin-bottom:1.5rem;background-size:cover;background-position:center;box-shadow:var(--shadow-md)}.section-photo-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.6) 0%,transparent 70%)}.section-photo-banner-text{position:absolute;z-index:1;left:1.5rem;bottom:1.25rem}.section-photo-banner-text h2{color:#fff;font-size:1.6rem;font-weight:800;text-shadow:0 2px 6px rgba(0,0,0,.4)}.section-photo-banner-text p{color:#fffc;font-size:.85rem;margin-top:.15rem}.section-photo-banner--catches{background-image:var(--photo-catches)}.section-photo-banner--community{background-image:var(--photo-community)}.section-photo-banner--license{background-image:var(--photo-profile)}.section-photo-banner--spots{background-image:var(--photo-spots)}.catch-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem}.catch-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:2px solid var(--border);display:flex;flex-direction:column;overflow:hidden;transition:all .2s}.catch-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--green-mid)}.catch-card-stripe{height:4px;background:linear-gradient(90deg,#16a34a,#0369a1,#d97706)}.catch-card-inner{padding:1.1rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.catch-card-header{display:flex;align-items:center;justify-content:space-between}.fish-name{font-weight:800;font-size:1.05rem}.catch-card-body{display:flex;flex-direction:column;gap:.3rem}.catch-detail{font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:.35rem}.catch-notes{font-size:.82rem;color:var(--text-muted);background:var(--bg);border-radius:8px;padding:.4rem .7rem;border-left:3px solid var(--green-mid)}.catch-card-actions{display:flex;gap:.5rem;padding:.8rem 1.1rem;border-top:1.5px solid var(--border);margin-top:auto}.fish-photo-strip{height:120px;border-radius:var(--radius);margin-bottom:1rem;background:var(--photo-fish) center/cover no-repeat;position:relative;overflow:hidden}.fish-photo-strip:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.spot-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem}.spot-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:2px solid var(--border);display:flex;flex-direction:column;overflow:hidden;transition:all .2s}.spot-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--blue)}.spot-card-stripe{height:4px;background:linear-gradient(90deg,#0369a1,#0891b2,#16a34a)}.spot-card-inner{padding:1.1rem;display:flex;flex-direction:column;gap:.55rem;flex:1}.spot-card-header{display:flex;align-items:center;justify-content:space-between}.spot-title{font-weight:800;font-size:1rem}.spot-desc{font-size:.85rem;color:var(--text-muted)}.spot-species{display:flex;flex-wrap:wrap;gap:.35rem}.species-tag{background:var(--blue-light);color:var(--blue);border-radius:999px;padding:.12rem .6rem;font-size:.75rem;font-weight:700}.spot-coords{font-size:.82rem;color:var(--text-muted)}.spot-card-actions{display:flex;gap:.5rem;padding:.8rem 1.1rem;border-top:1.5px solid var(--border);margin-top:auto}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--surface);border-radius:18px;width:100%;max-width:530px;max-height:90vh;overflow-y:auto;padding:1.75rem;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.modal-header h3{font-size:1.15rem;font-weight:800}.modal-close{font-size:1.1rem;color:var(--text-muted);padding:.25rem .5rem;border-radius:8px;line-height:1;transition:all .15s}.modal-close:hover{background:var(--bg);color:var(--text)}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}.forecast-photo-banner{position:relative;overflow:hidden;height:200px;margin-bottom:2rem;background:var(--photo-forecast) center/cover no-repeat;box-shadow:var(--shadow-lg)}.forecast-photo-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000a6,#00000026)}.forecast-photo-banner-text{position:absolute;z-index:1;left:2rem;top:50%;transform:translateY(-50%)}.forecast-photo-banner-text h2{color:#fff;font-size:2rem;font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.5)}.forecast-photo-banner-text p{color:#fffc;font-size:.95rem;margin-top:.25rem}.forecast-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.forecast-form-card,.forecast-result-card{background:var(--surface);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-md);border:2px solid var(--border)}.forecast-form-card h3{font-size:1rem;font-weight:700;margin-bottom:1.25rem;color:var(--green)}.bite-index-circle{width:130px;height:130px;border-radius:50%;border:8px solid var(--color, var(--green));display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 1rem;background:radial-gradient(circle,#fff 40%,color-mix(in srgb,var(--color, var(--green)) 8%,white));box-shadow:0 0 0 4px color-mix(in srgb,var(--color, var(--green)) 15%,transparent)}.bite-index-number{font-size:2.4rem;font-weight:900;color:var(--color, var(--green));line-height:1}.bite-index-label{font-size:.72rem;color:var(--text-muted);font-weight:600}.bite-level{text-align:center;font-size:1.3rem;font-weight:800;margin-bottom:.75rem}.bite-recommendation{text-align:center;font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;background:var(--bg);border-radius:10px;padding:.75rem}.bite-time-window{background:var(--amber-light);border-radius:var(--radius);border-left:4px solid var(--amber);padding:.75rem 1rem;margin-bottom:1rem;font-size:.88rem;display:flex;flex-direction:column;gap:.2rem}.bite-time-window strong{color:var(--amber);font-weight:700}.bite-input-summary{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;font-size:.8rem;color:var(--text-muted)}.bite-input-summary span{background:var(--bg);border-radius:999px;padding:.2rem .6rem;border:1.5px solid var(--border);font-weight:600}.fun-fact{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:var(--radius);padding:.85rem 1.2rem;border-left:4px solid var(--amber);margin-bottom:1.5rem;font-size:.88rem;color:#92400e;font-weight:500}.fun-fact strong{font-weight:700}.forecast-step-card{background:var(--surface);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.25rem;box-shadow:var(--shadow);border:2px solid var(--border)}.forecast-step-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.forecast-step-header h3{font-size:1rem;font-weight:700;margin-bottom:.15rem}.forecast-step-header p{font-size:.85rem;color:var(--text-muted)}.forecast-step-num{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--green-mid),var(--blue));color:#fff;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center}.weather-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}.weather-tile{background:var(--bg);border-radius:var(--radius);padding:.75rem;text-align:center;border:1.5px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:.2rem}.weather-tile-icon{font-size:1.4rem}.weather-tile-value{font-size:1.1rem;font-weight:800;color:var(--text)}.weather-tile-label{font-size:.72rem;color:var(--text-muted);font-weight:600;text-transform:uppercase}.weather-location-badge{grid-column:1 / -1;background:var(--green-light);color:var(--green);border-radius:var(--radius);padding:.5rem .75rem;font-weight:600;font-size:.88rem;border:1.5px solid #bbf7d0}.weather-code-label{grid-column:1 / -1;text-align:center;font-size:.9rem;color:var(--text-muted);font-weight:600}.btn-ai{background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff;padding:.7rem 1.5rem;border-radius:var(--radius);font-weight:700;font-size:.95rem;transition:all .2s;box-shadow:0 3px 12px #7c3aed4d;display:flex;align-items:center;gap:.5rem}.btn-ai:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.btn-ai:disabled{opacity:.6;cursor:not-allowed;transform:none}.ai-spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.api-key-hint{background:#fef3c7;border:2px solid #fcd34d;border-radius:var(--radius);padding:1rem 1.25rem;font-size:.88rem}.api-key-hint strong{display:block;margin-bottom:.4rem;color:#92400e}.api-key-hint p{color:#78350f;margin-bottom:.5rem}.api-key-hint ol{padding-left:1.25rem;color:#78350f;display:flex;flex-direction:column;gap:.3rem}.api-key-hint code{background:#fef9c3;padding:.1rem .35rem;border-radius:4px;font-size:.85rem}.forecast-result-full{background:var(--bg);border-radius:var(--radius-lg);border:2px solid var(--border);overflow:hidden;box-shadow:var(--shadow-md)}.forecast-result-top{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--bg);border-bottom:2px solid var(--border)}.bite-circle-large{width:110px;height:110px;border-radius:50%;flex-shrink:0;border:7px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;box-shadow:var(--shadow)}.bite-circle-num{font-size:2.2rem;font-weight:900;line-height:1}.bite-circle-sub{font-size:.72rem;color:var(--text-muted);font-weight:600}.forecast-result-headline h2{font-size:1.4rem;font-weight:800;margin-bottom:.25rem}.forecast-result-headline p{font-size:.88rem;color:var(--text-muted)}.forecast-result-body{padding:1.25rem 1.5rem}.forecast-result-recommendation{background:#fff;border-radius:var(--radius);padding:1rem;font-size:.9rem;line-height:1.6;color:var(--text);margin-bottom:1rem;border:1.5px solid var(--border)}.forecast-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.forecast-result-item{background:#fff;border-radius:var(--radius);padding:.85rem;display:flex;gap:.75rem;align-items:flex-start;border:1.5px solid var(--border)}.fri-icon{font-size:1.4rem;flex-shrink:0}.fri-label{font-size:.75rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.4px}.fri-value{font-size:.9rem;font-weight:700;color:var(--text);margin-top:.1rem}.fri-species{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.3rem}.coords-row{display:flex;gap:.5rem;align-items:stretch}.coords-row input{flex:1;min-width:0}.btn-gps{background:linear-gradient(135deg,var(--green-mid),var(--blue));color:#fff;padding:.5rem .9rem;border-radius:var(--radius);font-weight:700;font-size:.85rem;white-space:nowrap;transition:all .2s;box-shadow:0 2px 6px #00000026}.btn-gps:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.gps-status{margin-top:.4rem;border-radius:8px;padding:.4rem .75rem;font-size:.83rem;font-weight:600}.gps-loading{background:var(--blue-light);color:var(--blue)}.gps-success{background:var(--green-light);color:var(--green);border:1.5px solid #bbf7d0}.location-search-row{display:flex;gap:.5rem;align-items:stretch}.location-search-row input{flex:1;min-width:0}.location-results{list-style:none;margin-top:.35rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden;box-shadow:var(--shadow-md)}.location-results li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .9rem;cursor:pointer;border-bottom:1px solid var(--border);transition:background .15s}.location-results li:last-child{border-bottom:none}.location-results li:hover{background:var(--green-light)}.location-result-name{font-size:.88rem;font-weight:600;color:var(--text)}.location-result-coords{font-size:.78rem;color:var(--text-muted);white-space:nowrap}.ai-identify-section{background:linear-gradient(135deg,#f5f3ff,#eff6ff);border:2px solid #c4b5fd;border-radius:var(--radius);padding:1rem;margin-bottom:1.25rem}.ai-identify-header{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;color:#5b21b6;margin-bottom:.75rem}.ai-badge{background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff;border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:800}.ai-identify-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.btn-ai-small{background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;padding:.45rem .9rem;border-radius:8px;font-weight:700;font-size:.82rem;transition:all .2s;box-shadow:0 2px 8px #7c3aed40}.btn-ai-small:hover{transform:translateY(-1px);box-shadow:0 4px 14px #7c3aed59}.ai-preview{height:60px;width:80px;object-fit:cover;border-radius:8px;border:2px solid #c4b5fd}.ai-loading{margin-top:.75rem;font-size:.88rem;color:#6d28d9;display:flex;align-items:center;gap:.5rem;font-weight:600}.ai-spinner-icon{animation:spin 1.2s linear infinite;display:inline-block}.ai-result{margin-top:.75rem;border-radius:var(--radius);padding:.85rem;font-size:.85rem}.ai-result-success{background:#f0fdf4;border:1.5px solid #86efac}.ai-result-warn{background:#fef9c3;border:1.5px solid #fcd34d}.ai-result-species{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.92rem;margin-bottom:.4rem}.ai-result-species strong{font-size:1rem}.ai-result-species em{color:var(--text-muted);font-style:italic}.ai-confidence{border-radius:999px;padding:.12rem .55rem;font-size:.75rem;font-weight:700}.ai-conf-hoch{background:#dcfce7;color:#166534}.ai-conf-mittel{background:#fef9c3;color:#92400e}.ai-conf-niedrig{background:#fee2e2;color:#991b1b}.ai-result-stats{display:flex;gap:.75rem;color:var(--text-muted);margin-bottom:.3rem}.ai-result-info{color:var(--text-muted);margin-bottom:.3rem}.ai-result-tip{background:#fefce8;border-radius:6px;padding:.4rem .6rem;color:#713f12;border-left:3px solid #f59e0b;font-size:.83rem}.community-header{margin-bottom:1.5rem}.feed{display:flex;flex-direction:column;gap:1.25rem}.feed-card{background:var(--surface);border-radius:var(--radius-lg);border:2px solid var(--border);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s}.feed-card:hover{box-shadow:var(--shadow-md)}.feed-card-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1.5px solid var(--border);background:var(--bg)}.feed-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--green),var(--blue));color:#fff;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center}.feed-user-info{flex:1;min-width:0}.feed-user-name{font-weight:700;font-size:.9rem;display:block}.feed-skill{font-size:.85rem}.feed-region{font-size:.78rem;color:var(--text-muted);display:block;margin-top:.1rem}.feed-date{font-size:.78rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.feed-card-body{padding:1rem 1.25rem}.feed-fish-name{font-size:1.1rem;font-weight:800;margin-bottom:.5rem}.feed-meta-row{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.83rem;color:var(--text-muted);margin-bottom:.4rem}.feed-detail{font-size:.83rem;color:var(--text-muted);margin-bottom:.3rem}.feed-notes{font-size:.85rem;color:var(--text);background:var(--bg);border-radius:8px;padding:.5rem .75rem;margin-top:.5rem;border-left:3px solid var(--green-mid)}.feed-card-actions{display:flex;gap:0;border-top:1.5px solid var(--border)}.feed-action-btn{flex:1;padding:.7rem .5rem;font-size:.85rem;font-weight:600;color:var(--text-muted);transition:all .15s;border-right:1.5px solid var(--border);text-align:center}.feed-action-btn:last-child{border-right:none}.feed-action-btn:hover{background:var(--bg);color:var(--green)}.feed-action-liked{color:#e11d48}.feed-action-liked:hover{color:#be123c}.feed-comments{border-top:1.5px solid var(--border);background:var(--bg);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.feed-comments-loading{font-size:.85rem;color:var(--text-muted);text-align:center;padding:.5rem}.feed-comments-empty{font-size:.85rem;color:var(--text-muted);text-align:center;padding:.25rem}.feed-comment{display:flex;gap:.6rem;align-items:flex-start}.feed-comment-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--green-mid),var(--blue));color:#fff;font-weight:700;font-size:.82rem;display:flex;align-items:center;justify-content:center}.feed-comment-avatar-me{background:linear-gradient(135deg,var(--amber),var(--orange))}.feed-comment-body{flex:1;background:var(--surface);border-radius:10px;padding:.55rem .75rem;border:1.5px solid var(--border)}.feed-comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.feed-comment-author{font-weight:700;font-size:.82rem}.feed-comment-time{font-size:.75rem;color:var(--text-muted);flex:1}.feed-comment-delete{font-size:.72rem;color:var(--text-muted);padding:.1rem .3rem;border-radius:4px;line-height:1;transition:all .15s}.feed-comment-delete:hover{background:var(--red-light);color:var(--red)}.feed-comment-text{font-size:.85rem;line-height:1.4}.feed-comment-form{display:flex;gap:.5rem;align-items:center;margin-top:.25rem}.feed-comment-form input{flex:1;border:2px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font:inherit;font-size:.88rem;background:var(--surface);transition:border-color .15s}.feed-comment-form input:focus{outline:none;border-color:var(--green-mid)}.feed-comment-form .btn-primary{padding:.5rem .75rem;font-size:1rem}.profile-hero{display:flex;align-items:center;gap:1.5rem;background:var(--photo-profile) center/cover no-repeat;position:relative;padding:2rem;color:#fff}.profile-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#14532dd1,#0369a1b3);border-radius:inherit}.profile-avatar{position:relative;z-index:1;width:72px;height:72px;border-radius:50%;flex-shrink:0;background:#fff3;border:3px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-hero-info{position:relative;z-index:1}.profile-hero-info h2{font-size:1.4rem;font-weight:800}.profile-hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.85rem;opacity:.85;margin-top:.25rem}.profile-hero-dot{opacity:.5}.profile-hero-since{font-size:.78rem;opacity:.65;margin-top:.2rem}.profile-card{background:var(--surface);border-radius:var(--radius-lg);border:2px solid var(--border);overflow:hidden;box-shadow:var(--shadow);margin-bottom:1.25rem}.profile-card-header{display:flex;align-items:flex-start;gap:.9rem;padding:1.25rem 1.5rem;border-bottom:2px solid var(--border);background:var(--bg)}.profile-card-icon{font-size:1.5rem;flex-shrink:0}.profile-card-header h3{font-size:1rem;font-weight:700;margin-bottom:.1rem}.profile-card-header p{font-size:.82rem;color:var(--text-muted)}.profile-card form{padding:1.25rem 1.5rem .5rem}.profile-card-actions{display:flex;justify-content:flex-end;padding:0 1.5rem 1.25rem}.profile-card-info .profile-card-header{border-bottom:none}.profile-info-rows{padding:0 1.5rem 1.25rem;display:flex;flex-direction:column;gap:0}.profile-info-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0;border-bottom:1px solid var(--border);gap:1rem}.profile-info-row:last-child{border-bottom:none}.pir-label{font-size:.82rem;color:var(--text-muted);font-weight:600;flex-shrink:0}.pir-value{font-size:.88rem;font-weight:600;text-align:right;word-break:break-all}.pir-mono{font-family:Courier New,monospace;font-size:.78rem;color:var(--text-muted)}.profile-card-danger .profile-card-header{background:#fff5f5;border-bottom:2px solid #fecaca}.profile-card-danger{border-color:#fecaca}.profile-card-danger form,.profile-card-danger>.btn-danger{margin:1.25rem 1.5rem}.btn-danger{background:var(--red-light);color:var(--red);border:1.5px solid #fca5a5;border-radius:var(--radius);padding:.6rem 1.25rem;font-weight:700;font-size:.9rem;transition:all .2s;display:block;margin:1.25rem 1.5rem}.btn-danger:hover{background:#fecaca}.success-msg{background:var(--green-light);color:var(--green);border:1.5px solid #bbf7d0;border-radius:var(--radius);padding:.65rem 1rem;font-size:.88rem;margin-bottom:.75rem;font-weight:600}.hamburger{display:none;flex-direction:column;gap:5px;width:36px;height:36px;align-items:center;justify-content:center;border-radius:8px;transition:background .15s;margin-left:auto}.hamburger:hover{background:#ffffff26}.hamburger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .25s,opacity .25s;transform-origin:center}.hamburger-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-drawer{position:absolute;top:0;right:0;bottom:0;width:min(80vw,300px);background:var(--surface);display:flex;flex-direction:column;box-shadow:-4px 0 24px #0003;overflow-y:auto}.mobile-drawer-user{display:flex;align-items:center;gap:.85rem;padding:1.5rem 1.25rem 1.25rem;background:linear-gradient(135deg,#14532d,#166534);color:#fff}.mobile-user-avatar{font-size:2rem}.mobile-user-name{font-weight:700;font-size:.95rem}.mobile-user-email{font-size:.78rem;opacity:.75;margin-top:.1rem;word-break:break-all}.mobile-nav{display:flex;flex-direction:column;flex:1;padding:.75rem 0}.mobile-nav a{display:flex;align-items:center;gap:.6rem;padding:.9rem 1.25rem;font-size:.97rem;font-weight:600;color:var(--text);border-left:3px solid transparent;transition:all .15s;text-decoration:none}.mobile-nav a:hover{background:var(--bg);color:var(--green)}.mobile-nav a.active{background:var(--green-light);color:var(--green);border-left-color:var(--green)}.mobile-logout{margin:.75rem 1.25rem 1.5rem;padding:.75rem;border-radius:var(--radius);background:var(--red-light);color:var(--red);font-weight:700;font-size:.9rem;border:1.5px solid #fca5a5;transition:background .15s}.mobile-logout:hover{background:#fecaca}@media (max-width: 860px){.forecast-layout,.forecast-result-grid,.auth-split{grid-template-columns:1fr}.auth-hero-text{display:none}.auth-page{align-items:flex-start;padding-top:2rem}.auth-card{max-width:100%}}@media (max-width: 640px){.navbar{padding:0 1rem;min-height:54px}.navbar-links,.navbar-user-desktop{display:none}.hamburger{display:flex}.app-main{padding:0 .9rem 2.5rem}.page{padding:1rem .9rem 2.5rem}.dashboard-hero{height:160px;border-radius:0}.dashboard-hero-content{padding:1rem 1.25rem}.dashboard-hero-content h2{font-size:1.2rem}.section-photo-banner{height:120px;border-radius:0;margin:0 0 1.25rem}.section-photo-banner-text h2{font-size:1.3rem}.forecast-photo-banner{height:130px;border-radius:0}.forecast-photo-banner-text h2{font-size:1.5rem}.forecast-photo-banner-text{left:1rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.6rem}.stat-card{padding:.9rem}.stat-number{font-size:1.5rem}.quick-links{grid-template-columns:1fr 1fr 1fr;gap:.6rem;margin-top:1.5rem}.quick-link{min-height:90px;border-radius:10px}.quick-link span{font-size:1.4rem}.quick-link strong{font-size:.8rem}.catch-cards,.spot-cards{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:0}.coords-row{flex-wrap:wrap}.coords-row input{min-width:calc(50% - .5rem);flex:1 1 0}.modal-overlay{padding:0;align-items:flex-end}.modal{border-radius:18px 18px 0 0;max-height:92vh;padding:1.25rem 1rem 2rem}.forecast-step-card{padding:1rem}.weather-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.forecast-result-top{flex-direction:column;align-items:center;text-align:center;gap:.75rem}.bite-circle-large{width:90px;height:90px}.bite-circle-num{font-size:1.8rem}.ai-identify-actions{flex-direction:column;align-items:flex-start}.auth-page{padding:0;min-height:100dvh;align-items:flex-end}.auth-card{border-radius:20px 20px 0 0;padding:1.75rem 1.25rem 2.5rem}.section h3{font-size:1rem}.page-header h2{font-size:1.2rem}.fun-fact{font-size:.82rem}.profile-hero{padding:1.25rem 1rem;gap:1rem}.profile-avatar{width:56px;height:56px;font-size:1.5rem}.profile-hero-info h2{font-size:1.15rem}.profile-card-header{padding:1rem}.profile-card form{padding:1rem 1rem .5rem}.profile-card-actions,.profile-info-rows{padding:0 1rem 1rem}.btn-danger{margin:1rem}.profile-info-row{flex-direction:column;align-items:flex-start;gap:.2rem}.pir-value{text-align:left}}@media (max-width: 380px){.stats-grid,.quick-links{grid-template-columns:1fr}.weather-grid{grid-template-columns:repeat(2,1fr)}}.license-hero-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 1.75rem;background:linear-gradient(135deg,var(--green) 0%,var(--blue) 100%);border-radius:var(--radius-lg);color:#fff;margin-bottom:2rem;flex-wrap:wrap}.license-hero-logo{font-size:2.8rem;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.license-hero-text{flex:1;min-width:200px}.license-hero-text h3{margin:0 0 .35rem;font-size:1.2rem;font-weight:800}.license-hero-text p{margin:0;font-size:.9rem;opacity:.9;line-height:1.5}.license-hero-text strong{font-weight:800}.license-cta-btn{display:inline-block;padding:.7rem 1.5rem;background:#fff;color:var(--green);border-radius:999px;font-weight:800;font-size:.95rem;text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px #0000002e;transition:transform .14s,box-shadow .14s;flex-shrink:0}.license-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000038;color:var(--green);text-decoration:none}.license-cta-btn-lg{font-size:1.05rem;padding:.85rem 2rem;background:var(--green);color:#fff}.license-cta-btn-lg:hover{color:#fff}.license-section-title{font-size:1.05rem;font-weight:800;color:var(--text);margin:0 0 1rem}.license-steps{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.license-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.license-step-num{width:1.8rem;height:1.8rem;border-radius:50%;background:var(--green);color:#fff;font-size:.82rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.license-step-icon{font-size:1.4rem;flex-shrink:0}.license-step-body{flex:1}.license-step-body strong{font-size:.95rem;color:var(--text);display:block;margin-bottom:.2rem}.license-step-body p{margin:0;font-size:.87rem;color:var(--text-muted);line-height:1.5}.license-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-bottom:2rem}.license-info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.1rem 1rem;box-shadow:var(--shadow)}.license-info-icon{font-size:1.5rem;display:block;margin-bottom:.4rem}.license-info-card h4{margin:0 0 .4rem;font-size:.9rem;color:var(--text);font-weight:700}.license-info-card p{margin:0;font-size:.83rem;color:var(--text-muted);line-height:1.55}.license-bottom-cta{text-align:center;padding:2rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.9rem}.license-bottom-cta p{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.license-hint{font-size:.75rem;color:var(--text-muted)}@media (max-width: 600px){.license-info-grid{grid-template-columns:1fr}.license-hero-card{flex-direction:column;text-align:center;align-items:center}.license-cta-btn{width:100%;text-align:center}}.avatar-img{border-radius:50%;object-fit:cover;display:block;flex-shrink:0}.avatar-letter{border-radius:50%;background:linear-gradient(135deg,var(--green-mid),var(--blue));color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:calc(var(--av-size, 36px) * .42)}.navbar-avatar{vertical-align:middle;margin-right:.35rem;border:2px solid rgba(255,255,255,.4)}.mobile-user-avatar.avatar-img,.mobile-user-avatar.avatar-letter{width:44px!important;height:44px!important;font-size:1.1rem;border:2px solid rgba(255,255,255,.3)}.avatar-editor{display:flex;align-items:center;gap:1.25rem;padding:.5rem 0 .25rem}.avatar-editor-preview{position:relative;cursor:pointer;flex-shrink:0}.avatar-editor-img{width:96px!important;height:96px!important;font-size:2.2rem;border:3px solid var(--border);transition:opacity .15s}.avatar-editor-preview:hover .avatar-editor-img{opacity:.8}.avatar-editor-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:#00000047;opacity:0;transition:opacity .15s}.avatar-editor-preview:hover .avatar-editor-overlay{opacity:1}.avatar-editor-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.profile-avatar-hero-wrap{position:relative;cursor:pointer;flex-shrink:0;z-index:1}.profile-avatar-hero{width:72px!important;height:72px!important;font-size:1.8rem;border:3px solid rgba(255,255,255,.5);transition:opacity .15s}.profile-avatar-hero-wrap:hover .profile-avatar-hero{opacity:.8}.profile-avatar-edit-badge{position:absolute;bottom:0;right:0;width:22px;height:22px;border-radius:50%;background:#fff;font-size:.7rem;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000004d}.feed-avatar.avatar-img,.feed-avatar.avatar-letter{width:36px!important;height:36px!important;font-size:.9rem}.feed-comment-avatar.avatar-img,.feed-comment-avatar.avatar-letter{width:30px!important;height:30px!important;font-size:.75rem}.lb-avatar.avatar-img,.lb-avatar.avatar-letter{width:42px!important;height:42px!important;font-size:1rem}.community-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--border);padding-bottom:0}.community-tab{background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;color:var(--text-muted);cursor:pointer;border-radius:var(--radius) var(--radius) 0 0;transition:color .15s,border-color .15s,background .15s}.community-tab:hover{color:var(--green);background:var(--green-light)}.community-tab.active{color:var(--green);border-bottom-color:var(--green)}.lb-container{padding-top:.25rem}.lb-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1.5rem}.lb-scope-btns,.lb-metric-select{display:flex;gap:.4rem;flex-wrap:wrap}.lb-scope-btn,.lb-metric-btn{padding:.45rem 1rem;border:2px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s}.lb-scope-btn:hover,.lb-metric-btn:hover{border-color:var(--green-mid);color:var(--green)}.lb-scope-btn.active,.lb-metric-btn.active{background:var(--green);border-color:var(--green);color:#fff}.lb-list{display:flex;flex-direction:column;gap:.6rem}.lb-row{display:flex;align-items:center;gap:.9rem;padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .12s}.lb-row:hover{transform:translate(3px)}.lb-row-me{border-color:var(--green-mid);background:var(--green-light)}.lb-rank{width:2rem;text-align:center}.lb-medal{font-size:1.4rem}.lb-rank-num{font-size:1rem;font-weight:700;color:var(--text-muted)}.lb-avatar{width:2.6rem;height:2.6rem;border-radius:50%;background:linear-gradient(135deg,var(--green-mid),var(--blue));color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lb-info{flex:1;min-width:0}.lb-name{font-weight:700;color:var(--text);font-size:.95rem;display:flex;align-items:center;gap:.4rem}.lb-you-badge{font-size:.68rem;font-weight:700;background:var(--green);color:#fff;padding:.1rem .45rem;border-radius:999px}.lb-meta{font-size:.78rem;color:var(--text-muted);display:block;margin-top:.15rem}.lb-score{font-weight:700;color:var(--green);font-size:1rem;white-space:nowrap}.cotw-container{padding-top:.25rem}.cotw-header{margin-bottom:1.5rem}.cotw-header-text h3{margin:0 0 .3rem;font-size:1.3rem;color:var(--text)}.cotw-header-text p{margin:0 0 .5rem;color:var(--text-muted);font-size:.9rem}.cotw-week-badge{display:inline-block;background:var(--amber-light);color:var(--amber);font-size:.78rem;font-weight:700;padding:.25rem .7rem;border-radius:999px}.cotw-leader{margin-bottom:1.5rem}.cotw-leader-crown{font-size:.85rem;font-weight:700;color:var(--amber);margin-bottom:.5rem}.cotw-nominees-title{font-size:1rem;font-weight:700;color:var(--text);margin:0 0 .75rem}.cotw-list{display:flex;flex-direction:column;gap:.75rem}.cotw-card{display:flex;gap:.9rem;align-items:flex-start;padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .15s}.cotw-card-voted{border-color:var(--amber);background:#fffbeb}.cotw-card-leader{border-color:var(--amber);box-shadow:0 0 0 3px #d9770626,var(--shadow-md)}.cotw-card-rank{font-size:.85rem;font-weight:700;color:var(--text-muted);min-width:1.8rem;padding-top:.15rem}.cotw-card-body{flex:1;min-width:0}.cotw-card-vote{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:5rem}.cotw-vote-count{text-align:center}.cotw-vote-num{font-size:1.6rem;font-weight:800;color:var(--amber);display:block;line-height:1}.cotw-vote-label{font-size:.72rem;color:var(--text-muted);display:block}.cotw-vote-btn{padding:.4rem .8rem;border:2px solid var(--amber);border-radius:999px;background:transparent;color:var(--amber);font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s;white-space:nowrap}.cotw-vote-btn:hover,.cotw-vote-btn-active{background:var(--amber);color:#fff}.cotw-vote-btn:disabled{opacity:.5;cursor:not-allowed}.cotw-login-hint{font-size:.72rem;color:var(--text-muted);text-align:center}.cotw-history{margin-top:2rem}.cotw-history-list{display:flex;flex-direction:column;gap:.5rem}.cotw-history-row{display:flex;align-items:center;gap:1rem;padding:.65rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:.88rem}.cotw-history-week{color:var(--text-muted);font-size:.78rem;min-width:6rem}.cotw-history-winner{flex:1;font-weight:600;color:var(--text)}.cotw-history-votes{color:var(--amber);font-weight:700;white-space:nowrap}@media (max-width: 600px){.community-tabs{gap:.25rem}.community-tab{padding:.5rem .7rem;font-size:.82rem}.lb-controls{flex-direction:column;align-items:flex-start}.cotw-card{flex-wrap:wrap}.cotw-card-vote{flex-direction:row;min-width:unset;width:100%;justify-content:space-between}.cotw-history-row{flex-wrap:wrap;gap:.25rem}.cotw-history-week{min-width:unset}}.app-footer{margin-top:auto;background:var(--green);color:#ffffffbf;font-size:.82rem;padding:.85rem 1.5rem}.app-footer-inner{max-width:1020px;margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.app-footer-brand{font-weight:700;color:#fff}.app-footer-sep{opacity:.4}.app-footer-link{color:#ffffffd9;text-decoration:none;transition:color .15s}.app-footer-link:hover{color:#fff;text-decoration:underline}.app-footer-copy{opacity:.55;margin-left:auto}.impressum-page{max-width:740px}.impressum-title{font-size:1.6rem;font-weight:900;color:var(--text);margin:0 0 1.5rem}.impressum-section h2{font-size:1rem;font-weight:700;color:var(--green);margin:0 0 .6rem}.impressum-section p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin:0 0 .75rem}.impressum-section p:last-child{margin-bottom:0}.impressum-section a{color:var(--green-mid);text-decoration:none}.impressum-section a:hover{text-decoration:underline}.impressum-divider{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.guidelines-intro{font-size:.92rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.guidelines-rule h2{display:flex;align-items:baseline;gap:.4rem}.guidelines-num{display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;border-radius:50%;background:var(--green);color:#fff;font-size:.72rem;font-weight:800;flex-shrink:0}.guidelines-list{margin:.4rem 0 .75rem 1.2rem;padding:0;font-size:.9rem;color:var(--text-muted);line-height:1.7}.guidelines-list li{margin-bottom:.25rem}@media (max-width: 600px){.app-footer-copy{margin-left:0}}.report-form{display:flex;flex-direction:column;gap:1.5rem}.report-form-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.25rem 1rem;box-shadow:var(--shadow)}.report-form-section-title{font-size:.9rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .9rem}.field-required{color:var(--red);font-weight:700}.field-hint{display:flex;align-items:center;font-size:.75rem;color:var(--text-muted);margin-top:.3rem}.report-form textarea{width:100%;resize:vertical;min-height:160px;font-family:inherit;font-size:.9rem;line-height:1.6}.report-form-footer{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.report-privacy-note{flex:1;font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.5}.report-submit-btn{white-space:nowrap;padding:.7rem 1.6rem;font-size:.95rem}.report-success{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.report-success-icon{font-size:3rem}.report-success h3{margin:0;font-size:1.2rem;color:var(--text)}.report-success p{margin:0;color:var(--text-muted);max-width:400px;line-height:1.6}@media (max-width: 600px){.report-form-footer{flex-direction:column;align-items:stretch}.report-submit-btn{width:100%;text-align:center}}.privacy-table-wrapper{overflow-x:auto;margin-top:1rem;border-radius:var(--radius);border:1px solid var(--border)}.privacy-table{width:100%;border-collapse:collapse;font-size:.875rem}.privacy-table th{background:var(--green-light);color:var(--green);font-weight:600;text-align:left;padding:.65rem .85rem;border-bottom:2px solid var(--border);white-space:nowrap}.privacy-table td{padding:.65rem .85rem;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.5;color:var(--text)}.privacy-table tr:last-child td{border-bottom:none}.privacy-table tr:hover td{background:var(--green-light)}.privacy-table code{font-size:.78rem;color:var(--text-muted);font-family:Courier New,monospace}.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.85rem;margin-top:1rem}.privacy-right-card{display:flex;gap:.75rem;align-items:flex-start;background:var(--green-light);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.privacy-right-icon{font-size:1.4rem;line-height:1;flex-shrink:0;margin-top:.1rem}.privacy-right-card strong{display:block;font-size:.9rem;color:var(--green);margin-bottom:.25rem}.privacy-right-card p{font-size:.82rem;color:var(--text-muted);margin:0;line-height:1.5}@media (max-width: 600px){.privacy-table th,.privacy-table td{padding:.5rem .6rem;font-size:.8rem}.privacy-rights-grid{grid-template-columns:1fr}}.catch-card-photo-wrap{position:relative;cursor:zoom-in;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0;background:#000}.catch-card-photo{width:100%;max-height:260px;min-height:160px;object-fit:contain;display:block;transition:transform .2s}.catch-card-photo-wrap:hover .catch-card-photo{transform:scale(1.03)}.catch-card-photo-hint{position:absolute;bottom:8px;right:10px;font-size:1.1rem;opacity:0;background:#00000073;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.catch-card-photo-wrap:hover .catch-card-photo-hint{opacity:1}.catch-photo-section{margin-bottom:1rem}.catch-photo-btn{width:100%;padding:.75rem;border:2px dashed var(--border);border-radius:var(--radius);background:var(--green-light);color:var(--green);font-weight:600;font-size:.9rem;cursor:pointer;transition:border-color .15s,background .15s}.catch-photo-btn:hover{border-color:var(--green-mid);background:#d1fae5}.catch-photo-btn:disabled{opacity:.6;cursor:default}.catch-photo-preview-wrap{position:relative;display:inline-block;width:100%}.catch-photo-preview{width:100%;max-height:220px;object-fit:cover;border-radius:var(--radius);display:block}.catch-photo-remove{position:absolute;top:6px;right:6px;width:28px;height:28px;border-radius:50%;background:#0000008c;color:#fff;font-size:.85rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:background .15s}.catch-photo-remove:hover{background:#dc2626d9}.admin-header{margin-bottom:1.5rem}.admin-title{font-size:1.6rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.admin-subtitle{color:var(--text-muted);font-size:.9rem}.admin-section{margin-top:1.25rem}.admin-filter-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.admin-count{font-size:.85rem;color:var(--text-muted)}.admin-filter-btns{display:flex;gap:.4rem}.admin-filter-btn{padding:.3rem .75rem;border-radius:20px;border:1px solid var(--border);background:var(--surface);font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:all .15s}.admin-filter-btn:hover{background:var(--green-light);color:var(--green)}.admin-filter-btn-active{background:var(--green)!important;color:#fff!important;border-color:var(--green)!important}.admin-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.95rem}.admin-cards{display:flex;flex-direction:column;gap:1rem}.admin-report-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;transition:box-shadow .15s}.admin-report-card:hover{box-shadow:var(--shadow)}.admin-report-resolved{opacity:.65}.admin-report-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.admin-report-date{font-size:.78rem;color:var(--text-muted)}.admin-badge{display:inline-block;padding:.2rem .65rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.admin-badge-warn{background:#fef3c7;color:#92400e}.admin-badge-ok{background:var(--green-light);color:var(--green)}.admin-badge-admin{background:#ede9fe;color:#5b21b6}.admin-badge-user{background:var(--blue-light);color:var(--blue)}.admin-report-row{display:flex;gap:.75rem;margin-bottom:.4rem;font-size:.875rem;line-height:1.5}.admin-field-label{min-width:90px;font-weight:600;color:var(--text-muted);flex-shrink:0;font-size:.8rem;padding-top:.05rem}.admin-report-against{font-weight:600;color:var(--red)}.admin-report-reason-row{align-items:flex-start}.admin-report-reason{margin:0;color:var(--text);white-space:pre-wrap;word-break:break-word;line-height:1.6}.admin-report-actions{display:flex;gap:.5rem;margin-top:.85rem;flex-wrap:wrap}.admin-btn-sm{padding:.35rem .85rem;font-size:.82rem;border-radius:8px}.admin-actions-cell{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.admin-users-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.admin-search-wrap{position:relative;display:flex;align-items:center}.admin-search-icon{position:absolute;left:.6rem;font-size:.9rem;pointer-events:none}.admin-search{padding:.4rem .75rem .4rem 2rem;border-radius:20px;border:1.5px solid var(--border);background:var(--surface);font-size:.85rem;width:240px;color:var(--text);transition:border-color .15s}.admin-search:focus{outline:none;border-color:var(--green-mid)}.user-action-menu{position:relative;display:inline-block}.user-action-trigger{width:32px;height:32px;border-radius:8px;border:1.5px solid var(--border);background:var(--surface);font-size:1.1rem;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:all .15s}.user-action-trigger:hover{background:var(--green-light);color:var(--green);border-color:var(--green)}.user-action-trigger:disabled{opacity:.5;cursor:not-allowed}.user-action-items{position:fixed;z-index:9999;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);min-width:200px;overflow:hidden}.user-action-item{display:block;width:100%;text-align:left;padding:.55rem 1rem;font-size:.85rem;border:none;background:none;cursor:pointer;color:var(--text);transition:background .1s}.user-action-item:hover{background:var(--green-light);color:var(--green)}.user-action-item--danger{color:var(--red)}.user-action-item--danger:hover{background:var(--red-light);color:var(--red)}.user-action-divider{height:1px;background:var(--border);margin:.2rem 0}.smtp-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;max-width:720px}.smtp-title{font-size:1.1rem;font-weight:700;color:var(--green);margin:0 0 .25rem}.smtp-form{display:flex;flex-direction:column;gap:.25rem}.smtp-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.smtp-row-3{grid-template-columns:2fr 1fr 1fr}.smtp-port-hint{font-size:.72rem;color:var(--text-muted);font-weight:400;margin-left:.3rem}.smtp-field-ssl{display:flex;flex-direction:column}.smtp-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;cursor:pointer;margin-top:.35rem}.smtp-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.smtp-test-btn{border:1.5px solid var(--border)}.smtp-msg{padding:.6rem 1rem;border-radius:var(--radius);font-size:.88rem;font-weight:500;margin-top:.25rem}.smtp-msg-ok{background:var(--green-light);color:var(--green);border:1px solid var(--border)}.smtp-msg-err{background:var(--red-light);color:var(--red);border:1.5px solid #fca5a5}@media (max-width: 620px){.smtp-row,.smtp-row-3{grid-template-columns:1fr}}.trans-add-form{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-bottom:1.25rem}.trans-add-title{font-size:.95rem;font-weight:700;color:var(--green);margin:0 0 .75rem}.trans-add-row{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr auto;gap:.5rem;align-items:start}.trans-add-key{font-family:monospace;font-size:.85rem}.trans-add-val{font-size:.85rem}.trans-filter-row{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.trans-ns-select{padding:.35rem .65rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.85rem;background:var(--surface);color:var(--text)}.trans-table{table-layout:fixed}.trans-table th:first-child{width:28%}.trans-table th:nth-child(2),.trans-table th:nth-child(3),.trans-table th:nth-child(4){width:22%}.trans-table th:last-child{width:8%}.trans-key-cell{vertical-align:top}.trans-key{font-size:.78rem;background:var(--green-light);color:var(--green);padding:.15rem .4rem;border-radius:4px;word-break:break-all}.trans-val-cell{font-size:.82rem;color:var(--text);cursor:pointer;vertical-align:top;white-space:pre-wrap;word-break:break-word}.trans-val-cell:hover{background:var(--green-light)}.trans-cell-input{width:100%;font-size:.82rem;border:1.5px solid var(--green);border-radius:var(--radius);padding:.3rem .45rem;resize:vertical;font-family:inherit}.trans-row-editing td{background:#f0fdf4!important}.trans-actions-cell{vertical-align:top}.trans-row-btns{display:flex;gap:.25rem;justify-content:flex-end}@media (max-width: 860px){.trans-add-row{grid-template-columns:1fr 1fr}.trans-add-row button{grid-column:1 / -1}.trans-table{font-size:.78rem}.trans-table th:first-child{width:35%}.trans-table th:nth-child(2),.trans-table th:nth-child(3),.trans-table th:nth-child(4){width:18%}}.admin-table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{background:var(--green-light);color:var(--green);font-weight:600;text-align:left;padding:.6rem .85rem;border-bottom:2px solid var(--border);white-space:nowrap}.admin-table td{padding:.6rem .85rem;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text)}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#f8fffe}.admin-row-inactive td{opacity:.5}.admin-row-inactive:hover td{opacity:.7}@media (max-width: 640px){.admin-report-row{flex-direction:column;gap:.1rem}.admin-field-label{min-width:unset}.admin-table th,.admin-table td{padding:.45rem .6rem;font-size:.8rem}}input,select,textarea{font-size:max(16px,1em)}html{scroll-behavior:smooth}body{overscroll-behavior-y:contain}body.has-modal{overflow:hidden}.navbar{padding-top:env(safe-area-inset-top);padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}.app-footer{padding-bottom:max(.85rem,env(safe-area-inset-bottom))}.modal-overlay{padding-bottom:env(safe-area-inset-bottom)}.mobile-drawer{padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}.mobile-drawer-user{padding-top:calc(1.25rem + env(safe-area-inset-top))}.btn-primary,.btn-ghost,.btn-danger-ghost,.btn-logout,.btn-gps,.btn-ai,.modal-close,.hamburger{min-height:44px;min-width:44px}.btn-primary,.btn-ghost,.btn-danger-ghost,.btn-ai{display:inline-flex;align-items:center;justify-content:center}.mobile-nav a,.mobile-logout{min-height:48px}.modal{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:92vh}@media (max-width: 480px){.location-search-row{flex-wrap:wrap}.location-search-row input{min-width:0;flex:1 1 100%}.location-search-row .btn-gps{width:100%}}@media (max-width: 400px){.page-header{flex-direction:column;align-items:flex-start;gap:.6rem}.page-header .btn-primary{width:100%}}@media (max-width: 400px){.catch-card-actions,.spot-card-actions{flex-direction:column;gap:.4rem}.catch-card-actions button,.spot-card-actions button{width:100%}}@media (max-width: 500px){.admin-table-wrap{border:none;border-radius:0}.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table tr,.admin-table td{display:block;width:100%}.admin-table tr{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.6rem;padding:.6rem .75rem}.admin-table tr:hover td{background:transparent}.admin-table td{padding:.25rem 0;border-bottom:none;font-size:.83rem;display:flex;gap:.5rem;align-items:center}.admin-table td:before{content:attr(data-label);font-weight:700;color:var(--text-muted);font-size:.75rem;min-width:72px;flex-shrink:0}}@media (max-width: 480px){.coords-row{flex-wrap:wrap;gap:.4rem}.coords-row input{flex:1 1 calc(50% - .4rem);min-width:0}.coords-row .btn-gps{flex:1 1 100%}}.modal-overlay{min-height:100vh;min-height:100dvh}@media (max-width: 768px){.navbar-links,.navbar-user-desktop{display:none}.hamburger{display:flex}}.page,.app-main{overflow-x:hidden}img{max-width:100%;height:auto}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:1rem;animation:lb-fade-in .15s ease}@keyframes lb-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-img{max-width:100%;max-height:90vh;max-height:90dvh;object-fit:contain;border-radius:var(--radius);box-shadow:0 8px 40px #0009;animation:lb-zoom-in .18s ease}@keyframes lb-zoom-in{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-close{position:fixed;top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(255,255,255,.25);transition:background .15s;z-index:501}.lightbox-close:hover{background:#ffffff4d}
