.RouteForm-module__-g8MzW__formFields{width:100%}.RouteForm-module__-g8MzW__field{margin-bottom:var(--space-6)}.RouteForm-module__-g8MzW__field:last-child{margin-bottom:0}.RouteForm-module__-g8MzW__label{margin-bottom:var(--space-2);font-weight:600;display:block}.RouteForm-module__-g8MzW__input,.RouteForm-module__-g8MzW__textarea{width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:1rem;transition:border-color .2s}.RouteForm-module__-g8MzW__input:focus,.RouteForm-module__-g8MzW__textarea:focus{border-color:var(--primary);outline:none}.RouteForm-module__-g8MzW__textarea{resize:vertical}@media (max-width:640px){.RouteForm-module__-g8MzW__input,.RouteForm-module__-g8MzW__textarea{font-size:16px}}.RouteForm-module__-g8MzW__scoreSelector{gap:var(--space-2);grid-template-columns:repeat(5,1fr);display:grid}.RouteForm-module__-g8MzW__scoreButton{padding:var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:70px;transition:all .2s;display:flex}.RouteForm-module__-g8MzW__scoreButton:hover:not(:disabled){background:var(--border)}.RouteForm-module__-g8MzW__scoreButton:disabled{opacity:.6;cursor:not-allowed}.RouteForm-module__-g8MzW__scoreNum{font-size:1.25rem;font-weight:700}.RouteForm-module__-g8MzW__scoreLabel{text-transform:uppercase;text-align:center;font-size:.7rem;font-weight:600;line-height:1.1}@media (max-width:640px){.RouteForm-module__-g8MzW__scoreSelector{gap:var(--space-1)}.RouteForm-module__-g8MzW__scoreButton{padding:var(--space-1)}.RouteForm-module__-g8MzW__scoreLabel{font-size:.6rem}}.RouteForm-module__-g8MzW__helpIcon{background:var(--muted);color:#fff;cursor:help;width:16px;height:16px;margin-left:var(--space-2);vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:inline-flex;position:relative}.RouteForm-module__-g8MzW__tooltip{background:var(--foreground);color:var(--background);padding:var(--space-3);border-radius:var(--radius);text-align:left;opacity:0;visibility:hidden;pointer-events:none;z-index:10;text-transform:none;flex-direction:column;gap:4px;width:280px;margin-bottom:8px;font-size:.75rem;font-weight:500;transition:opacity .2s,visibility .2s;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000001a}.RouteForm-module__-g8MzW__tooltip:after{content:"";border-style:solid;border-width:5px;border-color:var(--foreground)transparent transparent transparent;margin-left:-5px;position:absolute;top:100%;left:50%}.RouteForm-module__-g8MzW__helpIcon:hover .RouteForm-module__-g8MzW__tooltip{opacity:1;visibility:visible}.RouteForm-module__-g8MzW__activeRating{color:var(--secondary);font-weight:700}
.RouteStats-module__mWVeDW__stats{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(120px,1fr));display:grid}.RouteStats-module__mWVeDW__stat{padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center}.RouteStats-module__mWVeDW__statValue{color:var(--primary);font-size:1.25rem;font-weight:700;display:block}.RouteStats-module__mWVeDW__statLabel{color:var(--muted);margin-top:var(--space-1);text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:4px;font-size:.875rem;display:flex}.RouteStats-module__mWVeDW__helpIcon{background:var(--muted);color:#fff;cursor:help;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:inline-flex;position:relative}.RouteStats-module__mWVeDW__tooltip{background:var(--foreground);color:var(--background);padding:var(--space-3);border-radius:var(--radius);text-align:left;opacity:0;visibility:hidden;pointer-events:none;z-index:10;text-transform:none;letter-spacing:normal;flex-direction:column;gap:4px;width:280px;margin-bottom:8px;font-size:.75rem;font-weight:500;transition:opacity .2s,visibility .2s;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000001a}.RouteStats-module__mWVeDW__tooltip:after{content:"";border-style:solid;border-width:5px;border-color:var(--foreground)transparent transparent transparent;margin-left:-5px;position:absolute;top:100%;left:50%}.RouteStats-module__mWVeDW__activeRating{color:var(--secondary);font-weight:700}.RouteStats-module__mWVeDW__helpIcon:hover .RouteStats-module__mWVeDW__tooltip{opacity:1;visibility:visible}
.route-module__-TCdlq__page{padding:var(--space-8)0}.route-module__-TCdlq__backLink{margin-bottom:var(--space-6);font-weight:500}.route-module__-TCdlq__backLink a:hover{color:var(--primary);text-decoration:underline}.route-module__-TCdlq__editForm{gap:var(--space-4);flex-direction:column;max-width:800px;display:flex}.route-module__-TCdlq__inputTitle{width:100%;padding:var(--space-2)var(--space-3);background:var(--surface);border:2px solid var(--primary);border-radius:var(--radius);color:var(--foreground);font-family:inherit;font-size:2.5rem;font-weight:800}.route-module__-TCdlq__textareaDescription{width:100%;padding:var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);resize:vertical;min-height:120px;font-family:inherit;font-size:1.125rem}.route-module__-TCdlq__editActions{gap:var(--space-3);margin-top:var(--space-2);display:flex}.route-module__-TCdlq__saveButton{background:var(--primary);color:#fff;padding:var(--space-2)var(--space-6);border-radius:var(--radius);cursor:pointer;border:none;font-weight:600}.route-module__-TCdlq__saveButton:hover{background:var(--primary-hover,var(--primary));opacity:.9}.route-module__-TCdlq__saveButton:disabled{background:var(--muted);cursor:not-allowed}.route-module__-TCdlq__header{margin-bottom:var(--space-4);position:relative}.route-module__-TCdlq__headerActions{gap:var(--space-3);margin-bottom:var(--space-2);align-items:center;display:flex}.route-module__-TCdlq__editButton{background:var(--surface);color:var(--foreground);padding:var(--space-2)var(--space-4);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s}.route-module__-TCdlq__editButton:hover{background:var(--border)}.route-module__-TCdlq__title{margin:0;font-size:2.5rem;font-weight:800;line-height:1.2}.route-module__-TCdlq__titleWithAuthor{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.route-module__-TCdlq__authorBadge{color:var(--muted);font-size:.875rem;font-weight:500}.route-module__-TCdlq__authorName{color:var(--primary);font-weight:600}.route-module__-TCdlq__mapContainer{width:100%;height:500px;margin-bottom:var(--space-6);border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);overflow:hidden}.route-module__-TCdlq__content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-6);margin-bottom:var(--space-8)}.route-module__-TCdlq__description{color:var(--foreground);margin-bottom:var(--space-6);white-space:pre-wrap;font-size:1rem;line-height:1.6}.route-module__-TCdlq__stats{padding:var(--space-4)0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:var(--space-6)}.route-module__-TCdlq__actions{align-items:center;gap:var(--space-4);display:flex}.route-module__-TCdlq__actionLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.route-module__-TCdlq__dangerZone{margin-top:var(--space-12);padding:var(--space-6);border-radius:var(--radius);text-align:center;background:#ff44440a;border:1px solid #f443}.route-module__-TCdlq__dangerTitle{color:#f44;margin-bottom:var(--space-2);font-size:1.25rem;font-weight:700}.route-module__-TCdlq__dangerDesc{color:var(--muted);margin-bottom:var(--space-6)}.route-module__-TCdlq__deleteButton{color:#fff;padding:var(--space-3)var(--space-6);border-radius:var(--radius);cursor:pointer;background:#f44;border:none;min-width:120px;font-weight:600;transition:all .2s}.route-module__-TCdlq__deleteButton:hover{background:#c00;transform:translateY(-1px);box-shadow:0 4px 12px #ff44444d}.route-module__-TCdlq__deleteButton:disabled{background:var(--muted);cursor:not-allowed;box-shadow:none;transform:none}.route-module__-TCdlq__confirmActions{gap:var(--space-4);justify-content:center;display:flex}.route-module__-TCdlq__cancelButton{color:var(--foreground);padding:var(--space-3)var(--space-6);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;background:0 0;font-weight:600}.route-module__-TCdlq__cancelButton:hover{background:var(--border)}
.new-module__zL6bxG__page{padding:var(--space-8)0;max-width:600px;margin:0 auto}.new-module__zL6bxG__header{margin-bottom:var(--space-8)}.new-module__zL6bxG__title{margin-bottom:var(--space-4);font-size:2.5rem;font-weight:800}.new-module__zL6bxG__subtitle{color:var(--muted);font-size:1.125rem}.new-module__zL6bxG__form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-8)}.new-module__zL6bxG__error{padding:var(--space-4);border:1px solid var(--danger);border-radius:var(--radius);color:var(--danger);margin-bottom:var(--space-6);background:#fee}.new-module__zL6bxG__textarea{resize:vertical}.new-module__zL6bxG__fileInput{width:100%;padding:var(--space-3);border:1px dashed var(--border);border-radius:var(--radius);cursor:pointer;display:block}.new-module__zL6bxG__hint{margin-top:var(--space-2);color:var(--muted);font-size:.875rem}.new-module__zL6bxG__actions{gap:var(--space-4);margin-top:var(--space-8);justify-content:flex-end;display:flex}.new-module__zL6bxG__cancelButton{padding:var(--space-2)var(--space-4);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;font-weight:500}.new-module__zL6bxG__cancelButton:hover{background:var(--surface)}.new-module__zL6bxG__previewContainer{margin-top:var(--space-8)}.new-module__zL6bxG__previewMap{border-radius:var(--radius);border:1px solid var(--border);width:100%;height:400px;margin-bottom:var(--space-6);overflow:hidden}.new-module__zL6bxG__instructions{text-align:center;color:var(--muted);margin-bottom:var(--space-4);font-size:.9375rem}
.VoteButtons-module__SP28Ga__container{align-items:center;gap:1rem;display:flex}.VoteButtons-module__SP28Ga__button{cursor:pointer;background:#f0f0f0;border:1px solid #ddd;border-radius:8px;padding:.5rem 1rem;font-size:1.2rem;transition:all .2s}.VoteButtons-module__SP28Ga__button:hover{background:#e0e0e0;transform:translateY(-1px)}.VoteButtons-module__SP28Ga__activeUp{color:#155724;box-shadow:0 0 5px #28a74566;background-color:#d4edda!important;border-color:#c3e6cb!important}.VoteButtons-module__SP28Ga__activeUp:hover{background-color:#c3e6cb!important}.VoteButtons-module__SP28Ga__activeDown{color:#721c24;box-shadow:0 0 5px #dc354566;background-color:#f8d7da!important;border-color:#f5c6cb!important}.VoteButtons-module__SP28Ga__activeDown:hover{background-color:#f5c6cb!important}.VoteButtons-module__SP28Ga__count{color:#444;text-align:center;min-width:1.5rem;font-size:1.1rem;font-weight:600}
