*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f5f7fa;color:#1f2937}.top-nav{height:72px;background:#081321;display:flex;align-items:center;justify-content:space-between;padding:0 20px;color:#fff}.nav-left{display:flex;align-items:center;gap:12px}.nav-logo-icon{width:48px;height:48px;background:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;color:#fff}.nav-platform-name{font-weight:600;font-size:14px;line-height:1.2;color:#fff}.nav-platform-name span{display:block}.nav-center{display:flex;gap:32px}.nav-btn{background:transparent;color:#9ca3af;border:none;font-size:14px;font-weight:500;padding:8px 18px;border-radius:8px;cursor:pointer;transition:all .15s}.nav-btn:hover{color:#e5e7eb;background:#ffffff0d}.nav-btn.active{background:#2563eb;color:#fff}.nav-right{display:flex;align-items:center;gap:24px;color:#9ca3af;font-size:13px}.nav-avatar{width:36px;height:36px;border-radius:50%;background:#374151;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.workspace-container{padding:16px;min-height:calc(100vh - 72px)}.workspace-title{font-size:34px;font-weight:700;color:#1e3a8a;margin-bottom:24px}.card{background:#fff;border-radius:10px;border:1px solid #E5E7EB;box-shadow:0 1px 3px #00000014;padding:16px}.card-title{font-size:18px;font-weight:600;margin-bottom:14px}.grid-3{display:grid;grid-template-columns:260px 1fr 260px;gap:16px;align-items:start}.flex-row{display:flex;gap:16px;align-items:start}.explore-layout{display:grid;grid-template-columns:260px 1fr 260px;gap:16px}.explore-layout .map-col{display:flex;flex-direction:column;gap:16px}.map-card{padding:0;overflow:hidden}.map-container{width:100%;height:500px}.summary-card{height:500px;overflow-y:auto}.timeseries-card{height:160px}.stat-row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px;border-bottom:1px solid #F3F4F6}.stat-row:last-child{border-bottom:none}.stat-label{color:#6b7280}.stat-value{font-weight:600}.download-btn{width:100%;height:44px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;margin-top:12px}.wizard-steps{display:flex;gap:0;margin-bottom:24px;position:relative}.step-item{flex:1;text-align:center;position:relative}.step-circle{width:36px;height:36px;border-radius:50%;background:#e5e7eb;display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;margin-bottom:6px;position:relative;z-index:1}.step-item.active .step-circle{background:#2563eb;color:#fff}.step-item.completed .step-circle{background:#10b981;color:#fff}.step-line{position:absolute;top:18px;left:50%;right:-50%;height:2px;background:#e5e7eb;z-index:0}.step-item:last-child .step-line{display:none}.wizard-cards{display:flex;gap:16px}.wizard-card{flex:1;min-height:340px}.enrichment-grid{display:flex;gap:14px;margin-bottom:16px}.enrichment-card{flex:1;min-width:210px;height:340px}.upload-area{border:2px dashed #D1D5DB;border-radius:8px;padding:20px;text-align:center;cursor:pointer;color:#6b7280;transition:border .2s}.upload-area:hover{border-color:#2563eb}.methods-layout{display:grid;grid-template-columns:1fr 280px;gap:16px}.tabs-bar{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid #E5E7EB;padding-bottom:8px}.tab-btn{background:none;border:none;padding:8px 16px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;border-radius:6px 6px 0 0}.tab-btn.active{color:#2563eb;border-bottom:2px solid #2563eb;background:#f0f4ff}.login-panel{max-width:400px;margin:80px auto}.login-panel input{width:100%;height:44px;margin-bottom:12px;padding:0 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px}.login-panel button{width:100%;height:44px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.error-text{color:#ef4444;font-size:13px;margin-top:8px}.map-legend{position:absolute;bottom:16px;left:16px;background:#fff;padding:8px 12px;border-radius:6px;box-shadow:0 1px 4px #0000001a;font-size:12px;z-index:1}.methods-container{display:flex;gap:0;height:calc(100vh - 64px);overflow:hidden}.methods-sidebar{width:220px;flex-shrink:0;background:#f9fafb;border-right:1px solid #E5E7EB;padding:20px 12px;overflow-y:auto;position:sticky;top:64px;height:calc(100vh - 64px)}.methods-nav-item{padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;color:#374151;margin-bottom:4px;transition:background .2s}.methods-nav-item:hover{background:#e5e7eb}.methods-nav-item.active{background:#dbeafe;color:#1e40af;font-weight:600}.methods-content{flex:1;overflow-y:auto;padding:24px 40px 80px;max-width:900px}.methods-section{margin-bottom:48px}.methods-section h2{font-size:22px;font-weight:700;color:#111827;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #E5E7EB}.methods-section p{line-height:1.7;color:#374151;margin-bottom:12px}.methods-section ol,.methods-section ul{line-height:1.8;padding-left:24px;margin-bottom:12px}.workflow-diagram{display:flex;flex-direction:column;align-items:center;gap:4px;margin:20px 0}.workflow-step{background:#f3f4f6;border:1px solid #D1D5DB;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;color:#374151;text-align:center;min-width:200px}.workflow-arrow{font-size:18px;color:#9ca3af}.workflow-cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px}.workflow-card{background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:16px}.workflow-card-title{font-weight:600;font-size:15px;margin-bottom:8px;color:#1f2937}.workflow-card div{font-size:13px;line-height:1.6;color:#4b5563}.methods-table{width:100%;border-collapse:collapse;font-size:13px;margin:12px 0}.methods-table th{background:#f3f4f6;text-align:left;padding:10px 12px;border:1px solid #D1D5DB;font-weight:600}.methods-table td{padding:10px 12px;border:1px solid #D1D5DB}.methods-table tr:nth-child(2n){background:#f9fafb}.info-box{background:#eff6ff;border-left:4px solid #3B82F6;padding:12px 16px;margin:16px 0;border-radius:4px;font-size:14px;color:#1e40af}.variable-card{border:1px solid #E5E7EB;border-radius:8px;margin-bottom:8px;overflow:hidden}.variable-card.unavailable{opacity:.7}.variable-card-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9fafb;cursor:pointer;font-size:14px}.variable-card-header:hover{background:#f3f4f6}.variable-card-body{padding:16px;background:#fff;border-top:1px solid #E5E7EB}.variable-field{display:flex;padding:6px 0;font-size:13px;line-height:1.5}.variable-label{width:160px;font-weight:600;color:#6b7280;flex-shrink:0}.badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.badge-unavailable{background:#fee2e2;color:#991b1b}.spinner{width:40px;height:40px;border:4px solid #E5E7EB;border-top:4px solid #3B82F6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logout-btn{background:#ef4444;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;cursor:pointer}.logout-btn:hover{background:#dc2626}
