.profile-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#020617cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.profile-modal{width:90vw;max-width:800px;height:75vh;background:#0f172a;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 0 0 1px #ffffff0d,0 20px 50px -12px #00000080,0 0 100px -20px #f59e0b1a;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.profile-sidebar::-webkit-scrollbar,.profile-main::-webkit-scrollbar{width:5px}.profile-sidebar::-webkit-scrollbar-track,.profile-main::-webkit-scrollbar-track{background:transparent;margin:4px 0}.profile-sidebar::-webkit-scrollbar-thumb,.profile-main::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px;transition:background .2s}.profile-sidebar::-webkit-scrollbar-thumb:hover,.profile-main::-webkit-scrollbar-thumb:hover{background:#f59e0bcc}.profile-header{height:200px;background:linear-gradient(to bottom,#1e293b,#0f172a);position:relative;padding:32px;display:flex;align-items:flex-end;border-bottom:1px solid rgba(255,255,255,.08)}.profile-avatar-container{width:120px;height:120px;position:relative;margin-right:24px}.profile-avatar{width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#d97706);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #f59e0b4d}.profile-level-badge{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);background:#0f172a;border:1px solid #f59e0b;color:#f59e0b;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:800;z-index:2}.profile-identity{flex:1;z-index:1;margin-bottom:10px}.profile-name{font-size:2.5rem;font-weight:800;color:#f8fafc;line-height:1;letter-spacing:-1px;text-transform:uppercase;display:flex;align-items:center;gap:12px}.profile-tag{font-size:1rem;color:#64748b;font-weight:600;background:#ffffff0d;padding:4px 8px;border-radius:4px}.profile-title{color:#f59e0b;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-top:8px}.profile-stats-strip{display:flex;background:#0f172a99;border-bottom:1px solid rgba(255,255,255,.08);padding:0 32px}.stat-item{padding:20px 32px;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:4px}.stat-label{font-size:.7rem;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-weight:600}.stat-value{font-size:1.5rem;color:#f1f5f9;font-weight:700;font-family:JetBrains Mono,monospace}.stat-value.highlight{color:#f59e0b}.profile-content{display:grid;grid-template-columns:300px 1fr;gap:1px;background:#ffffff14;flex:1;overflow:hidden}.profile-sidebar,.profile-main{background:#0f172a;padding:24px;overflow-y:auto}.section-title{font-size:.85rem;color:#94a3b8;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.section-title:after{content:"";flex:1;height:1px;background:#ffffff1a}.match-row{display:flex;align-items:center;padding:12px 16px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);margin-bottom:8px;border-radius:4px;transition:all .2s;position:relative;overflow:hidden}.match-row:hover{background:#ffffff0d;transform:translate(4px)}.match-row.victory{border-left:3px solid #10b981}.match-row.defeat{border-left:3px solid #ef4444}.match-info{flex:1}.match-map{font-weight:600;color:#f1f5f9}.match-date{font-size:.75rem;color:#64748b}.match-stats{display:flex;gap:16px;text-align:right}.match-stat{display:flex;flex-direction:column}.match-stat-val{font-weight:700;color:#e2e8f0}.match-stat-label{font-size:.65rem;color:#64748b;text-transform:uppercase}.close-profile-btn{position:absolute;top:24px;right:24px;background:transparent;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s;z-index:10}.close-profile-btn:hover{background:#ffffff1a;color:#f1f5f9}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pagination-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.05)}.pagination-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f59e0b1a;border-color:#f59e0b4d;color:#f59e0b}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-family:JetBrains Mono,monospace;color:#64748b;font-size:.9rem}:root{--primary: #f59e0b;--primary-glow: rgba(245, 158, 11, .4);--secondary: #78350f;--bg-dark: #0c0a09;--text-light: #fafaf9;--text-dim: #a8a29e;--glass-bg: rgba(28, 25, 23, .85);--glass-border: rgba(245, 158, 11, .2)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg-dark);color:var(--text-light);overflow:hidden;-webkit-user-select:none;user-select:none}canvas{touch-action:none}.app-background{background:radial-gradient(circle at 50% -20%,#451a03,#0c0a09 80%);height:100vh;height:100dvh;width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden}.app-frame{width:100%;height:100%;position:relative;display:flex;flex-direction:column;background:#0c0a0966}@media (min-width: 1024px){.app-frame{width:1000px;height:92vh;border:1px solid var(--glass-border);border-radius:12px;box-shadow:0 0 60px -20px #f59e0b26,inset 0 0 0 1px #f59e0b0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}}h1,h2,h3,h4,h5,h6{margin:0}.dashboard-container{width:100%;max-width:1200px;padding:1rem;padding-bottom:100px;display:flex;flex-direction:column;align-items:center;gap:2rem;height:100%;overflow-y:auto}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:900px}@media (min-width: 768px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}}.game-container{display:flex;flex-direction:column;width:100%;flex:1;overflow:hidden;position:relative;background:linear-gradient(90deg,#00241b33,#093d794d 35%,#ff91001a)}@media (min-width: 1024px){.game-container{flex-direction:row;align-items:center;justify-content:center}}.game-hud{position:absolute;bottom:0;left:0;width:100%;height:auto;max-height:35vh;background:#0f172ae6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--glass-border);padding:12px;display:flex;flex-direction:row;gap:12px;overflow-x:auto;z-index:100;transition:all .3s ease}.hud-section{display:flex;flex-direction:column;gap:8px;min-width:120px}@media (min-width: 1024px){.game-hud{position:relative;width:320px;height:800px;max-height:85vh;flex-direction:column;overflow-y:auto;overflow-x:hidden;border:1px solid var(--glass-border);border-radius:16px;margin-left:20px;background:#0f172a99;bottom:auto;left:auto}.hud-section{width:100%}}.top-bar{height:72px;background:#0f172a99;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:100;box-shadow:0 4px 30px #0000004d}@media (max-width: 768px){.top-bar{height:60px;padding:0 16px}}.brand-section{display:flex;align-items:center;gap:16px}.brand-icon{width:40px;height:40px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #f59e0b33;border:1px solid rgba(255,255,255,.1)}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-title{font-size:1.2rem;font-weight:800;color:#f8fafc;letter-spacing:-.5px;line-height:1}.brand-subtitle{font-size:.65rem;color:#94a3b8;letter-spacing:3.2px;font-weight:600;text-transform:uppercase}.top-bar-right{display:flex;align-items:center;gap:20px}.user-profile{display:flex;align-items:center;gap:16px}.user-info{text-align:right}.user-name{font-size:.95rem;font-weight:600;color:#f1f5f9;line-height:1.2}.user-role{font-size:.7rem;color:#f59e0b;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-top:2px}.user-avatar{width:44px;height:44px;border-radius:4px;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#e2e8f0;box-shadow:0 4px 12px #0003}.divider{width:1px;height:32px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.1),transparent)}.actions-group{display:flex;gap:12px}.action-btn{background:#ffffff08;border:1px solid rgba(255,255,255,.05);color:#94a3b8;cursor:pointer;height:40px;padding:0 16px;border-radius:4px;transition:all .2s;display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}.action-btn:hover{color:#f8fafc;background:#ffffff14;border-color:#ffffff1a}.logout-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444;cursor:pointer;width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.logout-btn:hover{background:#ef444433;border-color:#ef4444;transform:translateY(-1px);box-shadow:0 4px 12px #ef444433}@media (max-width: 768px){.top-bar{padding:0 16px;height:64px}.brand-subtitle{font-size:.43em;margin-left:1px}.dashboard-container .brand-subtitle{font-size:.75em!important;letter-spacing:18px!important}.user-info{display:none}.top-bar-right{gap:12px}.divider,.action-btn span{display:none}.action-btn{padding:0;width:40px;justify-content:center}.user-avatar{width:36px;height:36px}.brand-icon{width:32px;height:32px}.brand-title{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.game-layout{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center}@media (min-width: 1024px){.game-layout{flex-direction:row;gap:20px}}.canvas-container{width:100%;height:100%;background:#1a1a2e;position:relative;overflow:hidden;display:flex;flex-direction:column}@media (min-width: 1024px){.canvas-container{width:450px;height:800px;max-height:85vh;box-shadow:0 20px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1);border-radius:12px}}�@�k�e�y�f�r�a�m�e�s� �p�u�l�s�e� �{� � � �0�%� �{� �o�p�a�c�i�t�y�:� �1�;� �}� � � �5�0�%� �{� �o�p�a�c�i�t�y�:� �0�.�5�;� �}� � � �1�0�0�%� �{� �o�p�a�c�i�t�y�:� �1�;� �}� �}� � �{}
