@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Teko:wght@500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Teko:wght@500;600;700&family=Bebas+Neue&display=swap";*{box-sizing:border-box;font-family:var(--font-ui);margin:0;padding:0}:root{--font-ui:"Inter", sans-serif;--font-display:"Teko", sans-serif;--font-overall:"Bebas Neue", sans-serif}body{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);min-height:100vh}a{color:#38bdf8;text-decoration:none}a:hover{text-decoration:underline}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:#0f172af2;border:1px solid #94a3b833;border-radius:16px;width:100%;max-width:420px;padding:32px;box-shadow:0 10px 30px #00000059}.auth-card h1{text-align:center;margin-bottom:8px;font-size:2rem}.subtitle{text-align:center;color:#cbd5e1;margin-bottom:24px}.auth-form{flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#e2e8f0;font-size:.95rem}.form-group input{color:#fff;background:#0f172a;border:1px solid #334155;border-radius:10px;outline:none;padding:12px 14px;transition:all .2s}.form-group input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}.auth-button{color:#0f172a;cursor:pointer;background:#38bdf8;border:none;border-radius:10px;margin-top:8px;padding:12px;font-size:1rem;font-weight:700;transition:all .2s}.auth-button:hover{opacity:.9;transform:translateY(-1px)}.auth-footer{text-align:center;color:#cbd5e1;margin-top:20px}.players-container{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh}.overlay{background:#0000008c;min-height:100vh;padding:40px 24px}.overlay h1{text-align:center;margin-bottom:32px}.players-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:25px;display:flex}.players-list{flex-wrap:wrap;justify-content:center;gap:22px;display:flex}.player-card{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#160830f5,#060c1ef5);border:1px solid #5a82ff2e;border-radius:18px;width:240px;padding:18px;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000047}.player-card:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000,#ffffff14,#ffffff40,#ffffff14,#0000);width:60%;height:100%;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.player-card:hover:after{animation:.72s cardShine}@keyframes cardShine{0%{left:-120%}to{left:120%}}.overall-badge{z-index:2;text-shadow:0 2px 6px #0009;border-radius:999px;justify-content:center;align-items:center;min-width:46px;height:46px;font-size:20px;font-weight:800;display:flex;position:absolute;top:12px;right:12px}.overall-badge.elite{color:#fff;font-family:var(--font-overall);background:linear-gradient(135deg,#fde68a,#fbbf24)}.overall-badge.great{color:#fff;font-family:var(--font-overall);background:linear-gradient(135deg,#60a5fa,#2563eb)}.overall-badge.good{color:#fff;font-family:var(--font-overall);background:linear-gradient(135deg,#4ade80,#16a34a)}.player-image-wrapper{background:radial-gradient(circle at top,#1f3c8a47,#060c1e33);border-radius:14px;justify-content:center;align-items:center;width:100%;height:150px;margin-bottom:14px;display:flex;overflow:hidden}.player-img{object-fit:contain;max-width:100%;max-height:100%}.player-flag-row{align-items:center;gap:8px;margin-bottom:12px;display:flex}.flag{border-radius:3px;width:24px;height:18px}.player-name{font-size:1.3rem;font-weight:700}.player-position{background:#3b82f633;border-radius:999px;margin:6px 0;padding:6px 10px;display:inline-block}.player-info{opacity:.85;font-size:.95rem}.add-btn{cursor:pointer;background:#38bdf8;border:none;border-radius:10px;padding:10px 16px;font-weight:700;transition:all .2s}.add-btn:hover{opacity:.9;transform:translateY(-1px)}.remove-image-btn{color:#fff;cursor:pointer;background:#ff5050cc;border:none;border-radius:8px;height:fit-content;margin-left:50px;padding:9px 15px;font-size:12px;transition:all .2s}.remove-image-btn:hover{background:#ff5050;transform:translateY(-1px)}.image-preview-wrapper{align-items:center;gap:12px;width:100%;display:flex}.image-preview{object-fit:cover;flex-shrink:0;width:105px;height:105px}.modal{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a6;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-content{background:linear-gradient(#111827 0%,#0f172a 100%);border:1px solid #ffffff14;border-radius:22px;width:100%;max-width:460px;max-height:90vh;padding:28px;animation:.2s modalFadeIn;overflow-y:auto;box-shadow:0 20px 60px #00000073}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-content h2{color:#fff;margin:0;font-size:24px;font-weight:700}.modal-subtitle{color:#ffffffa6;margin:8px 0 0;font-size:14px}.player-form{flex-direction:column;gap:14px;margin-top:20px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.player-form input,.player-form select{color:#fff;box-sizing:border-box;background:#020617;border:1px solid #3b82f6;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .2s;box-shadow:0 0 0 2px #3b82f659}.player-form input::placeholder{color:#ffffff8c}.player-form select{appearance:none;cursor:pointer}.player-form select option{color:#000}.player-form input:focus,.player-form select:focus{background:#ffffff14;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff2e}.country-field{flex-direction:column;gap:8px;display:flex}.country-status{min-height:30px}.country-loading{color:#d1d5db;margin:0;font-size:14px}.country-error{color:#ff7b7b;margin:0;font-size:14px}.country-preview{color:#d8ffe1;background:#2ea04324;border:1px solid #2ea04359;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}.form-error{color:#ff9b9b;background:#ff50501f;border:1px solid #ff6e6e3d;border-radius:10px;margin:0;padding:12px 14px;font-size:14px}.form-hints{color:#ffffff8c;justify-content:space-between;gap:12px;font-size:12px;display:flex}.modal-actions{gap:12px;margin-top:4px;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:12px;flex:1;padding:13px 16px;font-size:15px;font-weight:600;transition:all .2s}.modal-actions button[type=submit]{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.modal-actions button[type=submit]:hover{filter:brightness(1.05);transform:translateY(-1px)}.modal-actions button[type=button]{color:#fff;background:#ffffff14;border:1px solid #ffffff14}.modal-actions button[type=button]:hover{background:#ffffff24}@media (width<=768px){.overlay{padding:28px 16px}.players-header{flex-direction:column;align-items:stretch}.players-header h1{text-align:center}.add-btn{width:100%}.player-card{width:100%;max-width:320px}.form-grid{grid-template-columns:1fr}.form-hints{flex-direction:column;gap:6px}.modal-actions{flex-direction:column}}@media (width<=480px){.auth-card,.modal-content{border-radius:18px;padding:20px}.auth-card h1,.modal-content h2{font-size:1.6rem}.player-name{font-size:1.15rem}.overall-badge{min-width:42px;height:42px;font-size:.95rem}}.player-card-actions{gap:10px;margin-top:14px;display:flex}.edit-player-btn,.delete-player-btn{cursor:pointer;border-radius:10px;flex:1;padding:10px 14px;font-size:14px;font-weight:600;transition:all .2s}.edit-player-btn{color:#fff;background:#1d4fd888;border:1px solid #58a6ff40}.edit-player-btn:hover{background:#2563eb;border-color:#58a6ff66;transform:translateY(-1px)}.delete-player-btn{color:#fff;background:#dc26267e;border:1px solid #ff505040}.delete-player-btn:hover{background:#b91c1c;border-color:#ff505066;transform:translateY(-1px)}.players-filters{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:20px 0 24px;display:grid}.filter-input,.filter-select{color:#fff;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:all .2s}.filter-input::placeholder{color:#ffffff8c}.filter-input:focus,.filter-select:focus{background:#ffffff1a;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff2e}.filter-select option{color:#000}.clear-filters-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:600;transition:all .2s}.clear-filters-btn:hover{background:#ffffff24}.no-results{text-align:center;color:#ffffffbf;background:#ffffff14;border-radius:16px;grid-column:1/-1;padding:30px}.no-results p{margin:0;font-size:16px;font-weight:700}.confirm-modal-backdrop{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.confirm-modal{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:420px;padding:24px;animation:.2s confirmFadeIn;box-shadow:0 20px 60px #0006}.confirm-modal h2{margin:0 0 12px;font-size:22px}.confirm-modal p{color:#cbd5e1;margin:0;line-height:1.5}.confirm-modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.confirm-cancel-btn,.confirm-delete-btn{cursor:pointer;border:none;border-radius:12px;padding:10px 18px;font-weight:600;transition:all .2s}.confirm-cancel-btn{color:#fff;background:#1e293b}.confirm-cancel-btn:hover{background:#334155}.confirm-delete-btn{color:#fff;background:#dc2626}.confirm-delete-btn:hover{background:#b91c1c}@keyframes confirmFadeIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.toast{z-index:11000;color:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-width:260px;max-width:360px;padding:14px 16px;font-weight:600;animation:.25s toastEnter;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 15px 40px #0000004d}.toast-success{background:#16a34a}.toast-error{background:#dc2626}.toast-info{background:#2563eb}.toast-message{flex:1}.toast-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:18px}@keyframes toastEnter{0%{opacity:0;transform:translateY(-10px)translate(20px)}to{opacity:1;transform:translateY(0)translate(0)}}.players-header h1,.player-name,.player-position,.overall-badge,.add-btn,.auth-card h1,.reset-btn{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.5px}.overall-badge.elite{box-shadow:0 0 14px #fde08acc}.player-card:hover{transform:translateY(-6px)scale(1.03)}.player-card:hover .player-name{color:#01b7ff}button:active{transform:scale(.96)}.player-form input:focus{transform:scale(1.01)}.toast{animation:.25s toastEnter,.3s 2.5s forwards fadeOut}@keyframes fadeOut{to{opacity:0;transform:translateY(-10px)}}.player-card{cursor:pointer}.player-card:active{border-color:#38bdf8;transform:scale(.97)}.edit-player-btn,.delete-player-btn{text-shadow:0 1px 2px #00000080}.edit-player-btn:hover,.delete-player-btn:hover{transform:translateY(-1px)scale(1.02)}.edit-player-btn{box-shadow:0 4px 12px #2563eb66}.delete-player-btn{box-shadow:0 4px 12px #dc262666}.image-hint{color:#fff9;border-left:2px solid #3b82f666;flex-direction:column;margin-top:12px;margin-bottom:18px;padding-left:8px;font-size:12px;line-height:1.4;display:flex}.image-hint span:last-child{color:#ffffffd9;font-style:italic}.file-upload{color:#e2e8f0;letter-spacing:.4px;cursor:pointer;background:#020617;border:1px solid #1e293b;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.file-upload:hover{background:#020617;border-color:#3b82f6;transform:translateY(-1px)}.file-upload:active{transform:scale(.98)}.image-label{margin-bottom:10px;display:block}.brand{justify-self:start;align-items:center;display:flex}.brand-logo{filter:drop-shadow(0 0 6px #a855f759)drop-shadow(0 0 14px #a855f733);width:180px;height:auto;animation:2.8s ease-in-out infinite logoPulse;display:block}@keyframes logoPulse{0%{filter:drop-shadow(0 0 6px #a855f759)drop-shadow(0 0 14px #a855f733);transform:scale(1)}50%{filter:drop-shadow(0 0 10px #c084fc8c)drop-shadow(0 0 24px #a855f759);transform:scale(1.02)}to{filter:drop-shadow(0 0 6px #a855f759)drop-shadow(0 0 14px #a855f733);transform:scale(1)}}.input-wrapper{width:100%;position:relative}.form-input{width:100%;padding-right:55px}.input-counter{color:#fff9;pointer-events:none;letter-spacing:.5px;font-family:Bebas Neue,sans-serif;font-size:15px;font-weight:600;position:absolute;bottom:50%;right:10px;transform:translateY(50%)}.input-counter.warning{color:#f59e0b}.input-counter.danger{color:#ef4444}.header-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.reset-btn{cursor:pointer;background:#38bdf8;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex}.reset-btn:hover{opacity:.9;transform:translateY(-1px)}.btn-icon{transform-origin:50%;flex-shrink:0;width:13px;height:13px;transition:transform .4s;display:block}.reset-btn:hover .btn-icon{transform:rotate(180deg)scale(1.08)}@media (width<=768px){.overlay{padding:16px 12px}.players-header{flex-direction:column;align-items:center;gap:10px;margin-bottom:14px}.brand{justify-content:center;width:100%}.brand-logo{width:100px}.header-title,.players-header h1{text-align:center;width:100%;margin:0;font-size:1.55rem;line-height:1.1}.add-btn{border-radius:14px;justify-content:center;width:100%;max-width:100%;min-height:44px;padding:10px 16px;font-size:13px}.players-filters{grid-template-columns:1fr;gap:8px;margin-bottom:14px}.filter-input,.filter-select,.clear-filters-btn{border-radius:14px;width:100%;min-height:44px;padding:0 14px;font-size:14px}.players-list{justify-content:center;gap:14px}.player-card{border-radius:18px;width:100%;max-width:340px;padding:16px}.player-image-wrapper{height:130px}.player-img{max-height:120px}.overall-badge{min-width:42px;height:42px;font-size:18px;top:12px;right:12px}.player-flag-row{gap:6px;margin-bottom:10px;font-size:13px}.player-name{margin-bottom:8px;font-size:1rem;line-height:1.2}.player-position{margin-bottom:10px;padding:6px 10px;font-size:11px}.player-info{margin-bottom:12px;font-size:14px}.player-card-actions{gap:8px}.edit-player-btn,.delete-player-btn{padding:10px 12px;font-size:13px}.modal{align-items:flex-start;padding:12px}.modal-content{border-radius:18px;width:100%;max-width:100%;max-height:92vh;margin-top:8px;padding:18px}.modal-content h2{font-size:1.6rem;line-height:1.1}.modal-content p{font-size:14px}.player-form input,.player-form select{padding:13px 14px;font-size:14px}.input-wrapper{width:100%}.input-counter{font-size:11px;right:12px}.image-preview-wrapper{flex-direction:column;align-items:flex-start;gap:12px}.image-preview{width:90px;height:90px}.remove-image-btn{width:100%;margin-left:0}.image-hint{gap:4px;font-size:12px;line-height:1.35}.form-limits{flex-direction:column;align-items:flex-start;gap:6px;font-size:13px}.modal-actions{flex-direction:column;gap:10px}.modal-actions button{width:100%}.toast{min-width:unset;max-width:unset;top:12px;left:12px;right:12px}}@media (width<=480px){.overlay{padding:14px 10px}.players-header{gap:8px;margin-bottom:12px}.brand-logo{width:88px}.header-title,.players-header h1{font-size:1.35rem}.add-btn{border-radius:12px;min-height:42px;padding:10px 14px;font-size:12px}.players-filters{gap:7px;margin-bottom:12px}.filter-input,.filter-select,.clear-filters-btn{border-radius:12px;min-height:42px;padding:0 12px;font-size:13px}.player-card{border-radius:16px;max-width:100%;padding:14px}.player-image-wrapper{height:118px}.player-img{max-height:108px}.overall-badge{min-width:38px;height:38px;font-size:16px;top:10px;right:10px}.player-flag-row{margin-bottom:8px;font-size:12px}.player-name{font-size:.92rem}.player-position{padding:5px 9px;font-size:10px}.player-info{font-size:13px}.player-card-actions{flex-direction:column;gap:7px}.edit-player-btn,.delete-player-btn{width:100%;padding:9px 10px;font-size:12px}.modal-content{border-radius:16px;padding:16px}.modal-content h2{font-size:1.4rem}.player-form input,.player-form select{padding:12px 13px;font-size:13px}.input-counter{font-size:10px;right:10px}.image-preview{width:82px;height:82px}.image-hint{font-size:11px;line-height:1.4}}.crop-modal-overlay{z-index:12000;background:#000000d1;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.crop-modal-content{z-index:12001;background:#111827;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:520px;padding:24px;position:relative;box-shadow:0 18px 60px #00000073}.crop-modal-title{color:#fff;margin:0 0 8px;font-size:1.35rem;font-weight:700}.crop-modal-subtitle{color:#ffffffb8;margin:0 0 18px;font-size:.95rem;line-height:1.5}.cropper-wrapper{background:#0b1220;border-radius:16px;width:100%;height:320px;position:relative;overflow:hidden}.crop-controls{flex-direction:column;gap:10px;margin-top:18px;display:flex}.crop-zoom-label{color:#e5e7eb;font-size:.92rem;font-weight:600}.crop-zoom-range{cursor:pointer;width:100%}.crop-modal-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.crop-cancel-btn,.crop-confirm-btn{cursor:pointer;border:none;border-radius:12px;padding:12px 18px;font-size:.95rem;font-weight:700;transition:transform .15s,opacity .15s}.crop-cancel-btn{color:#fff;background:#ffffff14}.crop-confirm-btn{color:#fff;background:#2563eb}.crop-cancel-btn:hover,.crop-confirm-btn:hover{transform:translateY(-1px)}.crop-cancel-btn:disabled,.crop-confirm-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){.crop-modal-content{border-radius:18px;padding:18px}.cropper-wrapper{height:280px}.crop-modal-actions{flex-direction:column}.crop-cancel-btn,.crop-confirm-btn{width:100%}}
