@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,600;1,6..72,400&display=swap");:root{color-scheme:light;--bg-main:#f8f9fa;--surface:#fff;--surface-hover:#f1f5f9;--surface-2:#f1f5f9;--sea:#dbe6ea;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent:#0e4d34;--accent-hover:#0a3826;--accent-ink:#fff;--accent-soft:rgba(14,77,52,.08);--gold:#d97706;--gold-soft:rgba(217,119,6,.12);--danger:#ef4444;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow:var(--shadow-md);--border:#e2e8f0;--pin-ring:#fff}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg-main:#0b0f12;--surface:#151c24;--surface-hover:#1e293b;--surface-2:#1e293b;--sea:#10161c;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#64748b;--accent:#10b981;--accent-hover:#059669;--accent-ink:#022c22;--accent-soft:rgba(16,185,129,.12);--gold:#f59e0b;--gold-soft:rgba(245,158,11,.15);--danger:#f87171;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.5);--shadow-md:0 4px 12px 0 rgba(0,0,0,.4);--shadow-lg:0 20px 25px -5px rgba(0,0,0,.5);--border:#232d3b;--pin-ring:#151c24}}*{box-sizing:border-box}body,html{height:100%;margin:0}body{background:var(--bg-main);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.5}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-hover);text-decoration:underline}.serif{font-family:Newsreader,Georgia,Times New Roman,serif}.container{max-width:1240px;margin:0 auto;padding:0 24px}.site-header{background:var(--surface);border-bottom:1px solid var(--border);padding:14px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1100}.site-header .container{display:flex;align-items:center;gap:16px}.logo{font-family:Newsreader,Georgia,serif;font-size:22px;font-weight:600}.logo,.logo:hover{color:var(--text-primary)}.logo:hover{text-decoration:none}.header-spacer{flex:1 1}h1{font-family:Newsreader,Georgia,Times New Roman,serif;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:500;font-size:14px;line-height:1.2;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 16px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm);white-space:nowrap}.btn,.btn:hover{color:var(--text-primary);text-decoration:none}.btn:hover{background:var(--surface-hover);border-color:var(--text-muted)}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-ink)}.btn-small{padding:6px 12px;font-size:13px;border-radius:6px}.btn-danger{color:var(--danger)}.btn:disabled{opacity:.5;cursor:default;box-shadow:none}.btn-icon{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);border-radius:7px;width:26px;height:26px;cursor:pointer;font-size:13px;line-height:1;box-shadow:var(--shadow-sm)}.btn-icon:hover{background:var(--surface-hover)}.btn-icon:disabled{opacity:.35;cursor:default}.input,select.input,textarea.input{font-family:inherit;font-size:14px;line-height:1.4;color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 14px;width:100%;transition:border-color .15s,box-shadow .15s}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}label.field{display:block;font-size:13px;color:var(--text-secondary);font-weight:600;margin-bottom:4px}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:var(--shadow-md)}.chip{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);background:var(--surface-hover);border:1px solid var(--border);border-radius:20px;padding:4px 12px;white-space:nowrap}.chip-score{color:var(--gold);background:var(--gold-soft);border-color:transparent}.muted{color:var(--text-muted)}.small{font-size:13px}.error-text{color:var(--danger);font-size:13.5px}.success-text{color:var(--accent);font-size:13.5px}.rank-badge{flex:none;width:32px;height:32px;border-radius:8px;background:var(--surface-hover);color:var(--text-primary);border:1px solid var(--border);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.rank-badge.rank-1{background:var(--gold);color:#fff;border-color:var(--gold)}.course-row{display:flex;gap:14px;align-items:flex-start;padding:14px 18px;border-left:3px solid transparent;border-bottom:1px solid var(--border);transition:background .15s ease}.course-row.clickable{cursor:pointer}.course-row.clickable:hover{background:var(--surface-hover)}.course-row.active{background:var(--accent-soft);border-left-color:var(--accent)}.course-main{flex:1 1;min-width:0}.course-name{font-weight:600;font-size:15px}.course-loc{color:var(--text-secondary);font-size:13px}.course-note{color:var(--text-muted);font-size:13px;font-style:italic;margin-top:3px}.round-row{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap;padding:8px 0;border-top:1px dashed var(--border);font-size:13.5px}.round-score{font-weight:700;color:var(--accent);font-size:15px}.round-card{border:1px solid var(--border);border-radius:12px;background:var(--bg-main);padding:14px 16px;margin-top:10px}.round-body{gap:20px;align-items:flex-start}.round-body,.round-stats{display:flex;flex-wrap:wrap}.round-stats{gap:28px}.round-stat{min-width:0}.round-stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:3px}.round-stat-value{font-size:15px;font-weight:500;line-height:1.35}.round-stat-score{font-size:24px;font-weight:700;color:var(--accent);line-height:1.1}.round-actions{display:flex;gap:18px;margin-top:12px;align-items:baseline}.round-scorecard{flex:none}@media (max-width:820px){.round-stats{gap:20px}.round-card{padding:12px 14px}}.scorecard-thumb{display:block;max-width:260px;max-height:170px;border-radius:8px;border:1px solid var(--border);object-fit:cover;cursor:zoom-in;box-shadow:var(--shadow-sm)}.scorecard-full{max-width:100%;border-radius:10px;border:1px solid var(--border)}.pin{background:transparent;border:none}.pin span{display:flex;width:28px;height:28px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--accent);border:2px solid var(--pin-ring);box-shadow:var(--shadow-md);align-items:center;justify-content:center;transition:background .15s ease}.pin span i{transform:rotate(45deg);font-style:normal;color:var(--accent-ink);font-size:12px;font-weight:700}.pin.hl span{background:var(--gold);scale:1.15}.pin.hl span i{color:#fff}.leaflet-container{font:inherit;background:var(--sea);border-radius:16px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-lg);border-radius:10px}.popup-rank{color:var(--accent);font-weight:700;font-size:12.5px;letter-spacing:.4px}.popup-name{font-weight:600;font-size:15px}.popup-loc{color:var(--text-secondary);font-size:13px}@media (prefers-color-scheme:dark){.leaflet-layer{filter:brightness(.85) contrast(.95)}.leaflet-control-attribution{background:rgba(21,28,36,.7);color:var(--text-muted)}}.list-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:24px;gap:24px;align-items:start}.list-map{position:-webkit-sticky;position:sticky;top:84px;height:calc(100vh - 130px)}.edit-left,.list-map,.list-pane{min-width:0}@media (max-width:880px){.list-layout{grid-template-columns:1fr}.list-map{position:relative;top:0;height:400px}.list-map,.list-pane{width:100%}}.footer-note{border-top:1px solid var(--border);margin-top:40px;padding:16px 0 28px;color:var(--text-muted);font-size:12.5px}.action-bar{align-items:baseline;gap:12px;margin-bottom:8px}.action-bar,.action-strip{display:flex;flex-wrap:wrap}.action-strip{gap:8px;margin-bottom:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.round-form{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-end;margin-top:10px}.rowlink{cursor:pointer;font-size:12px}@media (max-width:820px){.input,select.input,textarea.input{font-size:16px}.action-strip{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.action-strip::-webkit-scrollbar{display:none}.action-strip .btn{flex:none}.btn{padding:10px 16px}.btn-small{padding:9px 14px;font-size:14px}.btn-icon{width:36px;height:36px;font-size:16px;border-radius:9px}.rowlink{font-size:14px;padding:6px 2px;display:inline-block}.edit-map-wrap>div:first-child{height:38vh!important}.form-grid{grid-template-columns:1fr}.round-form>div{width:100%!important;flex:1 1 100%!important}.round-form button{width:100%;padding:12px}.course-row{padding:12px;gap:10px}h1{font-size:24px}.site-header .container{gap:8px}.logo{font-size:19px}.site-header .btn-small{padding:7px 10px;font-size:13px}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}