@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";:root{--page-bg: #07110c;--page-bg-alt: #0d1a12;--surface-1: rgba(9, 14, 11, .86);--surface-2: rgba(14, 20, 16, .9);--surface-3: rgba(18, 26, 20, .94);--surface-border: rgba(122, 207, 157, .18);--text-primary: #edf4ef;--text-secondary: #a7b7ad;--accent: #7ad09d;--accent-strong: #8ef0b1;--accent-warm: #ead38a;--accent-soft: rgba(122, 207, 157, .14);--shadow-soft: 0 18px 40px rgba(0, 0, 0, .24);--shadow-strong: 0 24px 60px rgba(0, 0, 0, .38);--danger: #ff9e9e;--danger-soft: rgba(239, 68, 68, .12);--danger-border: rgba(239, 68, 68, .32);color-scheme:dark}html[data-theme=light]{--page-bg: #e7ece7;--page-bg-alt: #dde3de;--surface-1: rgba(239, 241, 237, .82);--surface-2: rgba(231, 235, 230, .9);--surface-3: rgba(223, 228, 223, .95);--surface-border: rgba(126, 137, 130, .28);--text-primary: #102015;--text-secondary: #4f5d55;--accent: #2f8f58;--accent-strong: #1f7e49;--accent-warm: #a58b45;--accent-soft: rgba(47, 143, 88, .1);--shadow-soft: 0 12px 26px rgba(16, 32, 21, .09);--shadow-strong: 0 18px 40px rgba(16, 32, 21, .14);--danger: #d64545;--danger-soft: rgba(214, 69, 69, .12);--danger-border: rgba(214, 69, 69, .26);color-scheme:light}html,body,#root{min-height:100%}body{margin:0;background:var(--page-bg);color:var(--text-primary);overflow-x:hidden;transition:background-color .25s ease,color .25s ease}body,button,input,select,textarea{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}a{color:inherit}*{margin:0;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}.input-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.input-label{font-size:.9rem;font-weight:500;color:#ffffffe6}.input-container{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;display:flex;align-items:center;color:#fff9;z-index:1}.input-field{width:100%;padding:12px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:15px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input-field.input-with-icon{padding-left:44px}.input-field::placeholder{color:#ffffff80}.input-field:focus{outline:none;border-color:#ffffff80;background:#ffffff26}.input-field.input-error{border-color:#ef4444}.input-error-message{font-size:.85rem;color:#ef4444;margin-top:-.25rem}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#fffffff2;color:#1a1a1a}.btn-primary:hover:not(:disabled){background:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.btn-secondary{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover:not(:disabled){background:#ffffff40;border-color:#ffffff80}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-outline:hover:not(:disabled){background:#ffffff1a;border-color:#fff}.btn-full-width{width:100%}.btn-loading{display:flex;align-items:center;gap:8px}.spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.2);border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}.login-container{min-height:100vh;background-image:url(/assets/plantelbg-B6BWEsWj.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative}.login-container:before{content:"";position:absolute;inset:0;background:#000000a6}.login-content{position:relative;z-index:1;width:100%;max-width:440px;padding:20px}.login-card{background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:48px 40px;box-shadow:0 20px 60px #00000080;animation:fadeInUp .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:40px}.login-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.5px}.login-header p{font-size:1rem;color:#ffffffb3;margin:0}.login-form{display:flex;flex-direction:column;gap:24px}.password-toggle{position:absolute;right:14px;top:38px;background:none;border:none;color:#fff9;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s}.password-toggle:hover{color:#ffffffe6}.login-footer{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.demo-hint{text-align:center;font-size:.9rem;color:#fff9;margin:0;line-height:1.6}.demo-hint strong{color:#ffffffe6}.login-error{background:#ef444426;border:1px solid rgba(239,68,68,.4);color:#fca5a5;padding:12px 16px;border-radius:8px;font-size:.9rem;margin-bottom:16px;animation:shake .3s ease}.login-submit-btn{min-height:48px;font-size:1rem;font-weight:700}.login-submit-btn:disabled{opacity:1;background:#ffffff59;color:#ffffffc7;border:1px solid rgba(255,255,255,.25)}.login-submit-btn:not(:disabled){background:#fff;color:#111827}html[data-theme=light] .login-container{background-image:linear-gradient(to top,#f4f8f3f5,#ecf6efd1),url(/assets/plantelbg-B6BWEsWj.jpg)}html[data-theme=light] .login-container:before{background:#fff9}html[data-theme=light] .login-card{background:#ffffffdb;border-color:#60b57d2e;box-shadow:0 20px 60px #1020151f}html[data-theme=light] .login-header h1{color:#102015}html[data-theme=light] .login-header p,html[data-theme=light] .demo-hint,html[data-theme=light] .password-toggle{color:#5d6d63}html[data-theme=light] .password-toggle:hover,html[data-theme=light] .demo-hint strong{color:#102015}html[data-theme=light] .login-footer{border-top-color:#60b57d24}html[data-theme=light] .login-error{background:#fff0f0f5;border-color:#d645453d;color:#b42323}html[data-theme=light] .login-submit-btn:disabled{background:#1020151f;color:#102015b8;border-color:#60b57d2e}html[data-theme=light] .login-submit-btn:not(:disabled){background:linear-gradient(180deg,#2f8f5824,#2f8f5814);color:#102015;border:1px solid rgba(47,143,88,.22)}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@media(max-width:640px){.login-card{padding:36px 28px}.login-header h1{font-size:2rem}}.video-card-relative{position:relative}.video-card-pointer{cursor:pointer}.video-card-default{cursor:default}.video-modal{position:fixed;inset:0;background:#000000f5;z-index:1000;overflow-y:auto;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#070a08eb;border-bottom:1px solid rgba(122,207,157,.18);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button,.close-button{background:#121814b3;border:1px solid rgba(122,207,157,.18);color:#dff0e4;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:all .3s ease}.back-button:hover,.close-button:hover{background:#18221aeb;border-color:#7acf9d66;transform:translateY(-2px)}.video-modal-title{font-size:1.5rem;font-weight:800;color:#dff0e4;text-align:center;flex:1}.video-modal-content{max-width:1400px;margin:0 auto;padding:2rem}.video-player-wrapper{margin-bottom:2rem}.player-with-navigation{position:relative;padding:0 56px}.video-player{position:relative;width:100%;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 10px 50px #00000080}.player-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(168,213,186,.35);background:#0d1117e6;color:#a8d5ba;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2}.player-nav-left{left:0}.player-nav-right{right:0}.player-nav-button:hover:not(:disabled){border-color:#a8d5ba99;background:#2d3e2fe6;transform:translateY(-50%) scale(1.06)}.player-nav-button:disabled{opacity:.4;cursor:not-allowed}.suggested-videos{margin-top:2rem}.suggested-title{font-size:1.3rem;font-weight:600;color:#a8d5ba;margin-bottom:1.5rem}.suggested-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.suggested-card{background:#2d3e2f4d;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid rgba(168,213,186,.1)}.suggested-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #a8d5ba33;border-color:#a8d5ba4d}.suggested-thumbnail{position:relative;width:100%;padding-top:56.25%;overflow:hidden}.suggested-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media(max-width:900px){.player-with-navigation{padding:0 44px}.player-nav-button{width:34px;height:34px}}html[data-theme=light] .video-modal-header{background:#eff1ede0;border-color:#7e89823d;box-shadow:0 10px 20px #10201514;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html[data-theme=light] .video-modal-title,html[data-theme=light] .suggested-title{color:#102015}html[data-theme=light] .back-button,html[data-theme=light] .close-button,html[data-theme=light] .player-nav-button,html[data-theme=light] .suggested-card{background:#fffffff0;border-color:#7e89824d;color:#102015}html[data-theme=light] .video-modal{background:#1020155c}html[data-theme=light] .video-player{background:#eef1ec}html[data-theme=light] .player-nav-button{background:#fffffff0;color:#1f7e49}html[data-theme=light] .player-nav-button:hover:not(:disabled){background:#eff8f1fa}html[data-theme=light] .video-modal-content{color:#102015}html[data-theme=light] .play-overlay{background:#ffffff1a}.modal-overlay-high-z{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000}.modal-box{background:#fff;border-radius:16px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow:auto}.folder-item{padding:16px;background:#f3f4f6;border-radius:8px;margin-bottom:8px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:background .2s}.folder-item:hover{background:#e5e7eb}.folder-item-content{flex:1}.folder-item-title{font-weight:500;margin-bottom:4px;color:#111827}.folder-item-subtitle{font-size:12px;color:#6b7280}.folder-card{background:#f9fafb;border-radius:12px;padding:20px;border:1px solid #e5e7eb;transition:all .3s;cursor:pointer}.folder-card:hover{background:#f3f4f6;border-color:#a8d5ba;box-shadow:0 2px 8px #0000001a}.folder-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.folder-card-title{margin:0;font-size:16px;font-weight:600;flex:1;color:#1f2937}.folder-card-badge{padding:4px 12px;background:#dcfce7;color:#166534;border-radius:12px;font-size:13px;font-weight:600}.modal-overlay-detail{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1001;padding:20px}.folder-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.folder-detail-title-section{flex:1}.folder-detail-title-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.folder-detail-title{margin:0;font-size:28px;font-weight:700;color:#111827}.folder-detail-subtitle{margin:0;font-size:14px;color:#6b7280}.folder-detail-actions{display:flex;gap:8px;align-items:center}.btn-share-folder:hover{background:#d97706}.btn-delete-folder{padding:10px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;transition:all .2s}.btn-delete-folder:hover{background:#dc2626;transform:translateY(-1px)}.btn-close-detail{background:none;border:none;cursor:pointer;padding:8px}.folder-detail-video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.folder-detail-video-card-wrapper{position:relative}.folder-detail-video-card{background:#f9fafb;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s;border:2px solid #e5e7eb}.folder-detail-video-card:hover{transform:translateY(-4px);border-color:#8b5cf6;box-shadow:0 8px 20px #8b5cf633}.btn-delete-video{position:absolute;top:8px;right:8px;background:#ef4444e6;border:none;color:#fff;width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;padding:0}.btn-delete-video:hover{background:#ef4444;transform:scale(1.1)}.folder-detail-video-card .video-thumbnail{position:relative;width:100%;padding-top:56.25%;background:#000;overflow:hidden}.folder-detail-video-card .video-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.folder-detail-video-play-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.folder-detail-video-card:hover .folder-detail-video-play-overlay{opacity:1}.folder-detail-video-info{padding:16px}.folder-detail-video-title{margin:0 0 8px;font-size:15px;font-weight:600;color:#111827;line-height:1.4}.folder-detail-video-meta{font-size:13px;color:#6b7280;display:flex;flex-direction:column;gap:4px}.folder-detail-video-time{display:flex;align-items:center;gap:6px}.folder-detail-video-badge{margin-top:8px;display:inline-block;padding:4px 8px;background:#8b5cf6;color:#fff;border-radius:6px;font-size:11px;font-weight:600}.folder-empty-state-icon{margin-bottom:16px;opacity:.5}.folder-empty-state-title{font-size:16px;margin:0}.folder-empty-state-text{font-size:14px;margin:8px 0 0}.folder-edit-form{display:flex;flex-direction:column;gap:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.folder-edit-row{display:flex;align-items:center;gap:12px}.folder-color-selector{display:flex;gap:8px;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.color-option{width:22px;height:22px;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.color-option:hover{transform:scale(1.08);box-shadow:0 2px 8px #00000026}.color-option.active{border-color:#111827;box-shadow:0 0 0 2px #11182726}.folder-name-input{flex:1;padding:10px 12px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.folder-name-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.folder-edit-actions{display:flex;gap:8px}.folder-modal-error{margin-bottom:10px;padding:10px 12px;border-radius:8px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:500}.btn-save-edit{padding:10px 14px;background:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px}.btn-save-edit:hover{background:#059669}.btn-cancel-edit{padding:10px 14px;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px}.btn-cancel-edit:hover{background:#dc2626}.btn-edit-inline{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,transform .1s ease}.btn-edit-inline:hover{background:#e5e7eb;border-color:#d1d5db;transform:translateY(-1px)}.videos-section{background:#070a08c2;border-radius:20px;padding:1.5rem;border:1px solid rgba(122,207,157,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-title{font-size:1.3rem;font-weight:800;color:#dff0e4;margin-bottom:1.5rem;letter-spacing:.04em;text-transform:uppercase}.videos-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-height:800px;overflow-y:auto;padding-right:.5rem}.videos-grid::-webkit-scrollbar{width:6px}.videos-grid::-webkit-scrollbar-track{background:#12181433;border-radius:3px}.videos-grid::-webkit-scrollbar-thumb{background:#7acf9d4d;border-radius:3px}.videos-grid::-webkit-scrollbar-thumb:hover{background:#7acf9d85}.video-card{background:#101512eb;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid rgba(122,207,157,.12)}.video-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #7acf9d24;border-color:#7acf9d47}.video-thumbnail{position:relative;width:100%;padding-top:56.25%;overflow:hidden}.video-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.play-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.video-card:hover .play-overlay{opacity:1}.play-icon{width:50px;height:50px;border-radius:50%;background:#7acf9deb;color:#09100b;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.video-card:hover .play-icon{transform:scale(1.1);background:#7ad09d}.video-time{position:absolute;bottom:10px;right:10px;background:#000c;padding:.3rem .6rem;border-radius:4px;font-size:.85rem;font-weight:600}.video-info{padding:1rem}.video-title{font-size:1rem;font-weight:700;color:#eef6f0;margin-bottom:.5rem}.video-match{font-size:.85rem;color:#9eb0a4;margin-bottom:.5rem}.video-type{display:inline-block;padding:.3rem .8rem;background:#7acf9d29;color:#cde8d5;border-radius:20px;font-size:.8rem;font-weight:600}.videos-header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.videos-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.videos-title .stats-title{margin-bottom:0}.selection-count{padding:4px 10px;border-radius:999px;background:#7acf9d29;color:#dff0e4;font-size:12px;font-weight:600}.videos-actions{display:flex;gap:8px;flex-wrap:wrap}.selection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 12px;border-radius:12px;background:#070a08a8;border:1px solid rgba(122,207,157,.12)}.selection-left,.selection-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.select-all{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#e6f3ea;background:#121814b3;border:1px solid rgba(122,207,157,.18);padding:6px 10px;border-radius:8px;cursor:pointer}.select-all input{width:16px;height:16px;accent-color:#7ad09d}.btn-icon{display:inline-flex;align-items:center;gap:6px;border:none;cursor:pointer;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:600}.btn-icon-muted{background:#ef44441f;color:#fecaca;border:1px solid rgba(239,68,68,.35)}.btn-icon-muted:hover{background:#ef444433}.selection-hint{font-size:12px;color:#e0e6edb8}.btn:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.2)}@media(max-width:900px){.selection-toolbar{flex-direction:column;align-items:flex-start}}html[data-theme=light] .videos-section,html[data-theme=light] .selection-toolbar{background:#eff1ede0;border-color:#7e89823d;box-shadow:0 10px 20px #10201514;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html[data-theme=light] .stats-title{color:#102015}html[data-theme=light] .video-card,html[data-theme=light] .select-all,html[data-theme=light] .btn-icon{background-color:#fffffff0;border-color:#7e89824d;color:#102015}html[data-theme=light] .video-card:hover{border-color:#2f8f5857;box-shadow:var(--shadow-soft)}html[data-theme=light] .video-title{color:#102015}html[data-theme=light] .video-match,html[data-theme=light] .selection-hint{color:#5d6d63}html[data-theme=light] .video-type,html[data-theme=light] .selection-count{background:#2f8f581f;color:#1f7e49;border-color:#2f8f583d}html[data-theme=light] .select-all,html[data-theme=light] .btn-icon{border-color:#7e89824d}.filters-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.15rem;margin-bottom:2.5rem;padding:1.5rem;background:#070a08c2;border-radius:20px;border:1px solid rgba(122,207,157,.14);box-shadow:0 18px 40px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.95rem;color:#c4e6cf;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.filter-select{padding:.9rem .95rem;background:#0b0f0cdb;border:1px solid rgba(122,207,157,.2);border-radius:12px;color:#f3f7f5;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.filter-select:hover{border-color:#7acf9d61;background:#0e130feb}.filter-select:focus{border-color:#7ad09d;box-shadow:0 0 0 3px #7acf9d1f}.filter-select option{background:#1a1f26;color:#eef6f0;padding:.5rem}html[data-theme=light] .filters-container{background:#eff1ede0;border-color:#7e89823d;box-shadow:0 10px 20px #10201514;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html[data-theme=light] .filter-label{color:#102015}html[data-theme=light] .filter-select{background:#fffffff0;border-color:#7e89824d;color:#102015}html[data-theme=light] .filter-select option{background:#fff;color:#102015}html[data-theme=light] .filter-select:hover{background:#fafafaf5;border-color:#2f8f5857;box-shadow:var(--shadow-soft)}html[data-theme=light] .filter-select:focus{background:#fff;border-color:#7ad09d;color:#102015}.play-arrow-layer{position:absolute;inset:0;width:100%;height:100%;z-index:8;pointer-events:none}.playmap-wrapper{display:flex;flex-direction:column;gap:1rem;height:auto;min-height:0px}.playmap-legend{display:flex;flex-wrap:wrap;gap:1.5rem;padding:.5rem 0;align-items:center}.playmap-content{display:flex;gap:1.5rem;min-height:0}.soccer-field{flex:1;position:relative;min-height:0}.hover-summary-panel{flex:0 0 280px;box-sizing:border-box;padding:1.5rem;border-radius:12px;height:300px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.hover-content-wrapper{display:flex;flex-direction:column;text-align:start;gap:.5rem;padding:.75rem 1.5rem;margin-bottom:1rem;margin-top:.5rem}@media(max-width:1200px){.playmap-content{flex-direction:column}.hover-summary-panel{flex:0 0 auto;min-height:20px}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.playmap-content{flex-direction:column}.hover-summary-panel{order:-1;width:100%;flex:0 0 auto;min-height:auto;width:30%}}.play-arrow-line{stroke-width:.6;stroke-linecap:round;stroke-opacity:.95;filter:drop-shadow(0 0 2px rgba(0,0,0,.35))}.pass-hit-area{position:absolute;width:34px;height:34px;transform:translate(-50%,-50%);z-index:11;cursor:pointer;background:transparent}.pass-start-marker{position:absolute;width:14px;height:14px;transform:translate(-50%,-50%);border-radius:50%;border:2px solid rgba(255,255,255,.18);box-shadow:0 0 12px #7acf9d73;z-index:12;cursor:pointer}.pass-end-marker{position:absolute;width:10px;height:10px;transform:translate(-50%,-50%);border-radius:50%;border:2px solid rgba(255,255,255,.22);box-shadow:0 0 10px #7acf9d59;z-index:9;pointer-events:none}.marker-tooltip{z-index:50}.pass-start-marker .marker-tooltip{bottom:100%;top:auto;left:50%;transform:translate(-50%);margin-bottom:10px}.pass-start-marker .marker-tooltip,.field-marker .marker-tooltip{min-width:220px;padding:1rem 1.15rem;font-size:1rem;line-height:1.35}.pass-start-marker .tooltip-title,.field-marker .tooltip-title{font-size:1.1rem}.pass-start-marker .tooltip-info,.field-marker .tooltip-info{font-size:.95rem}.pass-start-marker:hover{transform:translate(-50%,-50%)}.field-marker{position:absolute;width:14px;height:14px;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;transition:box-shadow .3s ease,opacity .3s ease;z-index:10;box-shadow:0 0 12px currentColor;animation:pulse 2s infinite;border:2px solid rgba(255,255,255,.18)}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.field-marker:hover{transform:translate(-50%,-50%);z-index:20;animation:none}.field-marker.shot{background:#f44}.field-marker.pass{background:#7ad09d}.field-marker.pass-arrow-marker{width:22px;height:22px;border-radius:50% 50% 50% 0;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 18px #7acf9d8c}.field-marker.pass-arrow-marker:hover{transform:translate(-50%,-50%) rotate(45deg) scale(1.18)}.field-marker.goal{background:#4f4}.field-marker.corner{background:#fa0}.field-marker.default{background:#eef6f0}html[data-theme=light] .field-marker.default{background:#000;border-color:#000;box-shadow:0 0 14px #0000008c}html[data-theme=light] .soccer-field{background-color:#000}html[data-theme=light] .field-title,html[data-theme=light] .info-item{color:#102015}html[data-theme=light] .hover-summary-panel{background:#f2f7f2e6;color:#102015}html[data-theme=light] .hover-summary-row,html[data-theme=light] .hover-summary-row strong{color:#102015}.excel-panel{margin-bottom:1.5rem;padding:1.25rem;border-radius:18px;background:#070a08bd;border:1px solid rgba(122,207,157,.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.excel-panel-collapsed{padding-bottom:1rem}.excel-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.excel-panel-toggle{border:1px solid rgba(122,207,157,.24);border-radius:10px;background:#121814b8;color:#edf4ef;font-weight:600;padding:.5rem .9rem;cursor:pointer;white-space:nowrap}.excel-panel-toggle:hover{border-color:#7acf9d73}.excel-panel-title{font-size:1.1rem;color:#cde8d5;margin-bottom:.35rem}.excel-panel-subtitle{color:#9eb0a4;font-size:.9rem}.excel-panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.9rem}.excel-field{display:flex;flex-direction:column;gap:.4rem;color:#c4e6cf;font-size:.86rem}.excel-field-file{grid-column:span 2}.excel-input{padding:.7rem;background:#0c100de6;border:1px solid rgba(122,207,157,.18);border-radius:10px;color:#eaf2ec;outline:none}.excel-input:focus{border-color:#7ad09d;box-shadow:0 0 0 3px #7acf9d1f}.excel-actions{display:flex;gap:.75rem;margin-top:1rem}.excel-button{border:1px solid rgba(122,207,157,.24);border-radius:10px;background:#18221aeb;color:#eef6f0;font-weight:600;padding:.62rem 1rem;cursor:pointer}.excel-button-secondary{background:#121814c2}.excel-button:disabled{opacity:.45;cursor:not-allowed}.excel-error{margin-top:.75rem;color:#ff9e9e;font-size:.9rem}.excel-result{margin-top:.65rem;color:#e4eee7;font-size:.9rem}@media(max-width:920px){.excel-field-file{grid-column:span 1}}html[data-theme=light] .excel-panel,html[data-theme=light] .excel-input,html[data-theme=light] .excel-button,html[data-theme=light] .excel-panel-toggle{background:#fffffff0;border-color:#7e89824d;color:#102015}html[data-theme=light] .excel-panel-title,html[data-theme=light] .excel-panel-subtitle,html[data-theme=light] .excel-field span,html[data-theme=light] .excel-result,html[data-theme=light] .excel-error{color:#102015}html[data-theme=light] .excel-input option{background:#fff;color:#102015}html[data-theme=light] .excel-input:hover,html[data-theme=light] .excel-button:hover,html[data-theme=light] .excel-panel-toggle:hover{background:#fafafaf5;border-color:#2f8f5857;box-shadow:var(--shadow-soft)}html[data-theme=light] .excel-input:focus{background:#fff;border-color:#7ad09d;color:#102015}.match-menu{display:flex;gap:1rem;height:600px;padding:1.25rem;background:#070a08c7;border:1px solid rgba(122,207,157,.14);border-radius:20px;box-shadow:0 18px 40px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.match-menu-list{flex:0 0 350px;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;height:100%;min-height:0;padding-right:.5rem}.match-menu-load-more{flex-shrink:0;width:100%;padding:.9rem 1rem;background:#7acf9d1a;border:1px solid rgba(122,207,157,.34);border-radius:12px;color:#dff0e4;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:.35rem;text-transform:uppercase;letter-spacing:.3px}.match-menu-load-more:hover:not(:disabled){background:#7acf9d33;border-color:#7acf9d99;color:#edf6f0;transform:translateY(-1px);box-shadow:0 4px 12px #7acf9d24}.match-menu-load-more:disabled{opacity:.5;cursor:not-allowed}.analysis-detail-view{flex:1;background:#0f141066;border-radius:16px;border:1px dashed rgba(122,207,157,.2);display:flex;flex-direction:column;min-height:400px;overflow-y:auto;overflow-x:hidden;position:relative}.match-card{flex-shrink:0;padding:.8rem;background:#0f1410f2;border:1px solid rgba(122,207,157,.1);border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00000029}.match-card:hover{border-color:#7acf9d70;box-shadow:0 10px 24px #7acf9d1f;transform:translateY(-2px)}.match-card.selected{background:#7acf9d26;border-color:#7acf9d99;box-shadow:0 0 20px #7acf9d24}.match-card.no-analyses{opacity:.75}.match-card.no-analyses:hover{opacity:.85}.match-card-content{display:flex;flex-direction:column;gap:2px}.match-card-label{font-size:.9rem;font-weight:800;color:#f3f7f5;letter-spacing:-.02em;white-space:normal;display:flex;align-items:center}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;flex-shrink:0}.status-dot.active{background:#7acf9d;box-shadow:0 0 8px #7acf9d}.status-dot.empty{background:#ef4444}.analysis-list-container{padding:1.25rem;animation:slideDown .3s cubic-bezier(.16,1,.3,1);overflow:hidden;display:flex;flex-direction:column;height:100%}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}.analysis-list{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.analysis-item{flex-shrink:0;display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;background:#0e120ff5;border:1px solid rgba(122,207,157,.16);border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;min-width:0}.analysis-name{display:inline-flex;align-items:center;gap:.5rem;color:#f3f7f5;font-weight:700;font-size:1.05rem;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.analysis-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#7acf9dd1;transition:width .2s ease}.analysis-item:hover{background:#121814fa;border-color:#7acf9d57;transform:translate(4px);box-shadow:0 4px 12px #00000029}.analysis-item:hover:before{width:5px}.analysis-counter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#7acf9d29;border:1px solid rgba(122,207,157,.34);border-radius:50%;color:#dff0e4;font-size:.95rem;font-weight:800;flex-shrink:0}.analysis-details{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:0}.analysis-name{display:inline-flex;align-items:center;gap:.5rem;color:#f3f7f5;font-weight:700;font-size:1.05rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-type-pill{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .6rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:999px;background:#7acf9d24;color:#dff0e4;border:1px solid rgba(122,207,157,.34)}.analysis-date{color:#98aa9d;font-size:.85rem;font-weight:500}.analysis-load-more{width:100%;padding:1rem;background:#7acf9d1a;border:1px solid rgba(122,207,157,.34);border-radius:12px;color:#dff0e4;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:.5rem;text-transform:uppercase;letter-spacing:.3px}.analysis-load-more:hover:not(:disabled){background:#7acf9d33;border-color:#7acf9d99;color:#edf6f0;transform:translateY(-1px);box-shadow:0 4px 12px #7acf9d24}.analysis-load-more:disabled{opacity:.5;cursor:not-allowed}.analysis-loading,.analysis-error,.analysis-empty{padding:1.5rem;text-align:center;font-size:.9rem;color:#96a79d}.analysis-error{color:#ff9e9e;font-weight:500}.analysis-total{padding:.75rem 0;text-align:center;font-size:.75rem;color:#6f8176;font-style:italic;text-transform:uppercase;letter-spacing:.2px}.match-menu-loading,.match-menu-error,.match-menu-empty{padding:2rem 1.5rem;text-align:center;font-size:.95rem;color:#96a79d;font-weight:500}.match-menu-error{color:#ff8b8b;background:#ef444414;border-radius:8px;border:1px solid rgba(239,68,68,.2)}.match-menu::-webkit-scrollbar{width:6px}.match-menu::-webkit-scrollbar-track{background:#a8d5ba0d;border-radius:3px}.match-menu::-webkit-scrollbar-thumb{background:#a8d5ba40;border-radius:3px;transition:background .2s ease}.match-menu::-webkit-scrollbar-thumb:hover{background:#a8d5ba66}html[data-theme=light] .match-menu{background:#ffffffe0;border-color:#60b57d29;box-shadow:var(--shadow-soft)}html[data-theme=light] .analysis-detail-view{background:#f7fbf799;border-color:#60b57d33}html[data-theme=light] .match-card,html[data-theme=light] .analysis-item{background:#fffffff5;border-color:#60b57d2e}html[data-theme=light] .match-card.selected{background:#eff8f1fa;border-color:#2f8f5857}html[data-theme=light] .analysis-item:hover{background:#eff8f1fa}html[data-theme=light] .match-card-label,html[data-theme=light] .analysis-name,html[data-theme=light] .analysis-counter,html[data-theme=light] .match-card-toggle,html[data-theme=light] .analysis-type-pill,html[data-theme=light] .analysis-load-more{color:#102015}html[data-theme=light] .analysis-type-pill,html[data-theme=light] .analysis-counter,html[data-theme=light] .analysis-load-more,html[data-theme=light] .match-menu-load-more{background:#2f8f581f;border-color:#2f8f583d}html[data-theme=light] .match-menu-load-more{color:#102015}html[data-theme=light] .analysis-list-container{background:transparent}html[data-theme=light] .analysis-date,html[data-theme=light] .analysis-loading,html[data-theme=light] .analysis-empty,html[data-theme=light] .analysis-total,html[data-theme=light] .match-menu-loading,html[data-theme=light] .match-menu-empty{color:#5d6d63}html[data-theme=light] .match-menu-error,html[data-theme=light] .analysis-error{background:#fff0f0f5;border-color:#d645453d;color:#b42323}@media(max-width:900px){.match-menu{flex-direction:column;height:auto}.match-menu-list{flex:0 0 250px;max-height:250px;padding-right:0}}*{margin:0;padding:0;box-sizing:border-box}body{background:linear-gradient(to top,#050605,#0b120d 46%,#111a14);color:#edf4ef;overflow-x:hidden;font-family:Rajdhani,sans-serif}.app-container{min-height:100vh;background:linear-gradient(to top,#040605f0,#070a08b8 58%,#0a100c6b),radial-gradient(circle at top center,rgba(122,207,157,.08),transparent 46%)}.main-content{max-width:1600px;margin:0 auto;padding:2.25rem 1.5rem 3rem}.section-title{font-size:clamp(2.6rem,4vw,4rem);font-weight:800;margin-bottom:2.25rem;background:linear-gradient(180deg,#fff,#dcebdd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.04em;display:flex;align-items:center;justify-content:center;gap:.75rem}.section-title:before{content:"⚽";font-size:1.7rem;filter:drop-shadow(0 0 10px rgba(122,207,157,.34))}.tab-navigation{display:flex;gap:0;margin-bottom:1.75rem;width:fit-content;justify-content:center;background:#060a08d1;border:1px solid rgba(122,207,157,.16);border-radius:999px;padding:4px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.tab-button{padding:.95rem 2.4rem;font-size:1.05rem;font-weight:700;border:none;cursor:pointer;transition:all .2s ease;background:transparent;color:#90a598;border-radius:999px}.tab-button.active{background:linear-gradient(180deg,#7acf9d33,#7acf9d1f);color:#fff;box-shadow:0 10px 24px #00000040}.tab-button:not(.active){opacity:.9}.tab-button:hover{opacity:1;transform:translateY(-2px)}.dashboard-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;margin-bottom:2rem;min-height:700px;align-items:start}.videogrid-wrapper{min-width:0;width:100%}.playmap-content .hover-summary-panel{position:static;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;min-height:auto}.hover-summary-panel{position:sticky;top:1rem;align-self:start;background:#070a08c7;border-radius:20px;border:1px solid rgba(122,207,157,.14);box-shadow:0 18px 40px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.1rem 1rem;min-height:220px}.hover-summary-kicker{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:#8dbca0;margin-bottom:.6rem}.hover-summary-title{font-size:1.2rem;font-weight:800;color:#edf4ef;line-height:1.15;margin-bottom:.55rem}.hover-summary-description{color:#d5e4d9;font-size:.98rem;line-height:1.35;margin-bottom:1rem}.hover-summary-meta{display:flex;flex-direction:column;gap:.7rem}.hover-summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-top:.7rem;border-top:1px solid rgba(122,207,157,.12);color:#c4d8cc;font-size:.92rem}.hover-summary-row strong{color:#f3f7f5;font-weight:700;text-align:right}.hover-summary-empty p{color:#c8d7cd;font-size:.95rem;line-height:1.4}.playmap-loading-placeholder,.videogrid-loading-placeholder{background:#070a08bd;border-radius:22px;border:1px solid rgba(122,207,157,.14);display:flex;align-items:center;justify-content:center;min-height:600px;box-shadow:0 18px 40px #0000003d}.loading-spinner{color:#cfe8d8;font-size:1.2rem;text-align:center;animation:pulse 2s infinite}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.6}}.loading-spinner{animation:pulse-text 2s infinite}.inline-loading-panel{min-height:180px;margin-bottom:2rem;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to top,#070a08e6,#141c16c7);border:1px solid rgba(122,207,157,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.inline-loading-text{font-size:1.8rem;color:#ebf4ee;font-weight:700}@media(max-width:1200px){.dashboard-grid{grid-template-columns:1fr;min-height:auto}.hover-summary-panel{position:static;min-height:auto}.inline-loading-text{font-size:1.3rem}}.field-container{background:#070a08c2;border-radius:22px;padding:2rem;border:1px solid rgba(122,207,157,.14);box-shadow:0 18px 40px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.field-title{font-size:1.55rem;font-weight:800;color:#eaf4ee;letter-spacing:-.02em}.match-info{display:flex;gap:1.5rem;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:.6rem;font-size:.98rem;color:#d8e4dc;font-weight:600}.info-dot{width:12px;height:12px;border-radius:50%;box-shadow:0 0 10px currentColor}.info-dot.yellow{background:gold}.info-dot.red{background:#f44}.info-dot.blue{background:#44f}.info-dot.green{background:#4f4}.soccer-field{position:relative;width:100%;max-width:none;margin:auto;aspect-ratio:734 / 492;background-image:url(/pitch-football.jpg);background-repeat:no-repeat;background-position:center;background-size:contain;border-radius:12px;overflow:visible;box-shadow:inset 0 4px 20px #0006}.marker-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#070a08f5;color:#dff0e4;padding:.75rem 1rem;border-radius:8px;font-size:.85rem;white-space:nowrap;pointer-events:none;margin-bottom:10px;border:1px solid rgba(122,207,157,.22);box-shadow:0 4px 20px #00000080;z-index:1000;line-height:1.4}.marker-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#070a08f5}.marker-tooltip.tooltip-bottom{bottom:auto;top:100%;margin-bottom:0;margin-top:10px}.marker-tooltip.tooltip-bottom:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#070a08f5}.marker-tooltip.tooltip-left{left:0;transform:translate(0)}.marker-tooltip.tooltip-left:after{left:20px;transform:translate(0)}.marker-tooltip.tooltip-right{left:auto;right:0;transform:translate(0)}.marker-tooltip.tooltip-right:after{left:auto;right:20px;transform:translate(0)}.tooltip-title{font-weight:700;margin-bottom:.3rem;color:#fff}.tooltip-info{font-size:.8rem;opacity:.9}.tooltip-coords{margin-top:.3rem;font-size:.75rem;color:#fa0;font-family:Courier New,monospace}html[data-theme=light] body{background:linear-gradient(to top,#f5faf5,#edf6ef 46%,#fff);color:#102015}html[data-theme=light] .app-container{background:linear-gradient(to top,#e9eee9f5,#e1e7e1cc 58%,#d6ddd79e),radial-gradient(circle at top center,rgba(47,143,88,.08),transparent 46%)}html[data-theme=light] .section-title{background:linear-gradient(180deg,#102015,#2f8f58);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}html[data-theme=light] .tab-navigation,html[data-theme=light] .playmap-loading-placeholder,html[data-theme=light] .videogrid-loading-placeholder,html[data-theme=light] .inline-loading-panel,html[data-theme=light] .field-container{background:#eff1ede0;border-color:#7e89823d;box-shadow:0 10px 20px #10201514;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html[data-theme=light] .tab-button{color:#5d6d63}html[data-theme=light] .tab-button.active{background:linear-gradient(180deg,#2f8f582e,#2f8f581a);color:#102015}html[data-theme=light] .field-title,html[data-theme=light] .suggested-title{color:#102015}html[data-theme=light] .hover-summary-panel,html[data-theme=light] .field-marker,html[data-theme=light] .match-menu,html[data-theme=light] .match-card,html[data-theme=light] .analysis-item{background:#fffffff0;border-color:#7e89824d;color:#102015}html[data-theme=light] .hover-summary-panel{background:#f2f7f2e6;box-shadow:0 12px 30px #222d1f2e;color:#1e293b}html[data-theme=light] .hover-summary-kicker,html[data-theme=light] .hover-summary-title,html[data-theme=light] .hover-summary-description,html[data-theme=light] .hover-summary-row,html[data-theme=light] .hover-summary-empty p{color:#1f2937}html[data-theme=light] .back-button:hover,html[data-theme=light] .close-button:hover,html[data-theme=light] .analysis-item:hover,html[data-theme=light] .match-card:hover{background:#fafafaf5;border-color:#2f8f5857;box-shadow:var(--shadow-soft)}html[data-theme=light] .analysis-name,html[data-theme=light] .match-card-label,html[data-theme=light] .tooltip-title{color:#102015}html[data-theme=light] .analysis-date,html[data-theme=light] .tooltip-info,html[data-theme=light] .tooltip-coords,html[data-theme=light] .inline-loading-text,html[data-theme=light] .match-menu-loading,html[data-theme=light] .match-menu-empty,html[data-theme=light] .analysis-loading,html[data-theme=light] .analysis-empty{color:#5d6d63}html[data-theme=light] .analysis-type-pill,html[data-theme=light] .status-badge.has-analyses{background:#2f8f581f;color:#1f7e49;border-color:#2f8f583d}html[data-theme=light] .match-menu,html[data-theme=light] .analysis-list-container{color:#102015}html[data-theme=light] .field-marker.default{background:#1f7e49}html[data-theme=light] .marker-tooltip{background:#eff1edf5;color:#102015;border-color:#60b57d38}html[data-theme=light] .marker-tooltip:after{border-top-color:#eff1edf5}html[data-theme=light] .marker-tooltip.tooltip-bottom:after{border-bottom-color:#eff1edf5}.play-counter{position:absolute;top:1rem;right:1rem;background:#a8d5bae6;color:#0d1117;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 4px 15px #a8d5ba4d;z-index:5}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box-large{background:#fff;border-radius:16px;padding:24px;max-width:700px;width:90%;max-height:80vh;overflow:auto}.modal-box-xlarge{background:#fff;border-radius:16px;padding:32px;max-width:900px;width:100%;max-height:90vh;overflow:auto}.modal-box-auth{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%}.share-folder-modal{max-width:600px;width:min(92vw,600px);padding:24px;border-radius:18px}.share-folder-info{background:linear-gradient(180deg,#f4f6f8,#eef2f6);padding:16px;border-radius:10px;margin-bottom:20px;border:1px solid #e5e7eb}.share-folder-text{font-size:14px;color:#374151;margin-bottom:8px}.share-folder-text strong{color:#111827}.share-folder-subtitle{font-size:12px;color:#4b5563;margin-bottom:6px}.share-folder-credentials{margin-top:8px;padding:12px;background:#fffffff2;border-radius:6px;font-size:13px;color:#111827;border:1px solid #e5e7eb}.share-folder-credentials-note{margin-top:4px;font-size:12px;color:#4b5563}.btn-icon-only{background:none;border:none;cursor:pointer;padding:6px}.share-folder-manual{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin-bottom:16px}.share-folder-manual-title{font-size:15px;font-weight:600;color:#111827;margin-bottom:10px}.share-folder-manual-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:8px;align-items:center;margin-bottom:8px}.share-user-select{font-weight:600}.share-permission-select{padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;color:#111827}.btn-share-user{padding:11px 14px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px}.btn-share-user-full{width:100%;justify-content:center;margin-bottom:6px}.btn-share-user:disabled{opacity:.6;cursor:not-allowed}.share-folder-manual-hint{font-size:12px;color:#374151;min-height:18px}.share-user-list{margin-bottom:16px}.share-user-list-title{font-size:14px;font-weight:600;color:#111827}.share-user-list-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.share-user-count{min-width:22px;height:22px;border-radius:999px;background:#e5e7eb;color:#111827;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.share-user-empty{padding:10px 12px;border:1px dashed #d1d5db;border-radius:8px;background:#f9fafb;color:#6b7280;font-size:13px}.share-user-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-bottom:8px}.share-user-info{display:flex;flex-direction:column;gap:2px}.share-user-name{font-size:14px;font-weight:600;color:#111827}.share-user-meta{font-size:12px;color:#374151}.btn-unshare-user{background:#ef4444;color:#fff;border:none;border-radius:6px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer}.btn-unshare-user:hover{background:#dc2626}.btn-share-container{display:flex;flex-direction:column;gap:12px}.btn-action-large-center{padding:16px;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;display:flex;align-items:center;gap:12px;justify-content:center}.btn-action-large-center.btn-blue{background:#3b82f6;color:#fff}.btn-action-large-center.btn-whatsapp{background:#25d366;color:#fff}.btn-action-large-center.btn-email{background:#ea4335;color:#fff}@media(max-width:680px){.share-folder-manual-row{grid-template-columns:1fr}.btn-share-user,.share-permission-select{width:100%;justify-content:center}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header-detail{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.modal-title{margin:0;font-size:20px;font-weight:600;color:#111827}.modal-title-auth{margin:0 0 8px;font-size:24px;font-weight:600}.btn{padding:8px 16px;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500}.btn-center{justify-content:center}.btn-small{padding:6px 12px;font-size:12px;display:flex;align-items:center;gap:4px}.btn-purple{background:#8b5cf6}.btn-blue{background:#3b82f6}.btn-green{background:#10b981}.btn-red{background:#ef4444}.btn-orange{background:#f59e0b}.btn-whatsapp{background:#25d366}.btn-telegram{background:#08c}.btn-email{background:#ea4335}.btn-with-icon{display:flex;align-items:center;gap:6px}.btn-large{padding:12px;font-size:16px;font-weight:600}.btn-full{width:100%}.btn-flex-1{flex:1}.btn-share-folder{padding:10px 16px;background:#f59e0b;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px}.btn-action-large{padding:16px;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;display:flex;align-items:center;gap:12px}.btn-action-large-center{padding:16px;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;display:flex;align-items:center;gap:12px;justify-content:center}.btn-close{background:none;border:none;cursor:pointer}.btn-close-padded{background:none;border:none;cursor:pointer;padding:8px}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-between-mb{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.flex-gap-8{display:flex;gap:8px}.flex-gap-6{display:flex;align-items:center;gap:6px}.flex-gap-8-align{display:flex;gap:8px;align-items:center}.flex-gap-12{display:flex;gap:12px}.flex-column-gap-12{display:flex;flex-direction:column;gap:12px}.flex-column-gap-16{display:flex;flex-direction:column;gap:16px}.flex-1{flex:1}.text-center{text-align:center}.text-gray{font-size:14px;color:#6b7280;margin-bottom:20px}.text-gray-small{font-size:12px;color:#6b7280}.text-muted{font-size:14px;color:#4b5563}.text-auth-subtitle{margin:0;font-size:14px;color:#374151}.video-header-actions{display:flex;gap:8px;align-items:center}.checkbox-overlay{position:absolute;top:8px;left:8px;width:24px;height:24px;background:#fff;border:2px solid #3b82f6;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.checkbox-overlay-checked{background:#3b82f6}.iframe-absolute{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px}.input-text{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;margin-bottom:12px;box-sizing:border-box}.input-text-no-margin{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;box-sizing:border-box}.form-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151}.auth-header{text-align:center;margin-bottom:24px}.auth-icon{margin:0 auto 16px}.auth-error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:12px;margin-bottom:16px;color:#dc2626;font-size:14px;text-align:center}.auth-attempts{margin-top:16px;text-align:center;font-size:13px;color:#6b7280;padding:8px;background:#f3f4f6;border-radius:6px}.share-folder-info{background:#f3f4f6;padding:16px;border-radius:8px;margin-bottom:20px;border:1px solid #e5e7eb}.share-folder-label{font-size:14px;color:#6b7280;margin-bottom:8px}.share-folder-label-small{font-size:12px;color:#9ca3af}.share-folder-credentials{margin-top:8px;padding:12px;background:#fff;border-radius:6px;font-family:monospace;font-size:13px;color:#111827}.folder-empty-state{text-align:center;padding:60px 20px;color:#9ca3af}.folder-empty-icon{margin-bottom:16px;opacity:.5}.folder-empty-title{font-size:16px;margin:0}.folder-empty-subtitle{font-size:14px;margin:8px 0 0}.form-group{margin-bottom:16px}.form-group-no-margin{margin-bottom:24px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.p-40{padding:40px}.strong-dark{color:#111827}.strong-danger{color:#ef4444}.blocked-container{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999}.blocked-content{background:#fff;padding:40px;border-radius:16px;text-align:center;max-width:450px;width:90%}.blocked-icon{margin-bottom:20px}.blocked-title{font-size:32px;font-weight:700;margin-bottom:16px;color:#ef4444}.blocked-message{font-size:18px;color:#9ca3af;line-height:1.6}.loading-container{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-content{text-align:center}.loading-spinner{width:100px;height:100px;border:10px solid rgba(56,189,248,.2);border-top-color:#38bdf8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 30px}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:18px;color:#38bdf8}.warning-banner{margin:0 0 12px;padding:10px 14px;background:#f59e0b26;border:1px solid rgba(245,158,11,.35);color:#92400e;border-radius:10px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:12px}.warning-banner-action{padding:6px 10px;background:#f59e0b;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700}.react-player{position:absolute;top:0;left:0}.react-player>div,.react-player iframe{position:absolute;top:0;left:0;width:100%;height:100%}.controlled-video-player{position:relative;width:100%;min-height:400px;background:#000;border-radius:12px;overflow:visible}.player-wrapper{position:relative;width:100%;padding-top:56.25%;background:#000;min-height:350px;overflow:visible}.yt-player{position:absolute;top:0;left:0;width:100%;height:100%}.yt-player iframe{width:100%;height:100%;border:0}.player-wrapper>div,.player-wrapper iframe,.player-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.player-controls{padding:12px 16px;background:#141419f2;border-top:1px solid rgba(255,255,255,.1)}.progress-bar-container{position:relative;width:100%;height:32px;background:#ffffff1a;border-radius:8px;margin-bottom:12px;cursor:pointer;overflow:hidden;display:flex;align-items:center}.progress-bar-container:hover{background:#ffffff26}.allowed-range{position:absolute;top:0;height:100%;background:#14ffb426;border:1px solid rgba(20,255,180,.4);z-index:1}.progress-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#a8d5ba,#5eb3a6);display:flex;align-items:center;justify-content:flex-end;transition:width .1s linear;z-index:2}.progress-dot{width:12px;height:12px;background:#fff;border-radius:50%;margin-right:4px;box-shadow:0 0 8px #fff9}.time-indicators{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:16px;font-size:11px;color:#ffffffb3;z-index:3;pointer-events:none}.time-start:before{content:"Inicio: ";font-weight:600}.time-end:before{content:"Fin: ";font-weight:600}.player-time-info{display:flex;align-items:center;gap:8px;font-size:12px;color:#fffc;margin-bottom:8px}.current-time{font-weight:600;color:#a8d5ba;min-width:40px}.total-time{color:#fff9}.separator{color:#fff6}.action-label{margin-left:auto;font-size:11px;color:#fff9}.range-locked-notice{padding:8px 12px;background:#14ffb41a;border-left:3px solid #14ffb4;font-size:12px;color:#14ffb4cc;margin-top:8px}.player-error{width:100%;padding:80px 20px;background:#000;text-align:center;color:#ffffff80;font-size:14px}.dashboard-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:1rem;margin-top:2rem;min-height:700px}@media(max-width:1400px){.dashboard-grid{grid-template-columns:1fr}}@media(max-width:1200px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-grid-empty{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;min-height:500px;background:linear-gradient(135deg,#0d111766,#13171933);border:1px dashed rgba(168,213,186,.15);border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero{min-height:100vh;position:relative;background:linear-gradient(165deg,#0f1215,#12171b 56%,#1a2025)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% -8%,rgba(106,162,131,.14),transparent 36%),radial-gradient(circle at 88% 0%,rgba(169,179,184,.16),transparent 40%)}.hero-content{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:2.5rem 1.25rem 3.25rem;color:#eef3f1}.contenido{text-align:left;margin-bottom:1.35rem}.hero-content h1{margin:0;font-size:clamp(2.3rem,4vw,3.4rem);font-weight:800;letter-spacing:-.03em;line-height:.98}.hero-content h3{margin:.55rem 0 0;font-size:clamp(.98rem,1.4vw,1.1rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#dce6e1db}.plantel-main{max-width:1280px;margin:1rem auto 0}.plantel-filterbar{width:100%;max-width:1280px;margin:0 auto;padding:.95rem 1rem;border-radius:14px;background:#1f252abd;border:1px solid rgba(168,182,173,.14);display:grid;grid-template-columns:minmax(220px,320px) minmax(240px,1fr);gap:.9rem}.plantel-filter-group{display:flex;flex-direction:column;gap:.45rem}.plantel-filter-label{font-size:.74rem;font-weight:700;letter-spacing:.1em;color:#dbe4dfb8;text-transform:uppercase}.plantel-filter-input,.select-simple{width:100%;min-height:44px;padding:.72rem .85rem;background:#12171beb;color:#eaf0ed;border:1px solid rgba(168,182,173,.26);border-radius:10px;font-size:.92rem;font-weight:600}.select-simple{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='rgb(205,216,210)' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .65rem center;padding-right:2rem}.plantel-filter-input::placeholder{color:#c8d1cc94}.plantel-filter-input:focus,.select-simple:focus{outline:none;border-color:#7bb1948a;box-shadow:0 0 0 2px #7bb19433}.plantel-status-message{max-width:1280px;margin:1.1rem auto;padding:1rem 1.1rem;border-radius:12px;text-align:center;color:#dde6e2;font-weight:600;font-size:.98rem;background:#1e2328db;border:1px solid rgba(168,182,173,.24)}.plantel-status-error{color:#ffdede;border-color:#ef444461;background:#4a1c1cd1}.plantel-retry-button{margin-top:.8rem;min-width:132px;padding:.58rem .9rem;border-radius:10px;border:1px solid rgba(222,188,188,.36);background:#713232b8;color:#ffecec;cursor:pointer;font-weight:700}.plantel-retry-button:hover{background:#7c3636e0}.player-detail-container{max-width:1280px;margin:1.5rem auto;padding:1.4rem 1.2rem 1.6rem;background:linear-gradient(180deg,#1e2328eb,#181e23eb);border:1px solid rgba(168,182,173,.2);border-radius:18px;position:relative;box-shadow:0 12px 30px #0000003d}.player-detail-close{position:absolute;top:.7rem;right:.7rem;background:#12181ce0;border:1px solid rgba(168,182,173,.22);border-radius:8px;padding:.4rem;cursor:pointer;color:#d9e3df;transition:all .2s ease}.player-detail-close:hover{border-color:#7bb19485;color:#8dcaa8}.player-detail-content{margin-top:2rem;display:grid;grid-template-columns:220px minmax(260px,1fr) minmax(340px,1.35fr);gap:1.5rem;align-items:flex-start}.player-detail-image{width:100%;overflow:hidden;border-radius:12px;background:#14191dcc}.player-detail-img{width:100%;min-height:300px;display:block;object-fit:cover}.player-detail-info{display:flex;flex-direction:column;gap:.8rem;padding:.2rem 0}.player-detail-header{border-bottom:1px solid rgba(168,182,173,.22);padding-bottom:.65rem}.player-detail-name{font-size:clamp(1.7rem,2.4vw,2.2rem);font-weight:800;color:#e7efeb;letter-spacing:-.03em}.player-detail-minimal-list{list-style:none;display:flex;flex-direction:column;margin:0;padding:0}.player-detail-minimal-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:50px;border-bottom:1px solid rgba(168,182,173,.18)}.detail-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#98a7a0;font-weight:700}.detail-value{font-size:1.08rem;font-weight:800;color:#dce8e3;text-align:right}.player-detail-match-selector{margin-top:.8rem;padding:.55rem .2rem;border-bottom:1px solid rgba(168,182,173,.16)}.match-selector-label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#9ca9a3;font-weight:700;margin-bottom:.7rem}.match-selector-select{width:100%;padding:.66rem .72rem;background:#13181ce6;border:1px solid rgba(168,182,173,.26);border-radius:10px;color:#e6eeea;font-size:.92rem;font-weight:600;cursor:pointer}.match-selector-select:focus{border-color:#7bb19480;outline:none}.match-selector-select option{background:#11161a;color:#e6eeea}.player-detail-actions-section{margin-top:1.5rem}.actions-section-title{font-size:1.02rem;font-weight:800;color:#e1ebe6;margin-bottom:.9rem;letter-spacing:.05em;text-transform:uppercase}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:.78rem}.action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:.9rem .72rem;background:#7cac9017;border:1px solid rgba(168,182,173,.2);border-radius:12px;cursor:pointer;color:#dce8e3}.action-button:hover{border-color:#7bb19466}.action-button.active{background:#7cac9033;border-color:#7bb19480}.action-icon{font-size:1.42rem}.action-name{font-size:.83rem;font-weight:600}.player-detail-outputs-section{margin-top:1rem;padding:.95rem;background:#7cac9012;border-left:3px solid rgba(123,177,148,.36);border-radius:6px}.outputs-section-title{font-size:.86rem;font-weight:700;color:#ccddd4;margin-bottom:.7rem;text-transform:uppercase;letter-spacing:.04em}.outputs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.72rem}.output-button{padding:.54rem .8rem;background:#7cac901a;border:1px solid rgba(168,182,173,.26);border-radius:8px;color:#dce8e3;font-size:.82rem;font-weight:600;cursor:pointer;text-transform:capitalize;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.output-name{flex:1;text-align:left}.output-count{min-width:34px;text-align:right;color:#ffffffdb;background:#ffffff1f;border-radius:999px;padding:.1rem .56rem}.output-button:hover{border-color:#7bb1946b}.player-detail-map-row{display:grid;grid-template-columns:1fr;gap:1rem;align-items:stretch;margin-top:1.2rem}.player-detail-map-container{min-width:0;border-radius:16px;display:flex;flex-direction:column;height:auto}.player-detail-map-container .field-container{min-height:600px;height:auto;display:flex;flex-direction:column}.player-detail-hover-panel{display:none}.player-detail-playmap-area{margin-top:0;padding:1.5rem;min-height:340px;background:#13181c9e;border:1px dashed rgba(168,182,173,.32);border-radius:16px;display:flex;align-items:center;justify-content:center}.playmap-placeholder{color:#98aa9d;font-size:1.02rem;font-weight:600}html[data-theme=light] .hero{background:linear-gradient(168deg,#d6dbe0,#ced4d9 52%,#c6ccd1)}html[data-theme=light] .hero:before{background:radial-gradient(circle at 14% -8%,rgba(115,151,126,.17),transparent 38%),radial-gradient(circle at 90% 0%,rgba(152,161,170,.22),transparent 42%)}html[data-theme=light] .hero-content{color:#1f2830}html[data-theme=light] .hero-content h1{color:#24313a}html[data-theme=light] .hero-content h3{color:#4f646f}html[data-theme=light] .plantel-filterbar{background:#eaeef1db;border-color:#848d9547}html[data-theme=light] .plantel-filter-label{color:#434e58c7}html[data-theme=light] .select-simple,html[data-theme=light] .plantel-filter-input,html[data-theme=light] .match-selector-select,html[data-theme=light] .player-detail-close,html[data-theme=light] .action-button,html[data-theme=light] .output-button,html[data-theme=light] .player-detail-playmap-area{background:#f8f9faf5;color:#2b3943;border-color:#8a939b57}html[data-theme=light] .plantel-status-message{background:#ecf0f3e0;border-color:#848d9542;color:#34424d}html[data-theme=light] .plantel-status-error{background:#ffefefeb;border-color:#cc5d5d57;color:#a83a3a}html[data-theme=light] .plantel-retry-button{background:#c55f5f1f;border-color:#b04e4e57;color:#9d3131}html[data-theme=light] .player-detail-container{background:linear-gradient(180deg,#e8edf1eb,#e1e8eceb);border-color:#858e9542;box-shadow:0 12px 28px #28353e1a}html[data-theme=light] .player-detail-name,html[data-theme=light] .actions-section-title{color:#2b3943}html[data-theme=light] .detail-label,html[data-theme=light] .match-selector-label,html[data-theme=light] .playmap-placeholder,html[data-theme=light] .outputs-section-title{color:#5c6d79}html[data-theme=light] .detail-value{color:#4f8265}html[data-theme=light] .output-count{color:#2b3943;background:#ffffffb3}html[data-theme=light] .match-selector-select option{background:#fff;color:#2b3943}@media(max-width:1020px){.player-detail-content{grid-template-columns:1fr}.player-detail-image{max-width:280px;margin:0 auto}.player-detail-img{min-height:240px}}@media(max-width:860px){.hero-content{padding-top:1.8rem}.plantel-filterbar{grid-template-columns:1fr}.plantel-main{margin-top:.9rem}.player-detail-container{margin-top:1.1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.player-grid-container{padding:.4rem 0 1.6rem}.player-grid-section+.player-grid-section{margin-top:.4rem}.staff-section-header,.players-section-header{display:flex;align-items:baseline;justify-content:space-between;gap:.85rem;margin:1rem 0 .75rem;padding:0}.staff-section-title,.players-section-title{margin:0;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:800;letter-spacing:-.02em;color:#eef3f1}.staff-section-subtitle,.players-section-subtitle{margin:0;font-size:.74rem;font-weight:700;letter-spacing:.1em;color:#c8d3ceb8;text-transform:uppercase}.player-grid-wrapper{padding:.95rem;border-radius:16px;background:#1c2227c7;border:1px solid rgba(165,178,170,.16)}.player-grid-header{margin-bottom:.65rem}.player-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.85rem}.player-card,.staff-card{animation:fadeInUp .35s ease-out backwards;background:#151b1ff0;border-radius:12px;border:1px solid rgba(165,178,170,.14);padding:.88rem .72rem;text-align:center;transition:transform .2s ease,border-color .2s ease,background-color .2s ease;cursor:pointer}.player-card:hover,.staff-card:hover{transform:translateY(-2px);border-color:#7bb19470;background:#192125f5}.shimmer-bg{display:none}.player-card-content,.staff-card-content{display:flex;flex-direction:column;align-items:center}.player-avatar,.staff-avatar{width:82px;height:82px;margin:0 auto .72rem;border-radius:10px;overflow:hidden;background:#2d353c;border:1px solid rgba(165,178,170,.26)}.player-image,.staff-image{width:100%;height:100%;object-fit:cover;display:block}.player-name,.staff-name{margin:0;font-size:.92rem;font-weight:700;color:#f0f4f3;line-height:1.2}.player-position-badge,.staff-position-badge{margin-top:.55rem;padding:.28rem .62rem;border-radius:999px;background:#79ae901a;border:none}.player-position-text,.staff-position-text{margin:0;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b6ddc6f5}.player-grid-footer{margin-top:.65rem;text-align:right}.player-grid-total{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c1cdc8a8}.section-divider{height:1px;margin:1rem 0;background:linear-gradient(90deg,transparent 0%,rgba(129,165,141,.33) 50%,transparent 100%)}.empty-grid-message{margin-top:1rem;padding:1.2rem 1rem;border-radius:12px;text-align:center;background:#1c2227b3;border:1px solid rgba(165,178,170,.16)}.empty-grid-message p{margin:0;color:#d0d9d6d9;font-size:.92rem;font-weight:600}html[data-theme=light] .player-grid-wrapper{background:#e8edf1d6;border-color:#858e953d}html[data-theme=light] .player-card,html[data-theme=light] .staff-card{background:#f4f7f9f5;border-color:#9099a047}html[data-theme=light] .player-card:hover,html[data-theme=light] .staff-card:hover{border-color:#5d806a6b;background:#f8f9fb}html[data-theme=light] .staff-section-title,html[data-theme=light] .players-section-title,html[data-theme=light] .player-name,html[data-theme=light] .staff-name{color:#2a3842}html[data-theme=light] .staff-section-subtitle,html[data-theme=light] .players-section-subtitle,html[data-theme=light] .player-grid-total{color:#49555eb8}html[data-theme=light] .player-avatar,html[data-theme=light] .staff-avatar{background:#dde2e7;border-color:#86909766}html[data-theme=light] .player-position-badge,html[data-theme=light] .staff-position-badge{background:#5f846b1f}html[data-theme=light] .player-position-text,html[data-theme=light] .staff-position-text{color:#5f846b}html[data-theme=light] .empty-grid-message{background:#e9eef1db;border-color:#858e9538}html[data-theme=light] .empty-grid-message p{color:#42525d}@media(max-width:860px){.staff-section-header,.players-section-header{align-items:flex-start;flex-direction:column;gap:.15rem}.player-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.72rem}.player-grid-wrapper{padding:.78rem}.player-avatar,.staff-avatar{width:72px;height:72px}}.player-heatmap-card{display:flex;flex-direction:column;gap:.65rem;padding:.8rem;background:transparent;border:1px solid rgba(122,207,157,.4);border-radius:14px}html[data-theme=light] .player-heatmap-card,html[data-theme=dark] .player-heatmap-card{background:transparent;border-color:#7acf9d66}.player-heatmap-header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid rgba(113,207,153,.16);padding-bottom:.35rem}.player-heatmap-title{margin:0;font-size:.92rem;letter-spacing:.03em;color:#d5ecd9;font-weight:700;text-transform:none}.player-heatmap-count{margin:0;color:#9eb3a4;font-weight:700;font-size:.82rem}.player-heatmap-field{position:relative;width:100%;max-height:250px;aspect-ratio:1.4;border-radius:12px;overflow:hidden;background-image:linear-gradient(to top,#04080633,#04080659),url(/pitch-football.jpg);background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px #7acf9d29}.player-heatmap-point{position:absolute;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;background:radial-gradient(circle,#fff564,#ffa51ed9 42%,#ff320080 85%,#dc140000);filter:blur(.6px);mix-blend-mode:screen;box-shadow:0 0 12px #ff8c0066}.player-heatmap-empty{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#e7f2e9;font-weight:700;font-size:.9rem;text-align:center;background:#0508069e;padding:.45rem .7rem;border-radius:8px}.club-container{min-height:100vh;background:linear-gradient(to top,#050605,#0b120d 46%,#111a14),radial-gradient(ellipse at top left,rgba(20,255,180,.05) 0%,transparent 50%),radial-gradient(ellipse at bottom right,rgba(255,90,120,.05) 0%,transparent 50%);color:#e0e6ed;padding:24px 20px 40px}.club-content{max-width:1400px;margin:0 auto;padding-top:72px}.club-header{margin-bottom:20px}.club-header h1{font-size:2rem;color:#a8d5ba;margin-bottom:6px}.club-header p{color:#e0e6edb8;font-size:.95rem}.club-filters{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.club-segmented{display:inline-flex;border-radius:10px;background:#0d1117b3;border:1px solid rgba(168,213,186,.16);overflow:hidden}.club-phase-btn{background:transparent;color:#9fb5a6;border:none;padding:10px 18px;font-size:.92rem;cursor:pointer;transition:all .2s ease}.club-phase-btn.active{color:#102015;background:#a8d5ba;font-weight:600}.club-period-filter{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;color:#a8d5ba;font-size:.9rem}.club-period-filter select{background:#0d1117cc;border:1px solid rgba(168,213,186,.24);border-radius:8px;color:#e0e6ed;padding:9px 12px;min-width:150px}.club-stage-filter .club-segmented{min-height:40px}.club-filter-note{font-size:.76rem;color:#a8d5bab3}.club-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.club-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.club-chart-group{gap:0;background:#0d1117a3;border-radius:14px;border:1px solid rgba(168,213,186,.12);overflow:hidden}.club-chart-group .club-card{background:transparent;border:none;border-radius:0}.club-section{display:grid;gap:16px;margin-top:16px}.club-section-group{gap:0;background:#0d1117a3;border-radius:14px;border:1px solid rgba(168,213,186,.12);overflow:hidden}.club-section-group>.club-card,.club-section-group>.club-chart-group{background:transparent;border:none;border-radius:0}.club-section-group>.club-chart-group{border-top:1px solid rgba(168,213,186,.12)}.club-card{background:#0d1117a3;border-radius:14px;border:1px solid rgba(168,213,186,.12);padding:14px 16px}.club-card h3{color:#a8d5ba;font-size:1.02rem;margin-bottom:12px}.club-chart-card{min-height:340px}.club-chart-canvas{width:100%;height:220px}.club-chart-legend{margin-top:8px;list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:6px}.club-chart-legend-item{display:flex;align-items:center;gap:8px;color:#dbe8e1;font-size:.88rem;line-height:1.25}.club-chart-color{width:12px;height:12px;border-radius:2px;flex-shrink:0}.club-empty{min-height:110px;display:flex;align-items:center;justify-content:center;color:#e0e6edb3;text-align:center}.club-table-wrapper{overflow-x:auto}.club-table{width:100%;border-collapse:collapse;color:#d9e2eb}.club-table th,.club-table td{border-bottom:1px solid rgba(168,213,186,.12);padding:9px 10px;text-align:left;font-size:.9rem}.club-table th{color:#a8d5ba;font-weight:600;background:#2d3e2f40}html[data-theme=light] .club-container{background:linear-gradient(to top,#f2f4f1,#eaede8 46%,#dfe4df),radial-gradient(ellipse at top left,rgba(126,137,130,.06) 0%,transparent 50%),radial-gradient(ellipse at bottom right,rgba(214,145,45,.035) 0%,transparent 50%);color:#102015}html[data-theme=light] .club-header h1,html[data-theme=light] .club-card h3,html[data-theme=light] .club-phase-btn.active{color:#102015}html[data-theme=light] .club-header p,html[data-theme=light] .club-filter-note,html[data-theme=light] .club-empty,html[data-theme=light] .club-chart-legend-item{color:#5d6d63}html[data-theme=light] .club-period-filter span,html[data-theme=light] .club-period-filter select,html[data-theme=light] .club-phase-btn{color:#102015}html[data-theme=light] .club-segmented,html[data-theme=light] .club-card,html[data-theme=light] .club-chart-group,html[data-theme=light] .club-section-group,html[data-theme=light] .club-period-filter select{background:#eff1edeb;border-color:#7e89823d}html[data-theme=light] .club-phase-btn{color:#5d6d63}html[data-theme=light] .club-phase-btn.active{background:#2f8f5824;font-weight:700}html[data-theme=light] .club-period-filter{color:#2f8f58}html[data-theme=light] .club-table,html[data-theme=light] .club-table th,html[data-theme=light] .club-table td{color:#102015}html[data-theme=light] .club-table th{background:#eff8f1f5}html[data-theme=light] .club-table th,html[data-theme=light] .club-table td{border-bottom-color:#7e898229}html[data-theme=light] .club-period-filter select:disabled{color:#102015;opacity:.9}html[data-theme=light] .club-segmented{border-color:#7e898238}html[data-theme=light] .club-phase-btn:not(.active):hover{background:#2f8f5814}.club-table-total td{font-weight:600;color:#f2f8f4}@media(max-width:1200px){.club-grid-3{grid-template-columns:1fr 1fr}}@media(max-width:920px){.club-grid-3,.club-grid-2{grid-template-columns:1fr}.club-content{padding-top:62px}}.profile-page{min-height:calc(100vh - 74px);padding:2.25rem 1.25rem 3rem;background:radial-gradient(circle at top left,rgba(122,207,157,.14),transparent 28%),radial-gradient(circle at top right,rgba(234,211,138,.12),transparent 26%),linear-gradient(180deg,#0408062e,#04080605)}.profile-shell{max-width:1180px;margin:0 auto}.profile-panel{position:relative;overflow:hidden;padding:2rem;border-radius:28px;border:1px solid var(--surface-border);background:linear-gradient(180deg,#0a0f0bf0,#080c09e0);box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(122,207,157,.08),transparent 35%),linear-gradient(225deg,rgba(234,211,138,.05),transparent 40%);pointer-events:none}.profile-header{position:relative;z-index:1;padding-bottom:1.75rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(122,207,157,.12)}.profile-identity{display:flex;align-items:flex-start;gap:1.15rem}.profile-avatar{width:92px;height:92px;flex:0 0 auto;border-radius:24px;padding:3px;background:linear-gradient(135deg,#7acf9dfa,#ead38ae6);box-shadow:0 20px 32px #00000047;overflow:hidden}.profile-avatar-image,.profile-avatar-fallback{width:100%;height:100%;border-radius:21px}.profile-avatar-image{display:block;object-fit:cover}.profile-avatar-fallback{display:flex;align-items:center;justify-content:center;background:#050a07f0;color:var(--text-primary);font-size:1.7rem;font-weight:800;letter-spacing:.08em}.profile-copy{min-width:0}.profile-kicker{display:inline-flex;margin-bottom:.55rem;color:var(--accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.profile-name{margin:0;color:var(--text-primary);font-size:clamp(2.1rem,4vw,3.45rem);font-weight:800;line-height:.96;letter-spacing:-.04em}.profile-subtitle{margin:.7rem 0 0;color:var(--text-secondary);font-size:1.02rem;font-weight:500}.profile-badges{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.profile-status,.profile-meta-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .9rem;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.02em}.profile-status{border:1px solid transparent}.profile-status--active{color:#0f2f1a;background:linear-gradient(135deg,#7acf9df0,#b6f1c9db)}.profile-status--inactive{color:var(--danger);background:#ff9e9e1a;border-color:#ff9e9e47}.profile-meta-chip{color:var(--text-primary);background:#ffffff0a;border:1px solid rgba(122,207,157,.14)}.profile-details{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2rem}.profile-field{padding:1rem 0;border-top:1px solid rgba(122,207,157,.1)}.profile-field:nth-child(-n+2){border-top:0;padding-top:0}.profile-label{display:block;margin-bottom:.38rem;color:var(--text-secondary);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.profile-value{display:block;color:var(--text-primary);font-size:1.05rem;font-weight:600;line-height:1.45;overflow-wrap:anywhere}html[data-theme=light] .profile-page{background:radial-gradient(circle at top left,rgba(47,143,88,.12),transparent 28%),radial-gradient(circle at top right,rgba(165,139,69,.12),transparent 26%),linear-gradient(180deg,#ffffff47,#fff0)}html[data-theme=light] .profile-panel{background:linear-gradient(180deg,#f5f7f3eb,#ecf0ebe0);border-color:#7e898238}html[data-theme=light] .profile-panel:before{background:linear-gradient(135deg,rgba(47,143,88,.08),transparent 35%),linear-gradient(225deg,rgba(165,139,69,.06),transparent 40%)}html[data-theme=light] .profile-header{border-bottom-color:#7e89822e}html[data-theme=light] .profile-avatar{background:linear-gradient(135deg,#2f8f58f5,#a58b45d6)}html[data-theme=light] .profile-avatar-fallback{background:#f6f8f5fa;color:#102015}html[data-theme=light] .profile-status--active{color:#0f2f1a}html[data-theme=light] .profile-status--inactive{color:#a43d3d}html[data-theme=light] .profile-meta-chip{background:#ffffff94;border-color:#7e89823d}html[data-theme=light] .profile-field{border-top-color:#7e89822e}@media(max-width:900px){.profile-panel{padding:1.6rem}.profile-details{grid-template-columns:1fr;gap:0}.profile-field:nth-child(-n+2){border-top:1px solid rgba(122,207,157,.1);padding-top:1rem}.profile-field:first-child{border-top:0;padding-top:0}}@media(max-width:640px){.profile-page{padding:1.1rem .85rem 2rem}.profile-panel{padding:1.3rem;border-radius:22px}.profile-identity{flex-direction:column;align-items:flex-start}.profile-avatar{width:76px;height:76px;border-radius:20px}.profile-name{font-size:2rem}.profile-value{font-size:1rem}}.navbar-container{position:sticky;top:0;width:100%;padding:12px 0;z-index:1000;background:linear-gradient(180deg,#070c09f0,#070c09d1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--surface-border)}.navbar-content{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1400px;margin:0 auto;padding:0 20px}.navbar-logo{font-size:1.5rem;font-weight:900;letter-spacing:2px;background:linear-gradient(135deg,var(--accent-strong) 0%,var(--accent-warm) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(122,207,157,.18);cursor:pointer;transition:all .3s ease}.navbar-logo:hover{transform:scale(1.05);filter:brightness(1.08)}.navbar-menu{display:flex;gap:0;position:relative;background:var(--surface-1);border:1px solid var(--surface-border);border-radius:14px;overflow:hidden}.navbar-item{position:relative;padding:.65rem 2rem;font-size:1.05rem;font-weight:700;color:var(--text-primary);text-decoration:none;cursor:pointer;transition:all .3s ease;overflow:hidden;letter-spacing:.04em;display:block}.navbar-item:before{content:"";position:absolute;inset:0;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);clip-path:polygon(15% 0%,100% 0%,85% 100%,0% 100%);transition:all .3s ease;z-index:-1}.navbar-item:first-child:before{clip-path:polygon(0% 0%,100% 0%,85% 100%,0% 100%)}.navbar-item:last-child:before{clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%)}.navbar-item.active:before{background:linear-gradient(135deg,#7acf9d42,#7acf9d1f);box-shadow:inset 0 1px #7acf9d42,inset 0 -1px #7acf9d42,0 4px 20px #7acf9d24}.navbar-item.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:2px;background:var(--accent);box-shadow:0 0 10px var(--accent)}.navbar-item.active{color:var(--accent)}.navbar-item:not(.active):hover:before{background:#7acf9d38;box-shadow:0 2px 16px #7acf9d3d;transform:translateY(-2px)}.navbar-item:not(.active):hover{color:var(--accent);transform:translateY(-2px)}.navbar-theme-toggle,.navbar-logout{display:inline-flex;align-items:center;gap:.55rem;padding:.68rem 1rem;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:700;transition:all .25s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--surface-border);color:var(--text-primary);background:var(--surface-1)}.navbar-theme-toggle:hover,.navbar-logout:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.navbar-theme-toggle{padding:.68rem;min-width:44px;justify-content:center;background:linear-gradient(180deg,#7acf9d24,#7acf9d17)}.navbar-theme-toggle svg{width:18px;height:18px}.navbar-actions{display:inline-flex;align-items:center;gap:.55rem}.navbar-profile-menu{position:relative}.navbar-user-trigger{display:inline-flex;align-items:center;gap:.75rem;padding:.62rem .9rem .62rem .7rem;border-radius:14px;cursor:pointer;border:1px solid var(--surface-border);color:var(--text-primary);background:linear-gradient(180deg,#7acf9d21,#7acf9d12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none;transition:all .25s ease}.navbar-user-trigger:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.navbar-user-trigger svg{flex-shrink:0;opacity:.8}.navbar-user-avatar{width:2.15rem;height:2.15rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#7acf9dfa,#ead38ae0);color:#08110b;font-weight:800;font-size:.8rem;letter-spacing:.06em;flex-shrink:0}.navbar-user-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;line-height:1.1}.navbar-user-label{color:var(--text-secondary);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.navbar-user-name{max-width:18ch;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.96rem;font-weight:700}.navbar-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:.5rem;border-radius:16px;border:1px solid var(--surface-border);background:#070c09f5;box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:20}.navbar-user-dropdown.open{opacity:1;transform:translateY(0);pointer-events:auto}.navbar-user-dropdown-item{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:.78rem .9rem;border:0;border-radius:12px;background:transparent;color:var(--text-primary);font-size:.95rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease;text-align:left}.navbar-user-dropdown-item:hover{background:#7acf9d1f;color:var(--accent-strong)}.navbar-user-dropdown-item.danger:hover{background:#ff6e6e24;color:var(--danger)}.navbar-logout{background:var(--danger-soft);border-color:var(--danger-border);color:var(--danger)}.navbar-logout:hover{background:#ff6e6e29;border-color:#ff6e6e6b}.navbar-logout svg{width:18px;height:18px}@media(max-width:768px){.navbar-content{flex-direction:column;gap:1rem}.navbar-menu{flex-direction:column;width:100%}.navbar-item{width:100%;text-align:center}.navbar-actions{width:100%;flex-wrap:wrap}.navbar-theme-toggle,.navbar-profile-menu,.navbar-logout{width:100%}.navbar-user-trigger,.navbar-logout{width:100%;justify-content:center}.navbar-profile-menu{order:2}.navbar-logout{order:3}.navbar-user-dropdown{position:static;width:100%;margin-top:.55rem;transform:none;min-width:0}.navbar-item:before,.navbar-item:first-child:before,.navbar-item:last-child:before{clip-path:polygon(5% 0%,95% 0%,95% 100%,5% 100%)}}html[data-theme=light] .navbar-container{background:linear-gradient(180deg,#eff1edeb,#e4e8e3d1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom-color:#7e898233}html[data-theme=light] .navbar-menu{background:#ebeee9c7;border-color:#7e898238}html[data-theme=light] .navbar-item{color:#102015}html[data-theme=light] .navbar-item:before{background:#fff3}html[data-theme=light] .navbar-item.active:before{background:linear-gradient(135deg,#7e898233,#7acf9d2e);box-shadow:inset 0 1px #7e89822e,inset 0 -1px #7e89822e,0 4px 16px #7e89821a}html[data-theme=light] .navbar-item.active,html[data-theme=light] .navbar-item:not(.active):hover{color:#1f7e49}html[data-theme=light] .navbar-item:not(.active):hover:before{background:#7e898224;box-shadow:0 2px 12px #7e898224}html[data-theme=light] .navbar-theme-toggle,html[data-theme=light] .navbar-logout{background:#f0f2eee6;border-color:#7e898238;color:#102015;box-shadow:none}html[data-theme=light] .navbar-user-trigger{background:linear-gradient(180deg,#2f8f581f,#2f8f580f);border-color:#7e898238;color:#102015}html[data-theme=light] .navbar-user-avatar{color:#102015}html[data-theme=light] .navbar-user-dropdown{background:#f5f7f4fa;border-color:#7e898238}html[data-theme=light] .navbar-user-dropdown-item:hover{background:#7e89821f;color:#1f7e49}html[data-theme=light] .navbar-user-dropdown-item.danger:hover{background:#d645451f;color:var(--danger)}html[data-theme=light] .navbar-theme-toggle:hover,html[data-theme=light] .navbar-logout:hover{box-shadow:0 10px 24px #1020151a}html[data-theme=light] .navbar-theme-toggle{background:#e7ebe6eb}html[data-theme=light] .navbar-logout{background:#fff0f0b8;color:#b42323;border-color:#d645452e}
