*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--surface:#1a1d27;--surface-2:#242836;--border:#2d3248;--text:#e4e7f0;--text-dim:#8b90a5;--accent:#4da6ff;--green:#00e676;--yellow:#ffd740;--orange:#ff9100;--red:#ff5252;--gold:gold;--radius:10px;--bottom-nav-h:56px;--sidebar-w:340px}html,body{width:100%;height:100%;position:fixed;overflow:hidden}body{background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;font-family:Inter,-apple-system,sans-serif}.app{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.header{background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:8px;padding:12px 14px;display:flex}.header-top{align-items:center;gap:10px;display:flex}.header h1{white-space:nowrap;flex-shrink:0;font-size:15px;font-weight:700}.last-updated{color:var(--text-dim);white-space:nowrap;flex:1;font-size:11px}.explore-view{flex-direction:column;flex:1;display:flex;overflow:hidden}.explore-toggle-bar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;padding:8px 12px;display:flex}.explore-toggles{flex:1;display:flex}.explore-sub-bar{flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.explore-site-count{color:var(--text-dim);white-space:nowrap;font-size:12px}.explore-toggle{border:1px solid var(--border);color:var(--text-dim);cursor:pointer;text-align:center;background:0 0;flex:1;padding:7px 14px;font-size:13px;font-weight:600;transition:all .15s}.explore-toggle:first-child{border-radius:20px 0 0 20px}.explore-toggle:last-child{border-radius:0 20px 20px 0}.explore-toggle+.explore-toggle{border-left:none}.explore-toggle.active{background:var(--accent);color:#000;border-color:var(--accent)}.explore-toggle:not(.active):hover{color:var(--text);background:var(--surface-2)}.explore-leaderboard{flex:1;padding:12px;overflow-y:auto}.search-bar{width:100%;position:relative}.search-bar.floating{z-index:1002;width:auto;position:absolute;top:12px;left:12px;right:12px}.search-bar-inner{background:var(--surface);border:1px solid var(--border);border-radius:24px;align-items:center;gap:6px;height:40px;padding:4px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.search-bar.focused .search-bar-inner{border-color:var(--accent);box-shadow:0 0 0 2px #4da6ff26}.search-bar.floating .search-bar-inner{box-shadow:0 2px 12px #0006}.search-bar-inner>svg{color:var(--text-dim);flex-shrink:0}.search-bar-inner input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:14px}.search-bar-inner input::placeholder{color:var(--text-dim)}.search-clear{background:var(--surface-2);width:24px;height:24px;color:var(--text-dim);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.search-clear:hover{background:var(--border);color:var(--text)}.search-divider{background:var(--border);flex-shrink:0;width:1px;height:20px}.search-locate{width:28px;height:28px;color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.search-locate:hover{color:var(--accent);background:#4da6ff1a}.search-dropdown{background:var(--surface);border:1px solid var(--border);z-index:9999;border-radius:12px;max-height:320px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000080}.search-dropdown-item{cursor:pointer;border-bottom:1px solid #2d324866;align-items:center;gap:10px;padding:10px 14px;transition:background .1s;display:flex}.search-dropdown-item:last-child{border-bottom:none}.search-dropdown-item:hover{background:var(--surface-2)}.search-dropdown-item>svg{color:var(--accent);opacity:.6;flex-shrink:0}.search-dropdown-item.loading{color:var(--text-dim);cursor:default;justify-content:center;gap:8px;font-size:13px}.search-result-text{flex-direction:column;gap:1px;min-width:0;display:flex}.search-result-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.search-result-addr{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.search-dropdown-header{text-transform:uppercase;letter-spacing:.5px;color:var(--text-dim);background:var(--surface);border-bottom:1px solid var(--border);padding:6px 12px 4px;font-size:10px;font-weight:700}.search-site-item{align-items:center;gap:8px;display:flex}.search-site-icon{flex-shrink:0;font-size:14px}.search-site-score{color:var(--accent);flex-shrink:0;font-size:12px;font-weight:700}.search-site-arrow{color:var(--text-dim);flex-shrink:0}.search-spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.sheet-overlay{z-index:3000;opacity:0;pointer-events:none;background:#00000080;transition:opacity .25s;position:fixed;inset:0}.sheet-overlay.open{opacity:1;pointer-events:auto}.settings-sheet{z-index:3001;background:var(--surface);border-top:1px solid var(--border);border-radius:16px 16px 0 0;max-height:60vh;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -8px 30px #0006}.settings-sheet.open{transform:translateY(0)}.sheet-handle{background:var(--border);border-radius:2px;width:40px;height:4px;margin:10px auto}.sheet-body{flex-direction:column;gap:18px;padding:8px 20px 24px;display:flex}.sheet-field{flex-direction:column;gap:6px;display:flex}.sheet-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.sheet-radius{align-items:center;gap:12px;display:flex}.sheet-radius input[type=range]{accent-color:var(--accent);flex:1;height:4px}.sheet-radius-val{color:var(--accent);text-align:right;min-width:50px;font-size:14px;font-weight:600}.sheet-select{border:1px solid var(--border);background:var(--surface-2);width:100%;color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238b90a5' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-radius:8px;outline:none;padding:10px 12px;font-size:14px}.sheet-select option{background:var(--surface);color:var(--text)}.sheet-add-site{border:1px dashed var(--border);width:100%;color:var(--text-dim);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.sheet-add-site:hover{border-color:var(--accent);color:var(--accent);background:#4da6ff0d}.map-action-stack{z-index:1002;flex-direction:column;gap:8px;transition:bottom .3s;display:flex;position:absolute;bottom:16px;right:12px}.map-action-stack.forecast-open{bottom:270px}.map-detail-overlay{z-index:1010;background:var(--bg);-webkit-overflow-scrolling:touch;position:absolute;inset:0;overflow-y:auto}.map-stack-btn{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex;box-shadow:0 2px 10px #0006}.map-stack-btn:hover{background:var(--accent);color:#000;border-color:var(--accent)}.content{flex-direction:column;flex:1;display:flex;overflow:hidden}.bottom-nav{background:var(--surface);border-top:1px solid var(--border);height:var(--bottom-nav-h);padding-bottom:env(safe-area-inset-bottom,0);flex-shrink:0;display:flex}.bottom-nav button{color:var(--text-dim);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:6px 0;transition:color .15s;display:flex}.bottom-nav button.active{color:var(--accent)}.bottom-nav button:hover{color:var(--text)}.nav-icon{justify-content:center;align-items:center;height:22px;display:flex}.nav-label{font-size:10px;font-weight:500}.day-tabs{border-bottom:1px solid var(--border);background:var(--surface);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0;gap:4px;padding:8px 12px;display:flex;overflow-x:auto}.day-tabs::-webkit-scrollbar{display:none}.day-tab{cursor:pointer;white-space:nowrap;color:var(--text-dim);background:0 0;border:1px solid #0000;border-radius:20px;flex-shrink:0;padding:6px 14px;font-size:12px;font-weight:500;transition:all .15s}.day-tab:hover{color:var(--text);background:var(--surface-2)}.day-tab.active{background:var(--accent);color:#000;font-weight:600}.day-tab.dim{opacity:.4}.day-tab .score-badge{opacity:.8;margin-left:6px;font-size:11px}.map-day-tabs{z-index:1001;scrollbar-width:none;-webkit-overflow-scrolling:touch;pointer-events:auto;background:0 0;border-bottom:none;gap:4px;display:flex;position:absolute;top:60px;left:8px;right:8px;overflow-x:auto}.map-day-tabs::-webkit-scrollbar{display:none}.map-day-tabs .day-tab{box-shadow:none;color:#ffffffb3;text-shadow:0 1px 3px #0009;background:0 0;border:none;padding:5px 12px;font-size:11px}.map-day-tabs .day-tab.active{background:var(--accent);color:#000;text-shadow:none;border:none;box-shadow:0 2px 8px #0000004d}.map-day-tabs .day-tab.dim{opacity:.4}.filter-panel-v2{background:var(--surface);border-bottom:1px solid #0000;max-height:0;transition:max-height .3s;overflow:hidden}.filter-panel-v2.open{border-bottom-color:var(--border);max-height:420px}.fp-inner{padding:10px 14px 14px}.fp-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.fp-title{text-transform:uppercase;letter-spacing:.4px;color:var(--text-dim);flex:1;font-size:13px;font-weight:700}.fp-reset{color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:500;transition:background .15s}.fp-reset:hover{background:#4da6ff1a}.fp-close{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:20px;line-height:1;transition:color .15s}.fp-close:hover{color:var(--text)}.fp-sliders{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.fp-slider-row{justify-content:space-between;align-items:center;display:flex}.fp-label{color:var(--text-dim);font-size:12px;font-weight:500}.fp-value{color:var(--accent);text-align:right;min-width:48px;font-size:12px;font-weight:600}.fp-sliders input[type=range]{width:100%;accent-color:var(--accent);height:4px;margin-bottom:6px}.fp-section{margin-bottom:10px}.fp-flying-types,.fp-dirs{gap:4px;margin-top:6px;display:flex}.fp-dir{border:1px solid var(--border);background:var(--bg);color:var(--text-dim);cursor:pointer;text-align:center;border-radius:14px;flex:1;padding:5px 0;font-size:11px;font-weight:600;transition:all .15s}.fp-dir:hover{color:var(--text);border-color:var(--text-dim)}.fp-dir.active{background:var(--accent);color:#000;border-color:var(--accent)}.fp-sort-row{align-items:center;gap:10px;display:flex}.fp-sort-select{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%238b90a5' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border-radius:6px;outline:none;flex:1;padding:5px 8px;font-size:12px}.filter-dir-btn{border:1px solid var(--border);background:var(--bg);color:var(--text-dim);cursor:pointer;border-radius:4px;padding:4px 8px;font-size:11px}.filter-dir-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.sites-view{flex-direction:column;flex:1;display:flex;overflow:hidden}.sites-list{flex:1;padding:8px;overflow-y:auto}.site-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;margin-bottom:8px;padding:14px;transition:all .15s}.site-card:hover{border-color:var(--accent)}.site-card.selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.site-card-header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.site-card-chevron{color:var(--text-dim);opacity:.5;flex-shrink:0;margin-top:2px;transition:opacity .15s}.site-card:hover .site-card-chevron{opacity:1;color:var(--accent)}.site-name{min-width:0;font-size:15px;font-weight:600}.score-pill{border-radius:12px;flex-shrink:0;align-items:center;padding:3px 10px;font-size:13px;font-weight:700;display:inline-flex}.score-pill.green{color:var(--green);background:#00e67626}.score-pill.yellow{color:var(--yellow);background:#ffd74026}.score-pill.orange{color:var(--orange);background:#ff910026}.score-pill.red{color:var(--red);background:#ff525226}.site-meta{color:var(--text-dim);flex-wrap:wrap;gap:4px 12px;margin-bottom:6px;font-size:12px;display:flex}.glider-tag{color:var(--accent);white-space:nowrap;background:#4da6ff1f;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.site-card-top{align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.site-card-info{flex:1;min-width:0}.wind-rose{flex-shrink:0}.site-actions{border-top:1px solid var(--border);scrollbar-width:none;gap:4px;margin-top:10px;padding-top:10px;display:flex;overflow-x:auto}.site-actions::-webkit-scrollbar{display:none}.action-btn{background:var(--surface);color:var(--text);border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:6px 10px;font-size:11px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.action-btn:hover{background:var(--accent);color:#000;border-color:var(--accent)}.action-icon{font-size:13px;line-height:1}.all-sites-list{padding:4px 0}.all-site-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;margin-bottom:6px;padding:10px 12px;transition:border-color .15s;display:flex}.all-site-info{flex:1;min-width:0}.all-site-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex;overflow:hidden}.all-site-actions{flex-shrink:0;gap:4px;display:flex}.all-site-btn{color:var(--text-dim);background:var(--surface);border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:4px;align-items:center;gap:3px;padding:4px 8px;font-size:11px;font-weight:500;display:flex}.all-site-btn:hover{color:var(--text);border-color:var(--accent)}.all-site-meta{color:var(--text-dim);gap:8px;margin-top:2px;font-size:11px;display:flex}.wx-wrap{margin:8px -14px 0}.wx-bar{justify-content:flex-end;padding:0 14px 4px;display:flex}.wx-timeline{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0;padding:0 14px;display:flex;overflow-x:auto}.wx-timeline::-webkit-scrollbar{display:none}.wx-hour{border-right:1px solid var(--border);min-width:48px;color:var(--text-dim);background:0 0;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;font-size:10px;transition:background .15s;display:flex}.wx-hour:last-child{border-right:none}.wx-hour.interactive{cursor:pointer}.wx-hour.interactive:hover{background:#4da6ff1f}.wx-hour.flyable{color:var(--text);background:#4da6ff14}.wx-hour.selected{box-shadow:inset 0 -2px 0 var(--accent);color:var(--text);background:#4da6ff38}.wx-time{color:var(--text-dim);font-size:10px;font-weight:600}.wx-hour.flyable .wx-time{color:var(--accent)}.wx-hour.selected .wx-time{color:#fff;font-weight:700}.wx-wind{align-items:center;gap:2px;font-size:12px;font-weight:600;display:flex}.wx-arrow{font-size:14px}.wx-gust{color:var(--text-dim);font-size:9px}.wx-cloud{font-size:9px}.wx-temp{font-size:10px;font-weight:500}.wx-score{color:#000000b3;border-radius:3px;justify-content:center;align-items:center;width:24px;height:16px;margin-top:2px;font-size:9px;font-weight:700;display:flex}.forecast-bar{z-index:1003;background:var(--surface);border-top:1px solid var(--border);flex-direction:column;max-height:300px;animation:.25s slideUp;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0006}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.fb-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;display:flex}.fb-site-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.fb-site-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.fb-meta{color:var(--text-dim);white-space:nowrap;font-size:11px;display:none}@media (width>=500px){.fb-meta{display:inline}}.fb-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.fb-view-detail{border-radius:4px;font-size:12px;font-weight:600;background:var(--accent)!important;color:#fff!important;padding:4px 10px!important}.fb-close{border:1px solid var(--border);background:var(--surface-2);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:14px;display:flex}.fb-close:hover{background:var(--border)}.fb-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,4px);overflow:auto hidden}.fb-scroll::-webkit-scrollbar{display:none}.fb-row{align-items:center;display:flex}.fb-row-label{border-bottom:1px solid var(--border)}.fb-cell{text-align:center;min-width:44px;color:var(--text-dim);border-right:1px solid #2d324866;flex-shrink:0;padding:4px 2px;font-size:11px}.fb-cell:last-child{border-right:none}.fb-cell.flyable{color:var(--text);background:#4da6ff0f}.fb-label{min-width:52px;max-width:52px;color:var(--text-dim);text-align:right;border-right:1px solid var(--border);background:var(--surface);z-index:1;padding-right:8px;font-size:10px;font-weight:600;position:sticky;left:0}.fb-hour-num{font-size:11px;font-weight:700}.fb-cell.flyable .fb-hour-num{color:var(--accent)}.fb-wind-val{font-size:12px;font-weight:600}.fb-gust-val{font-size:10px}.fb-dir-arrow{font-size:16px}.fb-score-pip{color:#000000b3;border-radius:4px;justify-content:center;align-items:center;width:28px;height:18px;font-size:10px;font-weight:700;display:inline-flex}.fb-score-pip.empty{color:var(--text-dim);background:0 0}.fb-row-score{border-top:1px solid var(--border)}.interval-toggle{border:1px solid var(--border);border-radius:6px;flex-shrink:0;display:flex;overflow:hidden}.interval-toggle button{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:10px;font-weight:600;line-height:1;transition:all .15s}.interval-toggle button.active{background:var(--accent);color:#000}.interval-toggle button:not(.active):hover{background:var(--surface-2);color:var(--text)}.interval-toggle.small{border-radius:4px}.interval-toggle.small button{padding:2px 6px;font-size:9px}.fb-loading{color:var(--text-dim);justify-content:center;align-items:center;gap:10px;padding:20px 14px;font-size:13px;display:flex}.fb-loading .spinner{border-width:2px;width:20px;height:20px}.fb-site-name-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;min-width:0;padding:0;display:flex}.fb-site-name-btn .fb-site-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.fb-toggle{color:var(--accent);white-space:nowrap;opacity:.7;font-size:10px}.fb-site-name-btn:hover .fb-toggle{opacity:1}.fb-info-body{flex-direction:column;gap:10px;padding:12px 14px;display:flex}.fb-info-grid{flex-wrap:wrap;gap:6px 16px;display:flex}.fb-info-item{align-items:center;gap:6px;font-size:12px;display:flex}.fb-info-label{color:var(--text-dim);text-transform:uppercase;font-size:10px;font-weight:600}.fb-info-dirs{flex-wrap:wrap;gap:4px;display:flex}.fb-info-actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:4px;padding-top:6px;display:flex}.map-view{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.map-fullscreen{flex:1;position:relative}.map-fullscreen .leaflet-container{background:var(--bg);width:100%;height:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.map-focus-pin{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.map-focus-pin:after{content:"";background:var(--green);border-radius:50%;width:10px;height:10px;box-shadow:0 0 8px #00e676b3}.map-focus-pin-pulse{background:#00e67640;border-radius:50%;width:28px;height:28px;animation:2s ease-in-out infinite map-focus-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes map-focus-pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(.6)}50%{opacity:.15;transform:translate(-50%,-50%)scale(1.4)}to{opacity:.8;transform:translate(-50%,-50%)scale(.6)}}@media (height<=700px){.forecast-bar{max-height:40vh}}.map-crosshair{z-index:800;pointer-events:none;width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.crosshair-ring{border:1.5px solid #ffffff73;border-radius:50%;width:28px;height:28px;transition:border-color .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.crosshair-ring.scanning{border:2px solid #0000;border-top-color:var(--accent);border-right-color:var(--accent);animation:.9s linear infinite crosshair-spin}@keyframes crosshair-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.crosshair-h{background:#ffffff59;height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-.5px)}.crosshair-v{background:#ffffff59;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-.5px)}.crosshair-dot{background:#ffffffd9;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 4px #00000080}.score-marker-gold{color:#1a1a2e;cursor:pointer;background:linear-gradient(135deg,gold,#fa0);border:1.5px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:700;transition:transform .15s;display:flex;box-shadow:0 0 8px #ffd70059,0 2px 4px #0000004d}.score-marker-gold:hover{transform:scale(1.15)}.score-marker-gold.selected{border-color:#fff;transform:scale(1.25);box-shadow:0 0 16px #ffd70080,0 0 30px #ffd70026;z-index:1000!important}.score-marker-focused{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00c853,#00e676);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex;transform:scale(1.15);box-shadow:0 0 14px #00c85380,0 0 30px #00e67633,0 2px 6px #0000004d;z-index:1000!important}.score-marker-focused:hover{transform:scale(1.25)}.base-marker{background:var(--accent);border:2px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 2px 6px #0006}.site-pin{cursor:pointer;border:1.5px solid #fff6;border-radius:50%;width:10px;height:10px;transition:transform .15s}.site-pin:hover{transform:scale(1.5)}.site-pin.api{background:#6366f1}.site-pin.custom{background:#f59e0b;border-color:#fff9}.site-cluster{color:#fff;background:#6366f1b3;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex;box-shadow:0 2px 8px #0000004d}.site-cluster.has-custom{background:linear-gradient(135deg,#6366f1 50%,#f59e0b 50%)}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large,.marker-cluster-small div,.marker-cluster-medium div,.marker-cluster-large div{background:0 0!important}.sidebar-overlay{z-index:2000;opacity:0;pointer-events:none;background:#00000080;transition:opacity .25s;position:fixed;inset:0}.sidebar-overlay.open{opacity:1;pointer-events:auto}.sidebar{width:var(--sidebar-w);background:var(--surface);border-left:1px solid var(--border);z-index:2001;max-width:90vw;transition:transform .25s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #0000004d}.sidebar.open{transform:translate(0)}.sidebar-content{flex-direction:column;display:flex}.sidebar-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:1;justify-content:space-between;align-items:center;padding:16px;display:flex;position:sticky;top:0}.sidebar-header h3{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16px;font-weight:600;overflow:hidden}.sidebar-close{border:1px solid var(--border);background:var(--surface-2);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.sidebar-close:hover{background:var(--border)}.sidebar-body{flex-direction:column;gap:14px;padding:16px;display:flex}.sidebar-field{flex-direction:column;gap:4px;display:flex}.sidebar-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.sidebar-tag{border-radius:4px;width:fit-content;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.sidebar-tag.api{color:#818cf8;background:#6366f126}.sidebar-tag.custom{color:#fbbf24;background:#f59e0b26}.sidebar-dirs{flex-wrap:wrap;gap:4px;display:flex}.dir-badge{background:var(--surface-2);color:var(--text-dim);border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600}.dir-badge.r2{color:var(--green);background:#00e67626}.dir-badge.r1{color:var(--yellow);background:#ffd74026}.dir-badge.r0{opacity:.4}.dir-badge.clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s}.dir-badge.clickable:hover{opacity:1}.sidebar-input,.sidebar-textarea{border:1px solid var(--border);background:var(--surface-2);width:100%;color:var(--text);border-radius:6px;outline:none;padding:8px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.sidebar-input:focus,.sidebar-textarea:focus{border-color:var(--accent)}.sidebar-input::placeholder,.sidebar-textarea::placeholder{color:var(--text-dim)}.sidebar-textarea{resize:vertical;min-height:60px}.save-site-btn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:8px;width:100%;padding:10px;font-size:14px;font-weight:600;transition:opacity .15s}.save-site-btn:hover{opacity:.9}.save-site-btn:disabled{opacity:.4;cursor:not-allowed}.sidebar-notes{color:var(--text);font-size:13px;line-height:1.5}.sidebar-links{border-top:1px solid var(--border);flex-wrap:wrap;gap:6px;padding-top:8px;display:flex}.sidebar-links a,.sidebar-links button{background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.sidebar-links a:hover,.sidebar-links button:hover{background:var(--accent);color:#000;border-color:var(--accent)}.sidebar-score-row{align-items:center;gap:14px;display:flex}.score-pill-lg{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:800;display:flex}.score-pill-lg.green{color:var(--green);background:#00e67626}.score-pill-lg.yellow{color:var(--yellow);background:#ffd74026}.score-pill-lg.orange{color:var(--orange);background:#ff910026}.score-pill-lg.red{color:var(--red);background:#ff525226}.sidebar-glider{color:var(--accent);font-size:13px;font-weight:600}.sidebar-window{color:var(--text-dim);font-size:12px}.sidebar-hourly{flex-direction:column;gap:6px;display:flex}.sidebar-hours-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0;display:flex;overflow-x:auto}.sidebar-hours-scroll::-webkit-scrollbar{display:none}.sb-hour{min-width:44px;color:var(--text-dim);border-right:1px solid var(--border);flex-direction:column;align-items:center;gap:2px;padding:6px 3px;font-size:10px;display:flex}.sb-hour:last-child{border-right:none}.sb-hour.flyable{color:var(--text);background:#4da6ff14}.sb-h-time{font-size:9px;font-weight:600}.sb-hour.flyable .sb-h-time{color:var(--accent)}.sb-h-wind{font-size:11px;font-weight:600}.sb-h-gust,.sb-h-cloud{font-size:9px}.sb-h-score{color:#000000b3;border-radius:3px;justify-content:center;align-items:center;width:22px;height:14px;margin-top:2px;font-size:8px;font-weight:700;display:flex}.leaderboard-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.leaderboard-header h2{font-size:16px;font-weight:700}.leaderboard-filters{gap:4px;display:flex}.leaderboard-filters button{border:1px solid var(--border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:16px;padding:6px 14px;font-size:12px;transition:all .15s}.leaderboard-filters button:hover{color:var(--text);background:var(--surface-2)}.leaderboard-filters button.active{background:var(--accent);color:#000;border-color:var(--accent);font-weight:600}.leaderboard-empty{text-align:center;color:var(--text-dim);padding:40px 20px;font-size:13px}.leaderboard-list{flex-direction:column;gap:6px;display:flex}.leaderboard-row{background:var(--surface-2);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:12px;transition:border-color .15s;display:flex}.leaderboard-row:hover{border-color:var(--accent)}.lb-rank{width:28px;color:var(--text-dim);text-align:center;flex-shrink:0;font-size:16px;font-weight:700}.leaderboard-row:first-child .lb-rank{color:var(--green);font-size:18px}.leaderboard-row:nth-child(2) .lb-rank{color:var(--yellow)}.leaderboard-row:nth-child(3) .lb-rank{color:var(--orange)}.lb-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.lb-top-row{align-items:center;gap:8px;display:flex}.lb-site{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.lb-day-badge{color:var(--accent);white-space:nowrap;background:#4da6ff1f;border-radius:10px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}.lb-detail-row{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.lb-chip,.lb-from{color:var(--text-dim);font-size:11px}.lb-right{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.loading{height:100%;color:var(--text-dim);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-dim);padding:40px 20px}.locate-prompt{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;padding:40px 24px;display:flex}.locate-prompt-icon{width:72px;height:72px;color:var(--accent);background:#4da6ff1f;border-radius:50%;justify-content:center;align-items:center;animation:2.5s ease-in-out infinite locate-pulse;display:flex}@keyframes locate-pulse{0%,to{box-shadow:0 0 #4da6ff4d}50%{box-shadow:0 0 0 14px #4da6ff00}}.locate-prompt-heading{color:var(--text);margin-top:4px;font-size:20px;font-weight:700}.locate-prompt-subtitle{color:var(--text-dim);max-width:260px;font-size:14px;line-height:1.4}.locate-prompt-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:28px;margin-top:8px;padding:12px 40px;font-size:16px;font-weight:600;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 20px #4da6ff59}.locate-prompt-btn:hover{transform:translateY(-1px);box-shadow:0 6px 28px #4da6ff73}.locate-prompt-btn:active{transform:translateY(0)}.locate-prompt-radius{align-items:center;gap:12px;width:100%;max-width:240px;margin-top:4px;display:flex}.locate-prompt-radius input[type=range]{accent-color:var(--accent);flex:1;height:4px}.locate-prompt-radius-val{color:var(--accent);text-align:right;min-width:52px;font-size:14px;font-weight:600}.locate-prompt-hint{color:var(--text-dim);opacity:.6;margin-top:4px;font-size:12px}.scanning-loader{flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100%;padding:40px 20px;display:flex}.glider{flex-direction:column;align-items:center;animation:3s ease-in-out infinite glider-float;display:flex}@keyframes glider-float{0%,to{transform:translateY(0)rotate(-1deg)}40%{transform:translateY(-12px)rotate(2deg)}70%{transform:translateY(-4px)rotate(-1.5deg)}}.glider-canopy{background:var(--accent);opacity:.9;border-radius:32px 32px 4px 4px;width:64px;height:22px}.glider-lines{border-top:24px solid #ffffff26;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0}.glider-pilot{background:var(--text-dim);border-radius:50%;width:8px;height:8px;margin-top:-2px}.scanning-message{color:var(--text-dim);font-size:14px;animation:.4s msg-fade-in}@keyframes msg-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=380px){.header h1{font-size:13px}.site-meta{font-size:10px}.action-btn span:not(.action-icon){display:none}}@media (width<=480px){.sidebar{--sidebar-w:100vw}.fb-actions .action-btn span:not(.action-icon){display:none}}.modal-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-content{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:400px;padding:32px 28px;position:relative}.modal-close{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;position:absolute;top:12px;right:16px}.login-modal h2{color:var(--text);margin-bottom:16px;font-size:20px}.login-desc{color:var(--text-dim);margin-bottom:16px;font-size:14px}.login-input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:8px;outline:none;margin-bottom:8px;padding:12px 14px;font-size:15px}.login-input:focus{border-color:var(--accent)}.login-error{color:var(--red);margin-bottom:8px;font-size:13px}.btn{cursor:pointer;border:none;border-radius:8px;width:100%;padding:12px;font-size:15px;font-weight:600;transition:opacity .15s;display:block}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:hover:not(:disabled){opacity:.9}.btn-primary{background:var(--accent);color:#fff;margin-top:8px}.btn-secondary{background:var(--surface-2);color:var(--text);margin-top:8px}.btn-ghost{color:var(--text-dim);background:0 0;margin-top:4px}.login-divider{text-align:center;color:var(--text-dim);margin:16px 0 8px;font-size:12px;position:relative}.login-divider:before,.login-divider:after{content:"";background:var(--border);width:35%;height:1px;position:absolute;top:50%}.login-divider:before{left:0}.login-divider:after{right:0}.login-sent{text-align:center;padding:16px 0}.login-sent-icon{margin-bottom:12px;font-size:48px}.login-sent p{color:var(--text);margin-bottom:4px}.login-sent-sub{color:var(--text-dim);font-size:13px;margin-bottom:16px!important}.profile-page{--profile-bg:#0a0a0a;--profile-surface:#1a1a1a;--profile-surface-elevated:#242424;--profile-surface-hover:#2a2a2a;--profile-border:#ffffff14;--profile-border-strong:#ffffff24;--profile-text-primary:#fff;--profile-text-secondary:#ffffffa6;--profile-text-dim:#fff6;--profile-accent:#3b82f6;--profile-accent-hover:#60a5fa;--profile-accent-soft:#3b82f61f;--profile-success:#22c55e;--profile-success-soft:#22c55e1f;--profile-warning:#f59e0b;--profile-warning-soft:#f59e0b1f;--profile-danger:#ef4444;--profile-danger-soft:#ef44441f;background:var(--profile-bg);-webkit-overflow-scrolling:touch;flex:1;padding-bottom:24px;overflow-y:auto}.profile-topbar{z-index:10;background:var(--profile-bg);justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex;position:sticky;top:0}.profile-topbar-left{align-items:center;gap:8px;display:flex}.profile-topbar-title{color:var(--profile-text-primary);letter-spacing:-.01em;font-size:16px;font-weight:600}.profile-topbar-icon{color:var(--profile-accent)}.profile-settings-btn{width:36px;height:36px;color:var(--profile-text-dim);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}.profile-settings-btn:hover{background:var(--profile-surface);color:var(--profile-text-secondary)}.profile-header{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:8px 16px 16px;display:flex}@media (width>=768px){.profile-header{text-align:left;flex-direction:row;padding:12px 24px 20px}}@media (width>=1024px){.profile-header{padding:12px 32px 20px}}.profile-avatar-wrap{flex-shrink:0;position:relative}.profile-avatar-ring{border:2.5px solid var(--profile-border-strong);cursor:pointer;border-radius:50%;width:80px;height:80px;padding:2px;transition:border-color .2s;display:block}.profile-avatar-ring:hover{border-color:var(--profile-accent)}.profile-avatar-ring img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-avatar-fallback{background:var(--profile-surface-elevated);width:100%;height:100%;color:var(--profile-text-dim);border-radius:50%;justify-content:center;align-items:center;font-size:28px;font-weight:700;display:flex}.profile-verified{background:var(--profile-accent);color:#fff;border:2px solid var(--profile-bg);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:0;right:0}.profile-hero-info{flex:1;min-width:0}.profile-pilot-name{letter-spacing:-.02em;color:var(--profile-text-primary);font-size:clamp(20px,5vw,24px);font-weight:700;line-height:1.2}.profile-pilot-id{color:var(--profile-text-dim);letter-spacing:.04em;margin-top:2px;font-size:12px}.profile-stat-bar{grid-template-columns:repeat(4,1fr);gap:8px;padding:0 16px 8px;display:grid}@media (width>=768px){.profile-stat-bar{padding:0 24px 8px}}@media (width>=1024px){.profile-stat-bar{padding:0 32px 8px}}.profile-stat{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:10px 8px;display:flex}.profile-stat-value{color:var(--profile-text-primary);font-size:18px;font-weight:700;line-height:1}.profile-stat-value small{color:var(--profile-text-dim);font-size:10px;font-weight:500}.profile-stat-label{color:var(--profile-text-dim);letter-spacing:.02em;font-size:10px;font-weight:500}.profile-section{margin-top:24px;padding:0 16px}@media (width>=768px){.profile-section{padding:0 24px}}@media (width>=1024px){.profile-section{padding:0 32px}}.profile-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.profile-section-title{color:var(--profile-text-primary);letter-spacing:-.01em;font-size:16px;font-weight:600}.profile-nav-grid{flex-direction:column;gap:8px;margin-top:20px;padding:0 16px;display:flex}@media (width>=768px){.profile-nav-grid{flex-direction:row;padding:0 24px}}@media (width>=1024px){.profile-nav-grid{padding:0 32px}}.profile-nav-button{background:var(--profile-surface);border:1px solid var(--profile-border);cursor:pointer;text-align:left;border-radius:14px;flex:1;align-items:center;gap:14px;min-height:64px;padding:16px;transition:all .15s;display:flex}.profile-nav-button:hover{background:var(--profile-surface-hover);border-color:var(--profile-border-strong)}.profile-nav-button:active{transform:scale(.98)}.profile-nav-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.profile-nav-icon--goose{background:var(--profile-accent-soft);color:var(--profile-accent)}.profile-nav-icon--groups{background:var(--profile-success-soft);color:var(--profile-success)}.profile-nav-icon--pilots{background:var(--profile-warning-soft);color:var(--profile-warning)}.profile-nav-text{flex:1;min-width:0}.profile-nav-title{color:var(--profile-text-primary);font-size:15px;font-weight:600}.profile-nav-desc{color:var(--profile-text-dim);margin-top:1px;font-size:12px}.profile-nav-chevron{color:var(--profile-text-dim);flex-shrink:0}.profile-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:14px;padding:16px}.profile-logbook-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:14px;padding:20px}.profile-logbook-inner{flex-direction:column;gap:16px;display:flex}@media (width>=768px){.profile-logbook-inner{flex-direction:row;align-items:center;gap:24px}}.profile-goal-ring{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.profile-goal-ring-wrap{justify-content:center;align-items:center;display:flex;position:relative}.profile-goal-svg{transform:rotate(-90deg)}.profile-goal-pct-wrap{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.profile-goal-pct{color:var(--profile-text-primary);font-size:16px;font-weight:700}.profile-goal-label{color:var(--profile-text-dim);margin-top:6px;font-size:11px;font-weight:500}.profile-activity{flex:1;width:100%}.profile-activity-header{color:var(--profile-text-secondary);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:500;display:flex}.profile-streak-badge{color:var(--profile-accent);align-items:center;gap:4px;font-size:11px;font-weight:600;display:inline-flex}.profile-activity-bars{gap:6px;display:flex}.profile-activity-bar{background:var(--profile-surface-elevated);border-bottom:2px solid var(--profile-accent);border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;height:52px;transition:opacity .15s;display:flex}.profile-activity-bar--empty{border-bottom-color:var(--profile-border-strong);opacity:.4}.profile-activity-bar-day{color:var(--profile-text-dim);font-size:10px;font-weight:500}.profile-activity-bar-hrs{color:var(--profile-text-primary);font-size:13px;font-weight:700}.profile-log-btn{background:var(--profile-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.profile-log-btn:hover{background:var(--profile-accent-hover)}.profile-log-btn:active{transform:scale(.97)}.profile-gear-grid{grid-template-columns:1fr;gap:10px;display:grid}@media (width>=768px){.profile-gear-grid{grid-template-columns:repeat(2,1fr)}}.profile-gear-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:14px;padding:16px;transition:border-color .15s}.profile-gear-card:hover{border-color:var(--profile-border-strong)}.profile-gear-card--overdue{border-color:var(--profile-danger)}.profile-gear-header{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.profile-gear-name{color:var(--profile-text-primary);font-size:15px;font-weight:600}.profile-gear-class{color:var(--profile-text-dim);margin-top:2px;font-size:11px;font-weight:500}.profile-gear-status{white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.profile-gear-status--ok{background:var(--profile-success-soft);color:var(--profile-success)}.profile-gear-status--overdue{background:var(--profile-danger-soft);color:var(--profile-danger)}.profile-gear-details{grid-template-columns:1fr 1fr;gap:12px 8px;display:grid}.profile-gear-detail-label{color:var(--profile-text-dim);margin-bottom:2px;font-size:10px;font-weight:500}.profile-gear-detail-label--error{color:var(--profile-danger)}.profile-gear-detail-value{color:var(--profile-text-primary);font-size:13px;font-weight:600}.profile-gear-prefs{background:var(--profile-surface-elevated);border-radius:8px;grid-column:1/-1;margin-top:4px;padding:10px 12px}.profile-gear-prefs-label{color:var(--profile-accent);margin-bottom:6px;font-size:10px;font-weight:600}.profile-gear-prefs-row{color:var(--profile-text-secondary);align-items:center;gap:6px;font-size:13px;display:flex}.profile-empty-card{background:var(--profile-surface);border:1px solid var(--profile-border);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.profile-empty-card p{color:var(--profile-text-secondary);font-size:14px;font-weight:500}.profile-empty-card span{color:var(--profile-text-dim);font-size:12px}.profile-section-title-btn{color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:8px;padding:0;display:flex}.profile-section-title-btn:hover .profile-section-title{color:var(--profile-accent)}.profile-section-count{color:var(--profile-text-dim);background:var(--profile-surface-elevated);border-radius:10px;padding:2px 7px;font-size:12px;font-weight:600}.profile-sites-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;padding:0 16px 12px;display:flex;overflow-x:auto}@media (width>=768px){.profile-sites-scroll{padding:0 24px 12px}}.profile-sites-scroll::-webkit-scrollbar{display:none}.profile-site-preview{background:var(--profile-surface-elevated);border:1px solid var(--profile-border);cursor:pointer;max-width:180px;font:inherit;color:var(--profile-text);border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:8px 12px;transition:all .15s;display:flex;position:relative}.profile-site-preview:hover{border-color:var(--profile-accent);background:var(--profile-surface)}.profile-site-preview--fav{border-color:var(--gold,gold)}.profile-site-preview-star{color:var(--gold,gold);flex-shrink:0}.profile-site-preview-name{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.profile-site-add{border:1.5px dashed var(--profile-border-strong);cursor:pointer;width:120px;min-height:36px;font:inherit;color:var(--profile-text-dim);background:0 0;border-radius:10px;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:8px 10px;transition:all .15s;display:flex}.profile-site-add:hover{background:var(--profile-surface);border-color:var(--profile-accent)}.profile-site-add svg{color:var(--profile-text-dim);width:16px;height:16px;transition:color .15s}.profile-site-add:hover svg{color:var(--profile-accent)}.profile-site-add-label{color:var(--profile-text-dim);white-space:nowrap;font-size:11px;font-weight:500}.profile-site-add:hover .profile-site-add-label{color:var(--profile-accent)}.sites-panel{flex:1;padding:16px;overflow-y:auto}@media (width>=768px){.sites-panel{padding:20px 24px}}.sites-section{margin-bottom:20px}.sites-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--profile-text-dim);align-items:center;gap:5px;margin-bottom:10px;font-size:12px;font-weight:600;display:flex}.sites-section-label svg{color:var(--gold,gold)}.sites-fav-hint{color:var(--profile-text-dim);align-items:center;gap:5px;margin-bottom:16px;padding:0 2px;font-size:12px;display:flex}.sites-fav-hint svg{color:var(--profile-text-dim);opacity:.5}.sites-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}@media (width>=768px){.sites-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.sites-grid{grid-template-columns:repeat(4,1fr)}}.sites-card{background:var(--profile-surface-elevated);border:1px solid var(--profile-border);cursor:pointer;border-radius:12px;flex-direction:column;gap:6px;min-height:80px;padding:12px;transition:all .15s;display:flex;position:relative}.sites-card:hover{border-color:var(--profile-accent);transform:translateY(-1px)}.sites-card--favorite,.sites-card--favorite:hover{border-color:var(--gold,gold)}.sites-card-star{cursor:pointer;color:var(--profile-text-dim);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:all .15s;display:flex;position:absolute;top:8px;right:8px}.sites-card-star:hover,.sites-card-star--active{color:var(--gold,gold)}.sites-card-name{color:var(--profile-text);white-space:nowrap;text-overflow:ellipsis;padding-right:20px;font-size:13px;font-weight:600;overflow:hidden}.sites-card-meta{align-items:center;gap:6px;display:flex}.sites-card-viewed{color:var(--profile-text-dim);font-size:11px}.sites-card-views{color:var(--profile-text-dim);opacity:.7;align-items:center;gap:3px;font-size:10px;display:flex}.sites-card--skeleton{background:var(--profile-surface-elevated);cursor:default;border-color:#0000;min-height:80px}.sites-card-skeleton-line{background:var(--profile-border);border-radius:4px;height:10px;animation:1.5s ease-in-out infinite pulse-skeleton}.sites-card-skeleton-line--wide{width:80%}.sites-card-skeleton-line--narrow{width:40%}.sites-card-skeleton-line--mid{width:60%}@keyframes pulse-skeleton{0%,to{opacity:.4}50%{opacity:.8}}.sites-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.sites-empty svg{color:var(--profile-text-dim);margin-bottom:8px}.sites-empty-title{color:var(--profile-text-secondary);font-size:16px;font-weight:600}.sites-empty-desc{color:var(--profile-text-dim);margin-bottom:12px;font-size:13px}.sites-empty-btn{border:1px solid var(--profile-accent);color:var(--profile-accent);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.sites-empty-btn:hover{background:var(--profile-accent);color:var(--profile-bg)}.profile-signout{margin-top:32px;margin-bottom:16px;padding:0 16px}@media (width>=768px){.profile-signout{padding:0 24px}}.profile-signout-btn{color:var(--profile-danger);border:1px solid var(--profile-danger-soft);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:200px;padding:12px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.profile-signout-btn:hover{background:var(--profile-danger-soft);border-color:var(--profile-danger)}.profile-guest{text-align:center;flex-direction:column;align-items:center;max-width:480px;margin:0 auto;padding:48px 24px 24px;display:flex}.profile-guest-avatar{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex}.profile-guest-avatar svg{color:var(--profile-text-dim)}.profile-guest-title{letter-spacing:-.02em;color:var(--profile-text-primary);margin-bottom:6px;font-size:22px;font-weight:700}.profile-guest-sub{color:var(--profile-text-secondary);max-width:320px;margin-bottom:24px;font-size:14px;line-height:1.5}.profile-guest-signin{background:var(--profile-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;max-width:320px;margin-bottom:32px;padding:14px 40px;font-size:15px;font-weight:600;transition:all .15s}.profile-guest-signin:hover{background:var(--profile-accent-hover)}.profile-guest-signin:active{transform:scale(.98)}.profile-guest-signin:focus-visible{outline:2px solid var(--profile-accent);outline-offset:2px}.profile-guest-hint{color:var(--profile-text-dim);margin-top:-16px;margin-bottom:28px;font-size:12px}.profile-guest-features{text-align:left;flex-direction:column;gap:8px;width:100%;max-width:400px;display:flex}.profile-guest-feature{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:12px;align-items:center;gap:14px;padding:14px;transition:background .15s;display:flex}.profile-guest-feature:hover{background:var(--profile-surface-hover)}.profile-guest-feature-icon{background:var(--profile-accent-soft);width:40px;height:40px;color:var(--profile-accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-guest-feature-text{flex:1;min-width:0}.profile-guest-feature-title{color:var(--profile-text-primary);font-size:14px;font-weight:600}.profile-guest-feature-desc{color:var(--profile-text-dim);margin-top:1px;font-size:12px}@media (width>=768px){.profile-guest{padding:48px 24px}.profile-guest-signin{width:auto;min-width:280px}}@media (width>=1024px){.profile-guest{padding:56px 32px}}.profile-action-button{background:var(--profile-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.profile-action-button:hover{background:var(--profile-accent-hover)}.profile-action-button--secondary{border:1px solid var(--profile-border);color:var(--profile-text-primary);background:0 0}.profile-action-button--secondary:hover{background:var(--profile-surface)}.profile-input{background:var(--profile-surface);border:1px solid var(--profile-border);color:var(--profile-text-primary);border-radius:10px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s}.profile-input:focus{border-color:var(--profile-accent)}.profile-input::placeholder{color:var(--profile-text-dim)}.profile-badge{background:var(--profile-accent-soft);color:var(--profile-accent);border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.profile-badge--success{background:var(--profile-success-soft);color:var(--profile-success)}.profile-badge--warning{background:var(--profile-warning-soft);color:var(--profile-warning)}.profile-badge--danger{background:var(--profile-danger-soft);color:var(--profile-danger)}.profile-subview{flex-direction:column;height:100%;display:flex;overflow:hidden}.profile-subview-header{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:10px;padding:10px 14px;display:flex}.profile-subview-header h3{text-transform:uppercase;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700}.profile-back-btn{border:1px solid var(--border);background:var(--surface-2);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.profile-back-btn:hover{background:var(--border)}.layer-toggle{z-index:500;position:absolute;bottom:64px;left:10px}.layer-toggle-btn{background:var(--surface);width:36px;height:36px;color:var(--text);cursor:pointer;border:none;border:1px solid var(--border);border-radius:8px;font-size:16px;box-shadow:0 2px 8px #0000004d}.layer-toggle-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;min-width:140px;padding:8px;position:absolute;bottom:42px;left:0;box-shadow:0 2px 8px #0000004d}.layer-toggle-item{color:var(--text);cursor:pointer;align-items:center;gap:6px;padding:4px 0;font-size:13px;display:flex}.layer-toggle-item input{accent-color:var(--accent)}.layer-icon{font-size:14px}.chat-panel{background:var(--bg);flex-direction:column;height:100%;display:flex}.chat-messages{flex-direction:column;flex:1;gap:12px;padding:12px;display:flex;overflow-y:auto}.chat-goose-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.chat-goose-avatar--lg{width:52px;height:52px;margin:0 auto 12px;font-size:24px}.chat-welcome{text-align:center;color:var(--text-dim);padding:40px 20px}.chat-welcome h3{color:var(--text);margin-bottom:4px;font-size:20px}.chat-welcome p{margin-bottom:8px;font-size:14px}.chat-welcome-teaser{color:var(--text-dim);margin-bottom:20px;font-size:13px;font-style:italic}.chat-starters{flex-direction:column;align-items:center;gap:8px;display:flex}.chat-starter{background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:20px;max-width:300px;padding:8px 16px;font-size:13px;transition:border-color .15s,background .15s}.chat-starter:hover{border-color:var(--accent);background:var(--surface-2)}.chat-msg{gap:8px;max-width:90%;display:flex}.chat-msg.user{flex-direction:row-reverse;align-self:flex-end}.chat-msg.assistant{align-self:flex-start}.chat-msg-content{flex-direction:column;min-width:0;display:flex}.chat-msg-bubble{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.5}.chat-msg.user .chat-msg-bubble{background:var(--accent);color:#fff;white-space:pre-wrap;border-bottom-right-radius:4px}.chat-msg.assistant .chat-msg-bubble{background:var(--surface);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-msg-bubble p{margin:0 0 8px}.chat-msg-bubble p:last-child{margin-bottom:0}.chat-msg-bubble strong{font-weight:600}.chat-msg-bubble em{font-style:italic}.chat-msg-bubble ul,.chat-msg-bubble ol{margin:8px 0;padding-left:20px}.chat-msg-bubble li{margin-bottom:4px}.chat-msg-bubble li:last-child{margin-bottom:0}.chat-msg-bubble code{background:#ffffff1a;border-radius:3px;padding:1px 4px;font-family:SF Mono,Menlo,monospace;font-size:13px}.chat-msg-time{color:var(--text-dim);margin-top:2px;padding:0 4px;font-size:11px}.chat-msg.user .chat-msg-time{text-align:right}.chat-typing-dots{gap:4px;padding:4px 0;display:inline-flex}.chat-typing-dots span{background:var(--text-dim);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-dot-pulse}.chat-typing-dots span:nth-child(2){animation-delay:.2s}.chat-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes chat-dot-pulse{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.chat-thinking{color:var(--text-dim);padding:4px 12px;font-size:12px;animation:1.5s ease-in-out infinite chat-pulse}@keyframes chat-pulse{0%,to{opacity:.5}50%{opacity:1}}.chat-input-area{border-top:1px solid var(--border);background:var(--surface);align-items:flex-end;gap:8px;padding:8px 12px;display:flex}.chat-input{resize:none;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:20px;outline:none;flex:1;max-height:120px;padding:10px 16px;font-family:inherit;font-size:14px;transition:border-color .15s}.chat-input:focus{border-color:var(--accent)}.chat-input:disabled{opacity:.6}.chat-send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;transition:opacity .15s;display:flex}.chat-send:disabled{opacity:.4;cursor:not-allowed}.trips-panel{flex:1;padding:12px;overflow-y:auto}.trips-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.trips-header h2{font-size:16px;font-weight:700}.trips-empty{text-align:center;color:var(--text-dim);padding:40px 20px}.trips-empty h3{color:var(--text);margin-bottom:4px;font-size:18px}.trips-list{flex-direction:column;gap:8px;display:flex}.trip-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:14px;transition:border-color .15s}.trip-card:hover{border-color:var(--accent)}.trip-card-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.trip-card-name{font-size:15px;font-weight:600}.trip-status-badge{text-transform:uppercase;font-size:11px;font-weight:600}.trip-card-meta{color:var(--text-dim);gap:8px;font-size:12px;display:flex}.trip-create-form{flex-direction:column;gap:12px;display:flex}.trip-create-form h3{margin-bottom:4px;font-size:18px}.trip-form-actions{flex-direction:column;gap:4px;margin-top:4px;display:flex}.trip-detail{flex-direction:column;gap:16px;display:flex}.trip-detail-header{align-items:center;gap:10px;display:flex}.trip-detail-header h3{flex:1;font-size:18px;font-weight:700}.trip-back-btn{border:1px solid var(--border);background:var(--surface-2);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.trip-back-btn:hover{background:var(--border)}.trip-section{flex-direction:column;gap:8px;display:flex}.trip-section h4{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.trip-members{flex-wrap:wrap;gap:8px;display:flex}.trip-member{background:var(--surface-2);border-radius:20px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;display:flex}.trip-member-avatar{background:var(--border);width:24px;height:24px;color:var(--text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex;overflow:hidden}.trip-member-avatar img{object-fit:cover;width:100%;height:100%}.trip-avail-grid{overflow-x:auto}.trip-avail-header{gap:2px;padding-left:60px;display:flex}.trip-avail-date{text-align:center;min-width:40px;color:var(--text-dim);font-size:10px;font-weight:600}.trip-avail-row{align-items:center;gap:2px;margin-top:2px;display:flex}.trip-avail-name{width:58px;color:var(--text-dim);text-align:right;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;padding-right:4px;font-size:11px;overflow:hidden}.trip-avail-cell{background:var(--surface-2);border:1px solid var(--border);min-width:40px;height:28px;color:var(--text-dim);border-radius:4px;justify-content:center;align-items:center;font-size:12px;display:flex}.trip-avail-cell.available{color:var(--green);background:#00e67626;border-color:#00e6764d}.trip-avail-cell.clickable{cursor:pointer}.trip-avail-cell.clickable:hover{border-color:var(--accent)}.trip-suggestion{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:8px 0;display:flex}.trip-suggestion:last-child{border-bottom:none}.vote-widget{flex:1;justify-content:space-between;align-items:center;gap:8px;display:flex}.vote-site-info{flex-direction:column;gap:2px;min-width:0;display:flex}.vote-site-name{font-size:14px;font-weight:600}.vote-suggested-by{color:var(--text-dim);font-size:11px}.vote-reason{color:var(--text-dim);font-size:12px;font-style:italic}.vote-buttons{flex-shrink:0;gap:4px;display:flex}.vote-btn{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:14px;transition:all .15s;display:flex}.vote-btn span{font-size:11px;font-weight:600}.vote-btn:hover{border-color:var(--accent)}.vote-btn.up.active{border-color:var(--green);background:#00e67626}.vote-btn.down.active{border-color:var(--red);background:#ff525226}.trip-confirm-site-btn{border:1px solid var(--green);color:var(--green);cursor:pointer;white-space:nowrap;background:#00e6761a;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600}.trip-confirm-site-btn:hover{background:var(--green);color:#000}.trip-suggest-form{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.trip-confirmed{color:var(--green);background:#00e6761a;border:1px solid #00e67633;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:600}.site-detail{background:var(--bg);flex:1;position:relative;overflow-y:auto}.site-detail-topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;align-items:center;gap:10px;padding:10px 14px;display:flex;position:sticky;top:0}.site-detail-back{border:1px solid var(--border);background:var(--surface-2);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.site-detail-back:hover{background:var(--border)}.site-detail-topbar-title{color:var(--text-dim);font-size:14px;font-weight:600}.site-detail-hero{justify-content:space-between;align-items:flex-start;gap:12px;padding:16px;display:flex}.site-detail-hero-left{flex-direction:column;gap:4px;min-width:0;display:flex}.site-detail-name{word-break:break-word;font-size:20px;font-weight:700;line-height:1.2}.site-detail-facing{text-transform:uppercase;letter-spacing:.5px;color:var(--accent);background:#4da6ff1a;border-radius:4px;width:fit-content;padding:2px 8px;font-size:11px;font-weight:700}.site-rating-summary-bar{align-items:center;gap:4px;margin-top:4px;display:flex}.site-rating-summary-bar-stars{gap:1px;display:flex}.site-rating-summary-bar-avg{color:var(--gold);margin-left:2px;font-size:13px;font-weight:600}.site-rating-summary-bar-count{color:var(--text-dim);font-size:12px}.site-detail-status{color:var(--text-dim);align-items:center;gap:6px;margin-top:2px;font-size:12px;font-weight:600;display:flex}.site-detail-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.site-detail-loading{color:var(--text-dim);justify-content:center;align-items:center;gap:10px;padding:32px 16px;font-size:14px;display:flex}.site-detail-loading .spinner{width:20px;height:20px}.site-detail-assessment{border-left:3px solid var(--accent);background:var(--surface);color:var(--text);border-radius:0 8px 8px 0;margin:0 16px 16px;padding:12px 14px;font-size:14px;line-height:1.5}.site-detail-assessment strong{color:var(--accent)}.site-detail-section{padding:0 16px 16px}.site-detail-section-title{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.weather-clear-hour{color:var(--accent);cursor:pointer;text-transform:none;letter-spacing:0;background:#4285f41f;border:none;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:10px;font-weight:600}.site-detail-stats{grid-template-columns:1fr 1fr;gap:8px;display:grid}.site-detail-stat{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.site-detail-stat-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600}.site-detail-stat-value{color:var(--text);font-size:14px;font-weight:600}.site-detail-stat-sub{color:var(--text-dim);font-size:9px}.wind-analysis{gap:8px;display:flex}.wind-analysis-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:10px 8px;display:flex}.wind-analysis-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600}.wind-analysis-value{color:var(--text);font-size:18px;font-weight:700}.wind-analysis-sub{color:var(--text-dim);font-size:9px}.wx-surface{color:var(--text-dim);opacity:.7;font-size:9px}.fb-sfc-val{color:var(--text-dim);font-size:9px}.site-detail-dirs{flex-wrap:wrap;gap:6px;display:flex}.site-detail-info{flex-direction:column;gap:0;display:flex}.site-detail-info-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;display:flex}.site-detail-info-row:last-child{border-bottom:none}.site-detail-info-label{color:var(--text-dim);font-size:12px}.site-detail-community-divider{border-top:2px solid var(--border);margin-top:8px;padding-top:16px}.nearby-stations-loading{color:var(--text-dim);padding:12px 0;font-size:13px}.nearby-stations-map{border-radius:var(--radius);border:1px solid var(--border);height:200px;margin-bottom:10px;overflow:hidden}.nearby-stations-list{background:var(--border);border-radius:var(--radius);flex-direction:column;gap:1px;display:flex;overflow:hidden}.nearby-station-row{background:var(--surface-2);color:var(--text);cursor:pointer;align-items:center;gap:8px;padding:10px 12px;font-size:13px;text-decoration:none;transition:background .15s;display:flex}.nearby-station-row:hover{background:var(--surface)}.nearby-station-source{border-radius:50%;flex-shrink:0;width:8px;height:8px}.nearby-station-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.nearby-station-dist{color:var(--text-dim);flex-shrink:0;font-size:12px}.nearby-station-wind{color:var(--accent);flex-shrink:0;font-weight:600}.nearby-station-arrow{margin-right:2px}.nearby-station-gust{color:var(--orange);flex-shrink:0;font-size:12px;font-weight:600}.nearby-station-temp{color:var(--text-dim);flex-shrink:0;font-size:12px}.nearby-station-age{color:var(--text-dim);text-align:right;flex-shrink:0;min-width:40px;font-size:11px}.takeoff-mini-pin{background:0 0}.takeoff-mini-pin-inner{background:var(--red);border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px #0006}.station-mini-pin{background:0 0}.station-mini-pin-inner{background:var(--surface);border:2px solid var(--accent);color:#fff;text-align:center;white-space:nowrap;border-radius:4px;padding:0 3px;font-size:11px;font-weight:700;line-height:16px;box-shadow:0 1px 4px #0006}.station-mini-pin-active .station-mini-pin-inner{background:var(--accent);box-shadow:0 0 0 2px var(--accent), 0 1px 4px #0006;border-color:#fff}.nearby-station-item{background:var(--surface-2)}.nearby-station-item.expanded{background:var(--surface)}.nearby-station-external{color:var(--text-dim);opacity:.6;flex-shrink:0;align-items:center;padding:2px;transition:opacity .15s;display:flex}.nearby-station-external:hover{opacity:1;color:var(--accent)}.nearby-station-expanded{background:var(--surface);border-top:1px solid var(--border);padding:8px 12px 12px}.wind-history-chart{width:100%}.wind-history-svg{width:100%;height:160px}.wind-history-legend{color:var(--text-dim);align-items:center;gap:12px;padding:4px 0 0;font-size:11px;display:flex}.wind-history-legend-item{align-items:center;gap:4px;display:flex}.legend-swatch{border-radius:1px;width:10px;height:3px;display:inline-block}.wind-history-legend-unit{margin-left:auto}.wind-history-loading{color:var(--text-dim);justify-content:center;align-items:center;gap:8px;padding:16px 0;font-size:13px;display:flex}.wind-history-empty{color:var(--text-dim);text-align:center;padding:16px 0;font-size:13px}.hell-yeah-container{align-items:center;gap:12px;padding:8px 16px 12px;display:flex}.hell-yeah-btn{border:2px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.hell-yeah-btn:hover{background:#4285f41a}.hell-yeah-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.hell-yeah-btn:disabled{opacity:.5;cursor:not-allowed}.hell-yeah-emoji{font-size:18px}.hell-yeah-count{color:var(--text-dim);font-size:13px}.conditions-grid{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.condition-wide{grid-column:1/-1}.site-detail-actions{bottom:var(--bottom-nav-h);background:var(--surface);border-top:1px solid var(--border);z-index:10;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));gap:6px;display:flex;position:fixed;left:0;right:0}.site-detail-action-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;white-space:nowrap;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:10px 8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.site-detail-action-btn:hover{border-color:var(--accent);background:var(--accent);color:#000}.site-detail-action-btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.site-detail-action-btn.primary:hover{opacity:.9}.star-rating{flex-direction:column;gap:4px;display:flex}.star-rating-label{color:var(--text-dim);font-size:12px;font-weight:600}.star-rating-stars{gap:2px;display:flex}.star-rating-star.interactive:hover{transition:transform .1s;transform:scale(1.15)}.site-gallery-scroll{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.site-gallery-scroll::-webkit-scrollbar{height:4px}.site-gallery-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.site-gallery-thumb{object-fit:cover;cursor:pointer;border:1px solid var(--border);border-radius:8px;flex-shrink:0;width:80px;height:80px;transition:opacity .15s}.site-gallery-thumb:hover{opacity:.8}.site-gallery-add{border:2px dashed var(--border);width:80px;height:80px;color:var(--text-dim);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;font-size:11px;transition:all .15s;display:flex}.site-gallery-add:hover{border-color:var(--accent);color:var(--accent)}.site-gallery-add:disabled{opacity:.5;cursor:default}.site-gallery-lightbox{z-index:1000;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.site-gallery-lightbox-content{max-width:90vw;max-height:85vh;position:relative}.site-gallery-lightbox-content img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:80vh}.site-gallery-lightbox-caption{text-align:center;color:var(--text-dim);margin-top:8px;font-size:13px}.site-gallery-lightbox-close{color:var(--text);cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;top:-36px;right:0}.site-gallery-lightbox-nav{pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.site-gallery-lightbox-btn{color:var(--text);cursor:pointer;pointer-events:auto;background:#00000080;border:none;border-radius:50%;padding:8px;transition:background .15s}.site-gallery-lightbox-btn:hover{background:#ffffff26}.site-gallery-lightbox-btn.prev{margin-left:-40px}.site-gallery-lightbox-btn.next{margin-right:-40px}.site-gallery-lightbox-delete{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 16px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.site-ratings-summary{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px;display:flex}.site-ratings-summary-row{align-items:center;gap:8px;display:flex}.site-ratings-summary-label{color:var(--text-dim);flex-shrink:0;width:120px;font-size:12px}.site-ratings-summary-avg{color:var(--text);margin-left:auto;font-size:13px;font-weight:600}.site-ratings-count{color:var(--text-dim);text-align:right;margin-top:4px;font-size:11px}.site-ratings-empty{color:var(--text-dim);padding:12px 0;font-size:13px}.site-ratings-rate-btn{border:1px solid var(--accent);width:100%;color:var(--accent);cursor:pointer;background:0 0;border-radius:8px;margin-bottom:12px;padding:10px;font-size:13px;font-weight:600;transition:all .15s;display:block}.site-ratings-rate-btn:hover{background:var(--accent);color:#fff}.site-ratings-form{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:12px;margin-bottom:12px;padding:14px;display:flex}.site-ratings-form-row{flex-direction:column;gap:4px;display:flex}.site-ratings-textarea{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);resize:vertical;border-radius:8px;padding:10px;font-family:inherit;font-size:13px}.site-ratings-textarea::placeholder{color:var(--text-dim)}.site-ratings-form-actions{justify-content:flex-end;gap:8px;display:flex}.site-ratings-cancel-btn{border:1px solid var(--border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px;font-size:13px}.site-ratings-submit-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.site-ratings-submit-btn:disabled{opacity:.5;cursor:default}.site-ratings-reviews{flex-direction:column;gap:10px;display:flex}.site-ratings-review{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px}.site-ratings-review-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.site-ratings-review-avatar{object-fit:cover;border-radius:50%;width:24px;height:24px}.site-ratings-review-name{color:var(--text);font-size:13px;font-weight:600}.site-ratings-review-text{color:var(--text-dim);font-size:13px;line-height:1.4}.site-ratings-show-all{color:var(--accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:6px 0;font-size:13px}.day-tab.best{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.site-detail-day-tabs{margin-bottom:4px}.site-detail-rose{justify-content:center;padding:0 0 12px;display:flex}.settings-panel{padding:0 16px 32px;position:relative}@media (width>=768px){.settings-panel{padding:0 24px 32px}}.settings-section{margin-bottom:28px}.settings-section-title{color:var(--profile-text-primary);letter-spacing:-.01em;margin-bottom:4px;font-size:15px;font-weight:600}.settings-section-desc{color:var(--profile-text-dim);margin-bottom:14px;font-size:12px;line-height:1.4}.settings-field{margin-bottom:16px}.settings-label{color:var(--profile-text-secondary);letter-spacing:.01em;margin-bottom:6px;font-size:12px;font-weight:500;display:block}.settings-label-inline{color:var(--profile-text-dim);white-space:nowrap;font-size:11px}.settings-input,.settings-textarea,.settings-select{background:var(--profile-surface);border:1px solid var(--profile-border);width:100%;color:var(--profile-text-primary);-webkit-appearance:none;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.settings-input:focus,.settings-textarea:focus,.settings-select:focus{border-color:var(--profile-accent)}.settings-input::placeholder,.settings-textarea::placeholder{color:var(--profile-text-dim)}.settings-textarea{resize:vertical;min-height:72px;line-height:1.5}.settings-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.settings-char-count{text-align:right;color:var(--profile-text-dim);margin-top:4px;font-size:11px;display:block}.settings-slider{appearance:none;background:var(--profile-surface-elevated);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.settings-slider::-webkit-slider-thumb{appearance:none;background:var(--profile-accent);cursor:pointer;border:2px solid var(--profile-bg);border-radius:50%;width:18px;height:18px;transition:transform .1s;box-shadow:0 1px 4px #0000004d}.settings-slider::-webkit-slider-thumb:active{transform:scale(1.15)}.settings-slider::-moz-range-thumb{background:var(--profile-accent);cursor:pointer;border:2px solid var(--profile-bg);border-radius:50%;width:18px;height:18px}.settings-slider-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.settings-slider-header .settings-label{margin-bottom:0}.settings-slider-value{color:var(--profile-accent);font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.settings-slider-range{color:var(--profile-text-dim);justify-content:space-between;margin-top:4px;font-size:10px;display:flex}.settings-base-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:10px;margin-bottom:8px;padding:12px;position:relative}.settings-base-info{align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.settings-base-pin{color:var(--profile-accent);flex-shrink:0;margin-top:2px}.settings-base-name{color:var(--profile-text-primary);font-size:14px;font-weight:500;line-height:1.3}.settings-base-coords{color:var(--profile-text-dim);font-variant-numeric:tabular-nums;margin-top:2px;font-size:11px}.settings-base-drive{align-items:center;gap:8px;padding-top:4px;display:flex}.settings-base-drive .settings-slider{flex:1}.settings-base-drive .settings-slider-value{text-align:right;min-width:48px;font-size:12px}.settings-base-remove{width:28px;height:28px;color:var(--profile-text-dim);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:8px;right:8px}.settings-base-remove:hover{background:var(--profile-danger-soft);color:var(--profile-danger)}.settings-add-btn{border:1.5px dashed var(--profile-border-strong);width:100%;color:var(--profile-text-dim);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:10px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.settings-add-btn:hover{background:var(--profile-surface);border-color:var(--profile-accent);color:var(--profile-accent)}.settings-base-search{margin-top:4px}.settings-search-input-wrap{background:var(--profile-surface);border:1px solid var(--profile-accent);border-radius:8px;align-items:center;gap:8px;padding:0 12px;display:flex}.settings-search-icon{color:var(--profile-text-dim);flex-shrink:0}.settings-search-input{flex:1;background:0 0!important;border:none!important;padding:10px 0!important}.settings-search-spinner{color:var(--profile-accent);flex-shrink:0;animation:1s linear infinite spin}.settings-search-cancel{color:var(--profile-accent);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-size:13px}.settings-search-results{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:8px;max-height:200px;margin-top:4px;overflow:hidden auto}.settings-search-result{border:none;border-bottom:1px solid var(--profile-border);width:100%;color:var(--profile-text-secondary);text-align:left;cursor:pointer;background:0 0;align-items:flex-start;gap:8px;min-height:44px;padding:10px 12px;font-size:13px;line-height:1.4;display:flex}.settings-search-result:last-child{border-bottom:none}.settings-search-result:hover{background:var(--profile-surface-hover);color:var(--profile-text-primary)}.settings-search-result svg{color:var(--profile-accent);flex-shrink:0;margin-top:2px}.settings-toast{background:var(--profile-success);color:#fff;z-index:10000;pointer-events:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:500;animation:.2s ease-out settingsToastIn;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.settings-toast--error{background:var(--profile-danger)}@keyframes settingsToastIn{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.gear-panel{flex-direction:column;flex:1;gap:24px;padding:16px;display:flex;overflow-y:auto}.gear-loading{color:var(--profile-text-dim);flex-direction:column;align-items:center;gap:12px;padding:48px 16px;font-size:14px;display:flex}.gear-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.gear-section-title{color:var(--profile-text-primary);font-size:15px;font-weight:600}.gear-add-btn{background:var(--profile-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;transition:opacity .15s;display:flex}.gear-add-btn:active{opacity:.8}.gear-cards{grid-template-columns:1fr;gap:10px;display:grid}@media (width>=768px){.gear-cards{grid-template-columns:repeat(2,1fr)}}.gear-empty{background:var(--profile-surface);border:1px solid var(--profile-border);text-align:center;color:var(--profile-text-dim);border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:32px 16px;display:flex}.gear-empty p{color:var(--profile-text-secondary);font-size:13px}.gear-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:14px;padding:14px;transition:border-color .15s}.gear-card:hover{border-color:var(--profile-border-strong)}.gear-card--overdue{border-color:var(--profile-danger)}.gear-card-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.gear-card-identity{flex:1;min-width:0}.gear-card-icon-name{color:var(--profile-text-primary);align-items:center;gap:8px;display:flex}.gear-card-name{color:var(--profile-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.gear-card-meta{color:var(--profile-text-dim);align-items:center;gap:6px;margin-top:3px;font-size:11px;display:flex}.gear-card-meta span:after{content:"·";margin-left:6px}.gear-card-meta span:last-child:after{content:""}.gear-card-badges{flex-shrink:0;align-items:center;gap:6px;display:flex}.gear-discipline-badge{white-space:nowrap;letter-spacing:.02em;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600}.gear-survey-status{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600}.gear-survey-status--ok{background:var(--profile-success-soft);color:var(--profile-success)}.gear-survey-status--overdue{background:var(--profile-danger-soft);color:var(--profile-danger)}.gear-card-details{color:var(--profile-text-secondary);flex-wrap:wrap;gap:8px 16px;margin-bottom:8px;font-size:12px;display:flex}.gear-card-detail{align-items:center;gap:4px;display:flex}.gear-card-detail-label{color:var(--profile-text-dim);margin-right:2px;font-size:10px}.gear-card-notes{background:var(--profile-surface-elevated);border-radius:8px;margin-bottom:8px;padding:8px 10px}.gear-card-notes-label{color:var(--profile-accent);margin-bottom:4px;font-size:10px;font-weight:600;display:block}.gear-card-notes p{color:var(--profile-text-secondary);margin:0;font-size:12px;line-height:1.4}.gear-card-actions{border-top:1px solid var(--profile-border);justify-content:flex-end;align-items:center;gap:6px;padding-top:6px;display:flex}.gear-action-btn{border:1px solid var(--profile-border);width:30px;height:30px;color:var(--profile-text-dim);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.gear-action-btn:hover{border-color:var(--profile-text-dim);color:var(--profile-text-secondary)}.gear-action-btn--danger{color:var(--profile-danger);border-color:#0000}.gear-action-btn--danger:hover{border-color:var(--profile-danger);background:var(--profile-danger-soft)}.gear-delete-confirm{color:var(--profile-danger);align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.gear-form{background:var(--profile-surface);border:1px solid var(--profile-accent);border-radius:14px;margin-bottom:10px;padding:16px}.gear-form-title{color:var(--profile-text-primary);margin-bottom:14px;font-size:14px;font-weight:600}.gear-form-row{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}@media (width<=480px){.gear-form-row{grid-template-columns:1fr}}.gear-form-field{flex-direction:column;gap:4px;display:flex}.gear-form-field--wide{grid-column:1/-1}.gear-form-field label{color:var(--profile-text-dim);font-size:11px;font-weight:500}.gear-form-expand-btn{color:var(--profile-accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:8px;padding:4px 0;font-size:12px;font-weight:500;display:flex}.gear-form-expand-btn:hover{text-decoration:underline}.gear-form-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.gear-form-cancel{border:1px solid var(--profile-border);color:var(--profile-text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500}.gear-form-cancel:hover{border-color:var(--profile-text-dim)}.gear-form-save{background:var(--profile-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:opacity .15s}.gear-form-save:disabled{opacity:.5;cursor:not-allowed}.gear-form-save:hover:not(:disabled){opacity:.9}.profile-nav-icon--gear{color:#ff9100;background:linear-gradient(135deg,#ff910022,#ff5252)}.logbook-panel{flex-direction:column;gap:16px;padding:16px;display:flex}@media (width>=768px){.logbook-panel{padding:16px 24px}}.logbook-loading{color:var(--profile-text-dim);flex-direction:column;align-items:center;gap:8px;padding:32px 0;display:flex}.logbook-stats{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.logbook-stat{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:12px;align-items:center;gap:8px;padding:12px;display:flex}.logbook-stat svg{color:var(--profile-accent);flex-shrink:0}.logbook-stat>div{flex-direction:column;min-width:0;display:flex}.logbook-stat-value{color:var(--profile-text-primary);font-size:18px;font-weight:700;line-height:1.1}.logbook-stat-label{color:var(--profile-text-dim);white-space:nowrap;font-size:10px;font-weight:500}@media (width<=480px){.logbook-stats{grid-template-columns:repeat(2,1fr)}}.logbook-add-btn{background:var(--profile-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:14px;font-weight:600;transition:opacity .15s;display:flex}.logbook-add-btn:hover{opacity:.9}.logbook-list{flex-direction:column;gap:8px;display:flex}.logbook-session{background:var(--profile-surface);border:1px solid var(--profile-border);border-left:3px solid var(--profile-border-strong);border-radius:12px;overflow:hidden}.logbook-session-main{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;flex-direction:column;gap:6px;padding:14px 14px 12px;font-family:inherit;display:flex;position:relative}.logbook-session-top{justify-content:space-between;align-items:center;display:flex}.logbook-session-site{color:var(--profile-text-primary);align-items:center;gap:6px;font-size:15px;font-weight:600;display:flex}.logbook-session-site svg{color:var(--profile-accent);flex-shrink:0}.logbook-session-date{color:var(--profile-text-dim);white-space:nowrap;font-size:12px}.logbook-session-meta{color:var(--profile-text-secondary);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.logbook-session-meta>span{align-items:center;gap:4px;display:inline-flex}.logbook-session-duration svg,.logbook-session-glider svg,.logbook-session-friends svg{color:var(--profile-text-dim)}.logbook-session-discipline{font-size:11px;font-weight:600}.logbook-session-chevron{color:var(--profile-text-dim);position:absolute;top:50%;right:14px;transform:translateY(-50%)}.logbook-session-detail{border-top:1px solid var(--profile-border);flex-direction:column;gap:8px;padding:12px 14px 14px;display:flex}.logbook-detail-row{color:var(--profile-text-secondary);justify-content:space-between;font-size:13px;display:flex}.logbook-detail-label{color:var(--profile-text-dim);font-size:12px;font-weight:500}.logbook-detail-notes{flex-direction:column;gap:4px}.logbook-detail-actions{gap:8px;margin-top:4px;display:flex}.logbook-action-btn{background:var(--profile-surface-elevated);border:1px solid var(--profile-border);color:var(--profile-text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.logbook-action-btn:hover{background:var(--profile-surface-hover);border-color:var(--profile-border-strong)}.logbook-action-btn--danger:hover{color:var(--profile-danger,#ff5252);border-color:var(--profile-danger,#ff5252)}.logbook-stars{align-items:center;gap:2px;display:flex}.logbook-empty{color:var(--profile-text-dim);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:40px 16px;display:flex}.logbook-empty p{font-size:14px;font-weight:500}.logbook-empty-hint{opacity:.7;font-size:12px}.logbook-load-more{background:var(--profile-surface);border:1px solid var(--profile-border);color:var(--profile-accent);cursor:pointer;text-align:center;border-radius:10px;padding:10px;font-size:13px;font-weight:500;transition:background .15s}.logbook-load-more:hover{background:var(--profile-surface-hover)}.logbook-form{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:14px;padding:16px}.logbook-form-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.logbook-form-header h4{color:var(--profile-text-primary);font-size:16px;font-weight:600}.logbook-form-close{color:var(--profile-text-dim);cursor:pointer;background:0 0;border:none;padding:4px}.logbook-form-close:hover{color:var(--profile-text-primary)}.logbook-form-group{margin-bottom:12px}.logbook-form-group--flex{flex:1;min-width:0}.logbook-form-label{color:var(--profile-text-dim);margin-bottom:4px;font-size:12px;font-weight:500;display:block}.logbook-form-row{gap:8px;display:flex}.logbook-form-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.logbook-form-cancel{background:var(--profile-surface-elevated);border:1px solid var(--profile-border);color:var(--profile-text-secondary);cursor:pointer;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s}.logbook-form-cancel:hover{background:var(--profile-surface-hover)}.logbook-form-submit{background:var(--profile-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:opacity .15s}.logbook-form-submit:disabled{opacity:.5;cursor:not-allowed}.logbook-form-submit:hover:not(:disabled){opacity:.9}.friends-panel{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}@media (width>=768px){.friends-panel{padding:16px 24px}}.friends-loading{color:var(--profile-text-dim);flex-direction:column;align-items:center;gap:8px;padding:32px 0;font-size:13px;display:flex}.friends-loading .spinner{animation:1s linear infinite spin}.friends-tabs{border-bottom:1px solid var(--profile-border);gap:0;margin-bottom:4px;display:flex}.friends-tab{color:var(--profile-text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 0;font-size:14px;font-weight:500;transition:all .15s;display:flex}.friends-tab:hover{color:var(--profile-text-primary)}.friends-tab--active{color:var(--profile-accent);border-bottom-color:var(--profile-accent)}.friends-badge{background:var(--profile-accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.friends-list{flex-direction:column;gap:8px;display:flex}.friends-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:12px;align-items:center;gap:12px;padding:12px;transition:background .15s;display:flex}.friends-card:hover{background:var(--profile-surface-hover)}.friends-card-avatar{background:var(--profile-surface-elevated);width:40px;height:40px;color:var(--profile-text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex;position:relative;overflow:visible}.friends-card-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.friends-presence-dot{border:2px solid var(--profile-surface);z-index:1;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.friends-presence-dot--online{background:#22c55e}.friends-presence-dot--flying{background:#3b82f6}.friends-presence-dot--offline{background:#6b7280}.friends-card-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.friends-card-name{color:var(--profile-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.friends-card-cert{text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:600}.friends-card-flying{color:var(--profile-accent);font-size:11px}.friends-flying-label{color:var(--profile-accent);margin-top:2px;font-size:11px}.friends-status-banner{background:var(--profile-surface-elevated);color:var(--profile-text-secondary);border-radius:10px;align-items:center;gap:8px;margin-bottom:4px;padding:10px 12px;display:flex}.friends-status-banner--active{color:var(--profile-text-primary);background:#3b82f626;border:1px solid #3b82f64d}.friends-status-banner-text{flex:1;font-size:13px}.friends-status-input{background:var(--profile-surface);border:1px solid var(--profile-border);color:var(--profile-text);border-radius:6px;outline:none;flex:1;padding:6px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.friends-status-input:focus{border-color:var(--profile-accent)}.friends-status-input::placeholder{color:var(--profile-text-dim)}.friends-status-btn{cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:opacity .15s}.friends-status-btn:disabled{opacity:.4;cursor:not-allowed}.friends-status-btn--go{background:var(--profile-accent);color:#fff}.friends-status-btn--go:hover:not(:disabled){opacity:.9}.friends-status-btn--stop{color:#ef4444;background:#ef444433}.friends-status-btn--stop:hover{background:#ef44444d}.friends-card-time{color:var(--profile-text-dim);align-items:center;gap:4px;font-size:11px;display:flex}.friends-card-actions{flex-shrink:0;align-items:center;display:flex}.friends-menu-btn{color:var(--profile-text-dim);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;transition:all .15s}.friends-menu-btn:hover{background:var(--profile-surface-elevated);color:var(--profile-text-secondary)}.friends-confirm-remove{gap:6px;display:flex}.friends-action-btn{background:var(--profile-surface-elevated);border:1px solid var(--profile-border);color:var(--profile-text-secondary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.friends-action-btn:hover{background:var(--profile-surface-hover);border-color:var(--profile-border-strong)}.friends-action-btn--accent{background:var(--profile-accent);border-color:var(--profile-accent);color:#fff}.friends-action-btn--accent:hover{opacity:.9;background:var(--profile-accent);border-color:var(--profile-accent)}.friends-action-btn--accept{color:#22c55e;background:#22c55e1f;border-color:#22c55e4d}.friends-action-btn--accept:hover{background:#22c55e33}.friends-action-btn--decline{color:#ff5252;background:#ff525214;border-color:#ff525233}.friends-action-btn--decline:hover{background:#ff525229}.friends-action-btn--danger{color:#ff5252;border-color:#ff52524d}.friends-action-btn--danger:hover{background:#ff52521f}.friends-action-btn:disabled{opacity:.5;cursor:not-allowed}.friends-requests{flex-direction:column;gap:16px;display:flex}.friends-request-section{flex-direction:column;gap:8px;display:flex}.friends-request-heading{color:var(--profile-text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.friends-request-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.friends-request-actions{flex-shrink:0;gap:6px;display:flex}.friends-pending-badge{color:var(--profile-text-dim);background:var(--profile-surface-elevated);border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600}.friends-search{flex-direction:column;gap:12px;display:flex}.friends-search-wrap{align-items:center;display:flex;position:relative}.friends-search-icon{color:var(--profile-text-dim);pointer-events:none;position:absolute;left:12px}.friends-search-input{background:var(--profile-surface);border:1px solid var(--profile-border);width:100%;color:var(--profile-text-primary);border-radius:10px;outline:none;padding:10px 36px;font-family:inherit;font-size:14px;transition:border-color .15s}.friends-search-input:focus{border-color:var(--profile-accent)}.friends-search-input::placeholder{color:var(--profile-text-dim)}.friends-search-clear{color:var(--profile-text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;display:flex;position:absolute;right:8px}.friends-search-clear:hover{color:var(--profile-text-secondary)}.friends-empty{color:var(--profile-text-dim);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:40px 16px;display:flex}.friends-empty p{color:var(--profile-text-secondary);margin:0;font-size:15px;font-weight:600}.friends-empty span{font-size:13px}.friends-empty h4{color:var(--profile-text-primary);margin:0;font-size:17px;font-weight:600}.friends-empty .friends-action-btn{margin-top:8px}
