.last-hitting-guide{max-width:900px;margin:0 auto;padding:2rem 1rem;color:#e2e8f0}.guide-header{margin-bottom:3rem;text-align:center}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#4ade80;text-decoration:none;margin-bottom:1.5rem;font-weight:500;transition:all .3s ease}.back-link:hover{color:#22c55e;transform:translateX(-4px)}.guide-header h1{font-size:2.5rem;margin-bottom:1rem;color:#e2e8f0;line-height:1.2}.guide-subtitle{font-size:1.1rem;color:#cbd5e1;line-height:1.6;max-width:800px;margin:0 auto}.info-box{display:flex;gap:1.5rem;padding:1.5rem;margin:2rem 0;border-radius:12px;border-left:4px solid;align-items:flex-start}.info-box.overview{border-left-color:#4ade80}.info-box.critical,.info-box.overview{background:linear-gradient(135deg,#1e293b,#0f172a)}.info-box.critical{border-left-color:#fbbf24}.info-box.important{background:linear-gradient(135deg,#1e293b,#0f172a);border-left-color:#3b82f6}.info-icon{font-size:2rem;flex-shrink:0}.info-content h3{color:#4ade80;margin-bottom:.75rem;font-size:1.3rem}.info-content p{color:#cbd5e1;line-height:1.7}.guide-section{margin:4rem 0}.guide-section h2{color:#e2e8f0;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #4ade80}.guide-section h3{color:#e2e8f0;font-size:1.5rem;margin:2rem 0 1rem}.guide-content p{color:#cbd5e1;line-height:1.8;margin:1rem 0}.guide-content a{color:#4ade80;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.guide-content a:hover{color:#22c55e;border-bottom-color:#22c55e}.highlight-box{background:#0f172a;border:1px solid #334155;border-left:4px solid #4ade80;border-radius:8px;padding:1.5rem;margin:1.5rem 0}.highlight-box h3{color:#4ade80;margin-top:0;margin-bottom:1rem}.highlight-box ul{margin:0;padding-left:1.5rem}.highlight-box li{margin:.75rem 0;color:#cbd5e1;line-height:1.7}.highlight-box strong{color:#e2e8f0}.cs-benchmarks{margin:2rem 0}.benchmark-table{background:#1e293b;border-radius:12px;overflow:hidden;margin-top:1rem}.benchmark-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:1rem;gap:1rem;padding:1rem;border-bottom:1px solid #334155;align-items:center}.benchmark-row.header{background:#0f172a;font-weight:700;color:#4ade80}.benchmark-row:last-child{border-bottom:none}.benchmark-note{margin-top:1rem;padding:1rem;background:#0f172a;border-left:4px solid #fbbf24;border-radius:4px;color:#cbd5e1;font-size:.9rem}.creep-value-breakdown{margin:2rem 0}.creep-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.creep-type-card{background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid;border-radius:12px;padding:1.5rem;transition:all .3s ease}.creep-type-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.creep-type-card.melee{border-color:#64748b}.creep-type-card.ranged{border-color:#3b82f6}.creep-type-card.siege{border-color:#d4af37}.creep-type-card h4{margin-top:0;margin-bottom:1rem;font-size:1.2rem}.creep-type-card.melee h4{color:#94a3b8}.creep-type-card.ranged h4{color:#3b82f6}.creep-type-card.siege h4{color:#d4af37}.creep-type-card .value{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.creep-type-card.melee .value{color:#94a3b8}.creep-type-card.ranged .value{color:#3b82f6}.creep-type-card.siege .value{color:#d4af37}.creep-type-card ul{list-style:none;padding:0;margin:0}.creep-type-card li{padding:.5rem 0;color:#cbd5e1;border-bottom:1px solid #334155}.creep-type-card li:last-child{border-bottom:none}.fundamental-concepts{margin:2rem 0}.concepts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.concept-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;transition:all .3s ease}.concept-card:hover{border-color:#4ade80;transform:translateY(-2px);box-shadow:0 8px 16px rgba(74,222,128,.1)}.concept-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#0f172a;border-radius:50%;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.concept-card h4{color:#4ade80;margin:.75rem 0;font-size:1.1rem}.concept-card p{color:#cbd5e1;line-height:1.6;margin:0}.pro-tip{background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid #fbbf24;border-radius:12px;padding:1.5rem;margin:2rem 0}.pro-tip strong{color:#fbbf24;font-size:1.1rem;display:block;margin-bottom:.75rem}.pro-tip p{color:#cbd5e1;line-height:1.8;margin:0}.damage-formula{margin:2rem 0}.formula-box{background:#0f172a;border:2px solid #3b82f6;border-radius:12px;padding:2rem}.formula-box h4{color:#3b82f6;margin-top:0;margin-bottom:1.5rem}.formula{background:#1e293b;padding:1.5rem;border-radius:8px;text-align:center;font-size:1.2rem;margin:1rem 0}.formula strong{color:#4ade80;font-size:1.3rem}.formula-breakdown{margin-top:1.5rem}.formula-breakdown p{color:#e2e8f0;margin-bottom:.75rem}.formula-breakdown ul{padding-left:1.5rem}.formula-breakdown li{color:#cbd5e1;margin:.5rem 0}.formula-note{margin-top:1.5rem;padding:1rem;background:rgba(74,222,128,.1);border-left:4px solid #4ade80;border-radius:4px;color:#4ade80;font-weight:600}.threshold-examples{display:grid;grid-gap:2rem;gap:2rem;margin:2rem 0}.threshold-example{background:#1e293b;border-radius:12px;padding:1.5rem;border:1px solid #334155;border-left:4px solid}.threshold-example.high-damage{border-left-color:#22c55e}.threshold-example.medium-damage{border-left-color:#3b82f6}.threshold-example.low-damage{border-left-color:#ef4444}.threshold-example h4{margin-top:0;margin-bottom:1rem;font-size:1.2rem}.threshold-example.high-damage h4{color:#22c55e}.threshold-example.medium-damage h4{color:#3b82f6}.threshold-example.low-damage h4{color:#ef4444}.hero-examples{color:#94a3b8;font-style:italic;margin-bottom:1rem;font-size:.95rem}.threshold-values{background:#0f172a;border-radius:8px;padding:1.25rem;margin:1rem 0}.threshold-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #334155}.threshold-item:last-child{border-bottom:none}.threshold-item strong{color:#e2e8f0}.threshold-item span{color:#4ade80;font-weight:600}.threshold-advantage,.threshold-note,.threshold-warning{margin-top:1rem;padding:1rem;border-radius:6px;border-left:3px solid}.threshold-advantage{background:rgba(34,197,94,.1);border-left-color:#22c55e}.threshold-advantage strong{color:#22c55e}.threshold-note{background:rgba(59,130,246,.1);border-left-color:#3b82f6}.threshold-note strong{color:#3b82f6}.threshold-warning{background:rgba(239,68,68,.1);border-left-color:#ef4444}.threshold-warning strong{color:#ef4444}.threshold-progression{display:grid;grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.progression-stage{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:1.25rem}.progression-stage h4{color:#4ade80;margin-top:0;margin-bottom:.75rem}.damage-example{margin-top:.75rem;padding:.75rem;background:#0f172a;border-radius:6px;font-style:italic;color:#94a3b8}.threshold-tools{display:grid;grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.tool-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.tool-card h4{color:#4ade80;margin-top:0;margin-bottom:1rem}.tool-card ol,.tool-card p,.tool-card ul{color:#cbd5e1;line-height:1.7}.tool-card ol,.tool-card ul{padding-left:1.5rem}.tool-card li{margin:.5rem 0}.tool-tip{margin-top:1rem;padding:.75rem;background:#0f172a;border-left:3px solid #fbbf24;border-radius:4px;color:#fbbf24;font-weight:500}.melee-challenges,.ranged-advantages{margin:2rem 0}.melee-challenges h4,.ranged-advantages h4{color:#e2e8f0;margin:1.5rem 0 1rem;font-size:1.2rem}.advantage-grid,.challenge-grid,.disadvantage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin:1rem 0}.advantage-item,.challenge-item,.disadvantage-item{background:#1e293b;border-radius:8px;padding:1.25rem;border:1px solid #334155;border-left:3px solid}.advantage-item{border-left-color:#22c55e}.challenge-item,.disadvantage-item{border-left-color:#ef4444}.advantage-item strong,.challenge-item strong,.disadvantage-item strong{display:block;margin-bottom:.5rem;font-size:1.05rem}.advantage-item strong{color:#22c55e}.challenge-item strong,.disadvantage-item strong{color:#ef4444}.advantage-item p,.challenge-item p,.disadvantage-item p{color:#cbd5e1;line-height:1.6;margin:0}.matchup-strategies{margin:2rem 0}.strategy-section{background:#1e293b;border-radius:12px;padding:1.5rem;margin:1.5rem 0;border:1px solid #334155;border-left:4px solid}.strategy-section.melee-strat{border-left-color:#ef4444}.strategy-section.ranged-strat{border-left-color:#22c55e}.strategy-section.melee-v-melee{border-left-color:#3b82f6}.strategy-section h4{margin-top:0;margin-bottom:1rem;font-size:1.3rem}.strategy-section.melee-strat h4{color:#ef4444}.strategy-section.ranged-strat h4{color:#22c55e}.strategy-section.melee-v-melee h4{color:#3b82f6}.strategy-goal{background:#0f172a;padding:1rem;border-radius:6px;margin:1rem 0;font-weight:600}.strategy-content h5{color:#e2e8f0;margin:1.5rem 0 1rem}.technique-list{padding-left:1.5rem}.technique-list li{margin:1.25rem 0;color:#cbd5e1}.technique-list strong{color:#e2e8f0;display:block;margin-bottom:.5rem}.strategy-example{background:#0f172a;border-left:4px solid #4ade80;border-radius:8px;padding:1.25rem;margin-top:1.5rem}.strategy-example strong{color:#4ade80;display:block;margin-bottom:.75rem}.strategy-example p{color:#cbd5e1;margin:.5rem 0}.aggro-tutorial{margin:2rem 0}.tutorial-step{display:flex;gap:1.5rem;align-items:flex-start;margin:1.5rem 0;padding:1.25rem;background:#1e293b;border:1px solid #334155;border-radius:12px;transition:all .3s ease}.tutorial-step:hover{border-color:#4ade80;box-shadow:0 4px 12px rgba(74,222,128,.1)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#0f172a;border-radius:50%;font-weight:700;font-size:1.5rem;flex-shrink:0}.step-content{flex:1 1}.step-content h4{color:#4ade80;margin:0 0 .75rem;font-size:1.1rem}.step-content p{color:#cbd5e1;line-height:1.7;margin:.5rem 0}.step-note{margin-top:.75rem;padding:.75rem;background:#0f172a;border-left:3px solid #fbbf24;border-radius:4px;font-size:.95rem}.step-note strong{color:#fbbf24}.advanced-aggro{margin:2rem 0}.aggro-technique{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.aggro-technique h4{color:#4ade80;margin-top:0;margin-bottom:1rem}.aggro-technique p{color:#cbd5e1;line-height:1.7}.technique-example{margin-top:1rem;padding:1rem;background:#0f172a;border-left:3px solid #3b82f6;border-radius:6px}.technique-example strong{color:#3b82f6;display:block;margin-bottom:.5rem}.aggro-mistakes{margin:2rem 0}.aggro-mistakes h3{color:#ef4444}.mistake-item{background:#1e293b;border:1px solid #334155;border-left:4px solid #ef4444;border-radius:8px;padding:1.25rem;margin:1rem 0}.mistake-item h4{color:#ef4444;margin:0 0 .75rem;font-size:1.05rem}.mistake-item p{color:#cbd5e1;line-height:1.7;margin:0}.practice-drill{background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid #4ade80;border-radius:12px;padding:2rem;margin:2rem 0}.practice-drill h4{color:#4ade80;margin-top:0;margin-bottom:1.5rem;font-size:1.3rem}.practice-drill ol,.practice-drill ul{padding-left:1.5rem}.practice-drill li{color:#cbd5e1;margin:.75rem 0;line-height:1.7}.drill-goal{margin-top:1.5rem;padding:1.25rem;background:#1e293b;border-radius:8px;border-left:4px solid #fbbf24}.drill-goal strong{color:#fbbf24}.drill-note{margin-top:1rem;padding:1rem;background:rgba(59,130,246,.1);border-left:4px solid #3b82f6;border-radius:6px;color:#3b82f6;font-weight:500}.priority-flowchart{margin:2rem 0}.decision-node{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.question{color:#fbbf24;font-weight:700;font-size:1.1rem;margin-bottom:1rem;text-align:center;padding:1rem;background:#0f172a;border-radius:8px}.answer{padding:1rem;margin:.75rem 0;border-radius:6px;font-weight:600}.answer.yes{background:rgba(74,222,128,.1);border-left:4px solid #4ade80;color:#4ade80}.answer.no{background:rgba(239,68,68,.1);border-left:4px solid #ef4444;color:#ef4444}.deny-scenarios{display:grid;grid-gap:2rem;gap:2rem;margin:2rem 0}.scenario-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.scenario-card h4{color:#4ade80;margin-top:0;margin-bottom:1rem}.scenario-setup{color:#94a3b8;font-style:italic;margin-bottom:1rem}.scenario-decision{background:#0f172a;padding:1rem;border-radius:8px;border-left:4px solid #4ade80;margin:1rem 0}.scenario-decision strong{color:#4ade80;font-size:1.1rem}.scenario-reasoning{margin-top:1rem}.scenario-reasoning p{color:#cbd5e1;margin:.75rem 0}.scenario-reasoning strong{color:#e2e8f0}.deny-strategies{margin:2rem 0}.strategy-item{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.strategy-item h4{color:#4ade80;margin-top:0;margin-bottom:1rem}.strategy-item p{color:#cbd5e1;line-height:1.7}.strategy-note{margin-top:1rem;padding:.75rem;background:#0f172a;border-left:3px solid #3b82f6;border-radius:4px;font-style:italic;color:#94a3b8}.strategy-note strong{color:#3b82f6}.drill-routine{margin:2rem 0}.routine-step{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.routine-step h4{color:#4ade80;margin-top:0;margin-bottom:1rem;font-size:1.2rem}.routine-step ol{padding-left:1.5rem}.routine-step li{color:#cbd5e1;margin:.75rem 0;line-height:1.7}.phase-details{margin-top:1rem}.phase-details p{color:#cbd5e1;margin:.75rem 0}.phase-details strong{color:#e2e8f0}.phase-details ul{padding-left:1.5rem;margin:.75rem 0}.phase-details li{margin:.5rem 0}.specialized-drills{display:grid;grid-gap:2rem;gap:2rem;margin:2rem 0}.drill-card{background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid #334155;border-radius:12px;padding:1.5rem;transition:all .3s ease}.drill-card:hover{border-color:#4ade80;box-shadow:0 8px 20px rgba(74,222,128,.15)}.drill-card h4{color:#4ade80;margin-top:0;margin-bottom:1rem;font-size:1.2rem}.drill-content p,.drill-content ul{color:#cbd5e1;line-height:1.7}.drill-content ul{padding-left:1.5rem;margin:.75rem 0}.drill-content li{margin:.5rem 0}.drill-content strong{color:#e2e8f0}.progress-tracking{margin:2rem 0}.tracking-system{display:grid;grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0}.tracking-method{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.tracking-method h5{color:#4ade80;margin-top:0;margin-bottom:1rem}.tracking-method p{color:#cbd5e1;margin:.75rem 0}.tracking-method ul{padding-left:1.5rem}.tracking-method li{color:#cbd5e1;margin:.5rem 0}.progress-milestones{margin:2rem 0}.milestone-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.milestone{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-left:4px solid #4ade80;border-radius:8px;padding:1.25rem;text-align:center}.milestone strong{display:block;color:#4ade80;margin-bottom:.75rem;font-size:1.1rem}.milestone p{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.6}.equilibrium-impact{display:grid;grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.impact-scenario{background:#1e293b;border-radius:12px;padding:1.5rem;border:1px solid #334155;border-left:4px solid}.impact-scenario.good{border-left-color:#22c55e}.impact-scenario.neutral{border-left-color:#3b82f6}.impact-scenario.bad{border-left-color:#ef4444}.impact-scenario.tower{border-left-color:#fbbf24}.impact-scenario h4{margin-top:0;margin-bottom:1.5rem}.impact-scenario.good h4{color:#22c55e}.impact-scenario.neutral h4{color:#3b82f6}.impact-scenario.bad h4{color:#ef4444}.impact-scenario.tower h4{color:#fbbf24}.scenario-stats{background:#0f172a;border-radius:8px;padding:1.25rem;margin:1rem 0}.stat{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #334155}.stat:last-child{border-bottom:none}.stat strong{color:#e2e8f0}.stat span{font-weight:600}.safety-high{color:#22c55e}.safety-medium{color:#3b82f6}.safety-low{color:#ef4444}.harassment-low{color:#22c55e}.harassment-medium{color:#fbbf24}.harassment-high{color:#ef4444}.scenario-explanation{color:#cbd5e1;line-height:1.7;margin-top:1rem}.maintenance-techniques{margin:2rem 0}.technique{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.technique h4{color:#4ade80;margin-top:0;margin-bottom:1rem}.technique p{color:#cbd5e1;line-height:1.7}.technique-advanced,.technique-math,.technique-timing{margin-top:1rem;padding:1rem;background:#0f172a;border-left:3px solid;border-radius:6px}.technique-math{border-left-color:#3b82f6}.technique-math strong{color:#3b82f6}.technique-timing{border-left-color:#fbbf24}.technique-timing strong{color:#fbbf24}.technique-note{border-left-color:#ef4444}.technique-note strong{color:#ef4444}.technique-advanced{border-left-color:#8b5cf6}.technique-advanced strong{color:#8b5cf6}.equilibrium-fixes{margin:2rem 0}.fix-scenario{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.fix-scenario h4{color:#fbbf24;margin-top:0;margin-bottom:1rem}.fix-scenario p{color:#cbd5e1;line-height:1.7;margin:.75rem 0}.fix-scenario strong{color:#e2e8f0}.fix-scenario ol{padding-left:1.5rem}.fix-scenario li{color:#cbd5e1;margin:.5rem 0}.fix-note{margin-top:1rem;padding:1rem;background:#0f172a;border-left:3px solid #4ade80;border-radius:6px;font-style:italic}.fix-note strong{color:#4ade80}.tower-damage-box{background:#0f172a;border:2px solid #94a3b8;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.tower-damage-box h4{color:#94a3b8;margin-top:0;margin-bottom:1rem}.tower-damage-box ul{padding-left:1.5rem}.tower-damage-box li{color:#cbd5e1;margin:.75rem 0;line-height:1.7}.tower-damage-box strong{color:#e2e8f0}.tower-formulas{display:grid;grid-gap:2rem;gap:2rem;margin:2rem 0}.formula-card{background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid;border-radius:12px;padding:1.5rem}.formula-card.melee-formula{border-color:#64748b}.formula-card.ranged-formula{border-color:#3b82f6}.formula-card.siege-formula{border-color:#d4af37}.formula-card h4{margin-top:0;margin-bottom:1.5rem;font-size:1.3rem}.formula-card.melee-formula h4{color:#94a3b8}.formula-card.ranged-formula h4{color:#3b82f6}.formula-card.siege-formula h4{color:#d4af37}.formula-steps{background:#0f172a;border-radius:8px;padding:1.25rem;margin:1rem 0}.formula-steps .step{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin:.5rem 0;background:#1e293b;border-radius:6px}.formula-steps .step strong{color:#4ade80;min-width:100px}.formula-steps .step span{color:#cbd5e1;flex:1 1}.formula-steps .result{display:block;padding:1rem;margin-top:1rem;background:rgba(74,222,128,.1);border-left:4px solid #4ade80;border-radius:6px}.formula-steps .result strong{color:#4ade80;font-size:1.1rem}.formula-summary{margin:1.5rem 0;padding:1rem;background:#1e293b;border-radius:8px;text-align:center;font-weight:600}.formula-summary strong{color:#4ade80;font-size:1.1rem}.formula-timing,.formula-warning{margin:1rem 0;padding:1rem;border-radius:6px;border-left:4px solid}.formula-timing{background:rgba(59,130,246,.1);border-left-color:#3b82f6}.formula-timing strong{color:#3b82f6}.formula-warning{background:rgba(239,68,68,.1);border-left-color:#ef4444}.formula-warning strong{color:#ef4444}.tower-mistakes{margin:2rem 0}.mistake{background:#1e293b;border:1px solid #334155;border-left:4px solid #ef4444;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.mistake h4{color:#ef4444;margin:0 0 1rem}.mistake p{color:#cbd5e1;line-height:1.7;margin:.75rem 0}.mistake strong{color:#e2e8f0}.advanced-tower-techniques{margin:2rem 0}.technique-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.technique-card h4{color:#4ade80;margin-top:0;margin-bottom:1rem}.technique-card p{color:#cbd5e1;line-height:1.7}.technique-card ol,.technique-card ul{padding-left:1.5rem;margin:.75rem 0}.technique-card li{color:#cbd5e1;margin:.5rem 0}.technique-card strong{color:#e2e8f0}.technique-benefit{margin-top:1rem;padding:.75rem;background:#0f172a;border-left:3px solid #22c55e;border-radius:4px}.technique-benefit strong{color:#22c55e}.tower-drill{margin:2rem 0}.drill-metrics{margin-top:1.5rem;background:#0f172a;border-radius:8px;padding:1.25rem}.drill-metrics p{margin:.75rem 0;color:#cbd5e1}.drill-metrics strong{color:#e2e8f0}.summary-section{margin:4rem 0}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.summary-card{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.summary-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(74,222,128,.2);border-color:#4ade80}.summary-card h3{color:#94a3b8;font-size:.95rem;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:1.3rem;font-weight:700;margin:.75rem 0;color:#4ade80}.summary-detail{color:#cbd5e1;font-size:.9rem;line-height:1.5}.cta-section{background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid #4ade80;border-radius:16px;padding:3rem 2rem;text-align:center;margin:4rem 0}.cta-section h2{color:#e2e8f0;margin-bottom:1rem;border:none}.cta-section p{color:#cbd5e1;font-size:1.1rem;line-height:1.7;max-width:700px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#4ade80,#22c55e);color:#0f172a;box-shadow:0 4px 12px rgba(74,222,128,.3)}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(74,222,128,.4)}.cta-button.secondary{background:transparent;border:2px solid #4ade80;color:#4ade80}.cta-button.secondary:hover{background:rgba(74,222,128,.1);transform:translateY(-2px)}.guide-footer{text-align:center;margin:4rem 0 2rem;padding:2rem 0;border-top:1px solid #334155}.guide-footer p{color:#94a3b8;margin-bottom:1rem}.footer-link{color:#4ade80;text-decoration:none;margin:0 .5rem;transition:all .3s ease}.footer-link:hover{color:#22c55e;text-decoration:underline}@media (max-width:768px){.guide-header h1{font-size:1.8rem}.guide-subtitle{font-size:1rem}.guide-section h2{font-size:1.6rem}.guide-section h3{font-size:1.3rem}.benchmark-row{gap:.5rem}.advantage-grid,.benchmark-row,.challenge-grid,.concepts-grid,.creep-types,.disadvantage-grid,.milestone-grid,.specialized-drills,.summary-grid,.threshold-tools{grid-template-columns:1fr}.tutorial-step{flex-direction:column}.step-number{align-self:flex-start}.cta-buttons{flex-direction:column}.cta-button{width:100%;justify-content:center}.info-box{flex-direction:column}}