@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--grena:#800020;--grena-light:#9e1b38;--grena-dark:#570014;--bg:#f6f7fb;--surface:#fff;--surface-hover:#f8fafc;--text:#475569;--text-h:#0f172a;--border:#e6e8f0;--danger:#ef4444;--success:#10b981;--warning:#f59e0b;--info:#3b82f6;--font-sans:"Inter", system-ui, sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}body{font-family:var(--font-sans);background:radial-gradient(1200px 600px at 0% 0%, #9e1b3814, transparent 60%), radial-gradient(900px 600px at 100% 20%, #3b82f60f, transparent 55%), var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;margin:0}h1,h2,h3,h4,h5,h6{color:var(--text-h);margin:0;font-weight:600}p{margin:0}*{box-sizing:border-box}#root{flex-direction:column;min-height:100vh;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.navbar{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:50;background:#fffc;justify-content:center;align-items:center;height:70px;display:flex;position:fixed;top:0;left:0;right:0}.navbar-content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 24px;display:flex}.nav-brand{align-items:center;gap:12px;text-decoration:none;display:flex}.nav-logo-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.nav-brand:hover .nav-logo-wrapper{transform:scale(1.05)}.nav-logo-img{object-fit:cover;width:100%;height:100%}.nav-text{flex-direction:column;display:flex}.nav-title{color:var(--text-h);font-size:16px;font-weight:700;line-height:1.2}.nav-subtitle{color:var(--text);font-size:12px}.nav-links{gap:8px;display:flex}.nav-link{color:var(--text);border-radius:99px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{background:var(--surface-hover);color:var(--text-h)}.nav-link.active{background:var(--grena);color:#fff}.main-content{flex-direction:column;flex:1;margin-top:70px;display:flex}.hero{justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:40px 24px;display:flex;position:relative;overflow:hidden}.hero-canvas{z-index:0;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:800px;display:flex;position:relative}.hero-badge{color:var(--grena);background:#8000201a;border:1px solid #80002033;border-radius:99px;padding:6px 16px;font-size:14px;font-weight:600}.hero-title{letter-spacing:-.02em;color:var(--text-h);font-size:clamp(40px,8vw,72px);font-weight:800;line-height:1.1}.hero-title span{color:var(--grena)}.hero-subtitle{color:var(--text);max-width:600px;font-size:clamp(16px,2vw,20px);line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:16px;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;padding:12px 24px;font-family:inherit;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-sm{border-radius:12px;padding:10px 14px;font-size:14px}.btn:focus-visible{outline:none;box-shadow:0 0 0 4px #80002024}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--grena);color:#fff;box-shadow:0 4px 14px #8000204d}.btn-primary:hover:not(:disabled){background:var(--grena-light);transform:translateY(-2px)}.btn-secondary{background:var(--surface);color:var(--text-h);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-hover);transform:translateY(-2px)}.btn-ghost{color:var(--text);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--surface-hover);color:var(--text-h)}.features{background:var(--surface);z-index:1;padding:80px 24px;position:relative}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:24px;padding:32px;transition:all .3s}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--grena);transform:translateY(-4px)}.feature-icon{width:48px;height:48px;color:var(--grena);background:#8000201a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature-title{color:var(--text-h);margin-bottom:12px;font-size:20px;font-weight:700}.feature-desc{color:var(--text);line-height:1.6}.page-container{width:100%;max-width:1400px;margin:0 auto;padding:32px 24px}.page-header{margin-bottom:24px}.page-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page-header-actions{align-items:center;gap:10px;display:flex}.page-title{color:var(--text-h);margin-bottom:8px;font-size:32px}.page-subtitle{color:var(--text);font-size:16px}.admin-gate{place-items:center;min-height:calc(100vh - 120px);display:grid}.admin-card{background:var(--surface);border:1px solid var(--border);width:min(520px,100%);box-shadow:var(--shadow-lg);border-radius:18px;padding:22px}.admin-title{color:var(--text-h);margin:0 0 8px;font-size:22px;font-weight:900}.admin-subtitle{color:var(--text);margin:0 0 16px;line-height:1.5}.admin-form{gap:12px;display:grid}.admin-field{gap:6px;display:grid}.admin-actions{justify-content:space-between;gap:10px;margin-top:6px;display:flex}.admin-error{color:#b91c1c;background:#ef444414;border:1px solid #ef444440;border-radius:12px;padding:10px 12px;font-size:13px}.admin-hint{justify-content:flex-end;margin-top:14px;display:flex}.form-layout{display:block}@media (width<=900px){.form-layout{grid-template-columns:1fr}}.form-card{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.form-section-title{color:var(--text-h);margin:0 0 14px;font-size:16px;font-weight:800}.sections-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}@media (width<=1000px){.sections-grid{grid-template-columns:1fr}}.form-section{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px}.section-span-2{grid-column:1/-1}.checkbox-list{background:var(--bg);border:1px solid var(--border);border-radius:12px;grid-template-columns:1fr 1fr;gap:10px 16px;padding:14px 16px;display:grid}@media (width<=520px){.checkbox-list{grid-template-columns:1fr}}.checkbox-item{color:var(--text-h);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:flex}.checkbox-item input{width:16px;height:16px}.checkbox-item.disabled{opacity:.55}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid-full{grid-column:1/-1}.input-label{color:var(--text-h);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.input-field{background:var(--bg);border:1px solid var(--border);color:var(--text-h);border-radius:12px;width:100%;padding:10px 14px;font-family:inherit;font-size:16px;transition:all .2s}.input-field:focus{border-color:var(--grena);outline:none;box-shadow:0 0 0 3px #8000201a}.input-error{border-color:var(--danger)}.error-text{color:var(--danger);margin-top:6px;font-size:12px;display:block}.photo-upload{border:2px dashed var(--border);text-align:center;cursor:pointer;background:var(--bg);border-radius:16px;padding:32px;transition:all .2s}.photo-upload:hover{border-color:var(--grena);background:#80002005}.photo-upload.has-error{border-color:var(--danger)}.photo-upload-preview{object-fit:cover;border:4px solid var(--surface);width:120px;height:120px;box-shadow:var(--shadow);border-radius:60px;margin:0 auto 16px;display:block}.photo-upload-icon{background:var(--surface);width:48px;height:48px;color:var(--grena);box-shadow:var(--shadow-sm);border-radius:24px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.photo-upload-text{color:var(--text-h);margin-bottom:4px;font-weight:600}.photo-upload-hint{color:var(--text);font-size:12px}.form-actions{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}.sidebar-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;align-items:center;padding:32px;display:flex;position:sticky;top:100px}.progress-ring{width:140px;height:140px;margin:0 auto 24px;position:relative}.progress-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.progress-ring circle{fill:#0000;stroke-width:8px}.progress-ring .bg{stroke:var(--bg)}.progress-ring .fg{stroke:var(--grena);stroke-linecap:round;transition:stroke-dashoffset .5s}.progress-text{color:var(--text-h);font-size:28px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sidebar-title{color:var(--text-h);text-align:center;margin-bottom:12px;font-size:20px;font-weight:700}.sidebar-desc{color:var(--text);text-align:center;font-size:14px;line-height:1.6}.players-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.players-header-left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.players-header-right{align-items:center;gap:8px;display:flex}.filters-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:24px;margin-bottom:24px;padding:16px}.filters-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:12px 16px;display:grid}@media (width<=1200px){.filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.filters-grid{grid-template-columns:1fr}}.filters-actions{grid-column:1/-1;justify-content:flex-end;display:flex}.players-tabs{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:4px;display:flex}.players-tab{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.players-tab.active{background:var(--grena);color:#fff}.players-search{width:300px;position:relative}.players-search input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-h);border-radius:12px;padding:10px 16px 10px 40px;font-family:inherit}.players-search svg{color:var(--text);width:18px;height:18px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.table-container{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:24px;overflow:auto hidden}.table{border-collapse:collapse;text-align:left;width:100%;min-width:860px}.table th{background:var(--bg);color:var(--text);border-bottom:1px solid var(--border);z-index:1;padding:16px 24px;font-size:14px;font-weight:600;position:sticky;top:0}.table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:16px 24px}.table th:nth-child(4),.table td:nth-child(4){white-space:nowrap;min-width:180px}.table tr:nth-child(2n) td{background:#ffffff8c}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--bg)}.table-primary{color:var(--text-h);font-weight:700;display:block}.table-secondary{color:var(--text);margin-top:2px;font-size:12px;display:block}.player-info{align-items:center;gap:12px;display:flex}.player-avatar{object-fit:cover;background:var(--border);width:40px;height:40px;color:var(--text);border-radius:20px;place-items:center;display:grid}.player-avatar svg{width:20px;height:20px}.player-name{color:var(--text-h);font-weight:600;display:block}.player-sub{color:var(--text);font-size:12px}.badge{border-radius:99px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.badge-cadastrados{color:var(--info);background:#3b82f61a}.badge-selecionados{color:var(--success);background:#10b9811a}.badge-espera{color:var(--warning);background:#f59e0b1a}.badge-info{color:var(--info);background:#3b82f61a}.table-actions{gap:8px;display:flex}.btn-icon{border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:all .2s;display:flex}.btn-icon:hover:not(:disabled){background:var(--bg);color:var(--text-h)}.btn-icon:focus-visible{outline:none;box-shadow:0 0 0 4px #80002024}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.btn-icon.danger:hover:not(:disabled){color:var(--danger);border-color:var(--danger);background:#ef44441a}.empty-state{text-align:center;color:var(--text);padding:60px 24px}.empty-state svg{opacity:.5;width:64px;height:64px;margin:0 auto 16px;display:block}.save-toast{background:var(--surface);color:var(--text-h);box-shadow:var(--shadow-lg);border:1px solid var(--border);z-index:100;opacity:0;border-radius:12px;align-items:center;gap:12px;padding:16px 24px;font-weight:600;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(100px)}.print-page{max-width:1000px}.print-actions{justify-content:flex-end;gap:12px;margin-bottom:16px;display:flex}.print-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px}.print-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.print-title{color:var(--text-h);margin:0;font-size:22px;font-weight:800}.print-subtitle{color:var(--text);margin-top:4px;font-size:14px}.print-id{color:var(--text);border:1px solid var(--border);background:var(--bg);white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px}.print-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=900px){.print-grid{grid-template-columns:1fr}}.print-section{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:14px}.print-section-title{color:var(--text-h);margin-bottom:10px;font-size:14px;font-weight:800}.print-kv{color:var(--text-h);gap:8px;font-size:13px;line-height:1.35;display:grid}.print-kv span{color:var(--text);font-weight:700}@media print{.navbar,.no-print{display:none!important}.main-content{margin-top:0}.page-container{max-width:none;padding:0}.print-card,.print-section{box-shadow:none!important}}.save-toast svg{color:var(--success)}
