:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#193c51;background:#f2f7f9;font-size:17px;line-height:1.5;--blue:#175777;--teal:#167f86;--green:#27775f;--line:#d6e3e9;--muted:#5c7484;--shadow:0 7px 25px #193c5109}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{min-height:48px;padding:.7rem 1.1rem;border:1px solid var(--line);border-radius:12px;background:white;color:var(--blue);cursor:pointer;font-weight:650}button:hover{background:#e7f2f7}button:disabled{opacity:.6;cursor:wait}button.primary,.primary{background:linear-gradient(145deg,#237da2,#145574);border-color:#145574;color:white}button.teal{background:var(--teal);color:white}button.danger{color:#a32d32;border-color:#ecc6c6}button.ghost{background:transparent;border-color:transparent}button.small{font-size:.875rem;padding:.4rem .7rem;min-height:44px}a{color:var(--blue);overflow-wrap:anywhere}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ecad43;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:1.85rem;line-height:1.2;letter-spacing:-.045em}h2{font-size:1.25rem;letter-spacing:-.02em}h3{font-size:1.05rem}.muted,small{color:var(--muted)}small{font-size:.83rem}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;font-weight:750}.brand{display:flex;align-items:center;gap:.75rem;line-height:1.2}.brand img{width:42px;height:42px}.brand strong{font-size:1.18rem;letter-spacing:-.025em}.brand small{display:block;font-size:.7rem;margin-top:5px;letter-spacing:.06em}.sidebar{position:fixed;inset:0 auto 0 0;width:245px;background:#fff;border-right:1px solid var(--line);padding:1.7rem 1rem;display:flex;flex-direction:column;z-index:5;overflow-y:auto}.sidebar .brand{padding:0 .5rem 1.6rem}.navgroup{font-size:.67rem;letter-spacing:.14em;color:#688494;text-transform:uppercase;padding:1.3rem .75rem .35rem}.navitem{width:100%;display:flex;align-items:center;gap:.7rem;text-align:left;background:none;border:0;min-height:47px;font-size:.88rem;color:#4d697b;font-weight:550;padding:.6rem .8rem;margin:2px 0}.navitem.active{background:#e5f2f6;color:#125f7e;font-weight:750;box-shadow:inset 3px 0 #2488a4}.navicon{display:inline-flex;align-items:center;justify-content:center;width:25px;font-size:1.15rem}.sidebar-foot{margin-top:auto;padding:.8rem .7rem;border-top:1px solid var(--line)}.main{margin-left:245px;min-width:0}.topbar{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2.3rem;background:#ffffffcf;border-bottom:1px solid var(--line)}.topbar .club{font-size:.88rem;color:var(--muted)}.user{display:flex;align-items:center;gap:.65rem;font-size:.85rem}.avatar{width:39px;height:39px;border-radius:50%;background:#dbeef1;color:#156176;display:grid;place-items:center;font-weight:700}.content{max-width:1450px;margin:auto;padding:2rem 2.3rem 5rem}.pagehead{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.4rem}.pagehead p{margin:.6rem 0 0;color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.welcome{position:relative;overflow:hidden;background:linear-gradient(110deg,#134d6b,#207992 70%,#4eaaa5);color:white;border-radius:20px;padding:2rem;margin-bottom:1.6rem;min-height:180px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.welcome .muted{color:#d6edf4}.welcome h1{font-size:2rem}.welcome p{margin-bottom:0}.welcome:after{content:'';position:absolute;left:35%;right:-10%;height:70px;bottom:-35px;transform:rotate(-5deg);background:#ffffff1c;border-radius:50%}.welcome-date{padding:1rem 1.4rem;border:1px solid #ffffff40;border-radius:14px;background:#ffffff10;min-width:140px}.welcome-date strong{display:block;font-size:1.9rem}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:1.4rem}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.25rem;box-shadow:var(--shadow);min-width:0;overflow-wrap:anywhere}.card h3{margin-bottom:.5rem}.quick{position:relative;min-height:134px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;color:#fff;background:linear-gradient(140deg,#2c8aaa,#165b7d);border:0;padding:1.15rem;border-radius:15px}.quick:nth-child(2){background:linear-gradient(140deg,#46aaa9,#187982)}.quick:nth-child(3){background:linear-gradient(140deg,#67a88d,#2a7963)}.quick:nth-child(4){background:#e2eff3;color:#1c6075}.quick small{color:inherit;opacity:.85;font-weight:400}.quick span.icon{font-size:1.5rem}.section-title{display:flex;align-items:center;justify-content:space-between;margin:1.7rem 0 .8rem}.section-title h2{margin:0}.notice{padding:1rem;border:1px solid #d7e8ed;border-left:4px solid var(--teal);border-radius:10px;background:#f3fafb;margin-bottom:.7rem}.notice.critical{border-left-color:#b23c3c;background:#fff7f4}.notice strong{display:block}.notice small{display:block;margin-top:.25rem}.pill{display:inline-block;padding:.22rem .6rem;border-radius:7px;background:#e5f3ed;color:#267557;font-size:.75rem;font-weight:650}.pill.blue{background:#e5f0f7;color:#246987}.pill.warn{background:#fff0dc;color:#895216}.pill.gray{background:#edf1f3;color:#566976}.meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:var(--muted);font-size:.85rem;margin:.6rem 0}.row{padding:1rem 0;border-bottom:1px solid #e7eef1;display:flex;gap:1rem;justify-content:space-between}.row:last-child{border-bottom:0}.row>div{min-width:0}.row p{margin:.3rem 0;white-space:pre-wrap}.empty{padding:2.5rem 1rem;text-align:center;border:1px dashed #c5d8e1;border-radius:15px;color:var(--muted);background:#f8fbfc}.toolbar{display:flex;align-items:end;flex-wrap:wrap;gap:.7rem;margin-bottom:1.2rem}.toolbar label{margin:0;min-width:130px;flex:1}.toolbar input,.toolbar select{margin-top:.3rem}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.4rem}.stat{background:white;border:1px solid var(--line);border-radius:14px;padding:1.2rem}.stat small{display:block;margin-bottom:.4rem}.stat strong{font-size:1.5rem;letter-spacing:-.04em}.records{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.record-title{display:flex;align-items:start;justify-content:space-between;gap:.5rem}.record-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1rem 0}.record-data>div{min-width:0}.record-data small{display:block;font-size:.75rem}.record-data span{white-space:pre-wrap}.record-data .wide{grid-column:1/-1}.tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.3rem}.tabs button{border:0;background:#e8f0f3;font-size:.85rem}.tabs button.active{background:#195e78;color:white}label{display:block;font-size:.9rem;font-weight:650;min-width:0}input:not([type=checkbox]):not([type=radio]),select,textarea{display:block;width:100%;min-width:0;min-height:48px;border:1px solid #bdcfda;border-radius:9px;padding:.7rem .8rem;color:#183d53;background:#fbfdfe;margin-top:.4rem}textarea{min-height:115px;resize:vertical}input[type=checkbox]{width:22px;height:22px;accent-color:var(--teal);flex:none}fieldset{border:1px solid var(--line);border-radius:12px;padding:1rem;margin:0 0 1.2rem}legend{font-weight:700;padding:0 .5rem;color:var(--blue)}.formgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}.formgrid .wide{grid-column:1/-1}.checklist{max-height:290px;overflow:auto;border:1px solid var(--line);border-radius:10px;margin-top:.4rem;padding:.4rem}.checklist label{display:flex;align-items:center;gap:.7rem;padding:.5rem;font-weight:400}.fieldhint{font-size:.8rem;font-weight:400;color:var(--muted);display:block;margin-top:.3rem}.dialoghead{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.3rem}.dialoghead h2{margin:0}dialog{border:0;border-radius:20px;padding:1.7rem;width:min(820px,calc(100% - 24px));max-height:90dvh;box-shadow:0 25px 100px #092d4760;color:#193c51}dialog::backdrop{background:#10354f77;backdrop-filter:blur(3px)}dialog .actions.footer{position:sticky;bottom:-1.7rem;background:#fff;padding:1rem 0 .2rem;margin-top:1.3rem;border-top:1px solid var(--line);justify-content:flex-end}.error{background:#fff0ee;color:#a33232;border:1px solid #edc2bc;border-radius:10px;padding:.8rem;margin:1rem 0}.success{background:#e3f3ea;color:#236044;padding:1rem;border-radius:10px}.login{max-width:440px;margin:8vh auto;padding:2rem;background:white;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.login label{margin:1rem 0}.login .brand{margin-bottom:2rem}.login button.primary{width:100%;margin-top:.7rem}.bottomnav{display:none}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:#143e52;color:white;padding:.85rem 1.25rem;border-radius:12px;z-index:50;box-shadow:var(--shadow);display:none;max-width:90vw}#toast.show{display:block}#print-area{display:none}.chart{width:100%;height:auto;min-height:180px;display:block}.chart text{font:12px system-ui;fill:#486777}.chart-key{display:flex;gap:1rem;font-size:.8rem;color:var(--muted);margin-top:.7rem}.score-row{display:grid;grid-template-columns:50px minmax(0,1fr) 85px;gap:.7rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.score-row .rank{background:#e4f1f4;color:#196981;font-weight:800;font-size:1.2rem;border-radius:12px;min-height:45px;display:grid;place-items:center}.score-row .points{text-align:right;font-weight:800;font-size:1.15rem}.drop{text-decoration:line-through;color:#947067}.capture-row{display:grid;grid-template-columns:30px minmax(0,1fr) minmax(80px,130px);gap:.7rem;align-items:center;padding:.7rem;border-bottom:1px solid var(--line)}.capture-row input{margin:0!important}.pre{white-space:pre-wrap}.right{text-align:right}.spaced{margin-top:1.3rem}.mobile-menu{display:none}.legalnote{font-size:.83rem;color:#5c7484;border-left:3px solid #8eb5c5;padding-left:1rem;margin:1rem 0}
@media(min-width:1500px){.content{padding-top:2.5rem}}@media(max-width:1100px){.sidebar{width:210px}.main{margin-left:210px}.content{padding:1.5rem}.topbar{padding:1rem 1.5rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){:root{font-size:17px}.sidebar{display:none;width:min(320px,88vw);box-shadow:0 0 0 100vw #10354f66}.sidebar.open{display:flex}.main{margin:0}.topbar{padding:.8rem 1rem;min-height:68px}.topbar .club{display:none}.mobile-menu{display:block}.content{padding:1.15rem 1rem 6.5rem}.welcome{padding:1.3rem;min-height:155px;border-radius:16px}.welcome h1{font-size:1.65rem}.welcome-date{display:none}.pagehead{flex-direction:column}.pagehead h1{font-size:1.65rem}.records{grid-template-columns:1fr}.bottomnav{position:fixed;bottom:0;left:0;right:0;padding:.3rem .5rem max(.3rem,env(safe-area-inset-bottom));background:#ffffffef;backdrop-filter:blur(10px);border-top:1px solid var(--line);display:flex;justify-content:space-around;z-index:4}.bottomnav button{display:flex;flex-direction:column;align-items:center;gap:1px;font-size:.68rem;min-width:65px;border:0;padding:.4rem;background:none}.bottomnav button span{font-size:1.2rem}.formgrid{grid-template-columns:1fr}.formgrid .wide{grid-column:auto}dialog{padding:1.1rem;max-height:94dvh}dialog .actions.footer{bottom:-1.1rem}.login{margin:5vh 1rem;padding:1.4rem;max-width:none}.user .username{display:none}.card{padding:1rem}.stats{gap:.65rem}.stat{padding:.9rem}.stat strong{font-size:1.3rem}.quick{min-height:125px;padding:1rem}.row{flex-wrap:wrap}#toast{bottom:90px}.toolbar>*{max-width:100%}.grid.two{grid-template-columns:1fr}.record-data{font-size:.93rem}}@media(max-width:380px){.record-data{grid-template-columns:1fr}.grid{gap:.65rem}.quick{font-size:.9rem}.stats{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
@media print{body{background:white;color:black;font-size:11pt}#app,dialog,#toast{display:none!important}#print-area{display:block!important}.print-page{break-after:page;padding:10mm 6mm}.print-page:last-child{break-after:auto}.print-head{border-bottom:2px solid #175777;padding-bottom:10mm;margin-bottom:10mm}.print-head h1{font-size:22pt}.print-head p{margin:.25rem 0}.print-table{width:100%;border-collapse:collapse;font-size:9pt;table-layout:fixed}.print-table td,.print-table th{text-align:left;border-bottom:1px solid #ccc;padding:6px;overflow-wrap:anywhere;vertical-align:top}.print-table tr{break-inside:avoid}.print-table thead{display:table-header-group}.print-table th{background:#eef4f6}.print-page p{white-space:pre-wrap}.signature{margin-top:20mm;border-top:1px solid #999;padding-top:3mm}.address{margin:15mm 0;min-height:25mm}.idcard{border:1px solid #175777;border-radius:8px;padding:10mm;width:85mm;min-height:54mm;break-inside:avoid}.idcard img{width:25mm;height:25mm;float:right}.labels{display:grid;grid-template-columns:repeat(3,1fr);gap:6mm}.label{border:1px solid #ddd;min-height:35mm;padding:5mm;break-inside:avoid}.pre{white-space:pre-wrap}.legalnote{font-size:9pt}.no-print{display:none!important}@page{size:A4;margin:12mm}}
