.profile-page{min-height:100vh;background:linear-gradient(135deg,#0a0c10,#1a1d24)}.profile-container{max-width:1400px;margin:0 auto;padding:20px}.profile-sidebar{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;position:sticky;top:20px}.profile-sidebar-header{padding:10px;border-bottom:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(255,193,7,.08),rgba(255,193,7,.03));display:grid;grid-template-columns:minmax(109px,40%) minmax(190px,60%);gap:10px}.profile-sidebar-nav{padding:12px}.profile-sidebar-tab{width:100%;display:flex;align-items:center;gap:12px;padding:5px 10px;background:transparent;border:none;border-radius:12px;color:#93a2ab;cursor:pointer;transition:all .3s ease;margin-bottom:6px;text-align:left}.profile-sidebar-tab:hover{background:rgba(255,193,7,.08);color:var(--veles-yellow)}.profile-sidebar-tab.active{background:linear-gradient(135deg,var(--veles-yellow),#ffb300);color:#000;box-shadow:0 4px 15px rgba(255,193,7,.3);font-weight:600}.profile-sidebar-actions{padding:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:8px}.profile-role-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;margin-top:8px}.profile-header{background:linear-gradient(135deg,rgba(255,193,7,.1),rgba(255,193,7,.05));border-radius:24px;padding:40px;margin-bottom:30px;border:1px solid rgba(255,193,7,.2);position:relative;overflow:hidden}.profile-header:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,193,7,.15) 0,transparent 70%);border-radius:50%;pointer-events:none}.profile-header-content{display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:2;flex-wrap:wrap}.profile-user-info{display:flex;align-items:center;gap:24px;flex:1;min-width:300px}.profile-avatar,.profile-avatar-wrapper{position:relative;flex-shrink:0}.profile-avatar{width:100px;height:100px;border-radius:15px;display:flex;align-items:baseline;justify-content:center;font-size:10px;color:#000;box-shadow:0 8px 32px rgba(255,193,7,.3)}.profile-avatar,.profile-avatar:after{background:linear-gradient(135deg,var(--veles-yellow),#ffb300)}.profile-avatar:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:24px;z-index:-1;opacity:.5;filter:blur(8px)}.profile-avatar img{border-radius:15px;-o-object-fit:cover;object-fit:cover}.profile-avatar-edit{position:absolute;top:-4px;left:-7px;width:25px;height:25px;background:linear-gradient(135deg,var(--veles-yellow),#ffb300);border:1px solid #1a1d24;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#000;box-shadow:0 4px 12px rgba(255,193,7,.3)}.profile-avatar-edit:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 16px rgba(255,193,7,.4)}.profile-avatar-edit:disabled{opacity:.6;cursor:not-allowed}.profile-user-details{flex:1}.profile-greeting{font-size:14px;color:#93a2ab;margin-bottom:2px;text-transform:uppercase;letter-spacing:1px}.profile-username{font-size:20px;font-weight:800;color:var(--veles-yellow);margin-bottom:10px;line-height:1}.profile-email{font-size:14px;color:#93a2ab;display:flex;align-items:center;gap:8px}.profile-actions{display:flex;gap:12px;flex-wrap:wrap}.profile-action-btn{padding:12px 24px;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.profile-action-btn.primary{background:linear-gradient(135deg,var(--veles-yellow),#ffb300);color:#000;box-shadow:0 4px 15px rgba(255,193,7,.3)}.profile-action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,193,7,.4)}.profile-action-btn.secondary{background:rgba(255,255,255,.05);color:#93a2ab;border:1px solid rgba(255,255,255,.1)}.profile-action-btn.secondary:hover{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.2)}.profile-action-btn.danger{background:rgba(231,76,60,.1);color:#e74c3c;border:1px solid rgba(231,76,60,.2)}.profile-action-btn.danger:hover{background:rgba(231,76,60,.2);border-color:rgba(231,76,60,.3)}.profile-tabs{background:rgba(255,255,255,.03);border-radius:16px;padding:8px;margin-bottom:30px;display:flex;gap:8px;overflow-x:auto;border:1px solid rgba(255,255,255,.08)}.profile-tabs::-webkit-scrollbar{height:4px}.profile-tabs::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:2px}.profile-tabs::-webkit-scrollbar-thumb{background:var(--veles-yellow);border-radius:2px}.profile-tab{flex:1;min-width:140px;padding:14px 20px;background:transparent;border:none;border-radius:12px;color:#93a2ab;font-size:14px;font-weight:400;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;letter-spacing:.5px}.profile-tab:hover{background:rgba(255,193,7,.08);color:var(--veles-yellow)}.profile-tab.active{background:linear-gradient(135deg,var(--veles-yellow),#ffb300);color:#000;box-shadow:0 4px 15px rgba(255,193,7,.3)}.profile-tab-icon{font-size:18px;display:flex;align-items:center;justify-content:center}.profile-tab-content{animation:fadeIn .3s ease-in-out}.profile-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-bottom:10px}.profile-stat-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:5px;padding:10px 15px;transition:all .3s ease;position:relative;overflow:hidden}.profile-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(255,193,7,.15);border-color:rgba(255,193,7,.3)}.profile-stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--veles-yellow),transparent)}.profile-stat-header{display:flex;align-items:center;gap:16px;margin-bottom:5px}.profile-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.profile-stat-icon.blue{background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 4px 15px rgba(52,152,219,.3)}.profile-stat-icon.green{background:linear-gradient(135deg,#2ecc71,#27ae60);box-shadow:0 4px 15px rgba(46,204,113,.3)}.profile-stat-icon.purple{background:linear-gradient(135deg,#9b59b6,#8e44ad);box-shadow:0 4px 15px rgba(155,89,182,.3)}.profile-stat-icon.yellow{background:linear-gradient(135deg,var(--veles-yellow),#ffb300);box-shadow:0 4px 15px rgba(255,193,7,.3)}.profile-stat-details{flex:1;line-height:.9rem}.profile-stat-label{font-size:12px;color:#93a2ab;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.profile-stat-value{font-size:28px;font-weight:800;color:#fff;line-height:1}.profile-stat-badge-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.profile-stat-badge{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.profile-role-content{display:flex;align-items:center;gap:12px}.profile-role-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}.profile-activity-section{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;margin-bottom:0}.profile-activity-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.profile-activity-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:var(--veles-yellow)}.profile-activity-refresh{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px;color:#93a2ab;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;font-size:12px}.profile-activity-refresh:hover{background:rgba(255,255,255,.1);color:#fff}.profile-activity-list{display:flex;flex-direction:column;gap:12px}.profile-activity-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease}.profile-activity-item:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15)}.profile-activity-icon-wrapper{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-activity-icon-wrapper.login{background:linear-gradient(135deg,#2ecc71,#27ae60)}.profile-activity-icon-wrapper.logout{background:linear-gradient(135deg,#e74c3c,#c0392b)}.profile-activity-icon-wrapper.update{background:linear-gradient(135deg,#3498db,#2980b9)}.profile-activity-icon-wrapper.default{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.profile-activity-details{flex:1;min-width:0}.profile-activity-description{font-size:14px;color:#fff;margin-bottom:6px;font-weight:500}.profile-activity-meta{font-size:12px;color:#93a2ab;margin-bottom:2px}.profile-activity-time{font-size:11px;color:#6c757d}.profile-activity-empty{text-align:center;padding:60px 20px}.profile-activity-empty-icon{font-size:60px;margin-bottom:16px;opacity:.3}.profile-activity-empty-title{font-size:16px;font-weight:600;color:#93a2ab;margin-bottom:8px}.profile-activity-empty-text{font-size:14px;color:#6c757d}.profile-upload-history-section{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;margin-top:30px}.profile-upload-history-list{display:flex;flex-direction:column;gap:12px}.profile-upload-history-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease}.profile-upload-history-item:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15)}.profile-upload-history-details{display:flex;flex-direction:column;gap:4px}.profile-upload-history-date{font-size:14px;color:#fff;font-weight:500}.profile-upload-history-source{font-size:12px;color:#93a2ab}.profile-upload-history-status-success{color:#2ecc71;font-weight:600;font-size:14px}.profile-upload-history-status-failed{color:#e74c3c;font-weight:600;font-size:14px}.profile-upload-history-empty{text-align:center;padding:60px 20px}.profile-upload-history-empty-icon{font-size:60px;margin-bottom:16px;opacity:.3}.profile-upload-history-empty-title{font-size:16px;font-weight:600;color:#93a2ab;margin-bottom:8px}.profile-upload-history-empty-text{font-size:14px;color:#6c757d}.profile-upload-history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px;color:#93a2ab}.profile-settings-section{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;margin-bottom:30px}.profile-settings-title{font-size:20px;font-weight:700;color:var(--veles-yellow);margin-bottom:24px;display:flex;align-items:center;gap:12px}.profile-settings-description{color:#93a2ab;font-size:14px;margin-bottom:24px;line-height:1.6}.profile-setting-item{display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(255,255,255,0);border:1px solid rgba(255,255,255,5%);border-radius:12px;margin-bottom:12px;transition:all .3s ease}.profile-setting-item:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15)}.profile-setting-label{flex:1;display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:#93a2ab;font-weight:500}.profile-setting-checkbox{width:20px;height:20px;accent-color:var(--veles-yellow);cursor:pointer}.profile-settings-actions{display:flex;gap:12px;justify-content:center;margin-top:30px;flex-wrap:wrap}.profile-import-form{margin-bottom:24px}.profile-import-label{display:block;color:#93a2ab;font-size:14px;margin-bottom:12px;font-weight:500}.profile-import-input-group{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.profile-import-file-input{flex:1;min-width:250px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px;color:#fff;font-size:14px}.profile-import-file-input option{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.profile-import-file-input:focus{outline:none;border-color:var(--veles-yellow)}.profile-import-path-box{background:rgba(0,0,0,.3);border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:16px;margin-bottom:16px}.profile-import-path-title{color:var(--veles-yellow);font-size:13px;font-weight:600;margin-bottom:8px}.profile-import-path-code{color:#93a2ab;font-family:Courier New,monospace;font-size:12px;word-break:break-all;margin-bottom:8px}.profile-import-path-copy{background:rgba(255,255,255,.1);border:none;border-radius:6px;padding:6px 12px;color:#fff;font-size:11px;cursor:pointer;transition:all .3s ease}.profile-import-path-copy:hover{background:rgba(255,255,255,.15)}.profile-import-progress{background:rgba(255,255,255,.05);border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:20px;margin-bottom:20px}.profile-import-progress-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.profile-import-spinner{width:20px;height:20px;border:2px solid var(--veles-yellow);border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.profile-import-progress-text{color:var(--veles-yellow);font-weight:600;font-size:14px}.profile-import-progress-bar-wrapper{width:100%;height:8px;background:rgba(255,255,255,.1);border-radius:4px;overflow:hidden;position:relative}.profile-import-progress-bar{height:100%;background:linear-gradient(90deg,var(--veles-yellow),#ffb300);border-radius:4px;transition:width .3s ease;position:relative}.profile-import-progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 1.5s infinite}.profile-import-progress-percentage{text-align:center;margin-top:8px;color:#93a2ab;font-size:12px}.profile-import-message{padding:16px;margin-bottom:16px;border-radius:12px;font-size:14px}.profile-import-message.success{background:rgba(46,204,113,.1);border:1px solid rgba(46,204,113,.3);color:#2ecc71}.profile-import-message.error{background:rgba(231,76,60,.1);border:1px solid rgba(231,76,60,.3);color:#e74c3c}.profile-import-info-box{padding:20px;background:rgba(52,152,219,.1);border:1px solid rgba(52,152,219,.3);border-radius:12px;margin-top:24px}.profile-import-info-title{color:#3498db;font-size:16px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.profile-import-info-text{color:#93a2ab;font-size:14px;line-height:1.6;margin-bottom:12px}.profile-import-info-list{margin:12px 0 12px 24px;color:#93a2ab;font-size:14px;line-height:1.8}.profile-import-info-list li{margin-bottom:6px}.profile-import-warning-box{padding:16px;background:rgba(0,0,0,.3);border-radius:8px;margin-top:12px}.profile-import-warning-text{color:var(--veles-yellow);font-size:12px;margin:0 0 6px}.profile-import-warning-list{margin:6px 0 0 24px;color:#93a2ab;font-size:12px;line-height:1.5}.profile-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.profile-loading-spinner{width:64px;height:64px;border:4px solid rgba(255,193,7,.2);border-top:4px solid var(--veles-yellow);border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:768px){.profile-container{padding:12px}.profile-header{padding:24px}.profile-header-content{flex-direction:column;align-items:flex-start}.profile-user-info{flex-direction:column;align-items:center;text-align:center;width:100%}.profile-avatar{width:80px;height:80px;font-size:32px}.profile-username{font-size:24px}.profile-actions{width:100%;justify-content:center}.profile-tabs{flex-direction:column}.profile-tab{min-width:auto}.profile-stats-grid{grid-template-columns:1fr}.profile-activity-section,.profile-settings-section{padding:20px}.profile-import-input-group{flex-direction:column}}