:root{--clubos-purple: #2D0A4A;--clubos-purple-light: #5A1F88;--clubos-orange: #F97316;--clubos-orange-dark: #EA580C;--bg: #f5f5f7;--card-bg: #ffffff;--text: #111827;--muted: #6B7280}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}.app-shell{width:100%;max-width:100%;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app-header{position:sticky;top:0;z-index:50;background:var(--clubos-purple);color:#fff;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0003}.app-header h1{margin:0;font-size:1.1rem;font-weight:700}.app-header .subtitle{font-size:.75rem;opacity:.85}.user-menu{position:relative}.user-btn{background:#ffffff26;border:none;color:#fff;border-radius:999px;width:36px;height:36px;font-weight:700}.dropdown{position:absolute;right:0;top:120%;background:#fff;color:var(--text);border-radius:.5rem;box-shadow:0 4px 12px #00000026;min-width:160px;display:flex;flex-direction:column;padding:.5rem}.dropdown span{padding:.6rem;font-size:.85rem;border-bottom:1px solid #f3f4f6}.dropdown button{background:transparent;border:none;text-align:left;padding:.6rem;color:var(--text);font-size:.9rem;font-weight:500;border-radius:.375rem}.dropdown button:hover{background:#f3f4f6}.app-footer{position:fixed;bottom:0;width:100%;max-width:480px;background:#fff;border-top:1px solid #e5e7eb;display:flex;justify-content:space-around;padding:.5rem 0;z-index:50}.app-footer button{background:transparent;border:none;color:var(--muted);display:flex;flex-direction:column;align-items:center;font-size:.7rem;font-weight:600;flex:1;padding:.25rem}.app-footer button.active{color:var(--clubos-orange);font-weight:700}.content{flex:1;padding:1rem;overflow-y:auto}.card{background:var(--card-bg);border-radius:.75rem;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d}.selected-match{background:var(--clubos-purple);color:#fff;padding:1.25rem;border-radius:.75rem;margin-bottom:1rem}.selected-match .subtitle{opacity:.8;font-size:.8rem;margin-bottom:.25rem}.selected-match h2{margin:0 0 .5rem;font-size:1.4rem}.match-list-btn{display:block;width:100%;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem;margin-bottom:.5rem;color:var(--text)}.match-list-btn:active{background:#f3f4f6}.match-list-btn strong{display:block;margin-bottom:.2rem}.scoreboard{display:flex;justify-content:space-around;align-items:center;background:var(--clubos-purple);color:#fff;border-radius:.75rem;padding:1rem;margin-bottom:1rem}.score-side{text-align:center;flex:1}.score-team{font-size:.85rem;opacity:.9}.score-value{font-size:3rem;font-weight:800;margin:.25rem 0}.score-btns{display:flex;justify-content:center;gap:.5rem}.score-btns button{width:2.5rem;height:2.5rem;border-radius:999px;font-size:1.25rem;background:var(--clubos-orange);color:#fff;border:none;font-weight:700}.score-btns button:active{background:var(--clubos-orange-dark)}.score-divider{font-weight:700;opacity:.8}.btn{border:none;border-radius:.5rem;padding:.75rem 1rem;font-weight:600;font-size:.95rem}.btn-primary{background:var(--clubos-purple);color:#fff}.btn-primary:active{background:var(--clubos-purple-light)}.btn-secondary{background:var(--clubos-orange);color:#fff}.btn-secondary:active{background:var(--clubos-orange-dark)}.btn-danger{background:#dc2626;color:#fff}.btn-row{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.btn-row .btn{flex:1;min-width:70px}.form-row{display:flex;flex-direction:column;margin-bottom:.75rem}.form-row label{font-size:.8rem;color:var(--muted);margin-bottom:.25rem;font-weight:500}select,input{padding:.65rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;width:100%}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:#fff;border-radius:.75rem;width:100%;max-width:400px;padding:1.25rem;max-height:90vh;overflow-y:auto}.modal h3{margin-top:0;color:var(--clubos-purple)}.poll-item{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;margin-bottom:.5rem;overflow:hidden}.poll-item summary{padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-weight:600}.poll-item summary::-webkit-details-marker{display:none}.poll-body{padding:1rem;border-top:1px solid #e5e7eb}.badge{font-size:.7rem;padding:.25rem .5rem;border-radius:999px;background:#e5e7eb;color:var(--text);font-weight:600}.badge.open{background:#22c55e;color:#fff}.badge.closed{background:#ef4444;color:#fff}.badge.results{background:#3b82f6;color:#fff}.poll-summary-right{display:flex;align-items:center;gap:.5rem}.chevron{display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid currentColor;transition:transform .2s ease}.poll-item[open]>summary .chevron{transform:rotate(180deg)}.poll-votes{list-style:none;padding:0;margin:.5rem 0 0}.poll-votes li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee}.poll-votes li:last-child{border-bottom:none}.event-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee;font-size:.9rem}.event-row:last-child{border-bottom:none}
