.select-wrapper select{height:50px;padding:0 1.25rem;border:2px solid #f1f5f9;border-radius:14px;background:#f8fafc;font-size:.95rem;font-weight:600;color:var(--tour-text-main);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:.9rem;cursor:pointer}.quiz-view{max-width:800px;margin:0 auto;padding:1.5rem;animation:fadeIn .4s ease-out}.quiz-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.quiz-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 10px 25px #0000000d;border:1px solid #f1f5f9;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden}.quiz-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a;border-color:#7c3aed}.quiz-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7c3aed,#ec4899)}.quiz-card h3{margin:0;font-size:1.25rem;font-weight:800;color:#1e293b}.quiz-card p{margin:0;font-size:.9rem;color:#64748b;line-height:1.5}.quiz-card-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;font-weight:700;color:#94a3b8}.quiz-btn-start{background:#7c3aed;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:800;cursor:pointer;transition:all .2s;margin-top:auto}.quiz-btn-start:hover{background:#6d28d9;box-shadow:0 4px 12px #7c3aed4d}.quiz-active-container{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 20px 50px #0000001a;position:relative}.quiz-progress-wrap{margin-bottom:2rem}.quiz-progress-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.quiz-progress-fill{height:100%;background:linear-gradient(90deg,#7c3aed,#ec4899);transition:width .4s cubic-bezier(.4,0,.2,1)}.quiz-progress-text{font-size:.85rem;font-weight:800;color:#94a3b8;display:flex;justify-content:space-between}.quiz-question-image-wrap{margin-bottom:1.5rem;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;max-height:300px;display:flex;justify-content:center;background:#f8fafc}.quiz-question-image{max-width:100%;max-height:300px;object-fit:contain}.quiz-question-text{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:2rem;line-height:1.3}.quiz-options{display:grid;gap:1rem}.quiz-option-btn{background:#f8fafc;border:2px solid #e2e8f0;padding:1.25rem 1.5rem;border-radius:16px;text-align:left;font-size:1rem;font-weight:600;color:#334155;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:1rem}.quiz-option-btn:hover{border-color:#7c3aed;background:#f5f3ff}.quiz-option-btn.selected{border-color:#7c3aed;background:#f5f3ff;color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a}.quiz-option-letter{width:32px;height:32px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex-shrink:0}.quiz-option-btn.selected .quiz-option-letter{background:#7c3aed;color:#fff;border-color:#7c3aed}.quiz-actions{margin-top:2.5rem;display:flex;justify-content:space-between;align-items:center}.quiz-btn-next{background:#1e293b;color:#fff;border:none;padding:.9rem 2rem;border-radius:14px;font-weight:800;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.quiz-btn-next:hover{background:#0f172a;transform:translateY(-2px)}.quiz-btn-next:disabled{opacity:.5;cursor:not-allowed;transform:none}.quiz-result-card{text-align:center;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.quiz-result-score{font-size:4rem;font-weight:900;background:linear-gradient(135deg,#7c3aed,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:1.5rem 0}.quiz-result-msg{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:2.5rem}.quiz-result-actions{display:flex;gap:1rem;justify-content:center}.quiz-admin{animation:fadeIn .3s ease-out}.admin-actions-bar{margin-bottom:2rem;display:flex;justify-content:flex-end}.quiz-form-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;border:1px solid #e2e8f0;margin-bottom:2.5rem}.quiz-questions-edit{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.quiz-q-edit-hdr{display:flex;gap:.75rem;align-items:center}.quiz-q-edit-image-row{margin-top:.5rem}.q-edit-img-preview{display:flex;align-items:center;gap:1rem}.q-edit-img-preview img{width:80px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.q-edit-img-upload label{cursor:pointer;display:inline-block}.quiz-q-edit-card{background:#f8fafc;border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1rem}.q-text-input{width:100%;padding:.85rem 1rem;border-radius:12px;border:2px solid #e2e8f0;font-size:1rem;font-weight:600;outline:none;transition:border-color .2s}.q-text-input:focus{border-color:#7c3aed}.q-options-edit{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.opt-edit-row{display:flex;align-items:center;gap:.75rem;background:#fff;padding:.5rem .75rem;border-radius:10px;border:1px solid #e2e8f0}.opt-edit-row input[type=text]{border:none;flex:1;font-size:.9rem;font-weight:600;color:#334155;outline:none}.quiz-admin-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.quiz-admin-list{display:flex;flex-direction:column;gap:1rem}.quiz-admin-item{background:#fff;border-radius:16px;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;transition:all .2s}.quiz-admin-item:hover{border-color:#7c3aed;box-shadow:0 4px 12px #0000000d}.quiz-admin-actions{display:flex;gap:.5rem}.quiz-empty{text-align:center;padding:4rem 2rem;color:#94a3b8}.quiz-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.text-green{color:#10b981}.quiz-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:#f1f5f9;border:none;width:36px;height:36px;border-radius:18px;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.quiz-close-btn:hover{background:#e2e8f0;color:#1e293b}.live-ctrl-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 15px 40px #0000001a;border:1px solid #e2e8f0}.live-ctrl-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.ctrl-hdr-btns{display:flex;gap:.5rem}.live-badge{background:#ef4444;color:#fff;padding:.2rem .6rem;border-radius:6px;font-size:.7rem;font-weight:900;letter-spacing:1px;margin-bottom:.5rem;display:inline-block;animation:pulse 2s infinite}.live-badge.badge-waiting{background:#f59e0b;animation:none}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.live-q-preview{background:#f8fafc;padding:1.5rem;border-radius:16px;margin-bottom:1.5rem}.q-preview-meta{font-size:.8rem;color:#94a3b8;font-weight:700;margin-bottom:.5rem}.q-preview-img{max-width:200px;border-radius:8px;margin-top:1rem}.live-ctrl-actions{display:flex;justify-content:center;margin-bottom:2.5rem}.live-results-section h4{margin-bottom:1rem}.live-quiz-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ae6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:11000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-out}.live-quiz-popup{background:#fff;width:100%;max-width:500px;border-radius:28px;padding:2rem;box-shadow:0 25px 60px #0006;position:relative;overflow:hidden}.live-popup-hdr{text-align:center;margin-bottom:1.5rem}.live-q-text{font-size:1.3rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;text-align:center}.live-q-img-wrap{margin-bottom:1.5rem;display:flex;justify-content:center}.live-q-img-wrap img{max-width:100%;max-height:200px;border-radius:12px}.live-options-grid{display:grid;gap:.75rem}.live-opt-btn{background:#f8fafc;border:2px solid #e2e8f0;padding:1rem 1.25rem;border-radius:14px;text-align:left;font-weight:600;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s;width:100%}.live-opt-btn.selected{border-color:#7c3aed;background:#f5f3ff}.live-opt-btn.confirmed{border-color:#10b981;background:#ecfdf5;color:#047857}.opt-letter{width:28px;height:28px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem}.live-opt-btn.confirmed .opt-letter{background:#10b981;color:#fff;border-color:#10b981}.live-popup-footer{margin-top:2rem}.btn-block{width:100%}.answer-status{text-align:center;font-weight:700;color:#64748b;font-size:.9rem}.row-winner{background:#fffbeb!important}.row-winner td{color:#92400e!important;font-weight:800!important}.pos-cell{font-weight:900;color:#94a3b8;text-align:center}.row-winner .pos-cell{color:#f59e0b}.score-cell{font-weight:800;color:#7c3aed}.clash-table-wrap{background:#fff;border-radius:20px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 15px #0000000d;margin-top:1rem}.clash-standings-table{width:100%;border-collapse:collapse}.clash-standings-table th{background:#f8fafc;padding:1rem 1.25rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #e2e8f0;text-align:left}.clash-standings-table td{padding:1.25rem;font-size:.95rem;border-bottom:1px solid #f1f5f9;color:#1e293b}.pos-cell{width:60px;text-align:center;font-size:1.2rem}.time-cell{color:#64748b;font-size:.85rem;font-weight:600}.quiz-promo-card{background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 10px 25px #7c3aed4d;margin-bottom:1rem}.quiz-promo-hdr h3{margin:.25rem 0 .5rem;font-weight:800;color:#fff}.quiz-promo-card p{font-size:.9rem;opacity:.9;margin-bottom:1.5rem}.quiz-promo-card .live-badge{background:#fff3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;animation:none}.waiting-msg{text-align:center;padding:2rem 0}.waiting-loader{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#7c3aed;border-radius:50%;margin:1.5rem auto 0;animation:spin 1s linear infinite}.me-event--active-quiz{border-left:4px solid #7c3aed;background:#f5f3ff}.me-event-registered{color:#10b981;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:.25rem}.me-result--quiz{border-left-color:#7c3aed!important}.me-result--quiz .me-result-badge{background:#f5f3ff!important;color:#7c3aed!important}.quiz-detail-tooltip{position:absolute;z-index:12000;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000040,0 0 0 1px #0000000d;padding:1.5rem;width:320px;max-width:90vw;animation:slideUp .25s cubic-bezier(.175,.885,.32,1.275)}.quiz-detail-tooltip:after{content:"";position:absolute;top:-10px;left:160px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid white}.quiz-info-btn{background:#f1f5f9;border:none;color:#64748b;width:20px;height:20px;border-radius:50%;font-size:12px;display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem;cursor:pointer;transition:all .2s;vertical-align:middle}.quiz-info-btn:hover{background:#e2e8f0;color:#7c3aed}.quiz-detail-tooltip h4{margin:0 0 1rem;font-size:1rem;color:#1e293b;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem}.quiz-detail-list{display:flex;flex-direction:column;gap:1rem}.quiz-detail-item{font-size:.85rem}.q-detail-text{font-weight:700;color:#334155;margin-bottom:.25rem}.q-detail-ans{padding:.25rem .5rem;border-radius:4px;font-weight:500}.ans-correct{color:#059669;background:#ecfdf5}.ans-wrong{color:#dc2626;background:#fef2f2}.ans-hint{font-style:italic;font-weight:700;opacity:.8}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quiz-success-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 15px 40px #10b9811a;border:1px solid #ecfdf5;text-align:center;position:relative;overflow:hidden;animation:slideUp .4s ease-out}.quiz-success-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:#10b981}.success-icon{font-size:3rem;margin-bottom:1rem}.success-content h3{color:#065f46;font-weight:900;margin-bottom:.5rem}.success-content p{color:#6b7280;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.quiz-stats-row{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.85rem;color:#059669;font-weight:600}.stat-item{background:#ecfdf5;padding:.4rem .8rem;border-radius:10px}.btn-shiny{position:relative;overflow:hidden}.btn-shiny:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 45%,rgba(255,255,255,.3) 50%,transparent 55%);transform:rotate(45deg);animation:shiny 3s infinite}@keyframes shiny{0%{transform:translate(-100%) rotate(45deg)}to{transform:translate(100%) rotate(45deg)}}.app-header{background-image:linear-gradient(to bottom,#00000073,#00000040),url(/beach.png);background-size:cover;background-position:center 60%;color:#fff;padding:1.43rem 1rem .91rem;text-align:center;position:sticky;top:0;z-index:200;box-shadow:0 4px 14px #00000059}.header-title-box{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:14px;padding:.35rem 1.1rem;margin:.4rem 0}.app-header h1{font-size:1.55rem;font-weight:800;letter-spacing:.5px}.app-header p{font-size:.8rem;opacity:.75;margin-top:.2rem}.header-actions{position:absolute;top:1.1rem;right:1.25rem;display:flex;align-items:center;gap:1rem}.header-account{display:flex;align-items:center;gap:1rem}.header-signout{padding:.28rem .6rem;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.72rem;color:var(--muted);cursor:pointer;white-space:nowrap}.role-preview-switch{padding:.25rem .4rem;border:1.5px dashed #f59e0b;border-radius:8px;background:#fffbeb;font-size:.72rem;color:#92400e;cursor:pointer}.header-map-btn{background:#ffffff26;border:1.5px solid rgba(255,255,255,.3);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all .2s;color:#fff}.header-map-btn:hover{background:#ffffff40;border-color:#fff;transform:scale(1.05)}.header-clock{position:static;text-align:right;line-height:1.2}.clock-time{font-family:monospace;font-size:1rem;font-weight:700}.clock-day{display:inline-block;margin-top:.2rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;border:2px solid #ef4444;border-radius:6px;padding:.1rem .4rem;color:#fff}.clock-date{font-size:.68rem;font-weight:700;opacity:.85;text-transform:uppercase;margin-bottom:2px}.meals-bar{background:#fffbea;border-bottom:2px solid var(--gold);display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;padding:.45rem 1rem;font-size:.78rem;color:#7d5a00;font-weight:600}.meal-item{display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;border-radius:6px;padding:.1rem .4rem;transition:background .15s}.meal-item:hover{background:#ffc8002e}.meal-edit-hint{opacity:.45;font-size:.7rem;margin-left:.15rem}.meal-edit{display:inline-flex;align-items:center;gap:.3rem}.meal-icon{font-size:.85rem}.meal-edit-label{font-weight:700}.meal-sep{font-weight:700;color:#a07000}.meal-input{width:56px;padding:.15rem .35rem;border:1.5px solid var(--gold);border-radius:5px;font-size:.76rem;font-weight:700;color:#7d5a00;background:#fffde8;outline:none;text-align:center}.meal-input:focus{border-color:#c08000;background:#fff}.meal-save,.meal-cancel{padding:.1rem .38rem;border-radius:5px;font-size:.72rem;font-weight:700;cursor:pointer;border:1.5px solid transparent;line-height:1.4}.meal-save{background:#d4edda;color:#155724;border-color:#b8d9c0}.meal-cancel{background:#f8d7da;color:#721c24;border-color:#f0b8bc}.meal-save:hover{background:#b8d9c0}.meal-cancel:hover{background:#f0b8bc}.day-nav{background:#fff;border-bottom:2px solid #e0e0e0;display:flex;gap:.4rem;overflow-x:auto;padding:.5rem .75rem;position:sticky;top:82px;z-index:190}.day-btn{flex-shrink:0;padding:.45rem .85rem;border:2px solid #dce1e7;background:#fff;border-radius:10px;cursor:pointer;font-size:.78rem;font-weight:700;color:var(--muted);transition:all .18s;line-height:1.3}.day-btn small{display:block;font-weight:400;font-size:.65rem}.day-btn:hover{border-color:var(--blue);color:var(--blue)}.day-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.day-num-badge{display:inline-flex;align-items:center;justify-content:center;border:2px solid #ef4444;border-radius:50%;width:1.35rem;height:1.35rem;font-size:.72rem;font-weight:800;line-height:1;vertical-align:middle;color:#ef4444}.day-btn.active .day-num-badge{border-color:#ef4444;color:#fff}.day-warning{background:#fff8e1;border-bottom:2px solid #f59e0b;color:#92400e;font-size:.84rem;font-weight:500;padding:.45rem 1.2rem;display:flex;align-items:center;gap:.6rem}.day-warning-btn{background:#f59e0b;color:#fff;border:none;border-radius:6px;padding:.2rem .7rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .15s;flex-shrink:0}.day-warning-btn:hover{background:#d97706}.view-tabs{display:flex;gap:.4rem;justify-content:flex-start;margin-top:.7rem;padding:.45rem .75rem;overflow-x:auto}.view-tab{padding:.4rem 1.1rem;border:2px solid rgba(255,255,255,.45);border-radius:20px;background:#0000008c;color:#ffffffd9;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .18s;white-space:nowrap;position:relative}.view-tab:hover{border-color:#fff;color:#fff}.view-tab.active{background:#ffffff40;border-color:#fff;color:#fff}.view-tab--me{border-right:2px solid rgba(255,255,255,.15);margin-right:.25rem}.unread-dot{position:absolute;top:-5px;right:-5px;width:10px;height:10px;background:var(--red);border-radius:50%;border:2px solid var(--blue);box-shadow:0 0 8px #e74c3c99;animation:pulse 2s infinite}.unread-dot--red{background:#ef4444;box-shadow:0 0 8px #ef444499;right:-5px}.unread-dot--yellow{background:#f59e0b;box-shadow:0 0 8px #f59e0b99;right:8px}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #e74c3cb3}70%{transform:scale(1.1);box-shadow:0 0 0 10px #e74c3c00}to{transform:scale(1);box-shadow:0 0 #e74c3c00}}main{max-width:1600px;margin:0;padding:0 2rem 3rem;width:100%;flex:1}.app-layout{display:flex;gap:2rem;padding:0 2rem;align-items:flex-start;width:100%;box-sizing:border-box}.app-layout main{flex:1;min-width:0}.side-legend{width:160px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1rem;position:sticky;top:180px;flex-shrink:0}.side-legend-title{font-size:.75rem;font-weight:800;color:var(--muted);text-transform:uppercase;margin-bottom:.8rem;letter-spacing:.5px;border-bottom:1px solid #eee;padding-bottom:.4rem}.side-legend .leg-item{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.78rem;font-weight:600;color:var(--text-light)}.leg-text{white-space:nowrap}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--blue);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000}.loader{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-bottom:1rem}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:14px;box-shadow:0 12px 40px #00000059;width:min(96vw,360px);overflow:hidden}.modal-hdr{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--blue);color:#fff;font-weight:700;font-size:.88rem}.modal-close{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;line-height:1;padding:0 .2rem}.modal-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.field{display:flex;flex-direction:column;gap:.3rem}.field span{font-size:.75rem;font-weight:700;color:var(--muted)}.field input{padding:.45rem .65rem;border:2px solid #dce1e7;border-radius:8px;font-size:.88rem;outline:none;transition:border-color .15s}.field input:focus{border-color:var(--blue)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.auto-label{font-size:.65rem;font-weight:400;color:var(--green)}.modal-conflict{background:#fdecea;border:1px solid #f5c6cb;border-radius:8px;padding:.4rem .7rem;font-size:.8rem;color:#c0392b;font-weight:600}.modal-preview{background:#f0f8ff;border:1px solid #bee3f8;border-radius:8px;padding:.4rem .7rem;font-size:.82rem;color:var(--blue);font-weight:600}.modal-actions{display:flex;gap:.6rem;justify-content:flex-end;margin-top:.25rem}.btn-cancel{padding:.4rem .9rem;border:1px solid #ddd;background:#eee;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:600;color:#666}.btn-add{padding:.4rem 1.1rem;background:var(--blue);border:none;border-radius:8px;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .15s}.btn-add:hover{background:var(--blue-dk)}.btn-add:disabled{background:#aaa;cursor:not-allowed}.btn-save{background:var(--blue);color:#fff;border:none}.day-view{padding-top:.4rem}.day-title{text-align:center;padding:.6rem 0 .3rem}.day-title h2{color:var(--blue);font-size:1.25rem}.day-title .wd{color:var(--muted);font-size:.82rem}.group-filter{display:flex;gap:.5rem;justify-content:center;padding:.9rem 0 .4rem}.gf-btn{padding:.35rem 1.1rem;border:2px solid;border-radius:20px;cursor:pointer;font-size:.78rem;font-weight:700;background:#fff;transition:all .18s}.gf-btn.gf-all{border-color:var(--gray);color:var(--gray)}.gf-btn.gf-A{border-color:var(--blue);color:var(--blue)}.gf-btn.gf-B{border-color:var(--orange);color:var(--orange)}.gf-btn.gf-all.active{background:var(--gray);color:#fff}.gf-btn.gf-A.active{background:var(--blue);color:#fff}.gf-btn.gf-B.active{background:var(--orange);color:#fff}.legend{display:flex;flex-wrap:wrap;gap:.5rem .9rem;padding:.75rem 0 .25rem;justify-content:center}.leg-item{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:var(--muted)}.leg-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.all-section{background:var(--card);border-radius:12px;box-shadow:var(--shadow);margin-bottom:1rem;overflow:hidden}.section-hdr{padding:.55rem 1rem;font-size:.73rem;font-weight:800;letter-spacing:.8px;text-transform:uppercase;background:#f4f6f8;border-bottom:2px solid #dce1e7;color:var(--muted)}.groups-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media (min-width: 680px){.groups-grid.two{grid-template-columns:1fr 1fr}}.group-card{background:var(--card);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.group-card-a .gc-hdr{background:#e8f4fb;color:var(--blue);border-bottom:3px solid var(--blue)}.group-card-b .gc-hdr{background:#fef0e0;color:var(--orange);border-bottom:3px solid var(--orange)}.gc-hdr{padding:.65rem 1rem;font-weight:800;font-size:.9rem}.gc-coaches{padding:.35rem 1rem;font-size:.72rem;color:var(--muted);background:#fafafa;border-bottom:1px solid #eee}.group-note{padding:.4rem 1rem .6rem;font-size:.72rem;color:var(--muted)}.evt-list{padding:.5rem}.evt{display:flex;gap:.7rem;align-items:flex-start;padding:.55rem .7rem;border-radius:8px;margin-bottom:.35rem;border-left:4px solid transparent}.evt-time{font-size:.68rem;font-weight:700;color:var(--muted);white-space:nowrap;min-width:80px;padding-top:.1rem}.evt-body{flex:1}.evt-title{font-size:.83rem;font-weight:700;line-height:1.3;display:flex;justify-content:space-between;align-items:center}.evt-detail{font-size:.72rem;color:var(--muted);margin-top:.1rem}.evt-training{background:#eafaf1;border-color:var(--green)}.evt-conditioning{background:#fef0e0;border-color:var(--orange)}.evt-free{background:#eaf4ff;border-color:#3498db}.evt-social{background:#f5eaf8;border-color:var(--purple)}.evt-recovery{background:#e0f8f4;border-color:var(--teal)}.evt-tournament{background:#fff8e0;border-color:var(--gold)}.evt-ceremony{background:#fdecea;border-color:var(--red)}.evt-checkin{background:#f2f3f4;border-color:var(--gray)}.evt-lecture{background:#eaf0ff;border-color:#2980b9}.evt-party{background:#fde8ff;border-color:#d35fb7}.evt-actions{opacity:0;transition:opacity .2s;display:flex;gap:.5rem}.evt:hover .evt-actions{opacity:1}.evt-action-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:2px;border-radius:4px}.evt-action-btn:hover{background:#0000000d}.evt--editing{padding:1rem!important;border-left:5px solid var(--blue)!important}.evt-edit-form{display:flex;flex-direction:column;gap:.6rem}.evt-edit-row{display:flex;align-items:center;gap:.5rem}.evt-edit-row input{padding:.4rem;border:1px solid #ddd;border-radius:4px;font-size:.85rem}.evt-edit-title{padding:.4rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;font-weight:700}.evt-edit-comment{padding:.4rem;border:1px solid #ddd;border-radius:4px;font-size:.85rem;min-height:60px;resize:vertical}.evt-edit-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.4rem}.evt-edit-actions button{padding:.4rem .8rem;border-radius:6px;font-size:.8rem;font-weight:700;cursor:pointer}.add-evt-box{margin-top:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 4px 6px -1px #0000001a}.add-evt-hdr{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:800;color:var(--muted);text-transform:uppercase;margin-bottom:1rem;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem}.add-evt-form{display:flex;flex-direction:column;gap:.75rem}.add-evt-row{display:flex;gap:.75rem}.add-evt-input,.add-evt-select{flex:1;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.85rem;outline:none;transition:border-color .2s}.add-evt-input:focus,.add-evt-select:focus{border-color:var(--blue)}.add-evt-btn{background:var(--blue);color:#fff;border:none;padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.add-evt-btn:hover{background:#2563eb;transform:translateY(-1px)}.add-evt-toggle{width:100%;padding:1rem;margin-top:1.5rem;background:#fff;border:2px dashed #cbd5e1;border-radius:12px;color:var(--muted);font-weight:700;cursor:pointer;transition:all .2s}.add-evt-toggle:hover{border-color:var(--blue);color:var(--blue);background:#f8fafc}.add-evt-close{background:none;border:none;font-size:1.4rem;color:var(--muted);cursor:pointer;line-height:1}.add-evt-close:hover{color:var(--red)}.add-evt-time-range{display:flex;align-items:center;gap:.4rem;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:0 .5rem}.add-evt-time-range .add-evt-input{border:none;padding:.6rem .2rem;background:transparent;width:auto}.add-evt-sep{color:var(--muted);font-weight:800}.topics,.courts{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.35rem}.topic{font-size:.63rem;font-weight:700;padding:.12rem .5rem;border-radius:10px}.topic-ccc{background:#d5f5e3;color:#1a7a40}.topic-baa{background:#d6eaf8;color:#1a5276}.topic-all{background:#e8daef;color:#6c3483}.court{font-size:.63rem;font-weight:700;padding:.12rem .5rem;border-radius:10px;background:#f0e6ff;color:#6c3483}.app-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:1rem}.app-gate .me-login-card{max-width:400px}.courts-wrap{padding:.5rem 0 2rem;margin-left:-2rem;margin-right:-2rem}.courts-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.4rem 0 .7rem}.courts-hint{font-size:.8rem;color:var(--muted)}.courts-add-btn{padding:.38rem .95rem;background:var(--blue);color:#fff;border:none;border-radius:20px;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .15s;flex-shrink:0}.courts-add-btn:hover{background:var(--blue-dk)}.courts-frame{display:flex;flex-direction:column;width:100%;border-radius:16px;overflow:hidden;border:2px solid #c8a84a;box-shadow:0 4px 20px #0000002e}.courts-arena-scroll{overflow:auto;min-width:100%;background-color:#e0c880;cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none;-ms-overflow-style:none}.courts-arena-scroll::-webkit-scrollbar{display:none}.courts-arena{position:relative;cursor:default;min-width:100%;background-color:#e8d8a8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E"),radial-gradient(ellipse at 50% 50%,#f0e0b8,#e0c888 60%,#ceb060);background-size:300px 300px,100% 100%;box-sizing:border-box}.courts-empty-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff9;font-size:.95rem;pointer-events:none}.courts-empty-overlay div{font-size:3rem}.arena-sea{flex-shrink:0;height:28px;background:linear-gradient(180deg,#1565c0,#1976d2 40%,#42a5f5,#64b5f6a6);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.arena-sea:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent 0px,transparent 18px,rgba(255,255,255,.08) 18px,rgba(255,255,255,.08) 36px)}.arena-sea-label{position:relative;font-size:.62rem;font-weight:700;color:#ffffffbf;letter-spacing:1.5px;text-transform:uppercase}.courts-control-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:.75rem 1.25rem;border-bottom:1px solid #e2e8f0}.courts-control-bar .compass-ctrl{border:none;padding:0;margin:0}.courts-footer{padding:.75rem;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0}.cb{position:absolute;border-radius:5px;border:3px solid #2d7fc4;box-shadow:0 4px 16px #00000059,inset 0 0 0 1px #64b4ff33;cursor:grab;-webkit-user-select:none;user-select:none;transition:box-shadow .15s}.cb:active{cursor:grabbing;box-shadow:0 8px 28px #00000080}.cb-surface{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px;overflow:hidden;background-color:#fefcf5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)'/%3E%3C/svg%3E"),linear-gradient(160deg,#fffef8,#fdf8ec,#faf4e0);background-size:200px 200px,100% 100%}.cb-surface--v{background-color:#fefcf5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)'/%3E%3C/svg%3E"),linear-gradient(200deg,#fffef8,#fdf8ec,#faf4e0);background-size:200px 200px,100% 100%}.cb-net-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.cb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#140a008a;display:flex;flex-direction:column;padding:3px 5px}.cb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px;flex-shrink:0}.cb-num{font-size:.85rem;font-weight:800;color:#ffe9a0;text-transform:uppercase;letter-spacing:.8px}.cb-num--editable{cursor:pointer}.cb-num--editable:hover{text-decoration:underline dotted rgba(255,233,160,.6)}.cb-name-input{font-size:.82rem;font-weight:800;color:#ffe9a0;background:#00000073;border:1px solid rgba(255,233,160,.6);border-radius:4px;padding:.1rem .4rem;outline:none;width:130px;text-transform:uppercase;letter-spacing:.6px}.cb-actions{display:flex;gap:4px}.cb-add,.cb-rotate,.cb-remove{font-size:.78rem;font-weight:700;padding:.18rem .55rem;border-radius:5px;border:1px solid rgba(255,255,255,.4);background:#ffffff1f;color:#fff;cursor:pointer;transition:background .15s;line-height:1.5}.cb-add{color:#a0ffa0;border-color:#64ff6480}.cb-add:hover{background:#32b43259}.cb-rotate:hover{background:#ffffff47}.cb-remove{border-color:#ff645099;color:#ffa08c}.cb-remove:hover{background:#c8321e66}.cb-slots{flex:1;display:flex;flex-direction:column;gap:4px;padding:4px;overflow-y:auto}.cb-row{background:#ffffff1a;border-radius:4px;padding:4px 6px;cursor:pointer;display:flex;flex-direction:column;gap:1px}.cb-row:hover{background:#fff3}.cb-row-content{width:100%;display:flex;flex-direction:column;gap:1px}.cb-row-line1{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:700;color:#fff}.cb-empty{font-size:.58rem;color:#ffe69680;font-style:italic}.cb-slots--v .cb-row{flex-direction:column;align-items:flex-start;gap:1px}.cb-slots--v .cb-row-line1{display:flex;align-items:center;justify-content:space-between;width:100%}.cb-slots--v .cb-row-line2{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:0}.cb-slots--v .cb-time{flex-shrink:0}.cb-slots--v .cb-who{flex:unset;width:100%}.cb-slots--v .cb-topic{flex:1}.cb-slots--v .cb-row-btns{margin-left:auto}.cb-time{font-size:.65rem;color:#ffdc64f2;font-weight:700;white-space:nowrap;flex-shrink:0}.cb-who{flex:1;font-size:.75rem;color:#fff;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.2rem;min-width:0}.cb-sep{color:#ffffff80;flex-shrink:0}.cb-group{color:#64b5f6;font-weight:700;overflow:hidden;text-overflow:ellipsis}.cb-topic{font-size:.72rem;color:#fff;opacity:.9;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;align-self:flex-start;text-align:left}.cb-row-btns{display:flex;align-items:center;gap:.2rem;margin-left:auto;flex-shrink:0;align-self:center}.cb-row-edit{background:none;border:none;font-size:.9rem;cursor:pointer;padding:0 .15rem;opacity:.75;flex-shrink:0}.cb-row-edit:hover{opacity:1}.cb-row-del{background:none;border:none;color:#f99;cursor:pointer;font-size:1rem;line-height:1;padding:0 2px}.cb-row-del:hover{color:red}.cb-tooltip{position:absolute;top:100%;left:0;right:0;background:#fff;color:#333;z-index:1000;border-radius:8px;box-shadow:0 10px 25px #0000004d;border:1px solid #ddd;padding:.6rem;margin-top:5px;min-width:200px}.cb-tooltip-hdr{font-size:.7rem;font-weight:800;color:var(--muted);border-bottom:1px solid #eee;padding-bottom:.3rem;margin-bottom:.3rem}.cb-tooltip-list{max-height:150px;overflow-y:auto}.cb-tooltip-item{font-size:.75rem;padding:.15rem 0;border-bottom:1px solid #fafafa}.cb-tooltip-item small{color:var(--muted);font-weight:600}.cb-tooltip-empty{font-size:.7rem;color:var(--muted);font-style:italic;text-align:center;padding:.5rem}.hotel-block{position:absolute;border-radius:4px;border:3px solid #4e342e;box-shadow:0 6px 20px #00000080;cursor:grab;-webkit-user-select:none;user-select:none;overflow:hidden}.hotel-block:active{cursor:grabbing}.hotel-rotate{position:absolute;top:4px;right:4px;z-index:10;font-size:.62rem;font-weight:700;padding:.08rem .38rem;border-radius:5px;border:1px solid rgba(255,255,255,.45);background:#0006;color:#fff;cursor:pointer;transition:background .15s;line-height:1.5}.hotel-rotate:hover{background:#000000a6}.compass-wrap{position:absolute;width:60px;height:60px;cursor:grab;z-index:20;filter:drop-shadow(0 2px 6px rgba(0,0,0,.45));-webkit-user-select:none;user-select:none}.compass-wrap:active{cursor:grabbing}.compass-wrap svg{width:100%;height:100%;display:block}.compass-ctrl{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;padding:.4rem 0 .5rem;font-size:.78rem;color:var(--muted)}.compass-ctrl-label{display:flex;align-items:center;gap:.35rem;white-space:nowrap}.compass-ctrl-label strong{color:var(--text);min-width:2.8rem}.compass-slider{flex:1;min-width:140px;max-width:280px;accent-color:var(--blue);height:4px;cursor:pointer}.compass-reset{padding:.25rem .65rem;border:2px solid #dce1e7;background:#fff;border-radius:8px;cursor:pointer;font-size:.72rem;font-weight:700;color:var(--muted);white-space:nowrap;transition:all .15s}.compass-reset:hover{border-color:var(--blue);color:var(--blue)}.slots-editor{display:flex;flex-direction:column;gap:.5rem}.slot-edit-row{display:flex;align-items:center;gap:.4rem}.slot-name-input{flex:1;min-width:0;padding:.4rem .6rem;border:2px solid #dce1e7;border-radius:8px;font-size:.82rem}.slot-time-input{width:70px;padding:.4rem .5rem;border:2px solid #dce1e7;border-radius:8px;font-size:.82rem;text-align:center}.slot-sep{color:var(--muted)}.slot-del-btn{background:none;border:none;color:var(--muted);font-size:1.2rem;cursor:pointer;padding:0 .3rem}.slot-del-btn:hover{color:var(--red)}.slot-add-btn{margin-top:.4rem;padding:.45rem;background:#f8f9fa;border:2px dashed #dce1e7;border-radius:8px;color:var(--blue);font-weight:700;font-size:.82rem;cursor:pointer}.slot-add-btn:hover{background:#f0f4f8;border-color:var(--blue)}.cdp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:300;animation:cdp-fade-in .2s ease}@keyframes cdp-fade-in{0%{opacity:0}to{opacity:1}}.cdp-sheet{position:fixed;bottom:0;left:0;right:0;z-index:301;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #00000038;max-height:80vh;display:flex;flex-direction:column;animation:cdp-slide-up .28s cubic-bezier(.32,.72,0,1)}@keyframes cdp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cdp-handle{width:44px;height:4px;background:#cbd5e1;border-radius:2px;margin:10px auto 0;flex-shrink:0}.cdp-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem .5rem;flex-shrink:0;border-bottom:1px solid #f1f5f9}.cdp-title{font-size:1.2rem;font-weight:800;color:#1a2a3a;text-transform:uppercase;letter-spacing:.5px}.cdp-close{background:none;border:none;font-size:1.8rem;color:#7f8c8d;cursor:pointer;line-height:1;padding:0 .25rem}.cdp-close:hover{color:#1a2a3a}.cdp-admin-bar{display:flex;gap:.5rem;flex-wrap:wrap;padding:.6rem 1.25rem;background:#f8fafc;border-bottom:1px solid #f1f5f9;flex-shrink:0}.cdp-admin-bar button{padding:.35rem .9rem;border-radius:8px;border:1.5px solid #dce1e7;background:#fff;font-size:.85rem;font-weight:700;cursor:pointer;color:#2c3e50;transition:all .15s}.cdp-admin-bar button:hover{border-color:#2980b9;color:#2980b9}.cdp-remove-court{border-color:#dc3c2866!important;color:#c0392b!important}.cdp-remove-court:hover{background:#c8321e14!important;border-color:#c0392b!important}.cdp-slots{overflow-y:auto;flex:1;padding:.75rem 1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.cdp-empty{text-align:center;color:#7f8c8d;font-size:.95rem;padding:2rem;font-style:italic}.cdp-slot{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;cursor:pointer;transition:border-color .15s}.cdp-slot:hover{border-color:var(--blue)}.cdp-slot-row{display:flex;align-items:center;gap:.5rem;padding:.65rem .9rem}.cdp-slot-time{font-size:.88rem;font-weight:700;color:#b45309;flex-shrink:0}.cdp-slot-who{flex:1;font-size:.95rem;font-weight:600;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cdp-slot-edit{background:none;border:none;font-size:.9rem;cursor:pointer;padding:0 .15rem;flex-shrink:0;opacity:.65}.cdp-slot-edit:hover{opacity:1}.cdp-slot-del{background:none;border:none;color:#e74c3c;font-size:1.1rem;cursor:pointer;padding:0 .15rem;flex-shrink:0}.cdp-slot-chevron{font-size:.7rem;color:#7f8c8d;flex-shrink:0}.cdp-slot-topic{font-size:.82rem;color:#5d6d7e;padding:0 .9rem .55rem;font-style:italic}.cdp-participants{background:#fff;border-top:1px solid #e2e8f0;padding:.6rem .9rem .75rem}.cdp-participants-hdr{font-size:.78rem;font-weight:800;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.cdp-participant-item{font-size:.88rem;color:#2c3e50;padding:.2rem 0;border-bottom:1px solid #f1f5f9}.cdp-participant-item small{color:#7f8c8d;font-weight:600}.pv-wrap{padding:.75rem 0 3rem}.sort-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;padding:.5rem 0 .8rem}.sort-label{font-size:.75rem;font-weight:700;color:var(--muted)}.sort-btn{padding:.28rem .7rem;border:2px solid #dce1e7;background:#fff;border-radius:20px;font-size:.75rem;font-weight:700;color:#555;cursor:pointer;transition:all .15s}.sort-btn:hover{border-color:#1a6b8a;color:#1a6b8a}.sort-btn--on{background:#1a6b8a;border-color:#1a6b8a;color:#fff!important}.sort-stats{margin-left:auto;font-size:.75rem;color:var(--muted)}.sort-bar-divider{width:1px;height:18px;background:#dce1e7;margin:0 .25rem;flex-shrink:0}.sort-bar-actions{display:flex;gap:.5rem;margin-left:auto;align-items:center}.filter-btn{padding:.28rem .75rem;border:2px solid #f59e0b;background:#fffbeb;border-radius:20px;font-size:.75rem;font-weight:700;color:#b45309;cursor:pointer;transition:all .15s}.filter-btn:hover{background:#fef3c7;border-color:#d97706}.filter-btn--on{background:#f59e0b;border-color:#d97706;color:#fff}.filter-btn--balls{border-color:#34d399;background:#ecfdf5;color:#065f46}.filter-btn--balls:hover{background:#d1fae5;border-color:#10b981}.filter-btn--balls.filter-btn--on{background:#10b981;border-color:#059669;color:#fff}.pc-ball-indicator{font-size:.88rem;flex-shrink:0;line-height:1}.pc-balls-section{margin-top:.75rem;padding:.65rem .8rem;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1.5px solid #6ee7b7;border-radius:10px}.pc-balls-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.45rem}.pc-balls-title{font-size:.75rem;font-weight:800;color:#065f46;text-transform:uppercase;letter-spacing:.4px}.pc-balls-count{font-size:.72rem;font-weight:700;background:#d1fae5;color:#065f46;border-radius:10px;padding:.1rem .5rem}.pc-balls-list{display:flex;flex-direction:column;gap:.3rem;min-height:20px}.pc-balls-empty{font-size:.75rem;color:#6ee7b7;font-style:italic}.pc-ball-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem}.pc-ball-icon{font-size:1.1rem;cursor:pointer;transition:transform .15s;flex-shrink:0}.pc-ball-icon:hover{transform:scale(1.2)}.pc-ball-coach{font-size:.78rem;color:#064e3b;font-weight:600;flex:1}.pc-ball-confirm{display:inline-flex;align-items:center;gap:.3rem;background:#fff;border:1.5px solid #fca5a5;border-radius:8px;padding:.15rem .4rem;font-size:.72rem}.pc-ball-confirm span{color:#dc2626;font-weight:600}.pc-ball-confirm-ok{padding:.1rem .4rem;border:none;border-radius:5px;background:#ef4444;color:#fff;font-size:.72rem;font-weight:700;cursor:pointer}.pc-ball-confirm-cancel{padding:.1rem .4rem;border:1px solid #e2e8f0;border-radius:5px;background:#fff;color:#64748b;font-size:.72rem;cursor:pointer}.pc-balls-borrow{margin-top:.4rem}.pc-balls-borrow-row{display:flex;gap:.4rem;align-items:center}.pc-ball-coach-select{flex:1;padding:.3rem .5rem;border:1.5px solid #6ee7b7;border-radius:7px;font-size:.78rem;outline:none;background:#fff}.pc-ball-coach-select:focus{border-color:#10b981}.pc-ball-borrow-btn{padding:.3rem .7rem;background:#10b981;color:#fff;border:none;border-radius:7px;font-size:.75rem;font-weight:700;cursor:pointer;transition:background .15s;white-space:nowrap}.pc-ball-borrow-btn:hover{background:#059669}.pc-ball-borrow-btn:disabled{background:#a7f3d0;cursor:not-allowed}.pc-balls-limit{font-size:.74rem;color:#b45309;background:#fffbeb;border-radius:7px;padding:.3rem .55rem;margin-top:.3rem;font-weight:600}.pv-body{display:flex;gap:1rem;align-items:flex-start}.pv-list{flex:1;min-width:0;max-height:72vh;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding:.25rem}.pc{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000014;border-left:4px solid transparent;cursor:grab;transition:box-shadow .15s,border-color .15s;-webkit-user-select:none;user-select:none;flex-shrink:0;margin-bottom:2px}.pc:active{cursor:grabbing}.pc--open{box-shadow:0 3px 12px #00000024}.pc-summary{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem;cursor:pointer}.pc-avatar{width:30px;height:30px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--blue),#42a5f5);color:#fff;font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.pc-avatar--xs{width:22px;height:22px;font-size:.55rem}.pc-name{flex:1;font-size:.82rem;color:var(--text);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-nick{color:#7c3aed;font-weight:800;font-style:italic;margin-right:4px}.pc-flag{font-size:1rem;flex-shrink:0}.pc-trophy{font-size:.8rem;flex-shrink:0}.pc-assigned-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pc-chevron{font-size:.6rem;color:var(--muted);flex-shrink:0}.level-badge{display:inline-flex;align-items:center;justify-content:center;padding:.1rem .42rem;border-radius:6px;font-size:.7rem;font-weight:800;flex-shrink:0}.level-badge--sm{font-size:.62rem;padding:.06rem .32rem}.pc-level-sub-select{width:52px;padding:.3rem .25rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem;font-weight:700;text-align:center}.pc-level-desc{font-size:.72rem;color:#64748b;font-style:italic;max-width:200px;line-height:1.3}.pc-level-desc-input{width:100%;padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;resize:vertical;font-family:inherit;background:#f8fafc;outline:none;box-sizing:border-box}.pc-level-desc-input:focus{border-color:var(--blue);background:#fff}.pc-cnotes-section{margin-top:.65rem;padding:.6rem .75rem;background:#fffbeb;border:1.5px solid #fde68a;border-radius:10px}.pc-cnotes-header{font-size:.72rem;font-weight:800;color:#92400e;text-transform:uppercase;letter-spacing:.4px;margin-bottom:.4rem}.pc-cnotes-empty{font-size:.74rem;color:#b45309;font-style:italic;margin:0}.pc-cnotes-list{display:flex;flex-direction:column;gap:.3rem}.pc-cnote-item{font-size:.78rem;line-height:1.4}.pc-cnote-author{font-weight:700;color:#92400e;margin-right:.3rem}.pc-cnote-text{color:#78350f;font-style:italic}.pc-cnote-preview{display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem;cursor:pointer;padding:.3rem .4rem;border-radius:6px;border:1px dashed #fcd34d;background:#fff;transition:background .15s}.pc-cnote-preview:hover{background:#fffbeb}.pc-cnote-text-mine{font-size:.78rem;color:#78350f;font-style:italic;flex:1}.pc-cnote-edit-hint{font-size:.75rem;opacity:.5;flex-shrink:0}.pc-cnote-editor{display:flex;flex-direction:column;gap:.35rem}.pc-cnote-textarea{width:100%;padding:.4rem .55rem;border:1.5px solid #fcd34d;border-radius:7px;font-size:.8rem;resize:vertical;font-family:inherit;background:#fff;outline:none;box-sizing:border-box}.pc-cnote-textarea:focus{border-color:#f59e0b}.pc-cnote-actions{display:flex;gap:.35rem}.pc-cnote-save{padding:.28rem .7rem;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:700;cursor:pointer}.pc-cnote-save:hover{background:#d97706}.pc-cnote-cancel{padding:.28rem .6rem;border:1px solid #fcd34d;background:#fff;color:#92400e;border-radius:6px;font-size:.75rem;cursor:pointer}.pc-details-layout{display:flex;gap:1.5rem;padding:1.25rem;background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #f1f5f9}.pc-details{border-top:1px solid #f0f0f0;padding:.5rem .8rem .6rem;display:flex;flex-direction:column;gap:.32rem;flex:1}.pc-detail-row{display:flex;gap:.6rem;font-size:.78rem;align-items:center}.pc-detail-row>span:first-child{min-width:80px;font-size:.7rem;font-weight:700;color:var(--muted);flex-shrink:0}.pc-detail-row a{color:var(--blue);text-decoration:none}.pc-detail-row a:hover{text-decoration:underline}.pc-detail-row--role{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #e2e8f0}.pc-detail-row--role span{color:var(--blue)!important;font-weight:800!important}.pc-photo-frame{width:140px;height:180px;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative;flex-shrink:0}.pc-photo-frame:hover{border-color:var(--blue);background:#f1f5f9}.pc-photo-frame img{width:100%;height:100%;object-fit:cover}.pc-photo-placeholder{text-align:center;color:var(--muted)}.pc-photo-placeholder span{font-size:2rem;display:block;margin-bottom:.5rem}.pc-photo-placeholder small{font-size:.7rem;font-weight:700;text-transform:uppercase}.pc-action-row{display:flex;gap:.5rem;margin-top:.5rem}.pc-edit-btn{padding:.28rem .6rem;border-radius:6px;border:1px solid #60a5fa;background:#eff6ff;color:#1d4ed8;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.pc-edit-btn:hover{background:#dbeafe}.pc-delete-btn{padding:.28rem .6rem;border-radius:6px;border:1px solid #fca5a5;background:#fef2f2;color:#dc2626;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.pc-delete-btn:hover{background:#fee2e2}.pc-note-btn{padding:.28rem .6rem;border-radius:6px;border:1px solid #a78bfa;background:#f5f3ff;color:#7c3aed;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.pc-note-btn:hover{background:#ede9fe}.pc-note-btn--inline{padding:.15rem .35rem;border-radius:5px;border:none;background:transparent;font-size:.95rem;cursor:pointer;opacity:.45;transition:opacity .15s,background .15s;flex-shrink:0}.pc-note-btn--inline:hover{opacity:1;background:#ede9fe}.pc-note-form{margin-top:.5rem;display:flex;flex-direction:column;gap:.4rem;padding:.6rem;background:#f5f3ff;border-radius:8px;border:1px solid #c4b5fd}.pc-note-textarea{width:100%;border:1px solid #c4b5fd;border-radius:6px;padding:.4rem .6rem;font-size:.82rem;resize:vertical;font-family:inherit;background:#fff;box-sizing:border-box}.pc-note-textarea:focus{outline:none;border-color:#7c3aed}.pc-note-actions{display:flex;gap:.4rem}.pc-note-send-btn{padding:.28rem .8rem;border-radius:6px;border:none;background:#7c3aed;color:#fff;font-size:.78rem;font-weight:700;cursor:pointer}.pc-note-send-btn:disabled{opacity:.4;cursor:not-allowed}.pc-note-cancel-btn{padding:.28rem .6rem;border-radius:6px;border:1px solid #c4b5fd;background:#fff;color:#7c3aed;font-size:.78rem;cursor:pointer}.pc-edit-form{padding:.6rem .75rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.45rem}.pc-edit-input{flex:1;min-width:180px;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;outline:none;transition:border-color .2s;background:#f8fafc}.pc-edit-input:focus{border-color:var(--blue);background:#fff}.pc-role-tag,.pv-role-badge{font-size:.65rem;text-transform:uppercase;font-weight:800;padding:2px 8px;border-radius:10px;margin-left:8px;display:inline-block;vertical-align:middle}.pc-role--admin{background:#fee2e2!important;color:#991b1b!important;border:1px solid #f87171!important}.pc-role--trener{background:#e0f2fe!important;color:#075985!important;border:1px solid #38bdf8!important}.pc-role--lider{background:#dcfce7!important;color:#166534!important;border:1px solid #4ade80!important}.pc-role--uczestnik{background:#f1f5f9!important;color:#475569!important;border:1px solid #cbd5e1!important}.pv-role-select{width:100%;max-width:200px;padding:6px 10px;border:1.5px solid var(--blue);border-radius:8px;font-weight:700;color:#1e293b;background:#fff;cursor:pointer;transition:all .2s}.pv-role-select:hover{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.pv-containers{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:.55rem;max-height:72vh;overflow-y:auto}.pv-containers-title{font-size:.9rem;font-weight:800;color:var(--text);padding-bottom:.3rem;border-bottom:2px solid #e0e0e0}.pv-containers-add{display:flex;gap:.4rem}.pv-containers-hint{font-size:.78rem;color:var(--muted);font-style:italic;background:#fafafa;border:1.5px dashed #dce1e7;border-radius:10px;padding:.9rem .75rem;text-align:center}.drop-cont{border:2px solid var(--cc, #aaa);border-radius:10px;background:#fff;transition:background .15s}.drop-cont--over{background:#f5f5f5}.drop-cont-hdr{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background:#f0f0f0;border-bottom:1px solid #ddd;transition:background .2s}.drop-cont-hdr[style*="cursor: pointer"]:hover{background:#e5e7eb}.drop-cont-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.drop-cont-color-btn{position:relative;display:flex;align-items:center;cursor:pointer;border-radius:50%}.drop-cont-color-btn:hover .drop-cont-dot{outline:2px solid #94a3b8;outline-offset:1px}.drop-cont-name{flex:1;font-size:.82rem;font-weight:700;color:var(--text)}.drop-cont-avg{font-size:.72rem;font-weight:500;color:var(--muted);font-style:italic}.drop-cont-count{font-size:.68rem;font-weight:700;background:#0000001a;border-radius:10px;padding:.05rem .4rem;color:var(--text)}.drop-cont-del{background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;color:var(--muted);padding:0 .15rem;z-index:5}.drop-cont-del:hover{color:var(--red)}.group-notes-modal{width:600px!important;max-width:95vw}.group-note-person{padding:.5rem;border-radius:12px;background:#fff}.coach-note-item{position:relative}.drop-cont-body{padding:.4rem .5rem;min-height:40px}.drop-cont-empty{font-size:.72rem;color:var(--muted);font-style:italic;text-align:center;padding:.35rem 0}.drop-cont-member{display:flex;align-items:center;gap:.4rem;padding:.22rem .2rem;font-size:.78rem;color:var(--text)}.add-participant-toggle{display:block;width:100%;margin:0 0 .75rem;padding:.55rem 1rem;background:#fff;border:2px dashed #60a5fa;border-radius:10px;color:#1d4ed8;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s}.add-participant-toggle:hover{background:#eff6ff}.add-participant-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;overflow:hidden}.add-participant-tabs{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.add-tab{padding:.3rem .8rem;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-size:.8rem;cursor:pointer;font-weight:500}.add-tab--on{background:var(--blue);color:#fff;border-color:var(--blue)}.add-participant-close{margin-left:auto;background:none;border:none;font-size:1.1rem;cursor:pointer;color:#94a3b8;line-height:1}.add-participant-close:hover{color:#ef4444}.add-participant-form{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.apf-row{display:flex;gap:.5rem;flex-wrap:wrap}.apf-field{display:flex;flex-direction:column;gap:.2rem;font-size:.78rem;font-weight:600;color:#64748b;flex:1;min-width:120px}.apf-field input,.apf-field select{padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem;outline:none;background:#f8fafc}.apf-field input:focus,.apf-field select:focus{border-color:var(--blue);background:#fff}.apf-field--narrow{flex:0 0 80px;min-width:0}.apf-row--check{align-items:center}.apf-check{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;cursor:pointer}.apf-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.csv-import{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.csv-hint{font-size:.75rem;color:#64748b;background:#f8fafc;border-radius:6px;padding:.4rem .6rem;margin:0}.csv-hint code{font-size:.72rem;color:#1d4ed8}.csv-file-row{display:flex;align-items:center;gap:.75rem}.btn-file{padding:.35rem .75rem;border:1px solid #60a5fa;border-radius:6px;background:#eff6ff;color:#1d4ed8;font-size:.8rem;cursor:pointer;font-weight:600}.btn-file:hover{background:#dbeafe}.csv-or{font-size:.75rem;color:#94a3b8}.csv-textarea{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-family:monospace;resize:vertical;outline:none;background:#f8fafc;box-sizing:border-box}.csv-textarea:focus{border-color:var(--blue);background:#fff}.csv-error{font-size:.78rem;color:#c0392b;background:#fdecea;border-radius:6px;padding:.35rem .6rem}.csv-preview{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:.5rem .75rem}.csv-preview strong{font-size:.8rem;color:#15803d}.csv-preview-list{margin:.35rem 0;display:flex;flex-direction:column;gap:.15rem}.csv-preview-row{font-size:.76rem;color:#334155}.csv-format-info{background:#fff8e1;border:1px solid #ffcc80;border-radius:8px;padding:.8rem 1rem;margin-bottom:1rem;font-size:.82rem;color:#5d4037}.csv-format-info strong{color:#d84315;display:block;margin-bottom:.25rem}.csv-format-info p{margin:.2rem 0;font-family:monospace;font-weight:600}.csv-hint-text{font-size:.75rem;opacity:.8;font-style:italic;margin-top:.4rem!important}.btn-send-passwords{background:#4caf50;color:#fff;border:none;border-radius:20px;padding:.3rem .9rem;font-size:.75rem;font-weight:700;cursor:pointer;margin-left:.5rem;transition:background .15s;display:inline-flex;align-items:center;gap:.3rem;box-shadow:0 2px 4px #0000001a}.btn-send-passwords:hover{background:#388e3c}.btn-export-csv{background:#fff;color:var(--blue);border:2px solid var(--blue);border-radius:20px;padding:.28rem .9rem;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .15s}.btn-export-csv:hover{background:var(--blue);color:#fff}.btn-download-template{background:transparent;color:#d84315;border:1px dashed #d84315;border-radius:6px;padding:.3rem .7rem;font-size:.7rem;font-weight:700;cursor:pointer;margin-top:.6rem;transition:all .15s}.btn-download-template:hover{background:#fff3e0}.staff-section{margin-bottom:2rem}.staff-section-hdr{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.5px;padding:.4rem 0 .5rem;border-bottom:1.5px solid #e2e8f0;margin-bottom:.6rem}.staff-section-count{background:#f1f5f9;border-radius:20px;padding:.1rem .55rem;font-size:.7rem;font-weight:700;color:#94a3b8}.staff-add-bar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.65rem .75rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;margin-top:.5rem}.staff-add-label{font-size:.78rem;font-weight:800;color:var(--muted);white-space:nowrap}.pv-body--staff{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1rem;align-items:start;flex-direction:unset}.pv-body--staff .staff-add-bar{grid-column:1 / -1}.coach-schedule{background:#f8fafc;border-top:1px solid #e2e8f0;padding:.75rem;border-radius:0 0 10px 10px}.cs-hdr{font-size:.7rem;font-weight:800;color:var(--muted);text-transform:uppercase;margin-bottom:.4rem}.cs-row{display:flex;align-items:center;gap:.6rem;font-size:.78rem;margin-bottom:.25rem;position:relative}.cs-row--clickable{cursor:pointer;border-radius:5px;padding:2px 4px;transition:background .15s}.cs-row--clickable:hover{background:#0000000d}.cs-topic{color:#64748b;font-size:.73rem}.cs-time{color:var(--gold);font-weight:700;min-width:85px}.cs-info{color:var(--text)}.cs-empty{font-size:.75rem;color:var(--muted);font-style:italic}.roster-item-wrap.active .roster-item{border-radius:10px 10px 0 0;background:#f1f5f9}.roster-wrap{padding:1rem 0 3rem;display:flex;flex-direction:column;gap:1.5rem}.roster-section-title{font-size:1rem;font-weight:800;color:var(--text);margin-bottom:.75rem;padding-bottom:.35rem;border-bottom:2px solid #e0e0e0}.roster-section--blue .roster-section-title{border-color:var(--blue);color:var(--blue)}.roster-section--orange .roster-section-title{border-color:var(--orange);color:var(--orange)}.roster-card{background:#fff;border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.roster-card-hdr{padding:.65rem 1rem;font-weight:800;font-size:.88rem}.roster-card--blue .roster-card-hdr{background:#e8f4fb;color:var(--blue);border-bottom:3px solid var(--blue)}.roster-card--orange .roster-card-hdr{background:#fef0e0;color:var(--orange);border-bottom:3px solid var(--orange)}.roster-list{padding:.5rem .75rem;display:flex;flex-direction:column;gap:.3rem}.roster-empty{font-size:.78rem;color:var(--muted);font-style:italic;padding:.2rem 0}.roster-item{display:flex;align-items:center;gap:.55rem;padding:.3rem .4rem;border-radius:8px;transition:background .12s}.roster-item:hover{background:#f5f5f5}.roster-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase}.roster-name{flex:1;font-size:.82rem;font-weight:600;color:var(--text)}.roster-remove{background:none;border:none;cursor:pointer;color:var(--muted);font-size:1rem;line-height:1;padding:0 .2rem;border-radius:4px;transition:color .12s,background .12s}.roster-remove:hover{color:var(--red);background:#fdecea}.roster-add-row{display:flex;gap:.4rem;padding:.5rem .75rem;border-top:1px solid #f0f0f0}.roster-input{flex:1;padding:.35rem .6rem;border:1.5px solid #dce1e7;border-radius:8px;font-size:.82rem;outline:none;transition:border-color .15s}.roster-input:focus{border-color:var(--blue)}.roster-add-btn{padding:.35rem .75rem;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .15s;flex-shrink:0}.roster-add-btn:hover{background:var(--blue-dk)}.roster-add-team{margin-top:.25rem;padding:0}.roster-input--type{flex:0 0 auto;width:auto;min-width:90px}.teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.9rem;margin-bottom:.75rem}.team-card-wrap{display:flex;flex-direction:column;gap:.3rem}.team-card{background:#fff;border-radius:12px;box-shadow:var(--shadow);overflow:hidden;flex:1}.team-card-hdr{padding:.5rem .75rem;font-size:.8rem;font-weight:800;color:var(--text);background:#f4f6f8;border-bottom:2px solid #dce1e7}.team-remove-btn{padding:.2rem .5rem;border:1px solid #dce1e7;background:#fff;border-radius:6px;font-size:.7rem;color:var(--muted);cursor:pointer;transition:all .12s;align-self:flex-start}.team-remove-btn:hover{border-color:var(--red);color:var(--red);background:#fdecea}.me-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:1rem;color:var(--muted)}.me-login{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:1rem}.me-login-card{background:#fff;border-radius:20px;box-shadow:0 8px 40px #0000001f;padding:2.5rem 2rem;max-width:380px;width:100%;text-align:center;display:flex;flex-direction:column;gap:1rem}.me-login-icon{font-size:3rem}.me-login-card h2{font-size:1.4rem;margin:0}.me-login-card p{font-size:.85rem;color:var(--muted);margin:0}.me-btn-google{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.7rem 1.25rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s}.me-btn-google:hover{background:#f8fafc;border-color:#4285f4}.me-login-sep{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.75rem}.me-login-sep:before,.me-login-sep:after{content:"";flex:1;height:1px;background:#e2e8f0}.me-btn-email{padding:.65rem 1.25rem;border:2px solid #e2e8f0;border-radius:10px;background:#f8fafc;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .15s;width:100%}.me-btn-email:hover{border-color:var(--blue);background:#eff6ff;color:var(--blue)}.me-btn-primary{padding:.65rem;border:none;border-radius:10px;background:var(--blue);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:opacity .15s}.me-btn-primary:hover{opacity:.88}.me-email-form{display:flex;flex-direction:column;gap:.6rem;text-align:left}.me-email-form input{padding:.6rem .85rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.88rem;outline:none}.me-email-form input:focus{border-color:var(--blue)}.me-login-error{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;font-size:.78rem;border-radius:7px;padding:.4rem .65rem}.me-login-info{background:#eff6ff;border:1px solid #93c5fd;color:#1d4ed8;font-size:.78rem;border-radius:7px;padding:.4rem .65rem}.me-link{background:none;border:none;color:var(--blue);font-size:.8rem;cursor:pointer;text-decoration:underline}.me-link--back{color:var(--muted)}.me-hint{font-size:.8rem;color:var(--muted);background:#f8fafc;border-radius:8px;padding:.6rem}.me-password-wrap{position:relative;width:100%;display:flex;align-items:center}.me-password-wrap input{padding-right:2.5rem;width:100%}.me-pass-toggle{position:absolute;right:.5rem;background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s}.me-pass-toggle:hover{opacity:1}@keyframes reminder-pulse{0%,to{box-shadow:0 0 #ef444459}50%{box-shadow:0 0 0 6px #ef444400}}.me-reminder{display:flex;align-items:center;justify-content:space-between;background:#fff5f5;border:2.5px solid #ef4444;border-radius:14px;padding:.75rem 1.1rem;margin:.75rem .75rem 0;gap:1rem;animation:reminder-pulse 2s ease-in-out infinite}.me-reminder-left{display:flex;flex-direction:column;gap:.25rem}.me-reminder-badge{font-size:.95rem;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#ef4444;margin-bottom:2px}.me-reminder-name{font-size:1.25rem;font-weight:900;color:#1e293b}.me-reminder-at{font-size:1.5rem;font-weight:900;color:#1e293b}.me-reminder-time{font-size:2.8rem;font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:-1.5px;color:#dc2626}.me-wrap{display:flex;flex-direction:column;height:100%;overflow-y:auto;background:#f8fafc}.me-profile{display:flex;align-items:center;gap:.85rem;padding:.85rem 1.25rem;background:#fff;border-bottom:1px solid #e2e8f0}.me-avatar-wrap{flex-shrink:0}.me-avatar{width:56px;height:56px;border-radius:50%;border:3px solid #3498db;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:800;background:#f0f4ff;color:#1d4ed8;overflow:hidden}.me-avatar img{width:100%;height:100%;object-fit:cover}.me-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.me-name{font-size:1.05rem;font-weight:700;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-badges{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.me-badge{padding:.15rem .55rem;border-radius:20px;font-size:.72rem;font-weight:700;background:#e2e8f0;color:#475569}.me-badge--level{background:#dbeafe;color:#1d4ed8}.me-badge--tour{background:#fef3c7;color:#92400e}.me-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.me-signout{padding:.28rem .6rem;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.72rem;color:var(--muted);cursor:pointer;white-space:nowrap}.me-signout:hover{border-color:#ef4444;color:#ef4444}.me-edit-toggle{background:#f1f5f9;border:none;padding:5px 10px;border-radius:8px;font-size:.72rem;font-weight:700;color:#475569;cursor:pointer;transition:all .2s;white-space:nowrap}.me-edit-toggle:hover{background:#e2e8f0;color:#1e293b}.me-edit-panel{background:#fff;border-radius:12px;padding:1.5rem;margin:1rem 0;border:1.5px solid #e2e8f0;box-shadow:0 4px 12px #0000000d}.me-edit-form .apf-row{margin-bottom:1rem}.me-body{display:flex;flex-direction:column;gap:0;padding:.75rem}.me-section{background:#fff;border-radius:14px;padding:1rem 1.1rem;margin-bottom:.75rem;box-shadow:0 1px 4px #0000000f}.me-section--today{background:linear-gradient(135deg,#eff6ff,#fff 60%);border:2px solid #3b82f6;box-shadow:0 4px 16px #3b82f62e}.me-section--today .me-section-title{color:#1d4ed8;font-size:.95rem}.me-section--private{background:#fffbeb;border:1.5px solid #fcd34d}.me-section--tomorrow{background:linear-gradient(135deg,#fffbeb,#fff 60%);border:2px solid #f59e0b;box-shadow:0 4px 16px #f59e0b2e}.me-section--tomorrow .me-section-title{color:#b45309;font-size:.95rem}.me-section-title{font-size:.85rem;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem}.me-empty{font-size:.82rem;color:var(--muted);font-style:italic;margin:0}.me-event{display:flex;align-items:flex-start;gap:.75rem;padding:.55rem .75rem;border-radius:10px;border-left:4px solid #3b82f6;background:linear-gradient(135deg,#eff6ff,#f0f9ff);box-shadow:0 1px 4px #3b82f61f;margin-bottom:.5rem}.me-event--past{opacity:.45;border-left-color:#94a3b8;background:#f8fafc;box-shadow:none}.me-event--event{border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fefce8)}.me-event--fisio{border-left-color:#0d9488;background:linear-gradient(135deg,#f0fdf4,#f0fdfa)}.me-event-time{font-size:.78rem;font-weight:800;color:#d97706;white-space:nowrap;min-width:88px;padding-top:2px}.me-event-body{flex:1;font-size:.85rem;color:#1e293b}.me-event-meta{color:#475569}.me-event-topic{color:#3b82f6;font-style:italic;font-weight:500}.me-event-done{font-size:.75rem;color:#10b981;font-weight:700}.me-tournament{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;border:1.5px solid #e2e8f0;border-radius:10px;margin-bottom:.4rem}.me-tour-info{display:flex;flex-direction:column;gap:.15rem}.me-tour-info strong{font-size:.88rem}.me-tour-meta{font-size:.72rem;color:var(--muted)}.me-tour-right{display:flex;align-items:center;gap:.5rem}.me-tour-status{font-size:.72rem;font-weight:700}.me-tour-status--team{color:#10b981}.me-tour-status--reg{color:#f59e0b}.me-tour-btn{padding:.3rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;cursor:pointer;border:2px solid;transition:all .15s}.me-tour-btn--in{border-color:var(--blue);color:var(--blue);background:#eff6ff}.me-tour-btn--in:hover{background:var(--blue);color:#fff}.me-tour-btn--out{border-color:#ef4444;color:#ef4444;background:#fef2f2}.me-tour-btn--out:hover{background:#ef4444;color:#fff}.me-tournament-wrap{margin-bottom:.5rem}.me-tour-partner{font-size:.72rem;color:#3b82f6;margin-top:.1rem}.me-partner-picker{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:.75rem;margin-top:.3rem;display:flex;flex-direction:column;gap:.5rem}.me-partner-label{font-size:.78rem;font-weight:700;color:#475569}.me-partner-select{padding:.45rem .6rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.84rem;outline:none;background:#fff}.me-partner-select:focus{border-color:var(--blue)}.me-partner-actions{display:flex;gap:.5rem;justify-content:flex-end}.me-achievements-summary{display:flex;gap:1rem;justify-content:center;margin-bottom:.75rem}.me-stat{display:flex;flex-direction:column;align-items:center;gap:.1rem;background:#f0fdf4;border-radius:10px;padding:.6rem 1.25rem}.me-stat span{font-size:1.6rem;font-weight:800;color:#10b981}.me-stat small{font-size:.7rem;color:var(--muted);text-transform:uppercase;font-weight:700}.me-stat--loss{background:#fef2f2}.me-stat--loss span{color:#ef4444}.me-results{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.me-result{display:flex;align-items:center;gap:.6rem;padding:.45rem .65rem;border-radius:8px;background:#f8fafc;font-size:.82rem}.me-result-badge{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;flex-shrink:0}.me-result--w .me-result-badge{background:#d1fae5;color:#065f46}.me-result--l .me-result-badge{background:#fee2e2;color:#991b1b}.me-result--d .me-result-badge{background:#e2e8f0;color:#475569}.me-result-score{font-weight:700}.me-result-tour{color:var(--muted);font-size:.75rem;margin-left:auto}.me-notes h4{font-size:.8rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;margin:0 0 .5rem}.me-note{background:#fffbeb;border-left:3px solid #f59e0b;border-radius:0 9px 9px 0;padding:.6rem .8rem;margin-bottom:.4rem}.me-note-header{display:flex;justify-content:space-between;margin-bottom:.25rem}.me-note-from{font-size:.78rem;font-weight:700;color:#92400e}.me-note-date{font-size:.72rem;color:var(--muted)}.me-note-text{font-size:.82rem;color:#334155}@keyframes pulse-ball{0%,to{transform:scale(1);box-shadow:0 0 #10b98166}50%{transform:scale(1.06);box-shadow:0 0 0 5px #10b98100}}.me-ball-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;border-radius:20px;background:#d1fae5;border:1.5px solid #6ee7b7;color:#065f46;font-size:.75rem;font-weight:700;animation:pulse-ball 1.8s ease-in-out infinite;cursor:default;flex-shrink:0}.me-ball-badge-coach{font-weight:600;font-size:.72rem}.me-section--done{background:linear-gradient(135deg,#f0fdf4,#fff 70%);border:2px solid #86efac}.me-section--done .me-section-title{color:#15803d}.me-done-list{display:flex;flex-direction:column;gap:.4rem}.me-done-item{border:1.5px solid #d1fae5;border-radius:10px;background:#fff;overflow:hidden;transition:border-color .15s}.me-done-item--open{border-color:#6ee7b7}.me-done-header{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;cursor:pointer}.me-done-header:hover{background:#f0fdf4}.me-done-time{font-size:.75rem;font-weight:700;color:#d97706;min-width:70px}.me-done-day{font-size:.7rem;font-weight:700;color:#94a3b8;white-space:nowrap;min-width:72px}.me-done-label{flex:1;font-size:.82rem;font-weight:600;color:#1e293b}.me-done-score{font-size:.72rem;font-weight:700;padding:.15rem .5rem;border-radius:10px;white-space:nowrap}.me-done-score--saved{background:#d1fae5;color:#065f46}.me-done-score--none{background:#f1f5f9;color:#94a3b8}.me-done-form{padding:.65rem .85rem;border-top:1px solid #d1fae5;display:flex;flex-direction:column;gap:.5rem;background:#f8fffe}.me-nps-row{display:flex;gap:.3rem;flex-wrap:wrap}.me-nps-btn{width:32px;height:32px;border:2px solid #e2e8f0;border-radius:7px;background:#fff;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .12s;flex-shrink:0}.me-nps-btn--low{border-color:#fca5a5;color:#dc2626}.me-nps-btn--mid{border-color:#fde68a;color:#b45309}.me-nps-btn--high{border-color:#86efac;color:#15803d}.me-nps-btn--on.me-nps-btn--low{background:#ef4444;color:#fff;border-color:#ef4444}.me-nps-btn--on.me-nps-btn--mid{background:#f59e0b;color:#fff;border-color:#f59e0b}.me-nps-btn--on.me-nps-btn--high{background:#22c55e;color:#fff;border-color:#22c55e}.me-nps-labels{display:flex;justify-content:space-between;font-size:.65rem;color:var(--muted)}.me-done-comment{width:100%;padding:.4rem .55rem;border:1.5px solid #d1fae5;border-radius:7px;font-size:.8rem;resize:vertical;font-family:inherit;background:#fff;outline:none;box-sizing:border-box}.me-done-comment:focus{border-color:#22c55e}.me-done-save{align-self:flex-end;padding:.35rem .9rem;background:#22c55e;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .15s}.me-done-save:hover{background:#16a34a}.me-done-save:disabled{background:#a7f3d0;cursor:not-allowed}.me-event--clickable{cursor:pointer;transition:transform .15s,background .15s}.me-event--clickable:hover{transform:scale(1.02);background:#f8fafc;box-shadow:0 4px 12px #3b82f626}.bookings-wrap{padding:1rem}.bookings-select{width:100%;padding:.6rem .85rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.88rem;background:#fff}.bookings-error{margin:0 0 .75rem}.bookings-card{border:1.5px solid #e2e8f0;border-radius:12px;padding:.75rem .9rem;margin-bottom:.6rem}.bookings-card-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.88rem}.bookings-participant{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-top:1px solid #f1f5f9}.bookings-participant-name{display:flex;flex-direction:column;gap:.3rem;font-weight:600;font-size:.9rem}.bookings-participant-actions{display:flex;gap:.4rem;flex-shrink:0}.bookings-participant-actions .me-btn-email,.bookings-participant-actions .me-btn-primary{width:auto;padding:.45rem .8rem;font-size:.8rem}.me-error{color:#b91c1c;font-size:.82rem;margin:0}.camps-hub-wrap{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem}.camps-hub-header{text-align:center;margin-bottom:2rem}.camps-hub-title{font-size:1.85rem;font-weight:800;color:var(--text-primary, #0f172a);margin-bottom:.4rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.camps-hub-subtitle{font-size:.95rem;color:var(--text-muted, #64748b);max-width:580px;margin:0 auto 1.2rem}.camps-hub-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.camps-hub-btn-outline{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:9999px;font-size:.88rem;font-weight:600;border:1.5px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer;transition:all .15s ease}.camps-hub-btn-outline:hover{background:#f8fafc;border-color:#94a3b8}.camps-hub-filters{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.camps-hub-filter-pill{padding:.35rem .9rem;border-radius:9999px;font-size:.84rem;font-weight:600;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .15s ease}.camps-hub-filter-pill.active{background:#0f172a;color:#fff;border-color:#0f172a}.camps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.camp-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px #0f172a08;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;position:relative;overflow:hidden}.camp-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a12;border-color:#cbd5e1}.camp-card.is-active-window{border-color:#f59e0b;box-shadow:0 6px 20px #f59e0b1f}.camp-card.is-checked-in{border-color:#10b981}.camp-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.camp-card-title{font-size:1.15rem;font-weight:700;color:#0f172a;line-height:1.3}.camp-badges-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.camp-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;padding:.22rem .55rem;border-radius:6px;text-transform:uppercase;letter-spacing:.02em}.camp-badge-test{background:#fee2e2;color:#b91c1c}.camp-badge-ongoing{background:#dcfce7;color:#15803d;animation:pulse-badge 2s infinite ease-in-out}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.75}}.camp-badge-upcoming{background:#e0f2fe;color:#0369a1}.camp-badge-past{background:#f1f5f9;color:#64748b}.camp-dates{font-size:.88rem;color:#475569;display:flex;align-items:center;gap:.4rem;margin-bottom:1rem}.camp-user-status-box{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:.6rem .75rem;margin-bottom:1.1rem;font-size:.83rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.camp-status-pill{font-weight:600}.camp-status-pill.status-checked-in{color:#059669}.camp-status-pill.status-need-checkin{color:#d97706}.camp-status-pill.status-none{color:#94a3b8}.camp-card-actions{display:flex;gap:.5rem}.camp-btn-enter{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1rem;background:#f59e0b;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .15s ease,transform .1s ease}.camp-btn-enter:hover{background:#d97706}.camp-btn-bookings{padding:.65rem .85rem;background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.camp-btn-bookings:hover{background:#e2e8f0}.camp-hub-empty{text-align:center;padding:3rem 1rem;background:#fff;border-radius:16px;border:1px dashed #cbd5e1}.header-camp-switcher{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;margin-left:.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:9999px;color:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s ease}.header-camp-switcher:hover{background:#ffffff47}.news-view{padding:1rem;width:100%;box-sizing:border-box}.news-content{width:100%}.news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;background:linear-gradient(135deg,var(--blue-dk) 0%,var(--blue) 100%);padding:.75rem 1rem;border-radius:14px;box-shadow:0 4px 12px #00000026}.news-tabs{display:flex;flex-wrap:wrap;gap:.4rem;background:#ffffff1f;padding:.35rem;border-radius:10px;flex:1}.news-tab-btn{border:none;padding:.45rem 1rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s;background:transparent;color:#ffffffbf;font-size:.82rem;white-space:nowrap}.news-tab-btn.active{background:#fff;color:var(--blue);box-shadow:0 2px 4px #0000001a}.news-tab-btn:not(.active):hover{background:#ffffff2e;color:#fff}.news-add-toggle{width:36px;height:36px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:#ffffff26;color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-left:.5rem;flex-shrink:0}.news-add-toggle:hover{transform:rotate(90deg) scale(1.1)}.news-add-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 10px 25px #0000000d}.news-input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-weight:700;font-size:1rem;margin-bottom:1rem;outline:none}.news-textarea{width:100%;min-height:120px;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;margin-bottom:1rem;outline:none;resize:vertical}.news-add-actions{display:flex;justify-content:flex-end;gap:1rem}.news-list{display:grid;gap:1.5rem;grid-template-columns:1fr}.news-item-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000008;transition:transform .2s}.news-item-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.news-item-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.news-item-date{font-size:.75rem;color:var(--muted);font-weight:600;text-transform:uppercase}.news-item-del{background:none;border:none;font-size:1.4rem;color:#cbd5e1;cursor:pointer;line-height:1}.news-item-del:hover{color:var(--red)}.news-item-title{font-size:1.15rem;font-weight:800;color:var(--text);margin:0 0 .5rem}.news-item-text{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.news-empty{text-align:center;padding:4rem 2rem;color:var(--muted)}.news-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.news-image-upload{margin-bottom:1.5rem}.news-image-label{display:block;cursor:pointer}.news-image-placeholder{height:120px;border:2px dashed #e2e8f0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--muted);font-weight:600;transition:all .2s}.news-image-placeholder:hover{border-color:var(--blue);color:var(--blue);background:#f8fafc}.news-image-placeholder span:first-child{font-size:1.8rem}.news-image-preview{position:relative;border-radius:12px;overflow:hidden;height:200px;border:1px solid #e2e8f0}.news-image-preview img{width:100%;height:100%;object-fit:cover}.news-image-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#0009;color:#fff;border:none;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.news-image-remove:hover{background:var(--red)}.news-item-image{width:calc(100% + 3rem);margin:0 -1.5rem 1.25rem;height:220px;overflow:hidden;border-bottom:1px solid #f1f5f9}.news-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news-item-card:hover .news-item-image img{transform:scale(1.05)}.info-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000008;transition:transform .2s}.info-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.info-card .news-item-image{height:auto}.info-card .news-item-image img{height:auto;object-fit:contain}.info-card-body{font-size:.95rem;color:#475569;line-height:1.7;margin-top:.5rem}.info-card-body h3{color:#1e293b;margin:.75rem 0 .25rem;font-size:1.05rem}.info-card-body ul,.info-card-body ol{padding-left:1.4rem;margin:.4rem 0}.info-card-body li{margin-bottom:.2rem}.info-card-body strong{color:#1e293b}.info-card-body em{color:#64748b}.re-wrap{display:flex;flex-direction:column;gap:.75rem}.re-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:.35rem .5rem}.re-tool-btn{min-width:30px;height:28px;padding:0 .45rem;border:1.5px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.82rem;cursor:pointer;color:#334155;transition:all .12s;display:flex;align-items:center;justify-content:center}.re-tool-btn:hover{background:#eff6ff;border-color:var(--blue);color:var(--blue)}.re-tool-btn b{font-weight:900;font-style:normal}.re-tool-btn i{font-style:italic}.re-tool-btn u{text-decoration:underline}.re-sep{width:1px;height:20px;background:#e2e8f0;margin:0 .15rem;flex-shrink:0}.re-content{min-height:140px;max-height:420px;overflow-y:auto;border:1.5px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;outline:none;font-size:.95rem;line-height:1.65;color:#334155;background:#fff}.re-content:focus{border-color:var(--blue)}.re-content[data-placeholder]:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}.re-content ul,.re-content ol{padding-left:1.5rem;margin:.4rem 0}.re-content h3{margin:.5rem 0 .25rem;font-size:1.05rem}.re-content p{margin:.25rem 0}.re-photo-row{display:flex;align-items:center;gap:.75rem}.re-photo-add{padding:.45rem 1rem;border:1.5px dashed #cbd5e1;border-radius:10px;background:#f8fafc;color:#64748b;font-size:.85rem;cursor:pointer;transition:all .15s}.re-photo-add:hover{border-color:var(--blue);color:var(--blue);background:#eff6ff}.re-photo-preview{position:relative;height:80px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.re-photo-preview img{height:100%;width:auto;max-width:160px;object-fit:cover}.re-photo-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;background:#0000008c;color:#fff;border:none;font-size:.8rem;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center}.poll-form-section{margin:.75rem 0}.poll-toggle-btn{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;padding:.4rem .9rem;font-size:.85rem;cursor:pointer;color:#475569;font-weight:600;transition:background .15s,color .15s}.poll-toggle-btn--on{background:#eff6ff;border-color:#3b82f6;color:#2563eb}.poll-builder{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.poll-option-row{display:flex;gap:.5rem;align-items:center}.poll-option-row .news-input{margin-bottom:0}.poll-option-remove{flex-shrink:0;width:28px;height:28px;background:#fee2e2;border:none;border-radius:6px;color:#ef4444;font-size:1rem;cursor:pointer;line-height:1}.poll-add-option{align-self:flex-start;background:none;border:1.5px dashed #cbd5e1;border-radius:8px;padding:.35rem .8rem;font-size:.82rem;color:#64748b;cursor:pointer;transition:border-color .15s,color .15s}.poll-add-option:hover{border-color:#3b82f6;color:#2563eb}.poll-card{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.poll-question{font-weight:700;color:#1e293b;margin:0 0 .6rem;font-size:.95rem}.poll-options{display:flex;flex-direction:column;gap:.4rem}.poll-option{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:8px;border:1.5px solid #e2e8f0;background:#f8fafc;cursor:pointer;text-align:left;font-size:.88rem;font-weight:500;color:#334155;transition:border-color .15s}.poll-option:hover{border-color:#94a3b8}.poll-option--voted{border-color:#3b82f6;color:#1d4ed8;background:#eff6ff}.poll-option-bar-bg{position:absolute;left:0;top:0;height:100%;background:#3b82f61a;transition:width .4s ease;z-index:0;pointer-events:none}.poll-option-text{position:relative;z-index:1}.poll-option-pct{position:relative;z-index:1;font-size:.78rem;color:#64748b;font-weight:600;margin-left:.5rem;white-space:nowrap}.poll-total{margin:.5rem 0 0;font-size:.78rem;color:#94a3b8}.topic-presets{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.topic-chip{padding:.4rem .8rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#ccc;font-size:.85rem;cursor:pointer;transition:all .2s}.topic-chip:hover{background:#ffffff1a;border-color:var(--blue)}.topic-chip.active{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 0 10px #3498db4d}.settings-card{background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:1.5rem}.settings-title{font-size:1.1rem;font-weight:800;color:var(--text);margin-bottom:1.25rem}.settings-section h3{font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:.3rem}.settings-desc{font-size:.8rem;color:var(--muted);margin-bottom:.9rem;line-height:1.5}.dur-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.dur-input{width:90px;padding:.45rem .65rem;border:2px solid #dce1e7;border-radius:8px;font-size:1rem;font-weight:700;text-align:center;outline:none;transition:border-color .15s}.dur-input:focus{border-color:var(--blue)}.dur-unit{font-size:.82rem;color:var(--muted);font-weight:600}.presets{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.9rem}.preset-btn{padding:.3rem .75rem;border:2px solid #dce1e7;background:#fff;border-radius:20px;font-size:.78rem;font-weight:700;color:var(--muted);cursor:pointer;transition:all .15s}.preset-btn:hover{border-color:var(--blue);color:var(--blue)}.preset-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.settings-preview{background:#f0faf4;border:1px solid #c3e6cb;border-radius:8px;padding:.5rem .8rem;font-size:.82rem;color:#155724}.adm-wrap{display:flex;flex-direction:column;height:100%}.fisio-form{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:1rem;margin-bottom:1rem}.fisio-day-btns{display:flex;flex-wrap:wrap;gap:.6rem;margin:.75rem 0}.fisio-day-btn{display:flex;flex-direction:column;align-items:center;padding:.6rem 1.1rem;border-radius:12px;border:2px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .15s;gap:.1rem;min-width:90px}.fisio-day-btn:hover{border-color:#0e9488;background:#f0fdfa}.fisio-day-btn--active{border-color:#0e9488;background:#ccfbf1}.fisio-day-label{font-size:.88rem;font-weight:800;color:#0f766e}.fisio-day-meta{font-size:.7rem;color:#64748b}.fisio-day-info{font-size:.68rem;color:#94a3b8;margin-top:.1rem}.fisio-detail{background:#f0fdfa;border:1.5px solid #99f6e4;border-radius:12px;padding:.85rem 1rem;margin-top:.5rem}.fisio-detail-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem;font-size:.82rem;font-weight:700;color:#0f766e;gap:1rem}.fisio-slot-num{font-size:.65rem;font-weight:800;color:#94a3b8;min-width:1.2rem;text-align:right;flex-shrink:0}.fisio-slot-time{font-weight:700;color:#0f766e;white-space:nowrap;flex-shrink:0}.fisio-slot--booked{background:#f0fdf4;border-color:#86efac}.fisio-slot--free{background:#fff}.fisio-slot-who{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:#1e293b;font-weight:600;flex:1}.fisio-cancel-btn{background:none;border:none;color:#ef4444;font-size:1rem;line-height:1;cursor:pointer;padding:0 .1rem;opacity:.7}.fisio-cancel-btn:hover{opacity:1}.fisio-slot-actions{display:flex;align-items:center;gap:.35rem;flex:1}.fisio-book-btn{padding:.2rem .65rem;background:#0d9488;border:none;border-radius:6px;color:#fff;font-size:.72rem;font-weight:700;cursor:pointer;white-space:nowrap}.fisio-book-btn:hover{background:#0f766e}.fisio-admin-select{font-size:.72rem;border:1px solid #cbd5e1;border-radius:6px;padding:.18rem .35rem;color:#334155;background:#f8fafc;flex:1;min-width:0}.fisio-day-count{font-size:.68rem;font-weight:700;color:#0d9488;margin-top:.1rem}.fisio-slots{display:flex;flex-direction:column;gap:.4rem}.fisio-slot{display:flex;align-items:center;gap:.55rem;border:1px solid #99f6e4;border-radius:8px;padding:.4rem .75rem;font-size:.78rem}.adm-tabs{display:flex;gap:.4rem;padding:.65rem 0 .5rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.adm-tab{padding:.38rem 1rem;border-radius:20px;border:1.5px solid #e2e8f0;background:#fff;font-size:.82rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .15s}.adm-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.adm-panel{flex:1;overflow-y:auto;padding:.75rem 0 3rem}.adm-section-hdr{display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem}.adm-section-hdr h3{margin:0;font-size:1rem;font-weight:800;color:#1e293b}.adm-badge{font-size:.7rem;font-weight:700;color:#64748b;background:#f1f5f9;border-radius:20px;padding:.15rem .55rem}.adm-add-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.adm-input{padding:.42rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;outline:none;background:#fff;transition:border-color .15s}.adm-input:focus{border-color:#3b82f6}.adm-input--sm{width:64px;text-align:center}.adm-cap-label{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#64748b;font-weight:600}.adm-btn-add{padding:.4rem 1rem;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer}.adm-btn-add:hover{background:#2563eb}.adm-unassigned{margin-bottom:1rem}.adm-unassigned-lbl{font-size:.72rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.adm-unassigned-list{display:flex;flex-wrap:wrap;gap:.35rem}.adm-person-chip{font-size:.78rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;border:1.5px solid #e2e8f0}.adm-person-chip--unassigned{background:#fff7ed;color:#92400e;border-color:#fcd34d}.adm-next-room-label{font-size:.82rem;font-weight:700;color:#334155;background:#f1f5f9;border-radius:8px;padding:.38rem .75rem;border:1.5px solid #e2e8f0}.adm-drag-hint{font-weight:400;color:#94a3b8;font-size:.7rem}.adm-person-chip--droptarget{cursor:copy;border-style:dashed}.adm-person-chip--dragover{background:#dbeafe!important;border-color:#3b82f6!important;color:#1e40af!important}.adm-person-chip[draggable=true]{cursor:grab}.adm-person-chip[draggable=true]:active{cursor:grabbing}.adm-rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.adm-room{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:border-color .15s}.adm-room--full{border-color:#86efac;background:#f0fdf4}.adm-room-hdr{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:#fff;border-bottom:1px solid #f1f5f9}.adm-room-num{font-size:.9rem;font-weight:800;color:#1e293b;flex:1;border-radius:5px;transition:background .2s,color .2s}.adm-room-num--confirmed{background:#dcfce7;color:#15803d;padding:.1rem .45rem;border:1px solid #bbf7d0}.adm-room-cap{font-size:.72rem;font-weight:700;color:#64748b;background:#f1f5f9;border-radius:10px;padding:.1rem .4rem}.adm-my-room-badge{font-size:.65rem;font-weight:800;background:#3b82f6;color:#fff;padding:.15rem .4rem;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.adm-room-del{background:none;border:none;color:#94a3b8;font-size:1.1rem;cursor:pointer;line-height:1;padding:0 .1rem}.adm-room-del:hover{color:#ef4444}.adm-room-edit-btn{background:none;border:none;font-size:.82rem;cursor:pointer;padding:0 .1rem;opacity:.6}.adm-room-edit-btn:hover{opacity:1}.adm-room--dragover{border-color:#3b82f6!important;background:#eff6ff!important}.adm-room-meta-bar{display:flex;flex-wrap:wrap;gap:.3rem;padding:.3rem .75rem;background:#f8fafc;border-bottom:1px solid #f1f5f9}.adm-room-meta-item{font-size:.72rem;color:#475569;font-weight:600}.adm-room-form{padding:.6rem .75rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.45rem}.adm-room-form label{display:flex;flex-direction:column;gap:.2rem;font-size:.68rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px}.adm-room-form .adm-input{width:100%;box-sizing:border-box}.adm-room-form-actions{display:flex;gap:.4rem;justify-content:flex-end;margin-top:.1rem}.adm-room-occupants{padding:.5rem .75rem;display:flex;flex-direction:column;gap:.35rem}.adm-occupant{display:flex;align-items:center;justify-content:space-between;font-size:.82rem;font-weight:600;color:#334155;background:#fff;border-radius:6px;padding:.25rem .5rem;border:1px solid #e2e8f0}.adm-occ-del{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;line-height:1;padding:0}.adm-occ-del:hover{color:#ef4444}.adm-assign-select{width:100%;padding:.3rem .5rem;border:1.5px dashed #cbd5e1;border-radius:6px;font-size:.78rem;color:#64748b;background:#f8fafc;cursor:pointer;outline:none}.adm-arrival-form{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;padding:.85rem 1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.adm-form-row{display:flex;gap:.6rem;flex-wrap:wrap}.adm-form-row label{display:flex;flex-direction:column;gap:.25rem;font-size:.72rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;flex:1;min-width:140px}.adm-form-row .adm-input{width:100%;box-sizing:border-box}.adm-form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.adm-btn-cancel{padding:.38rem .9rem;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-size:.82rem;font-weight:700;cursor:pointer}.adm-btn-save{padding:.38rem 1rem;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer}.adm-btn-save:hover{background:#2563eb}.adm-arrivals-table{display:flex;flex-direction:column;gap:1px}.adm-table-hdr{display:grid;grid-template-columns:1.6fr 1fr .7fr 1.2fr 1.1fr 1.5fr 64px;padding:.35rem .5rem;font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid #e2e8f0}.adm-table-row{display:grid;grid-template-columns:1.6fr 1fr .7fr 1.2fr 1.1fr 1.5fr 64px;padding:.5rem;font-size:.82rem;color:#334155;border-radius:8px;transition:background .12s;align-items:center}.adm-table-row:hover{background:#f8fafc}.adm-cell-name{font-weight:700}.adm-cell-notes{color:#64748b;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adm-cell-actions{display:flex;gap:.3rem}.adm-row-edit,.adm-row-del{background:none;border:none;cursor:pointer;font-size:.85rem;padding:.1rem .25rem;border-radius:4px}.adm-row-edit:hover{background:#dbeafe}.adm-row-del{color:#94a3b8}.adm-row-del:hover{background:#fee2e2;color:#ef4444}.adm-empty{text-align:center;color:#94a3b8;padding:2rem;font-size:.9rem}.adm-taxi-section{margin-top:1.5rem}.adm-taxi-group{background:#fffbeb;border:1.5px solid #fcd34d;border-radius:10px;margin-bottom:.6rem;overflow:hidden}.adm-taxi-group-hdr{padding:.4rem .75rem;background:#fef3c7;font-size:.75rem;font-weight:800;color:#92400e;text-transform:uppercase;letter-spacing:.4px}.adm-taxi-person{display:flex;justify-content:space-between;align-items:center;padding:.35rem .75rem;font-size:.83rem;color:#334155;border-top:1px solid #fef3c7}.adm-taxi-time{font-size:.72rem;color:#92400e;font-weight:700}.adm-share-wrap{position:relative;display:inline-flex;align-items:center;margin-left:.35rem}.adm-share-icon{cursor:pointer;font-size:.85rem;line-height:1}.adm-share-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1e293b;color:#f8fafc;border-radius:10px;padding:.6rem .85rem;min-width:220px;max-width:280px;box-shadow:0 6px 20px #00000038;z-index:100;pointer-events:none}.adm-share-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e293b}.adm-share-tooltip-hdr{font-size:.68rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.adm-share-tooltip-row{display:flex;flex-direction:column;gap:.05rem;padding:.3rem 0;border-top:1px solid #334155}.adm-share-tooltip-row:first-of-type{border-top:none}.adm-share-name{font-size:.82rem;font-weight:700;color:#f1f5f9}.adm-share-meta{font-size:.72rem;color:#94a3b8}.adm-share-meta em{color:#fbbf24;font-style:normal}@media (max-width: 768px){.adm-rooms-grid{grid-template-columns:1fr 1fr}.adm-table-hdr{display:none}.adm-table-row{grid-template-columns:1fr;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.4rem;padding:.6rem .75rem;gap:.15rem}.adm-table-row span:before{content:attr(data-label);font-weight:800;color:#94a3b8;font-size:.68rem;text-transform:uppercase;display:block}.adm-cell-actions{justify-content:flex-end}}.adm-tab--camp{border-color:#f97316!important;color:#f97316!important}.adm-tab--camp.active{background:#f97316!important;color:#fff!important}.camp-mgmt-wrap{max-width:720px;margin:0 auto;padding:1.5rem 0;display:flex;flex-direction:column;gap:2rem}.camp-mgmt-section-title{font-size:.7rem;font-weight:900;letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin-bottom:.75rem}.camp-card{display:flex;align-items:center;gap:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:1rem 1.25rem;transition:.2s}.camp-card--active{border-color:#22c55e;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.camp-card--archived{border-color:#e2e8f0}.camp-card--archived:hover{border-color:#3b82f6;background:#eff6ff}.camp-card--placeholder{color:#94a3b8;font-size:.85rem;font-style:italic;justify-content:center;border-style:dashed}.camp-card-icon{font-size:2rem;flex-shrink:0}.camp-card-info{flex:1;min-width:0}.camp-card-name{font-size:1rem;font-weight:800;color:#1e293b}.camp-card-meta{font-size:.75rem;color:#64748b;margin-top:.2rem}.camp-active-badge{background:#22c55e;color:#fff;font-size:.65rem;font-weight:900;letter-spacing:1px;padding:.3rem .7rem;border-radius:100px;flex-shrink:0}.camp-archive-list{display:flex;flex-direction:column;gap:.75rem}.camp-switch-btn{background:#3b82f6;color:#fff;border:none;border-radius:100px;padding:.5rem 1.1rem;font-size:.8rem;font-weight:800;cursor:pointer;transition:.2s;flex-shrink:0}.camp-switch-btn:hover{background:#2563eb;transform:translateY(-1px)}.camp-switch-btn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.camp-create-btn{width:100%;padding:1.1rem;border:2px dashed #f97316;border-radius:16px;background:#fff7ed;color:#f97316;font-size:.95rem;font-weight:800;cursor:pointer;transition:.2s}.camp-create-btn:hover{background:#ffedd5;border-color:#ea580c}.camp-create-form{background:#fff;border:2px solid #fde68a;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.camp-create-warning{background:#fef3c7;border:1px solid #fde68a;border-radius:10px;padding:.75rem 1rem;font-size:.82rem;color:#92400e;line-height:1.5;margin:0}.camp-create-label{font-size:.72rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.camp-create-input{padding:.8rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-weight:600;outline:none;transition:.2s}.camp-create-input:focus{border-color:#f97316}.camp-create-actions{display:flex;gap:.75rem;justify-content:flex-end}.camp-mgmt-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center}.camp-mgmt-spinner{background:#fff;border-radius:20px;padding:2.5rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;box-shadow:0 20px 60px #0000004d}.camp-mgmt-spinner p{font-size:.95rem;font-weight:700;color:#1e293b}.chat-container{display:flex;height:600px;background:#fff;border-radius:15px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0000000d}.chat-sidebar{width:280px;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;background:#f8fafc}.sidebar-hdr{padding:1.25rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9}.sidebar-hdr h3{margin:0;font-size:1.1rem}.create-chat-btn,.cleanup-btn{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.create-chat-btn{background:var(--blue);color:#fff}.cleanup-btn{font-size:1rem;margin-right:8px}.create-chat-btn:hover,.cleanup-btn:hover{transform:scale(1.1);filter:brightness(1.1);background:var(--blue);color:#fff}.chat-list{flex:1;overflow-y:auto}.chat-item{padding:1rem;display:flex;gap:.8rem;cursor:pointer;transition:background .2s;border-bottom:1px solid rgba(0,0,0,.02)}.chat-item:hover{background:#eff6ff}.chat-item.active{background:#dbeafe;border-right:3px solid var(--blue)}.chat-icon{font-size:1.5rem;flex-shrink:0}.chat-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-name{font-weight:700;font-size:.9rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-last-msg{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-main{flex:1;display:flex;flex-direction:column;background:#fff;position:relative}.chat-header{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.chat-header-info{display:flex;align-items:center;gap:.75rem}.chat-header h4{margin:0;font-size:1rem}.chat-settings-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:5px;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center}.chat-settings-btn:hover{background:#f1f5f9}.chat-type-badge{font-size:.65rem;text-transform:uppercase;font-weight:800;padding:2px 8px;border-radius:10px;background:#e2e8f0;color:#475569}.chat-messages{flex:1;padding:1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;background:#fafafa}.message-wrap{display:flex;flex-direction:column;align-items:flex-start}.message-wrap.me{align-items:flex-end}.message-bubble{max-width:80%;padding:.6rem .8rem;border-radius:15px 15px 15px 2px;background:#fff;border:1px solid #e2e8f0;position:relative}.message-wrap.me .message-bubble{background:var(--blue);color:#fff;border:none;border-radius:15px 15px 2px}.msg-sender{font-size:.65rem;font-weight:800;margin-bottom:2px;display:block;opacity:.7}.msg-text{margin:0;font-size:.9rem;line-height:1.4;word-break:break-word}.msg-time{font-size:.6rem;opacity:.6;align-self:flex-end;margin-top:4px;display:block;text-align:right}.chat-input-area{padding:1rem;display:flex;gap:.75rem;border-top:1px solid #f1f5f9}.chat-input-area input{flex:1;padding:.7rem 1rem;border:1.5px solid #e2e8f0;border-radius:25px;outline:none;transition:border-color .2s;font-size:.9rem}.chat-input-area input:focus{border-color:var(--blue)}.chat-input-area button{background:var(--blue);color:#fff;border:none;padding:0 1.25rem;border-radius:25px;font-weight:700;cursor:pointer}.chat-input-area button:disabled{opacity:.5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.chat-modal{width:440px;padding:2rem;background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.chat-modal h3{margin:0 0 1.5rem;font-size:1.5rem;color:#0f172a;font-weight:800}.chat-modal input[type=text]{width:100%;padding:.8rem 1rem;border-radius:12px;border:2px solid #e2e8f0;margin-bottom:1.5rem;font-size:1rem;transition:all .2s;background:#f8fafc}.chat-modal input[type=text]:focus{border-color:var(--blue);background:#fff;outline:none;box-shadow:0 0 0 4px #3498db1a}.member-picker label.main-label{display:block;font-weight:700;margin-bottom:.75rem;color:#475569;font-size:.9rem}.member-list{max-height:240px;overflow-y:auto;border:2px solid #f1f5f9;border-radius:14px;padding:.5rem;background:#f8fafc;margin-bottom:2rem}.member-item{display:flex;align-items:center;gap:.75rem;padding:.7rem .8rem;cursor:pointer;border-radius:10px;transition:all .2s;margin-bottom:2px}.member-item:hover{background:#fff;box-shadow:0 4px 6px -1px #0000000d;transform:translate(4px)}.member-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--blue);margin:0}.member-item span{font-size:.95rem;color:#334155;font-weight:500}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.modal-actions button{padding:.8rem 1.5rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s;font-size:.95rem;border:none}.modal-actions button[type=button]{background:#f1f5f9;color:#64748b}.modal-actions button[type=button]:hover{background:#e2e8f0;color:#475569}.modal-actions .btn-primary{background:var(--blue);color:#fff;box-shadow:0 4px 12px #3498db4d}.modal-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 15px #3498db66;filter:brightness(1.1)}.modal-actions .btn-primary:disabled{opacity:.5;transform:none;cursor:not-allowed}.chat-back-btn{display:none}@media (max-width: 768px){.chat-container{flex-direction:column;height:calc(100vh - 220px);min-height:400px;border-radius:0;border-left:none;border-right:none}.chat-container--list .chat-main,.chat-container--chat .chat-sidebar{display:none}.chat-sidebar{width:100%;height:100%}.chat-main{height:100%}.chat-back-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.3rem;color:#475569;cursor:pointer;padding:0 .5rem 0 0;flex-shrink:0}.chat-modal{width:min(440px,95vw);padding:1.25rem}}.events-view{padding:.5rem;height:100%;display:flex;flex-direction:column}.events-subtabs{display:flex;gap:.4rem;padding:.55rem 0 .75rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.25rem;flex-shrink:0}.events-subtab{padding:.38rem 1rem;border-radius:20px;border:1.5px solid #e2e8f0;background:#fff;font-size:.82rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .15s}.events-subtab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.events-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.events-header h2{margin:0;color:var(--text)}.add-event-btn{background:var(--blue);color:#fff;border:none;padding:.6rem 1.25rem;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s}.add-event-btn:hover{background:#2563eb;transform:translateY(-1px)}.event-form-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;border:1px solid #e2e8f0}.form-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.form-grid .full-width{grid-column:1 / -1}.form-actions{display:flex;justify-content:flex-end;margin-top:1.5rem}.save-btn{background:#10b981;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:10px;font-weight:700;cursor:pointer}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.event-card{background:#fff;border-radius:15px;padding:1.25rem;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem;transition:transform .2s}.event-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0000000d}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start}.event-card-header h3{margin:0;font-size:1.1rem;color:#1e293b}.event-card-actions{display:flex;gap:.5rem;align-items:center}.edit-mini-btn{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:2px;border-radius:4px;transition:background .2s}.edit-mini-btn:hover{background:#f1f5f9}.delete-btn{background:none;border:none;font-size:1.5rem;color:#cbd5e1;cursor:pointer;line-height:1;padding:0}.delete-btn:hover{color:#ef4444}.event-card--editing{border:2px solid var(--blue);background:#f0f9ff}.cancel-btn{background:#94a3b8;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:10px;font-weight:700;cursor:pointer;margin-right:.5rem}.event-card-meta{display:flex;gap:1rem;font-size:.85rem;color:#64748b;font-weight:600}.event-card-desc{font-size:.9rem;color:#475569;line-height:1.4;margin:0;flex:1}.event-card-stats{padding-top:.75rem;border-top:1px solid #f1f5f9;font-size:.85rem;color:var(--blue)}.stats-trigger{display:flex;justify-content:space-between;align-items:center}.event-participants-list{margin:.5rem 0 0;padding:.5rem 0 0 .5rem;list-style:none;border-top:1px dashed #e2e8f0;display:flex;flex-direction:column;gap:.3rem}.event-participants-list li{font-size:.8rem;color:#475569;font-weight:600}.event-participants-list li:before{content:"•";color:var(--blue);margin-right:.5rem}.events-empty{text-align:center;color:var(--muted);padding:3rem;font-style:italic;background:#ffffff80;border-radius:15px;border:2px dashed #e2e8f0}@media (max-width: 600px){.form-grid{grid-template-columns:1fr}}.help-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem}.help-modal-card{background:var(--bg-card);width:100%;max-width:900px;max-height:90vh;border-radius:24px;box-shadow:0 20px 50px #00000080;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1);animation:modalPop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes modalPop{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.help-modal-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to right,rgba(255,255,255,.05),transparent)}.help-modal-header h2{margin:0;font-size:1.5rem;background:linear-gradient(135deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.help-close-btn{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s}.help-close-btn:hover{background:var(--red);transform:rotate(90deg)}.help-modal-content{flex:1;overflow-y:auto;padding:2rem}.help-section{margin-bottom:2.5rem}.help-section h3{color:var(--blue-light);margin-bottom:1.2rem;font-size:1.2rem;display:flex;align-items:center;gap:.5rem;border-left:4px solid var(--blue);padding-left:1rem}.role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.role-item{background:#1a1a1a;padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .2s;cursor:pointer}.role-item.opaque{background:#222;opacity:1!important}.role-item:hover{transform:translateY(-4px);background:#2a2a2a;border-color:var(--blue);box-shadow:0 8px 25px #0006}.role-icon{font-size:2rem;display:block;margin-bottom:.8rem}.role-item strong{display:block;margin-bottom:.5rem;font-size:1.1rem;color:#fff}.role-item p{margin:0;font-size:.9rem;color:#ccc;line-height:1.4}.help-section ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.8rem}.help-section li{background:#ffffff0d;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);color:#eee}.help-section li strong{color:#fff;margin-right:.5rem}.help-modal-footer{padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end;background:#0003}.help-btn-trigger{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s;margin-left:.5rem}.help-btn-trigger:hover{background:var(--blue);border-color:var(--blue-light);transform:scale(1.1);box-shadow:0 0 15px #0078ff66}.help-detail-view{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.btn-back{background:#ffffff1a;border:none;color:#fff;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;margin-bottom:1.5rem;transition:all .2s}.btn-back:hover{background:#fff3;transform:translate(-4px)}.detail-content{background:#222;padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.detail-content p{font-size:1.1rem;color:#fff;margin-bottom:1.5rem;line-height:1.6}.detail-content ul{display:flex;flex-direction:column;gap:1.2rem;padding-left:0;list-style:none}.detail-content li{background:#ffffff0d!important;padding:1.2rem!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.1)!important;color:#eee!important;line-height:1.5}.detail-content li strong{color:var(--blue-light)!important;display:inline-block;margin-bottom:.3rem;font-size:1.05rem}.media-wrap{display:flex;flex-direction:column;height:100%}.media-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem 0 .65rem;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:10}.media-group-tabs{display:flex;gap:.35rem}.media-group-tab{padding:.35rem .85rem;border-radius:20px;border:1.5px solid #e2e8f0;background:#fff;font-size:.8rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .15s}.media-group-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.media-tag-filter{padding:.32rem .7rem;border:1.5px solid #e2e8f0;border-radius:20px;font-size:.8rem;font-weight:600;color:#475569;outline:none;background:#f8fafc;cursor:pointer}.media-upload-area{display:flex;align-items:center;gap:.5rem;margin-left:auto}.media-limit-badge{font-size:.72rem;font-weight:700;color:#64748b;background:#f1f5f9;border-radius:20px;padding:.2rem .6rem}.media-upload-btn{padding:.38rem 1rem;border-radius:20px;border:none;background:#3b82f6;color:#fff;font-weight:700;font-size:.82rem;cursor:pointer;transition:background .15s}.media-upload-btn:hover{background:#2563eb}.media-upload-btn:disabled{opacity:.4;cursor:not-allowed}.media-body{flex:1;overflow-y:auto;padding:.75rem 0 3rem}.media-empty{text-align:center;padding:4rem 2rem;color:#94a3b8}.media-empty span{font-size:3rem;display:block;margin-bottom:.75rem}.media-empty p{font-size:1rem;font-weight:600}.media-group{margin-bottom:1.5rem}.media-group-label{font-size:.75rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:.4rem 0 .5rem;display:flex;align-items:center;gap:.4rem;border-bottom:1px solid #f1f5f9;margin-bottom:.6rem}.media-group-count{background:#e2e8f0;color:#475569;font-size:.68rem;border-radius:10px;padding:.1rem .45rem}.media-grid{display:grid;gap:4px}.media-grid--mobile{grid-template-columns:repeat(3,1fr)}.media-grid--desktop{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.media-thumb{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f1f5f9;cursor:pointer;border-radius:6px}.media-grid--mobile .media-thumb{aspect-ratio:1;border-radius:3px}.media-thumb-asset{width:100%;height:100%;object-fit:cover;display:block}.media-thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.7);pointer-events:none}.media-thumb-caption{position:absolute;top:0;left:0;right:0;background:#00000080;color:#fff;font-size:.75rem;font-weight:600;padding:4px 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-thumb-tags{position:absolute;bottom:4px;left:4px;right:4px;background:#0000008c;color:#fff;font-size:.65rem;font-weight:700;border-radius:4px;padding:2px 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.media-explorer{display:flex;flex-direction:column;gap:1px}.media-file-row{display:flex;align-items:center;gap:.85rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:background .12s}.media-file-row:hover{background:#f1f5f9}.media-file-thumb{width:120px;height:90px;border-radius:8px;overflow:hidden;background:#e2e8f0;flex-shrink:0;position:relative}.media-file-thumb-asset{width:100%;height:100%;object-fit:cover;display:block}.media-file-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7)}.media-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.media-file-caption{font-size:.85rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-file-meta{font-size:.72rem;color:#94a3b8}.media-file-tags{display:flex;gap:.3rem;flex-wrap:wrap}.media-file-tag{font-size:.65rem;font-weight:700;padding:.1rem .4rem;background:#dbeafe;color:#1d4ed8;border-radius:6px}.media-file-type{font-size:1rem;flex-shrink:0}.media-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center;z-index:500}@media (min-width: 769px){.media-modal-overlay{align-items:center}}.media-modal{background:#fff;width:min(520px,100%);border-radius:24px 24px 0 0;padding:1.5rem;max-height:90vh;overflow-y:auto;animation:media-slide-up .28s cubic-bezier(.32,.72,0,1)}@media (min-width: 769px){.media-modal{border-radius:24px}}@keyframes media-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.media-modal-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.media-modal-hdr h3{margin:0;font-size:1.15rem;font-weight:800;color:#1e293b}.media-modal-close{background:none;border:none;font-size:1.6rem;color:#94a3b8;cursor:pointer;line-height:1;padding:0 .25rem}.media-drop-zone{border:2px dashed #cbd5e1;border-radius:16px;padding:2.5rem 1rem;text-align:center;cursor:pointer;transition:border-color .15s;background:#f8fafc}.media-drop-zone:hover{border-color:#3b82f6}.media-drop-icon{font-size:2.5rem;display:block;margin-bottom:.5rem}.media-drop-zone p{margin:0 0 .25rem;font-weight:700;color:#334155}.media-drop-zone small{color:#94a3b8;font-size:.78rem}.media-preview{margin-bottom:1rem;position:relative}.media-preview-asset{width:100%;max-height:240px;object-fit:contain;border-radius:12px;display:block}.media-preview-change{margin-top:.5rem;background:none;border:1px solid #e2e8f0;border-radius:8px;padding:.3rem .8rem;font-size:.78rem;cursor:pointer;color:#64748b}.media-multi-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;margin-bottom:1rem}.media-multi-thumb{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f1f5f9}.media-multi-asset{width:100%;height:100%;object-fit:cover;display:block}.media-multi-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;background:#0000008c;color:#fff;border:none;border-radius:50%;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.media-multi-add{aspect-ratio:1;border-radius:8px;border:2px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#94a3b8;cursor:pointer;background:#f8fafc;transition:border-color .15s}.media-multi-add:hover{border-color:#3b82f6}.media-form-field{margin-top:1rem}.media-form-field label{display:block;font-size:.72rem;font-weight:800;color:#94a3b8;text-transform:uppercase;margin-bottom:.35rem}.media-form-field input{width:100%;padding:.6rem .9rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;outline:none;transition:border-color .15s;box-sizing:border-box}.media-form-field input:focus{border-color:#3b82f6}.media-tag-grid{display:flex;flex-wrap:wrap;gap:.4rem}.media-tag-btn{padding:.3rem .8rem;border-radius:20px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:.78rem;font-weight:700;color:#475569;cursor:pointer;transition:all .13s}.media-tag-btn--on{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.media-upload-error{margin-top:.75rem;padding:.5rem .9rem;background:#fee2e2;border-radius:8px;color:#991b1b;font-size:.82rem;font-weight:600}.media-submit-btn{width:100%;margin-top:1.25rem;padding:.85rem;border:none;border-radius:14px;background:#3b82f6;color:#fff;font-weight:800;font-size:1rem;cursor:pointer;transition:background .15s}.media-submit-btn:hover:not(:disabled){background:#2563eb}.media-submit-btn:disabled{opacity:.5;cursor:not-allowed}.media-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:99999;cursor:pointer}.media-lb-asset{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block;cursor:default}.media-lb-close{position:absolute;top:.75rem;right:1rem;background:#0000008c;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;z-index:2;width:2.2rem;height:2.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.media-lb-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;border:none;color:#fff;font-size:2.5rem;line-height:1;cursor:pointer;z-index:2;padding:.6rem .5rem;border-radius:8px;transition:background .15s;-webkit-user-select:none;user-select:none}.media-lb-nav:hover{background:#000000b3}.media-lb-nav--prev{left:0;border-radius:0 8px 8px 0}.media-lb-nav--next{right:0;border-radius:8px 0 0 8px}.media-lb-info{position:absolute;bottom:.85rem;right:.85rem;max-width:min(320px,80vw);background:#0000009e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;padding:.6rem .85rem;color:#e2e8f0;cursor:default;z-index:2;display:flex;flex-direction:column;gap:.3rem;align-items:flex-end}.media-lb-caption{font-size:.88rem;font-weight:700;margin:0;text-align:right}.media-lb-meta{font-size:.72rem;color:#94a3b8;margin:0;text-align:right}.media-lb-counter{color:#64748b}.media-lb-tags{display:flex;gap:.3rem;justify-content:flex-end;flex-wrap:wrap}.media-lb-tag{font-size:.68rem;font-weight:700;padding:.1rem .45rem;background:#ffffff2e;border-radius:20px;color:#e2e8f0}.media-lb-delete{margin-top:.2rem;background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#fca5a5;border-radius:8px;padding:.3rem .75rem;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s}.media-lb-delete:hover{background:#ef444466;color:#fff}.settings-wrap{padding:2.5rem;background:#f8fafc;min-height:100%}.settings-header{margin-bottom:2.5rem}.settings-header h1{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.settings-header p{color:#64748b;font-size:1.1rem}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}@media (min-width: 1024px){.settings-grid{grid-template-columns:1fr 1fr}}.settings-card{background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.settings-card.full-width{grid-column:1 / -1}.card-header{padding:1.5rem 2rem;background:#f1f5f9;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #e2e8f0}.card-icon{font-size:1.5rem;background:#fff;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d}.card-header h3{margin:0;font-size:1.1rem;font-weight:800;color:#1e293b;text-transform:uppercase;letter-spacing:.05em}.card-content{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.settings-row{display:flex;gap:1.5rem;flex-wrap:wrap}.field-group{display:flex;flex-direction:column;gap:.6rem;flex:1}.field-group label{font-size:.8rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding-left:.2rem}.field-group input,.field-group select{padding:.9rem 1.25rem;border:2px solid #f1f5f9;border-radius:14px;background:#f8fafc;font-size:1rem;font-weight:600;color:#1e293b;transition:all .2s}.field-group input:focus,.field-group select:focus{border-color:var(--blue);background:#fff;outline:none;box-shadow:0 0 0 4px #3b82f61a}.slots-list{display:flex;flex-direction:column;gap:1rem}.slot-item-premium{display:flex;align-items:center;gap:1rem;background:#f8fafc;padding:.8rem 1.25rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .2s;flex-wrap:wrap}.slot-item-premium:hover{border-color:var(--blue);background:#fff;box-shadow:0 4px 6px -1px #0000000d}.slot-name{flex:1;background:transparent;border:none;font-weight:700;color:#1e293b;font-size:1rem;outline:none}.slot-times{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-weight:600;flex-shrink:0}.slot-times input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-weight:700;color:#1e293b;outline:none}.slot-del-icon{background:#fee2e2;color:#ef4444;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .2s}.slot-del-icon:hover{background:#ef4444;color:#fff}.btn-add-slot{align-self:center;margin-top:1rem;background:#fff;border:2px dashed #cbd5e1;color:#64748b;padding:1rem 2rem;border-radius:16px;font-weight:700;cursor:pointer;transition:all .2s}.btn-add-slot:hover{border-color:var(--blue);color:var(--blue);background:#f0f7ff}.levels-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem}.level-item{display:flex;align-items:center;gap:.3rem;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;padding:.25rem .55rem}.level-item-name{font-size:.85rem;font-weight:700;color:#1e293b}.levels-add-row{display:flex;gap:.5rem;align-items:center}.levels-add-input{flex:1;padding:.45rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;outline:none;text-transform:uppercase}.levels-add-input:focus{border-color:var(--blue)}:root{--tour-bg: #f8fafc;--tour-card-bg: #ffffff;--tour-border: #e2e8f0;--tour-text-main: #1e293b;--tour-text-muted: #64748b;--tour-blue: #3b82f6;--tour-red: #ef4444;--tour-green: #10b981}.tour-wrap{display:flex;flex-direction:column;height:100%;background:var(--tour-bg);font-family:Inter,sans-serif}.tour-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--tour-text-muted);text-align:center;padding:3rem}.tour-empty .empty-icon{font-size:3rem;opacity:.4}.tour-empty h2{font-size:1.4rem;color:var(--tour-text-main);margin:0}.tour-empty p{margin:0;font-size:.9rem}.tour-empty-hint{color:var(--tour-text-muted);font-size:.85rem!important}.tour-tabs{display:flex;gap:.75rem;padding:1.25rem 2.5rem;background:#fff;border-bottom:1px solid var(--tour-border);overflow-x:auto}.tour-tab{padding:.6rem 1.4rem;border:2px solid var(--tour-border);border-radius:100px;background:#fff;color:var(--tour-text-muted);font-weight:700;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:all .2s;position:relative}.tour-tab.active{background:var(--tour-blue);color:#fff;border-color:var(--tour-blue);box-shadow:0 4px 12px #3b82f633}.tab-gender-dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.tab-gender-dot[data-gender=mixed]{background:var(--tour-green)}.tab-gender-dot[data-gender=male]{background:var(--tour-blue)}.tab-gender-dot[data-gender=female]{background:#ec4899}.tour-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;background:#fff;padding:1.25rem 2rem;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d}.title-row{display:flex;align-items:center;gap:1rem}.title-row h2{margin:0;font-size:1.4rem;font-weight:800;color:var(--tour-text-main)}.gender-tag{font-size:.75rem;font-weight:800;padding:.25rem .7rem;border-radius:100px;text-transform:uppercase}.tag-mixed{background:#dcfce7;color:#15803d}.tag-male{background:#dbeafe;color:#1d4ed8}.tag-female{background:#fce7f3;color:#be185d}.tour-system-badge{font-size:.7rem;color:var(--tour-text-muted);font-weight:700;background:#f1f5f9;padding:.15rem .5rem;border-radius:4px;margin-top:.25rem}.tour-sub-nav{display:flex;background:#f1f5f9;padding:.4rem;border-radius:14px;gap:.2rem}.sub-tab{padding:.6rem 1.2rem;border:none;background:none;font-size:.85rem;font-weight:800;color:var(--tour-text-muted);cursor:pointer;border-radius:10px;transition:all .2s}.sub-tab.active{background:#fff;color:var(--tour-blue);box-shadow:0 2px 8px #0000000f}.team-registration-card{background:#fff;border-radius:24px;padding:2rem;border:1px solid var(--tour-border);margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.registration-inputs{display:flex;gap:1.5rem;width:100%;justify-content:center;flex-wrap:wrap}.select-wrapper{display:flex;flex-direction:column;gap:.6rem;flex:1;max-width:280px}.select-wrapper label{font-size:.75rem;font-weight:800;color:var(--tour-text-muted);text-transform:uppercase}.select-wrapper select{height:50px;padding:0 1.25rem;border:2px solid #f1f5f9;border-radius:14px;background:#f8fafc;font-size:.95rem;font-weight:600;color:var(--tour-text-main);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:.9rem;cursor:pointer}.select-wrapper select:focus{border-color:var(--tour-blue);outline:none}.match-list-grid{display:flex;flex-direction:column;gap:.75rem}.match-item-new{background:#fff;border-radius:16px;padding:.25rem .75rem!important;border:1px solid var(--tour-border);display:flex;align-items:center;gap:.75rem!important;box-shadow:0 1px 3px #00000005}.m-info-col{display:flex;flex-direction:column;min-width:80px;border-right:1px solid var(--tour-border);padding-right:.75rem!important}.m-time-tag{font-weight:800;color:var(--tour-blue);font-size:.9rem}.m-court-tag{font-size:.7rem;color:var(--tour-text-muted);font-weight:600}.m-battle-row{display:flex;align-items:center;flex:1;gap:1rem}.m-team-block{display:flex;align-items:center;gap:.75rem;flex:1}.m-team-block.t1{justify-content:flex-end;text-align:right}.m-team-block.t2{justify-content:flex-start;text-align:left}.m-team-name-new{font-size:.85rem!important;font-weight:700;color:var(--tour-text-main);line-height:1.2}.score-input{width:32px!important;height:22px!important;border:none!important;border-radius:10px;background:transparent!important;text-align:center;font-size:.85rem!important;font-weight:900;color:var(--tour-blue);transition:all .2s}.score-input:focus{border-color:var(--tour-blue);background:#fff;outline:none}.m-vs-divider{font-size:.6rem;font-weight:900;color:#94a3b8;background:#f1f5f9;padding:.2rem .4rem;border-radius:4px;text-transform:uppercase}.tour-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000}.premium-modal{background:#fff;width:460px;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.modal-header{background:var(--tour-blue);padding:1.5rem 2rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.premium-modal form{padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.tour-form-row{display:flex;flex-direction:column;gap:.5rem}.tour-form-row label{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase}.tour-form-row input,.tour-form-row select{padding:.8rem 1rem;border:2px solid #f1f5f9;border-radius:12px;background:#f8fafc;font-weight:600;color:var(--tour-text-main)}.tour-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn-primary{background:var(--tour-blue);color:#fff;border:none;padding:.9rem 2rem;border-radius:100px;font-weight:800;cursor:pointer;transition:.2s;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.btn-secondary{background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0;padding:.9rem 2rem;border-radius:100px;font-weight:800;cursor:pointer;transition:.2s}.btn-secondary:hover{background:#e2e8f0;color:#334155;border-color:#cbd5e1}.btn-lg{padding:.9rem 2rem;font-size:1rem}.btn-danger-outline{background:transparent;border:2px solid #fee2e2;color:var(--tour-red);padding:.5rem 1rem;border-radius:10px;font-weight:700;cursor:pointer;font-size:.8rem}.btn-danger-outline:hover{background:#fef2f2;border-color:var(--tour-red)}.tour-modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:.5rem}.tour-modal-actions .btn-add,.tour-modal-actions button[type=submit]{border-radius:100px;padding:.9rem 2rem;font-weight:800;font-size:.95rem;background:var(--tour-blue);color:#fff;border:none;cursor:pointer;transition:.2s;box-shadow:0 4px 12px #3b82f64d}.tour-modal-actions .btn-add:hover,.tour-modal-actions button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.tour-modal-actions .btn-secondary{border-radius:100px;padding:.9rem 2rem;font-size:.95rem}.m-group-tag{font-size:.65rem;font-weight:900;color:#94a3b8;text-transform:uppercase;margin-top:.2rem}.standings-scroll-area{display:flex;flex-direction:column;gap:2rem}.playoffs-preview-section{background:linear-gradient(135deg,#fff,#f0f9ff);border:2px solid #bae6fd}.playoff-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.playoff-match-row{display:flex;align-items:center;gap:1.5rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;border:1px solid #e0f2fe}.p-stage{font-weight:900;color:var(--tour-blue);font-size:.8rem;text-transform:uppercase;min-width:120px}.p-team{flex:1;font-weight:700;color:#334155}.p-vs{color:#94a3b8;font-size:.7rem;font-weight:900;text-transform:uppercase}.section-hdr-with-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;flex-wrap:wrap;gap:.5rem}.section-hdr-with-info h3{margin:0;color:var(--tour-text-main)}.standings-legend{font-size:.75rem;font-weight:800;color:#64748b;background:#f1f5f9;padding:.35rem .75rem;border-radius:8px;border:1px solid #e2e8f0}.team-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.team-card{background:#fff;border-radius:16px;border:1px solid var(--tour-border);transition:all .2s;overflow:hidden}.team-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000000d;border-color:var(--tour-blue)}.team-card-inner{padding:1.25rem;display:flex;justify-content:space-between;align-items:center}.team-players-flex{display:flex;flex-direction:column;gap:.5rem}.team-player-tag{display:flex;align-items:center;gap:.75rem}.player-avatar-mini{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff}.player-avatar-mini.male{background:#3b82f6}.player-avatar-mini.female{background:#ec4899}.player-name-mini{font-size:.85rem;color:var(--tour-text-main)}.player-name-mini strong{color:var(--tour-text-main)}.team-card-del-btn{background:#fee2e2;color:#ef4444;border:none;width:32px;height:32px;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.team-card-del-btn:hover{background:#ef4444;color:#fff}.standings-table{width:100%;border-collapse:collapse;margin-top:1rem;background:#fff;border-radius:16px;overflow:hidden}.premium-table thead{background:#f8fafc}.premium-table th{padding:1rem;text-align:left;font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;border-bottom:2px solid #f1f5f9}.premium-table td{padding:1rem;border-bottom:1px solid #f1f5f9;font-weight:600;color:var(--tour-text-main)}.rank-cell{width:60px;font-weight:900;color:#94a3b8;text-align:center}.team-cell{min-width:200px}.win-cell{color:var(--tour-green)}.loss-cell{color:var(--tour-red)}.pos{color:var(--tour-green)}.neg{color:var(--tour-red)}.rank-1{background:#fffcf0}.rank-1 .rank-cell{color:#f59e0b}.rank-2{background:#f9fafb}.rank-2 .rank-cell{color:#94a3b8}.rank-3{background:#fffaf5}.rank-3 .rank-cell{color:#b45309}.pts-badge{background:var(--tour-blue);color:#fff;padding:.3rem .75rem;border-radius:8px;font-weight:900}.m-battle-row-multi{display:flex;align-items:center;flex:1;gap:1.5rem;justify-content:space-between}.m-team-side{flex:1}.m-team-side.t1{text-align:right}.m-team-side.t2{text-align:left}.m-sets-container{display:flex;align-items:center;gap:.25rem!important;background:transparent!important;padding:0!important;border-radius:12px;border:none!important}.m-set-box{display:flex;align-items:center;gap:.3rem;background:#fff!important;border:2px solid #e2e8f0!important;padding:.05rem .2rem!important;border-radius:8px!important;box-shadow:0 1px 2px #0000000d!important}.set-divider{font-weight:900;color:#e2e8f0!important;font-size:.8rem;margin:0 -2px}.btn-add-set{width:30px;height:30px;border-radius:50%;border:2px dashed #cbd5e1;background:#fff;color:#94a3b8;font-weight:900;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-add-set:hover{border-color:var(--tour-blue);color:var(--tour-blue);background:#f0f9ff}.sets-cell{font-family:monospace;font-weight:800;color:#64748b}.m-summary-row{margin-top:0!important;padding-top:.1rem!important;border-top:1px dashed #f1f5f9;display:flex;justify-content:center;align-items:center;gap:1rem;font-size:.8rem!important}.m-summary-label{font-size:.65rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.m-summary-score{font-size:.9rem;font-weight:900;color:var(--tour-text-main)}.team-name-win{color:#15803d!important}.team-name-lose{color:#991b1b!important}.m-battle-container-premium{flex:1;display:flex;flex-direction:column}.podium-container{display:flex;justify-content:center;align-items:flex-end;gap:2rem;padding:2rem 2rem 0;margin-top:2rem}.podium-place{display:flex;flex-direction:column;align-items:center;text-align:center}.podium-name-box{border:2px solid #e2e8f0;border-radius:16px;padding:.75rem 1.25rem;background:#fff;box-shadow:0 2px 8px #00000012;min-width:150px;max-width:190px;margin-bottom:.75rem;position:relative}.podium-1 .podium-name-box{border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b2e}.podium-2 .podium-name-box{border-color:#94a3b8}.podium-3 .podium-name-box{border-color:#b45309}.podium-laurel{font-size:1.4rem;margin-bottom:.2rem;display:block}.podium-team{font-weight:800;color:#1e293b;font-size:1.05rem;line-height:1.3}.podium-1 .podium-team{color:#d97706;font-size:1.15rem}.podium-step{width:150px;background:linear-gradient(to top,#f1f5f9,#fff);border:2px solid #e2e8f0;border-radius:20px 20px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:.75rem;font-size:2.8rem;font-weight:900;color:#cbd5e1;position:relative}.podium-place-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.15rem}.podium-1 .podium-step{height:180px;border-color:#f59e0b;background:linear-gradient(to top,#fef3c7,#fffbeb);color:#f59e0b;z-index:2}.podium-1 .podium-place-label{color:#d97706}.podium-2 .podium-step{height:140px;border-color:#94a3b8;background:linear-gradient(to top,#f1f5f9,#fff);color:#94a3b8}.podium-2 .podium-place-label{color:#64748b}.podium-3 .podium-step{height:100px;border-color:#b45309;background:linear-gradient(to top,#ffedd5,#fff);color:#b45309}.podium-3 .podium-place-label{color:#b45309}.podium-crown{font-size:1.6rem;margin-bottom:.15rem;display:block}.playoff-locked-banner{margin-top:1.5rem;padding:.85rem 1.25rem;background:#fffbeb;border:1.5px solid #fcd34d;border-radius:10px;color:#92400e;font-size:.85rem;font-weight:600}.score-input:disabled{background:#f1f5f9;color:#cbd5e1;cursor:not-allowed;border-color:#e2e8f0}.p-team-select{width:100%;padding:.3rem;border:2px solid #f1f5f9;border-radius:8px;font-size:.65rem;font-weight:600;color:#94a3b8}.btn-del-match-mini{flex-shrink:0;align-self:center;background:none;border:none;color:var(--tour-red);font-size:1rem;font-weight:700;cursor:pointer;line-height:1;padding:.25rem .4rem;border-radius:4px;opacity:.4;transition:opacity .15s,background .15s}.btn-del-match-mini:hover{opacity:1;background:#fee2e2}.playoffs-presets{display:flex;align-items:center;gap:.75rem;background:#f8fafc;padding:.75rem;border-radius:12px;border:1px solid #e2e8f0}.preset-label{font-size:.75rem;font-weight:800;color:#64748b;text-transform:uppercase}.resolved-hint{font-size:1.05rem;color:#1e293b;font-weight:700;margin-top:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.resolved-hint:empty{display:none}.p-team-select optgroup{font-weight:800;color:var(--blue-dk)}.btn-primary-gradient{background:linear-gradient(135deg,var(--tour-blue) 0%,#60a5fa 100%);color:#fff;border:none;font-weight:800;cursor:pointer;transition:all .2s;box-shadow:0 4px 10px #3b82f64d;border-radius:8px}.btn-primary-gradient:hover{transform:translateY(-1px);box-shadow:0 6px 14px #3b82f666}.btn-sm{padding:.4rem .8rem;font-size:.75rem}.preset-group{display:flex;gap:.5rem;align-items:center}.preset-sep{color:#e2e8f0;font-weight:300;margin:0 .25rem}.custom-template-item{position:relative;display:flex;align-items:center}.btn-del-template{position:absolute;top:-6px;right:-6px;width:16px;height:16px;border-radius:50%;background:#ef4444;color:#fff;border:none;font-size:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;visibility:hidden;z-index:10}.custom-template-item:hover .btn-del-template{visibility:visible}.btn-success-outline{background:transparent;border:2px solid #dcfce7;color:#15803d;padding:.4rem .8rem;border-radius:8px;font-weight:700;cursor:pointer;font-size:.75rem}.btn-success-outline:hover{background:#f0fdf4;border-color:#22c55e}.pool-section{background:#fff;border:2px dashed #cbd5e1;border-radius:14px;padding:1rem}.pool-hdr{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:.82rem;font-weight:700;color:var(--tour-text-muted)}.pool-count{background:#f1f5f9;border-radius:20px;padding:.1rem .55rem;font-size:.75rem}.pool-hint{font-size:.72rem;font-weight:400;color:#94a3b8;margin-left:auto}.pool-grid{display:flex;flex-wrap:wrap;gap:.5rem}.pool-tile{display:flex;align-items:center;gap:.5rem;padding:.45rem .65rem;border-radius:10px;border:1.5px solid #e2e8f0;background:#f8fafc;cursor:grab;-webkit-user-select:none;user-select:none;transition:all .15s}.pool-tile:hover{border-color:#94a3b8;background:#f1f5f9}.pool-tile--dragging{opacity:.4;transform:scale(.96)}.pool-tile--over{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 3px #3b82f640;transform:scale(1.03)}.pool-tile-info{display:flex;flex-direction:column;gap:1px}.pool-tile-name{font-size:.8rem}.pool-tile-level{font-size:.68rem;color:#94a3b8;font-weight:600}.pool-tile-pref{font-size:.68rem;color:#f59e0b;font-weight:600}.pool-tile-remove{margin-left:.25rem;background:none;border:none;color:#94a3b8;font-size:.9rem;cursor:pointer;line-height:1;padding:0 .1rem}.pool-tile-remove:hover{color:#ef4444}.pool-add-row{display:flex;gap:.5rem;margin-bottom:.75rem}.pool-add-select{flex:1;padding:.4rem .6rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.82rem;outline:none;background:#fff}.pool-add-select:focus{border-color:#3b82f6}.pool-add-btn{padding:.4rem .9rem;border:none;border-radius:8px;background:#3b82f6;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer}.pool-add-btn:disabled{opacity:.4;cursor:default}.pool-add-btn:not(:disabled):hover{background:#2563eb}.gen-settings-row{display:flex;align-items:center;gap:.75rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:.6rem 1rem;margin-bottom:1rem}.gen-settings-label{font-size:.82rem;font-weight:700;color:var(--tour-text-muted);white-space:nowrap}.gen-settings-input{width:60px;padding:.3rem .5rem;border:1.5px solid #e2e8f0;border-radius:7px;font-size:.9rem;font-weight:700;text-align:center;outline:none}.gen-settings-input:focus{border-color:var(--tour-blue)}.gen-settings-hint{font-size:.78rem;color:var(--tour-text-muted)}.teams-container{background:#fff;border:1px solid var(--tour-border);border-radius:20px;overflow:hidden;margin-top:1rem}.teams-container-hdr{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem .85rem;border-bottom:1px solid var(--tour-border);background:#f8fafc}.teams-container-title{font-size:1rem;font-weight:800;color:var(--tour-text-main);text-transform:uppercase;letter-spacing:.5px}.teams-container-count{background:var(--tour-blue);color:#fff;font-size:.75rem;font-weight:800;border-radius:20px;padding:.15rem .6rem;min-width:24px;text-align:center}.teams-container .team-registration-card{border-radius:0;border:none;border-bottom:1px solid var(--tour-border);margin-bottom:0}.teams-container .team-list-grid{padding:1rem;margin-top:0}.tour-subnav-bar{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem;background:#fff;border-bottom:1px solid var(--tour-border);gap:1rem;flex-shrink:0}.tour-info-bar{display:flex;align-items:center;gap:.75rem;padding:.5rem 1.5rem .6rem;background:#f8fafc;border-bottom:1px solid var(--tour-border);flex-shrink:0}.tour-info-title{margin:0;font-size:1.05rem;font-weight:800;color:var(--tour-text-main)}.tour-list-canvas{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;padding:1.5rem}.tour-list-card{background:#fff;border:1.5px solid var(--tour-border);border-radius:16px;padding:1.25rem 1.25rem 1rem;cursor:pointer;transition:all .18s;display:flex;flex-direction:column;gap:.5rem}.tour-list-card:hover{border-color:var(--tour-blue);box-shadow:0 4px 14px #3b82f61f;transform:translateY(-2px)}.tlc-title{font-size:1rem;font-weight:800;color:var(--tour-text-main)}.tlc-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tlc-stats{display:flex;gap:1rem;font-size:.75rem;color:var(--tour-text-muted);font-weight:600;margin-top:.25rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.social-schedule-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;padding:1.5rem}.social-p-schedule-card{background:#fff;border:1.5px solid var(--tour-border);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.social-p-header{display:flex;align-items:center;gap:.85rem;border-bottom:1px solid var(--tour-border);padding-bottom:.85rem}.social-p-avatar{width:40px;height:40px;border-radius:50%;background:var(--tour-blue);color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;box-shadow:0 4px 10px #3b82f640;flex-shrink:0}.social-p-info{display:flex;flex-direction:column;gap:.15rem}.social-p-info strong{font-size:1.05rem;font-weight:800;color:var(--tour-text-main);line-height:1.1}.social-p-info span{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.social-p-rounds{display:flex;flex-direction:column;gap:.4rem}.social-p-rounds.empty{font-size:.8rem;color:var(--tour-text-muted);font-style:italic;text-align:center;padding:.5rem 0}.social-p-round-badge{background:#f1f5f9;border-left:3px solid #3b82f6;border-radius:4px;padding:.4rem .75rem;font-size:.85rem;font-weight:700;color:var(--tour-text-main);display:flex;align-items:center;gap:.5rem}.social-p-round-badge:before{content:"🎾";font-size:.8rem}.tour-mobile-titlebar{display:none}@media (max-width: 768px){.tour-wrap{overflow-x:hidden}.tour-content,.tour-main-area{max-width:100%;overflow-x:hidden}.tour-tabs{padding:.5rem .75rem;gap:.5rem}.tour-subnav-bar{padding:.5rem .75rem;gap:.5rem;flex-wrap:wrap}.tour-info-bar{padding:.4rem .75rem;gap:.5rem;flex-wrap:wrap}.tour-info-title{font-size:.9rem}.tour-sub-nav{padding:.3rem}.sub-tab{padding:.45rem .65rem;font-size:.78rem}.tour-list-canvas{grid-template-columns:1fr;padding:.75rem}.registration-box{padding:1rem;border-radius:12px}.registration-inputs{gap:.75rem}.select-wrapper{max-width:100%}.team-list-grid{grid-template-columns:1fr}.standings-table{display:block;overflow-x:auto}.team-cell{min-width:100px}.premium-table th,.premium-table td{padding:.6rem .4rem;font-size:.76rem}.playoff-match-row{gap:.75rem;padding:.75rem 1rem;flex-wrap:wrap}.p-stage{min-width:80px;font-size:.75rem}.playoff-list{gap:.65rem}.podium-container{gap:.75rem;padding:1rem 0 0}.podium-step{width:100px}.podium-name-box{min-width:100px;max-width:140px;padding:.5rem .75rem}.premium-modal{width:min(460px,95vw)}.modal-header{padding:1rem 1.25rem}.premium-modal form{padding:1.25rem;gap:.85rem}}.clash-wrap{display:flex;flex-direction:column;height:100%}.clash-tabs{display:flex;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid var(--tour-border);overflow-x:auto;flex-shrink:0}.clash-tab{padding:.45rem 1rem;border:2px solid var(--tour-border);border-radius:100px;background:#fff;color:var(--tour-text-muted);font-weight:700;font-size:.82rem;cursor:pointer;white-space:nowrap;transition:all .18s;position:relative}.clash-tab.active{background:#7c3aed;color:#fff;border-color:#7c3aed;box-shadow:0 4px 12px #7c3aed33}.clash-tab:not(.active):hover{border-color:#a78bfa;color:#7c3aed}.clash-tab--gen{border-style:dashed;border-color:#a78bfa;color:#7c3aed}.clash-tab--gen.disabled{opacity:.4;cursor:not-allowed}.clash-tab-done{margin-left:.3rem;color:#10b981;font-size:.75rem}.clash-tab-pending{margin-left:.3rem;color:#f59e0b;font-weight:900}.clash-round-progress{font-size:.8rem;font-weight:700;color:var(--tour-text-muted)}.clash-round-hdr{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:16px;border:1px solid var(--tour-border);box-shadow:0 2px 8px #0000000f;margin-bottom:1.25rem}.clash-round-hdr-left{display:flex;flex-direction:column;gap:.15rem;min-width:90px}.clash-round-num{font-size:1.25rem;font-weight:900;color:#1e293b;line-height:1.1}.clash-round-matchcount{font-size:.75rem;color:#94a3b8;font-weight:600}.clash-round-progress-bar-wrap{flex:1;height:8px;background:#f1f5f9;border-radius:99px;overflow:hidden}.clash-round-progress-bar{height:100%;background:linear-gradient(90deg,#7c3aed,#a78bfa);border-radius:99px;transition:width .4s ease}.clash-round-hdr:has(.clash-round-status--done) .clash-round-progress-bar{background:linear-gradient(90deg,#10b981,#6ee7b7)}.clash-round-status{display:flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:800;color:#64748b;background:#f1f5f9;border-radius:20px;padding:.45rem 1.1rem;min-width:70px;justify-content:center;white-space:nowrap;transition:all .25s}.clash-round-status--done{background:#d1fae5;color:#059669;border:1.5px solid #a7f3d0}.clash-round-check{font-size:1rem}.clash-round-sep{color:#cbd5e1;margin:0 .15rem}.clash-round-list{display:flex;flex-direction:column;gap:.6rem}.clash-match-row{display:flex;align-items:flex-start;gap:.75rem;background:#fff;border:1.5px solid var(--tour-border);border-radius:14px;padding:.85rem 1rem;transition:box-shadow .15s}.clash-match-row--mine{border:2px dashed #7c3aed;background:#faf5ff}.clash-match-row--mine{border:2px dashed #7c3aed!important;background:#faf5ff}.clash-match-row--confirmed{border-color:#d1fae5}.clash-match-row--confirmed.clash-match-row--mine{background:#f0fdf4}.clash-match-row--submitted{border-color:#fef9c3;background:#fffef0}.clash-match-row--disputed{border-color:#fee2e2;background:#fff5f5}.clash-match-row--bye{opacity:.6}.clash-team-winner{color:#059669!important;font-weight:900!important}.clash-team-winner:before{content:"🏆 ";font-size:.85em}.clash-team-loser{color:#dc2626!important;opacity:.75}.clash-set-score{display:inline-flex;align-items:center;gap:.25rem;font-size:1.05rem;font-weight:900;font-family:monospace}.clash-score-win{color:#059669}.clash-score-lose{color:#dc2626;opacity:.8}.clash-status-badge{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:900;margin-top:.1rem}.clash-status-badge--pending{background:#f1f5f9;color:#94a3b8}.clash-status-badge--submitted{background:#fef9c3;color:#d97706}.clash-status-badge--confirmed{background:#d1fae5;color:#059669}.clash-status-badge--disputed{background:#fee2e2;color:#dc2626}.clash-status-badge--bye{background:#f1f5f9;color:#94a3b8;font-size:.65rem}.clash-match-body{flex:1;display:flex;flex-direction:column;gap:.5rem}.clash-match-teams{display:flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:700;color:var(--tour-text-main);flex-wrap:wrap}.clash-vs{font-size:.7rem;font-weight:900;color:#94a3b8;text-transform:uppercase}.clash-my-team{color:#7c3aed}.clash-match-bye-label{font-size:.78rem;color:#94a3b8;font-style:italic}.clash-score-display{font-size:.88rem;font-weight:800}.clash-score-display--confirmed{color:#059669}.clash-score-display--pending{color:#d97706}.clash-pending-label{font-size:.72rem;font-weight:600;color:#94a3b8}.clash-score-entry{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.clash-set-pair{display:flex;align-items:center;gap:.3rem}.clash-set-label{font-size:.72rem;font-weight:700;color:#94a3b8;white-space:nowrap}.clash-score-input{width:44px;height:34px;border:2px solid #e2e8f0;border-radius:8px;text-align:center;font-size:.95rem;font-weight:800;color:#1e293b;background:#f8fafc;outline:none;transition:border-color .15s}.clash-score-input:focus{border-color:#7c3aed;background:#fff}.clash-colon{font-weight:900;color:#94a3b8}.btn-clash-submit{padding:.4rem .9rem;border:none;border-radius:8px;background:#7c3aed;color:#fff;font-weight:700;font-size:.82rem;cursor:pointer;transition:all .15s}.btn-clash-submit:hover:not(:disabled){background:#6d28d9}.btn-clash-submit:disabled{opacity:.4;cursor:not-allowed}.clash-confirm-row{display:flex;gap:.5rem;margin-top:.25rem}.btn-clash-confirm{padding:.4rem 1rem;border:none;border-radius:8px;background:#10b981;color:#fff;font-weight:700;font-size:.82rem;cursor:pointer;transition:all .15s}.btn-clash-confirm:hover{background:#059669}.btn-clash-reject{padding:.4rem 1rem;border:none;border-radius:8px;background:#ef4444;color:#fff;font-weight:700;font-size:.82rem;cursor:pointer;transition:all .15s}.btn-clash-reject:hover{background:#dc2626}.btn-xs{padding:.25rem .6rem;border:1.5px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:.72rem;font-weight:700;cursor:pointer;transition:all .15s}.btn-xs:hover{border-color:#94a3b8;color:#1e293b}.btn-xs--ok{border-color:#10b981;color:#10b981}.btn-xs--ok:hover{background:#10b981;color:#fff}.clash-score-error{font-size:.78rem;color:#dc2626;font-weight:700;background:#fee2e2;padding:.25rem .6rem;border-radius:6px}.clash-settings-panel{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:1.1rem 1.25rem;margin-bottom:.5rem}.clash-settings-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem}.clash-settings-title{font-size:.85rem;font-weight:800;color:#475569}.clash-settings-grid{display:flex;gap:1.5rem;flex-wrap:wrap}.clash-setting-item{display:flex;flex-direction:column;gap:.2rem;min-width:90px}.clash-setting-label{font-size:.68rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px}.clash-setting-val{font-size:1rem;font-weight:900;color:#1e293b}.clash-settings-edit{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.clash-settings-edit-row{display:flex;flex-direction:column;gap:.3rem}.clash-settings-edit-row label{font-size:.68rem;font-weight:800;color:#94a3b8;text-transform:uppercase}.clash-settings-select{padding:.35rem .6rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;font-weight:600;background:#fff;outline:none}.clash-settings-select:focus{border-color:#7c3aed}.clash-settings-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.clash-settings-note{font-size:.75rem;color:#64748b;margin:0;flex:1}.clash-status-pills{display:flex;gap:.4rem}.clash-pill{padding:.2rem .55rem;border-radius:20px;font-size:.72rem;font-weight:800}.clash-pill--confirmed{background:#d1fae5;color:#059669}.clash-pill--submitted{background:#fef9c3;color:#d97706}.clash-pill--pending{background:#f1f5f9;color:#64748b}.clash-pill--disputed{background:#fee2e2;color:#dc2626}.clash-admin-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.clash-admin-round{display:flex;flex-direction:column;gap:.4rem}.clash-admin-round-hdr{font-size:.75rem;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:.25rem 0}.clash-admin-row{display:flex;align-items:center;gap:.65rem;padding:.55rem .85rem;border-radius:10px;border:1.5px solid var(--tour-border);background:#fff;font-size:.82rem}.clash-admin-row--confirmed{border-color:#d1fae5}.clash-admin-row--submitted{border-color:#fef9c3}.clash-admin-row--disputed{border-color:#fee2e2}.clash-ar-teams{flex:1;font-weight:700;color:var(--tour-text-main)}.clash-ar-score{font-family:monospace;font-weight:800;color:#475569;min-width:60px}.clash-inline-edit{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.tour-form-section-label{font-size:.72rem;font-weight:900;color:#7c3aed;text-transform:uppercase;letter-spacing:.5px;padding:.35rem .5rem;background:#f5f3ff;border-radius:6px;border-left:3px solid #7c3aed}.tour-system-badge--clash{background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}.clash-hint{font-size:.82rem;color:#94a3b8}.score-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9000;animation:fadeIn .2s ease}.score-popup-card{background:#fff;border-radius:24px;padding:2rem 2.5rem;max-width:380px;width:90%;box-shadow:0 24px 48px #0000004d;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;animation:slideUp .25s cubic-bezier(.34,1.56,.64,1)}.score-popup-icon{font-size:2.5rem}.score-popup-title{margin:0;font-size:1.25rem;font-weight:900;color:#1e293b}.score-popup-tour{margin:0;font-size:.78rem;color:#94a3b8;font-weight:600}.score-popup-match{display:flex;align-items:center;gap:.75rem;background:#f8fafc;border-radius:12px;padding:.85rem 1.25rem;width:100%;justify-content:center;flex-wrap:wrap}.score-popup-team{font-weight:800;color:#1e293b;font-size:.9rem}.score-popup-vs{font-size:.7rem;font-weight:900;color:#94a3b8;text-transform:uppercase}.score-popup-score{font-size:2rem;font-weight:900;color:#7c3aed;letter-spacing:2px;font-family:monospace}.score-popup-actions{display:flex;gap:.75rem;width:100%}.score-popup-actions .btn-clash-confirm,.score-popup-actions .btn-clash-reject{flex:1;padding:.8rem;font-size:.95rem;border-radius:12px}.score-popup-more{font-size:.78rem;color:#94a3b8;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.clash-table-wrap{overflow-x:auto;border-radius:16px;border:1px solid var(--tour-border)}.clash-standings-table{border-radius:0;border:none}.clash-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.clash-th-sortable:hover{background:#ede9fe;color:#7c3aed}.clash-th-active{background:#f5f3ff!important;color:#7c3aed!important}.clash-th-inner{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.clash-sort-arrow{font-size:.8rem;font-weight:900;color:#7c3aed;line-height:1}.clash-sort-arrow--inactive{color:#cbd5e1;font-weight:400}.clash-col-active{background:#faf5ff}.clash-diff{margin-left:.3rem;font-size:.7rem;font-weight:800;padding:.05rem .25rem;border-radius:4px}.clash-diff.pos{background:#dcfce7;color:#15803d}.clash-diff.neg{background:#fee2e2;color:#dc2626}@media (max-width: 768px){.clash-tabs{padding:.5rem .75rem;gap:.4rem}.clash-match-teams{font-size:.82rem}.clash-score-input{width:38px;height:30px;font-size:.88rem}.score-popup-card{padding:1.5rem 1.25rem}.score-popup-score{font-size:1.6rem}}.me-tournament--social{border-left:4px solid var(--accent-orange)!important;background:#ff8c000d!important}.me-social-join-box{display:flex;gap:.5rem;align-items:center}.me-social-join-box input{width:120px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:6px;padding:.4rem .6rem;color:#334155;font-size:.85rem;outline:none}.me-social-join-box input:focus{border-color:#3b82f6;background:#fff}.social-manage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.8rem;margin-top:1rem}.social-p-btn{background:#fff;border:1.5px solid #e2e8f0;padding:.6rem;border-radius:10px;color:var(--tour-text-main, #1e293b);transition:all .2s ease;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #00000008}.social-p-btn:hover{background:#f8fafc;border-color:#cbd5e1}.social-p-btn.active{background:var(--tour-blue, #3b82f6);border-color:var(--tour-blue, #3b82f6);color:#fff;box-shadow:0 4px 12px #3b82f640}.social-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.social-p-card{display:flex;align-items:center;gap:1rem;background:#ffffff0d;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.social-p-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-gradient);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.social-p-info{display:flex;flex-direction:column}.social-p-info span{font-size:.8rem;opacity:.7}.social-badge{background:#8b5cf6;color:#fff;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.empty-hint{text-align:center;padding:3rem;opacity:.5;font-style:italic}.tag-all{background:#8a2be233!important;color:#a29bfe!important}.me-event--social{border-left:4px solid #8e44ad!important;background:#8e44ad1a!important}.tlc-edit-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;cursor:pointer;transition:all .2s;z-index:10}.tlc-edit-btn:hover{background:var(--tour-blue);color:#fff;border-color:var(--tour-blue);transform:scale(1.1);box-shadow:0 4px 12px #3b82f64d}.tour-list-card{position:relative}.tour-info-main{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media (max-width: 768px){html{font-size:18px}body{overflow-x:hidden}.app-layout{padding-left:0;padding-right:0;gap:0}main{padding-left:.75rem;padding-right:.75rem}.pc-details-layout{flex-direction:column;gap:1rem}.pc-photo-frame{width:140px;height:180px;order:-1;align-self:center}.meals-bar{gap:.25rem;padding:.3rem .75rem;flex-direction:column;align-items:flex-start}.chat-container{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem)}.view-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:0 .75rem .5rem;scrollbar-width:none;-ms-overflow-style:none}.view-tabs::-webkit-scrollbar{display:none}.view-tab{flex-shrink:0}.app-header{padding-bottom:0}.pv-wrap{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem);padding-left:0;padding-right:0}.pv-body{padding:0}.pv-list{padding-right:0;max-width:100%;overflow-x:hidden}.pc{border-radius:0;max-width:100%;overflow:hidden;box-sizing:border-box}.pc--open,.pc-details-layout{border-radius:0}.pc-summary{min-width:0;overflow:visible}.pc-name{max-width:calc(100vw - 130px)}.pv-body--staff{grid-template-columns:1fr}.app-layout{flex-direction:column}.side-legend{width:100%;position:static;display:flex;flex-wrap:wrap;gap:1rem}.side-legend-title{width:100%}.pv-body{flex-direction:column}.pv-containers{width:100%;max-height:none}.pv-list{max-height:55vh}.header-clock{text-align:center;margin-bottom:.5rem}.header-actions{position:static;justify-content:center;margin-bottom:.5rem;flex-wrap:wrap;row-gap:.4rem}.header-account{flex-basis:100%;justify-content:flex-end;gap:.5rem}.news-view{padding:.25rem}.info-card{padding:.75rem;border-radius:12px}.news-list{gap:.75rem}.app-header h1{font-size:1.25rem}.evt-time{min-width:68px;font-size:.63rem}}@media (max-width: 768px){.courts-wrap{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem);padding:0}.courts-frame{border-radius:0;border-left:none;border-right:none}.courts-arena{zoom:.38}.courts-arena-scroll{height:calc(100vh - 340px);min-height:280px}.courts-control-bar{padding:.5rem 1rem;min-height:0}.cb--mobile{cursor:pointer}.cb-num--mobile{font-size:1.9rem;letter-spacing:.5px}.cb-overlay--mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#140a009e}.cb-team-squares{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;padding:0 6px}.cb-team-square{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;flex-shrink:0;box-shadow:0 1px 4px #0000008c;font-size:13px;font-weight:900;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.4);letter-spacing:0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #1a6b8a;--blue-dk: #0d4a63;--orange: #e67e22;--green: #27ae60;--purple: #8e44ad;--teal: #16a085;--red: #c0392b;--gold: #f39c12;--gray: #7f8c8d;--bg: #f0f4f8;--card: #ffffff;--text: #2c3e50;--muted: #7f8c8d;--shadow: 0 2px 10px rgba(0,0,0,.12)}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}
