@import"https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--font-display: "Lora", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--bg-page: #f5f2ed;--sidebar-bg: #fefcf8;--card-bg: #ffffff;--hover-bg: #f7f4ef;--border: #e8e0d5;--text-primary: #2c2416;--text-secondary: #5a4e3e;--text-muted: #9c8c78;--accent: #4a7c59;--accent-soft: #e8f2eb;--accent-hover: #3d6649;--shadow-sm: 0 1px 4px rgba(44,36,22,.07);--shadow-md: 0 4px 16px rgba(44,36,22,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);background:var(--bg-page);color:var(--text-primary);line-height:1.6;font-size:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}h1,h2,h3,h4{line-height:1.3}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:10px;font-family:var(--font-body);font-size:.9rem;font-weight:600;border:1.5px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-decoration:none}.btn:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:var(--border)}.btn-ghost:hover{background:var(--hover-bg);color:var(--text-primary);border-color:var(--text-muted)}.btn-danger{background:#e53935;color:#fff;border-color:#e53935}.btn-danger:hover{background:#c62828}.btn-danger-outline{background:transparent;color:#e53935;border-color:#e53935}.btn-danger-outline:hover{background:#fdecea}.btn-lg{padding:13px 28px;font-size:.97rem;border-radius:12px}.btn-sm{padding:6px 14px;font-size:.8rem;border-radius:8px}.btn:disabled{opacity:.45;cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 9px;border-radius:10px;font-size:.72rem;font-weight:600;white-space:nowrap}.badge--mystery{background:#f3e5f5;color:#6a1b9a}.page-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:28px}.page-title{font-family:var(--font-display);font-size:1.9rem;font-weight:700;color:var(--text-primary);margin:0 0 4px}.page-subtitle{color:var(--text-muted);font-size:.95rem;margin:0}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px;margin-bottom:40px}.stat-card{display:flex;align-items:center;gap:16px;background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:20px 22px;box-shadow:var(--shadow-sm);border-left:4px solid transparent}.stat-card--green{border-left-color:#4caf50}.stat-card--amber{border-left-color:#ff9800}.stat-card--blue{border-left-color:#2196f3}.stat-card--rose{border-left-color:#e91e63}.stat-icon{font-size:2rem;line-height:1}.stat-value{font-size:1.35rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:500;margin-top:2px}.stat-sub{font-size:.78rem;color:var(--text-secondary);margin-top:2px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:0}.save-toast{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7;border-radius:12px;padding:14px 20px;font-weight:600;font-size:.95rem;margin-bottom:20px;text-align:center;animation:fadeIn .3s ease}.layout{display:flex;min-height:100vh;background:var(--bg-page)}.sidebar{width:240px;min-height:100vh;background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:100;box-shadow:2px 0 16px #0000000f}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:28px 20px 24px;border-bottom:1px solid var(--border)}.brand-icon{font-size:2rem;line-height:1}.brand-name{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.brand-tagline{font-size:.72rem;color:var(--text-muted);margin-top:1px}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px}.nav-link{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:10px;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .15s ease}.nav-link:hover{background:var(--hover-bg);color:var(--text-primary)}.nav-link--active{background:var(--accent-soft);color:var(--accent);font-weight:600}.nav-icon{font-size:1.1rem;width:22px;text-align:center}.sidebar-user{display:flex;align-items:center;gap:10px;padding:14px 16px;border-top:1px solid var(--border);background:var(--hover-bg)}.sidebar-user-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0;letter-spacing:.02em}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:.85rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-handle{font-size:.72rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout-btn{background:none;border:none;cursor:pointer;font-size:1.15rem;color:var(--text-muted);padding:4px 6px;border-radius:6px;transition:color .15s,background .15s;flex-shrink:0;line-height:1}.sidebar-logout-btn:hover{color:#e53935;background:#fdecea}.main-content{margin-left:240px;flex:1;padding:36px;max-width:1200px;width:100%}.mobile-header,.mobile-nav{display:none}@media (max-width: 768px){.sidebar{display:none}.mobile-header{display:flex;align-items:center;gap:10px;position:fixed;top:0;left:0;right:0;z-index:200;background:var(--sidebar-bg);border-bottom:1px solid var(--border);padding:12px 20px;box-shadow:0 2px 8px #00000012}.mobile-header .brand-icon{font-size:1.5rem}.mobile-header .brand-name{font-size:1.1rem;flex:1}.mobile-logout-btn{background:none;border:none;cursor:pointer;font-size:1.2rem;color:var(--text-muted);padding:4px 6px;margin-left:auto}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--sidebar-bg);border-top:1px solid var(--border);box-shadow:0 -2px 12px #00000012}.mobile-nav-link{flex:1;display:flex;flex-direction:column;align-items:center;padding:8px 4px 10px;text-decoration:none;color:var(--text-muted);font-size:.65rem;font-weight:500;transition:color .15s;gap:2px}.mobile-nav-link--active{color:var(--accent)}.mobile-nav-icon{font-size:1.3rem}.mobile-nav-label{font-size:.62rem}.main-content{margin-left:0;padding:80px 16px 90px}}.dashboard{min-height:100%}.recent-list{display:flex;flex-direction:column;gap:10px;margin-bottom:40px}.recent-card{display:flex;align-items:center;gap:14px;background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:14px 18px;box-shadow:var(--shadow-sm);transition:box-shadow .15s,transform .1s}.recent-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.recent-card-img{width:52px;height:52px;border-radius:10px;overflow:hidden;background:var(--hover-bg);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.recent-card-img img{width:100%;height:100%;object-fit:cover}.recent-card-info{flex:1;min-width:0}.recent-card-name{font-weight:600;font-size:.95rem;color:var(--text-primary);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.recent-card-sci{font-size:.78rem;color:var(--text-muted);font-style:italic}.recent-card-meta{display:flex;gap:14px;font-size:.78rem;color:var(--text-secondary);margin-top:4px;flex-wrap:wrap}.recent-card-right{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.recent-card-time{font-size:.75rem;color:var(--text-muted)}.confidence-dot{width:10px;height:10px;border-radius:50%;display:block}.activity-summary{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:var(--shadow-sm);margin-bottom:40px}.activity-grid{display:flex;flex-wrap:wrap;gap:10px}.activity-chip{display:flex;align-items:center;gap:8px;background:var(--hover-bg);border:1px solid var(--border);border-radius:20px;padding:6px 14px}.activity-name{font-size:.85rem;font-weight:500;color:var(--text-primary)}.activity-count{font-size:.78rem;color:var(--accent);font-weight:600}.empty-state{text-align:center;padding:60px 20px;background:var(--card-bg);border:2px dashed var(--border);border-radius:20px;margin-bottom:40px}.empty-icon{font-size:3.5rem;margin-bottom:12px}.empty-state h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:0 0 8px}.empty-state p{color:var(--text-muted);margin:0 0 20px}.add-sighting{max-width:760px}.sighting-form{display:flex;flex-direction:column;gap:0}.form-section{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:24px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.form-section-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field--sm{max-width:160px}.form-label{font-size:.875rem;font-weight:600;color:var(--text-secondary)}.required{color:#e74c3c;margin-left:2px}.form-input{padding:11px 14px;border:1.5px solid var(--border);border-radius:10px;font-size:.925rem;color:var(--text-primary);background:var(--bg-page);font-family:var(--font-body);transition:border-color .15s,box-shadow .15s;outline:none}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.form-input--error{border-color:#e74c3c}.form-textarea{resize:vertical;min-height:80px}.field-hint{font-size:.77rem;color:var(--text-muted);margin:0}.field-error{font-size:.8rem;color:#e74c3c;margin:0}.mystery-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--text-primary)}.mystery-toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.mystery-label{cursor:pointer}.photo-upload-area{border:2px dashed var(--border);border-radius:14px;padding:32px;text-align:center;cursor:pointer;color:var(--text-muted);background:var(--hover-bg);transition:border-color .2s,background .2s;margin-bottom:10px}.photo-upload-area:hover{border-color:var(--accent);background:var(--accent-soft)}.photo-icon{font-size:2.5rem;margin-bottom:8px}.photo-preview{max-height:220px;max-width:100%;border-radius:10px;object-fit:contain}.hidden-input{display:none}.ai-btn{margin-top:10px}.ai-btn:disabled{opacity:.55;cursor:not-allowed}.coming-soon-tag{background:var(--hover-bg);border:1px solid var(--border);border-radius:6px;font-size:.7rem;padding:2px 6px;margin-left:6px;color:var(--text-muted)}.silly-msg{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-top:12px;padding:12px 14px;background:linear-gradient(135deg,#fff8e1,#fff3e0);border:1.5px solid #ffcc02;border-radius:12px;font-size:.9rem;color:#5d4037;animation:slideDown .3s ease}.silly-msg-close{background:none;border:none;cursor:pointer;font-size:.85rem;color:#a1887f;padding:0 2px;flex-shrink:0;line-height:1.4}.silly-msg-close:hover{color:#5d4037}.silly-msg--success{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-color:#66bb6a;color:#2e7d32}.silly-msg--success .silly-msg-close{color:#81c784}.silly-msg--success .silly-msg-close:hover{color:#2e7d32}.color-picker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.color-chip{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1.5px solid var(--border);border-radius:20px;background:var(--card-bg);cursor:pointer;font-size:.82rem;color:var(--text-secondary);transition:all .15s}.color-chip:hover{border-color:var(--accent)}.color-chip--selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:600}.color-swatch{width:14px;height:14px;border-radius:50%;flex-shrink:0}.confidence-options{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:6px}.confidence-option{display:flex;align-items:center;gap:7px;padding:10px 18px;border:1.5px solid var(--border);border-radius:10px;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:all .15s;-webkit-user-select:none;user-select:none}.confidence-option input[type=radio]{display:none}.confidence-option:hover{border-color:var(--accent);color:var(--accent)}.confidence-option--selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:700}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:8px;margin-bottom:40px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.form-row{grid-template-columns:1fr}.form-field--sm{max-width:100%}.form-actions{flex-direction:column-reverse}.confidence-options{gap:8px}}.bird-log{min-height:100%}.log-controls{display:flex;gap:12px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.search-box{flex:1;min-width:200px;display:flex;align-items:center;gap:8px;background:var(--card-bg);border:1.5px solid var(--border);border-radius:10px;padding:0 14px;transition:border-color .15s,box-shadow .15s}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.search-icon{font-size:1rem;color:var(--text-muted)}.search-input{flex:1;border:none;background:transparent;outline:none;padding:11px 0;font-size:.9rem;color:var(--text-primary);font-family:var(--font-body)}.search-clear{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.85rem;padding:2px 4px}.log-controls-right{display:flex;gap:10px;align-items:center}.filter-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border-radius:50%;width:18px;height:18px;font-size:.7rem;font-weight:700;margin-left:6px}.btn-active{border-color:var(--accent)!important;color:var(--accent)!important;background:var(--accent-soft)!important}.sort-select{padding:9px 12px;border:1.5px solid var(--border);border-radius:10px;font-size:.875rem;color:var(--text-primary);background:var(--card-bg);font-family:var(--font-body);outline:none;cursor:pointer}.filter-panel{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:20px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-bottom:12px}.filter-field{display:flex;flex-direction:column;gap:4px}.filter-label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.sighting-list{display:flex;flex-direction:column;gap:10px}.sighting-card{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .15s}.sighting-card:hover{box-shadow:var(--shadow-md)}.sighting-card-header{display:flex;align-items:center;gap:14px;padding:14px 18px;cursor:pointer;-webkit-user-select:none;user-select:none}.sighting-thumb{width:56px;height:56px;border-radius:10px;overflow:hidden;background:var(--hover-bg);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.7rem}.sighting-thumb img{width:100%;height:100%;object-fit:cover}.sighting-core{flex:1;min-width:0}.sighting-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}.sighting-name{font-weight:700;font-size:.97rem;color:var(--text-primary)}.sighting-sci{font-size:.78rem;color:var(--text-muted);font-style:italic;margin-bottom:4px}.sighting-meta{display:flex;gap:14px;font-size:.78rem;color:var(--text-secondary);flex-wrap:wrap}.sighting-card-right{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.sighting-date{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.color-dots{display:flex;gap:4px;justify-content:flex-end}.color-dot{width:11px;height:11px;border-radius:50%;display:block}.expand-arrow{font-size:.7rem;color:var(--text-muted);margin-top:2px}.sighting-details{border-top:1px solid var(--border);padding:16px 18px;background:var(--hover-bg);animation:fadeIn .2s ease}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-bottom:12px}.detail-item{display:flex;flex-direction:column;gap:1px}.detail-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.detail-value{font-size:.875rem;color:var(--text-primary);font-weight:500}.detail-notes{font-size:.875rem;color:var(--text-secondary);margin-bottom:12px;padding:10px 14px;background:var(--card-bg);border-radius:8px;line-height:1.5;border-left:3px solid var(--accent)}.detail-notes--id{border-left-color:#ff9800}.sighting-actions{display:flex;gap:8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:300;padding:20px}.modal{background:var(--card-bg);border-radius:20px;padding:36px 32px;text-align:center;max-width:360px;width:100%;box-shadow:0 20px 60px #0003;animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-icon{font-size:2.5rem;margin-bottom:12px}.modal h3{font-size:1.15rem;font-weight:700;margin:0 0 8px;color:var(--text-primary)}.modal p{color:var(--text-muted);margin:0 0 24px}.modal-actions{display:flex;gap:10px;justify-content:center}@media (max-width: 600px){.sighting-card-header{padding:12px 14px}.sighting-meta{gap:8px}}.bird-profiles{min-height:100%}.profiles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}.profile-card{background:var(--card-bg);border:1px solid var(--border);border-radius:18px;padding:20px;box-shadow:var(--shadow-sm);transition:box-shadow .15s,transform .1s}.profile-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.profile-card-header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.profile-thumb{width:64px;height:64px;border-radius:14px;overflow:hidden;background:var(--hover-bg);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:2rem;border:1px solid var(--border)}.profile-thumb img{width:100%;height:100%;object-fit:cover}.profile-identity{flex:1;min-width:0}.profile-name{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 3px}.profile-sci{font-size:.78rem;color:var(--text-muted);font-style:italic;margin:0}.profile-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.profile-badge{font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:12px;white-space:nowrap}.profile-stats{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.profile-stat{display:flex;align-items:center;gap:10px}.profile-stat-icon{font-size:1.1rem;width:22px;text-align:center;flex-shrink:0}.profile-stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.profile-stat-value{font-size:.875rem;color:var(--text-primary);font-weight:600}.profile-behaviors{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding-top:10px;border-top:1px solid var(--border)}.behaviors-label{font-size:.75rem;color:var(--text-muted);font-weight:500;margin-right:2px}.behavior-chip{background:var(--hover-bg);border:1px solid var(--border);border-radius:8px;font-size:.75rem;padding:3px 9px;color:var(--text-secondary);font-weight:500}@media (max-width: 480px){.profiles-grid{grid-template-columns:1fr}}.stats-page{min-height:100%}.chart-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.chart-title{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 4px}.chart-subtitle{font-size:.8rem;color:var(--text-muted);margin:0 0 18px}.pie-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:20px}.pie-row .chart-card{margin-bottom:0}.behavior-bars{display:flex;flex-direction:column;gap:10px}.behavior-bar-row{display:flex;align-items:center;gap:12px}.behavior-bar-name{font-size:.85rem;color:var(--text-secondary);width:100px;flex-shrink:0}.behavior-bar-track{flex:1;height:10px;background:var(--hover-bg);border-radius:5px;overflow:hidden}.behavior-bar-fill{height:100%;border-radius:5px;transition:width .4s ease}.behavior-bar-count{font-size:.8rem;font-weight:600;color:var(--text-primary);width:28px;text-align:right}@media (max-width: 600px){.pie-row{grid-template-columns:1fr}}.settings-page{max-width:640px}.settings-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:24px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.settings-card h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.settings-card p{font-size:.875rem;color:var(--text-secondary);margin:0 0 4px}.settings-card--info{border-left:4px solid #2196f3;background:linear-gradient(135deg,var(--card-bg),#f0f7ff)}.settings-card--danger{border-left:4px solid #e53935}.settings-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.settings-card-header{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:4px}.settings-acct-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0}.acct-edit-form{margin-top:20px;border-top:1px solid var(--border);padding-top:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}@media (max-width: 520px){.form-row{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:4px}.settings-about{text-align:center;padding:32px;background:var(--hover-bg)}.about-logo{font-size:2.5rem;margin-bottom:8px}.settings-about h3{font-family:var(--font-display);font-size:1.3rem;text-align:center}.settings-about p{text-align:center}.auth-page{min-height:100vh;background:var(--bg-page);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px 40px}.auth-hero{text-align:center;margin-bottom:28px}.auth-brand-icon{font-size:3.5rem;line-height:1;margin-bottom:10px;filter:drop-shadow(0 2px 8px rgba(74,124,89,.3))}.auth-brand-name{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--accent);margin:0 0 6px;letter-spacing:-.02em}.auth-brand-tagline{color:var(--text-muted);font-size:.95rem;margin:0}.auth-card{background:var(--card-bg);border:1px solid var(--border);border-radius:22px;box-shadow:0 8px 40px #2c24161f;width:100%;max-width:440px;overflow:hidden}.auth-form{padding:36px 36px 28px}.auth-form-title{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--text-primary);margin:0 0 4px}.auth-form-sub{font-size:.875rem;color:var(--text-muted);margin:0 0 24px}.auth-field{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.auth-label{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.auth-input{padding:12px 14px;border:1.5px solid var(--border);border-radius:10px;font-size:.95rem;color:var(--text-primary);background:var(--bg-page);font-family:var(--font-body);outline:none;transition:border-color .15s,box-shadow .15s;width:100%}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth-input--error{border-color:#e74c3c}.auth-field-error{font-size:.8rem;color:#e74c3c;margin:0}.auth-field-hint{font-size:.76rem;color:var(--text-muted);margin:0}.auth-pw-wrap{position:relative;display:flex;align-items:center}.auth-pw-wrap .auth-input{padding-right:44px}.auth-pw-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:1rem;padding:4px;line-height:1;opacity:.7}.auth-pw-toggle:hover{opacity:1}.btn-full{width:100%;justify-content:center;padding:13px;font-size:1rem;margin-top:6px;margin-bottom:16px;border-radius:12px}.auth-links{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.85rem;color:var(--text-muted);flex-wrap:wrap}.auth-link{background:none;border:none;color:var(--accent);cursor:pointer;font-size:.85rem;font-weight:600;padding:0;text-decoration:underline;text-underline-offset:2px;font-family:var(--font-body)}.auth-link:hover{color:var(--accent-hover)}.auth-links-sep{color:var(--border)}.auth-error{background:#fdecea;color:#c62828;border:1px solid #ef9a9a;border-radius:10px;padding:11px 14px;font-size:.875rem;font-weight:500;margin-bottom:18px}.auth-success-icon{font-size:3rem;text-align:center;margin-bottom:12px}.auth-found-banner{display:flex;align-items:center;gap:12px;background:var(--accent-soft);border:1px solid #b2d4bc;border-radius:12px;padding:14px 16px;margin-bottom:20px}.auth-found-icon{font-size:1.8rem}.auth-found-name{font-size:.95rem;color:var(--text-primary)}.auth-found-user{font-size:.8rem;color:var(--text-muted)}.auth-footer{margin-top:20px;font-size:.78rem;color:var(--text-muted);text-align:center}@media (max-width: 480px){.auth-form{padding:28px 20px 24px}.auth-brand-name{font-size:1.8rem}}
