@charset "UTF-8";:root{color-scheme:light dark;--color-primary: #f7b532;--color-primary-dark: #8a5a0f;--color-primary-contrast: #030204;--color-primary-soft: #fceac0;--color-bg: #f7f7f7;--color-surface: #ffffff;--color-text: #030204;--color-text-muted: #3c3c3c;--color-border: #e3e3e3;--color-danger: #d92d20;--color-danger-soft: #fdeceb;--color-warning: #b95c00;--radius-card: 1rem;--radius-control: .75rem;--shadow-card: 0 1px 2px rgba(3, 2, 4, .04), 0 4px 12px rgba(3, 2, 4, .06);--bottom-nav-height: 4.25rem}@media(prefers-color-scheme:dark){:root{--color-primary: #f7b532;--color-primary-dark: #ffd98a;--color-primary-contrast: #030204;--color-primary-soft: #3a2a08;--color-bg: #030204;--color-surface: #1c1b17;--color-text: #f7f7f7;--color-text-muted: #a0a0a0;--color-border: #333333;--color-danger: #f56b60;--color-danger-soft: #3a1d1b;--color-warning: #e0862e}}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--color-bg);color:var(--color-text);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--color-primary-dark)}button{font:inherit}h1,h2,h3{color:var(--color-text);font-weight:800}.page-loading{color:var(--color-text-muted);padding:1.5rem}.field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:var(--color-text-muted)}input,select,textarea{padding:.75rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-text);font:inherit;width:100%}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary-dark);outline-offset:1px}.btn-primary,.profile-edit button[type=submit],.auth-form button[type=submit],.btn-secondary,.btn-danger-outline{text-decoration:none}.btn-primary svg,.profile-edit button[type=submit] svg,.auth-form button[type=submit] svg,.btn-secondary svg,.btn-danger-outline svg{width:18px;height:18px;flex-shrink:0}.btn-primary,.profile-edit button[type=submit],.auth-form button[type=submit]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;border:none;border-radius:var(--radius-control);background:var(--color-primary);color:var(--color-primary-contrast);font-weight:600;cursor:pointer}.btn-primary:disabled,.profile-edit button[type=submit]:disabled,.auth-form button[type=submit]:disabled{opacity:.6;cursor:default}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-text);cursor:pointer}.btn-danger-outline{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;border:1px solid var(--color-danger);border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-danger);font-weight:600;cursor:pointer}.card,.match-detail section,.profile-view section,.profile-edit section{background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.25rem}.error-text,.auth-form__error{color:var(--color-danger);font-size:.85rem;margin:0}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-form{width:100%;max-width:360px;display:flex;flex-direction:column;gap:1rem;background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.75rem 1.5rem}.auth-form h1{margin:0 0 .25rem;font-size:1.375rem;text-align:center}.auth-form p{color:var(--color-text-muted);text-align:center}.auth-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:var(--color-text-muted)}.auth-form__links{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem}.auth-form__links a{text-decoration:none;color:var(--color-text-muted)}.app-page{min-height:100dvh;padding:1.25rem 1.25rem calc(var(--bottom-nav-height) + 1.5rem);max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.profile-edit{display:flex;flex-direction:column;gap:1.25rem}.profile-edit section{display:flex;flex-direction:column;gap:.85rem}.profile-edit h2{font-size:.95rem;margin:0}.profile-edit label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--color-text-muted)}.profile-edit fieldset{border:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.6rem 1rem}.profile-edit fieldset legend{font-size:.85rem;color:var(--color-text-muted);padding:0;margin-bottom:.35rem}.profile-edit .checkbox{flex-direction:row;align-items:center;gap:.4rem;color:var(--color-text)}.profile-edit__avatar-preview{display:flex;justify-content:center}.profile-edit__avatar-actions{display:flex;flex-wrap:wrap;gap:.6rem}.profile-edit__avatar-actions .btn-secondary,.profile-edit__avatar-actions .btn-danger-outline{flex:1 1 auto;width:auto}.profile-edit__avatar-actions label.btn-secondary{flex-direction:row;align-items:center;color:var(--color-text);font-size:inherit}.profile-edit__avatar-hint{margin:0;font-size:.8rem;color:var(--color-text-muted)}.profile-view{display:flex;flex-direction:column;gap:1.25rem}.profile-view__header{display:flex;align-items:center;gap:1rem}.profile-view__header h1{margin:0;font-size:1.25rem}.profile-view__nickname{margin:.1rem 0 0;color:var(--color-text-muted);font-style:italic;font-size:.9rem}.profile-view__edit{margin-left:auto;font-size:.85rem;text-decoration:none;color:var(--color-primary-dark);font-weight:600;white-space:nowrap}.profile-view__notes{white-space:pre-wrap;color:var(--color-text)}.profile-view section{display:flex;flex-direction:column;gap:.85rem}.profile-view h2{font-size:.95rem;margin:0}.profile-view dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;margin:0;font-size:.9rem}.profile-view dt{font-weight:600;color:var(--color-text-muted)}.profile-view dd{margin:0}.profile-view__stats-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.75rem;padding:.75rem}.profile-view__stat-tile{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.15rem;background:var(--color-bg);border-radius:var(--radius-control);padding:.75rem .5rem}.profile-view__stat-value{font-size:1.25rem;font-weight:700}.profile-view__stat-label{font-size:.75rem;color:var(--color-text-muted);text-align:center}.match-detail{display:flex;flex-direction:column;gap:1.25rem}.match-detail__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.match-detail__title-row h1{margin:0;font-size:1.2rem}.match-detail section{display:flex;flex-direction:column;gap:.6rem}.match-detail h2{font-size:.95rem;margin:0}.match-detail dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;margin:0;font-size:.9rem}.match-detail dt{font-weight:600;color:var(--color-text-muted)}.match-detail dd{margin:0}.match-detail__notes{white-space:pre-wrap}.match-detail__actions{display:flex;flex-direction:column;gap:.6rem}.delegates{display:flex;flex-direction:column;gap:.75rem}.delegates__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.delegates__row{display:flex;align-items:center;gap:.6rem}.delegates__name{flex:1}.delegates__remove{border:none;background:none;color:var(--color-danger);font-size:.8rem;cursor:pointer}.delegates__add{display:flex;gap:.5rem}.delegates__add select{flex:1}.pitch{position:relative;width:100%;flex:1 1 auto;min-height:0;background:#2f8f4e url(/background_vertical.png) center/cover no-repeat;border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card)}.pitch__empty-message{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;color:#ffffffd9;font-size:.85rem;font-weight:600;text-align:center;padding:0 1.5rem}.formations-drag-ghost{position:fixed;z-index:1000;width:2.5rem;height:2.5rem;margin-left:-1.25rem;margin-top:-1.25rem;border-radius:50%;background:var(--color-primary);color:var(--color-primary-contrast);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;pointer-events:none;box-shadow:0 4px 12px #00000059}
