:root{color-scheme:light dark;--font-sans: system-ui, "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--md-sys-color-primary: #2563eb;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #dbeafe;--md-sys-color-on-primary-container: #1e40af;--md-sys-color-secondary: #4b5563;--md-sys-color-on-secondary: #ffffff;--md-sys-color-secondary-container: #f3f4f6;--md-sys-color-on-secondary-container: #374151;--md-sys-color-tertiary: #d97706;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #fef3c7;--md-sys-color-on-tertiary-container: #92400e;--md-sys-color-error: #dc2626;--md-sys-color-on-error: #ffffff;--md-sys-color-error-container: #fef2f2;--md-sys-color-on-error-container: #991b1b;--md-sys-color-success: #16a34a;--md-sys-color-on-success: #ffffff;--md-sys-color-success-container: #f0fdf4;--md-sys-color-on-success-container: #166534;--md-sys-color-surface: #f0f2f5;--md-sys-color-on-surface: #1f2937;--md-sys-color-surface-variant: #e5e7eb;--md-sys-color-on-surface-variant: #6b7280;--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-surface-container-low: #f9fafb;--md-sys-color-surface-container: #f3f4f6;--md-sys-color-surface-container-high: #e5e7eb;--md-sys-color-surface-container-highest: #d1d5db;--md-sys-color-surface-bright: #ffffff;--md-sys-color-surface-dim: #d1d5db;--md-sys-color-background: #f0f2f5;--md-sys-color-on-background: #1f2937;--md-sys-color-outline: #9ca3af;--md-sys-color-outline-variant: #d1d5db;--md-sys-color-surface-tint: #2563eb;--md-sys-color-inverse-surface: #1f2937;--md-sys-color-inverse-on-surface: #f9fafb;--md-sys-color-inverse-primary: #93c5fd;--md-sys-space-xs: 4px;--md-sys-space-sm: 8px;--md-sys-space-md: 16px;--md-sys-space-lg: 24px;--md-sys-space-xl: 40px;--md-sys-space-100: 4px;--md-sys-space-200: 8px;--md-sys-space-300: 16px;--md-sys-space-400: 24px;--md-sys-space-500: 40px;--md-sys-shape-corner-none: 0;--md-sys-shape-corner-extra-small: 4px;--md-sys-shape-corner-small: 8px;--md-sys-shape-corner-medium: 12px;--md-sys-shape-corner-large: 16px;--md-sys-shape-corner-extra-large: 20px;--md-sys-shape-corner-full: 9999px;--md-sys-elevation-0: none;--md-sys-elevation-1: 0 1px 3px rgba(0, 0, 0, .06);--md-sys-elevation-2: 0 2px 6px rgba(0, 0, 0, .08);--md-sys-elevation-3: 0 4px 12px rgba(0, 0, 0, .1);--md-sys-motion-easing-standard: cubic-bezier(.2, 0, 0, 1);--md-sys-motion-easing-emphasized: cubic-bezier(.05, .7, .1, 1);--md-sys-motion-easing-decelerate: cubic-bezier(0, 0, 0, 1);--md-sys-motion-duration-short: .2s;--md-sys-motion-duration-medium: .3s;--md-sys-motion-duration-long: .5s;--md-sys-typescale-body-small: 400 12px/16px var(--font-sans);--md-sys-typescale-body-medium: 400 14px/20px var(--font-sans);--md-sys-typescale-body-large: 400 16px/24px var(--font-sans);--md-sys-typescale-label-small: 500 11px/16px var(--font-sans);--md-sys-typescale-label-medium: 500 12px/16px var(--font-sans);--md-sys-typescale-label-large: 500 14px/20px var(--font-sans);--md-sys-typescale-title-small: 500 14px/20px var(--font-sans);--md-sys-typescale-title-medium: 500 16px/24px var(--font-sans);--md-sys-typescale-headline-small: 400 24px/32px var(--font-sans)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--md-sys-color-surface);min-height:100vh;font:var(--md-sys-typescale-body-medium);color:var(--md-sys-color-on-surface)}a{color:var(--md-sys-color-primary);text-decoration:none}.container{max-width:720px;margin:0 auto;padding:var(--md-sys-space-md) var(--md-sys-space-md) var(--md-sys-space-xl)}.card{background:var(--md-sys-color-surface-container-lowest);border-radius:var(--md-sys-shape-corner-medium);padding:var(--md-sys-space-lg);margin-bottom:14px;box-shadow:var(--md-sys-elevation-1)}.card h2{font:var(--md-sys-typescale-title-medium);margin-bottom:14px}.form-group{margin-bottom:10px}.form-group label{display:block;margin-bottom:4px;font:var(--md-sys-typescale-body-small);color:var(--md-sys-color-on-surface-variant)}.form-group input,.form-group select{width:100%;padding:9px 12px;border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-small);font:var(--md-sys-typescale-body-medium);background:var(--md-sys-color-surface-container-lowest);color:var(--md-sys-color-on-surface);transition:border-color var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard),box-shadow var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--md-sys-color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--md-sys-color-primary) 15%,transparent)}.row{display:flex;gap:10px;flex-wrap:wrap}.row>*{flex:1}.btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 16px;border:none;border-radius:var(--md-sys-shape-corner-full);font:var(--md-sys-typescale-label-large);cursor:pointer;transition:background var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard),box-shadow var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}.btn:disabled{opacity:1;background:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface-variant);box-shadow:none;cursor:not-allowed}.btn-primary{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:none}.btn-primary:hover{background:color-mix(in srgb,var(--md-sys-color-on-primary) 8%,var(--md-sys-color-primary));box-shadow:var(--md-sys-elevation-1)}.btn-primary:active{box-shadow:none}.btn-outline{background:transparent;color:var(--md-sys-color-primary);border:1px solid var(--md-sys-color-outline-variant)}.btn-outline:hover{background:color-mix(in srgb,var(--md-sys-color-primary) 8%,transparent);border-color:var(--md-sys-color-primary)}.btn-danger{background:var(--md-sys-color-error);color:var(--md-sys-color-on-error)}.btn-danger:hover{background:color-mix(in srgb,var(--md-sys-color-on-error) 8%,var(--md-sys-color-error));box-shadow:var(--md-sys-elevation-1)}.btn-sm{height:32px;padding:0 12px;font:var(--md-sys-typescale-label-medium)}.hole-strip{display:flex;gap:4px;overflow-x:auto;padding:var(--md-sys-space-sm) 0;scrollbar-width:thin}.hole{width:36px;height:36px;min-width:36px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:16px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid;transition:transform var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}.hole .idx{font-size:9px;font-weight:500}.hole:active{transform:scale(.92)}.hole-through{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);border-color:var(--md-sys-color-primary)}.hole-blind{background:var(--md-sys-color-tertiary-container);color:var(--md-sys-color-on-tertiary-container);border-color:var(--md-sys-color-tertiary)}.hole-skip{background:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-outline);border-color:var(--md-sys-color-outline-variant)}nav.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px var(--md-sys-space-lg);background:var(--md-sys-color-surface-container-lowest);border-bottom:1px solid var(--md-sys-color-outline-variant);gap:12px;font:var(--md-sys-typescale-body-medium)}nav.topbar .brand{font:var(--md-sys-typescale-title-medium);color:var(--md-sys-color-primary)}nav.topbar a{padding:4px var(--md-sys-space-sm);border-radius:var(--md-sys-shape-corner-small);color:var(--md-sys-color-on-surface-variant);transition:background var(--md-sys-motion-duration-short) var(--md-sys-motion-easing-standard)}nav.topbar a:hover{text-decoration:none}nav.topbar a.active{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);font-weight:600}.alert{padding:10px 14px;border-radius:var(--md-sys-shape-corner-small);font:var(--md-sys-typescale-body-small);margin-bottom:12px}.alert-ok{background:var(--md-sys-color-success-container);color:var(--md-sys-color-on-success-container);border:1px solid var(--md-sys-color-success)}.alert-err{background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container);border:1px solid var(--md-sys-color-error)}table{width:100%;border-collapse:collapse;font:var(--md-sys-typescale-body-small)}th,td{padding:8px 12px;text-align:left;border-bottom:1px solid var(--md-sys-color-outline-variant)}th{font:var(--md-sys-typescale-label-medium);color:var(--md-sys-color-on-surface-variant)}tr:hover td{background:color-mix(in srgb,var(--md-sys-color-on-surface) 4%,transparent)}.text-center{text-align:center}.mt{margin-top:14px}.mb{margin-bottom:14px}.hint{margin-top:4px;font:var(--md-sys-typescale-body-small);color:var(--md-sys-color-on-surface-variant)}@media(max-width:480px){.container{padding:10px}.card{padding:14px}.hole{width:32px;height:32px;min-width:32px;font-size:14px}}
