@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css";.preloader-overlay-dark{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#3119e4;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;color:var(--text-light);font-family:Inter,sans-serif;font-size:1.1em}.square2{width:10px;height:10px;background-color:#fff;border-radius:2px;animation:jump .8s infinite ease-in-out}.preloader-text-dark{color:var(--text-medium-dark);margin-top:20px}:root{--bg-dark: #ffffff;--card-bg-dark: #ffffff;--text-light: #f0f0f0;--text-medium-dark: #ffffff;--accent-primary: #3119e4;--accent-red: #dc3545;--border-dark: #444;--border-radius-base: 8px}body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-dark);color:var(--text-light);overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6,p,span,button,select,div,ul,li{font-family:Inter,sans-serif}.app-container-dark{display:flex;flex-direction:column;flex:1;width:100%;background-color:var(--bg-dark);overflow-x:hidden;position:relative}.app-header-dark{width:100%;background-color:#3119e4;color:var(--text-light);padding:10px 20px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;z-index:10;flex-shrink:0}.header-title-dark{font-size:1.4em;font-weight:600;margin:0;color:var(--text-light)}.header-wallet-info{display:flex;align-items:center;gap:10px}.jumping-squares-logo{display:flex;align-items:flex-end;height:25px;gap:4px}.square{width:10px;height:10px;background-color:#fff;border-radius:2px;animation:jump .8s infinite ease-in-out}.s1{animation-delay:.1s}.s2{animation-delay:.2s}.s3{animation-delay:.3s}.s4{animation-delay:.4s}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.small-message{font-size:.85em;padding:5px 10px;margin-top:5px;border-radius:4px}.wallet-error-message.small-message{background-color:#dc354533;color:var(--accent-red)}.wallet-connect-section{display:flex;flex-direction:column;align-items:center;gap:15px;padding:0;width:auto;max-width:none;box-sizing:border-box}.wallet-connect-button{padding:8px 15px;font-size:.9em;font-weight:600;color:#3119e4;background-color:#fff;border:none;cursor:pointer;transition:background-color .2s ease-in-out;width:auto;border-radius:4px;box-shadow:none}.wallet-connect-button:hover:not(:disabled){filter:brightness(1.1)}.wallet-connect-button:disabled{background-color:#555;color:#999;cursor:not-allowed}.connected-wallet-display{display:flex;align-items:center;gap:10px;background-color:#fff;padding:5px 10px;border-radius:4px;box-shadow:none}.wallet-address-text{margin:0;color:#3119e4;font-weight:500;font-size:.8em}.disconnect-button{width:25px;height:25px;background-color:var(--accent-red);color:var(--text-light);border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:0;font-size:1em;transition:background-color .2s ease-in-out;border-radius:4px;box-shadow:none}.disconnect-button:hover{filter:brightness(1.1)}.main-content-area-dark{flex:1;display:flex;justify-content:center;align-items:center;padding:0;width:100%;box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling:touch}.status-message,.success-message{font-size:.9em;color:var(--text-light);margin-top:10px;text-align:center}.success-message{color:var(--accent-primary)}.main-content-area-dark{flex:1;display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden;padding:20px;box-sizing:border-box}.open-in-farcaster-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#121212}.open-in-farcaster-text{color:#a78bfa;font-size:2rem;font-weight:700;text-align:center;padding:20px;max-width:80%}.start-screen{display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:20px;box-sizing:border-box}.start-screen-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:500px;width:100%;gap:30px}.start-screen-spacer{height:40px}.start-screen-image{max-width:100%;height:auto;box-shadow:none;border-radius:8px}.start-screen-text{color:#3119e4;font-size:1.1em;line-height:1.6;text-align:center;margin:0;font-weight:500}.start-button{background-color:#3119e4;color:#fff;border:none;padding:15px 50px;font-size:1.3em;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:none;min-width:250px}.start-button:hover:not(:disabled){background-color:#2a15c7;transform:translateY(-2px)}.start-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;transform:none}@media (max-width: 768px){.start-screen-content{gap:25px}.start-button{padding:12px 40px;font-size:1.1em;min-width:200px}.start-screen-text{font-size:1em;padding:0 10px}}@media (max-width: 480px){.start-screen{padding:15px}.start-screen-content{gap:20px}.start-button{padding:10px 30px;font-size:1em;min-width:180px}.start-screen-text{font-size:.9em}}.pixel-grid-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;width:100%;box-sizing:border-box;overflow:hidden;gap:20px}.pixel-canvas{max-width:900px;max-height:900px;cursor:pointer;border:none}.pixel-canvas.draggable{cursor:grab}.pixel-canvas.grabbing{cursor:grabbing}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:100}.modal-content{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 5px 15px #00000080;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;gap:20px;text-align:center;overflow-y:auto}.modal-title{font-size:1.5em;font-weight:600;color:#3119e4;margin:0}.modal-price{font-size:1.2em;color:#3119e4;font-weight:500;margin:0}.modal-tab-content{display:flex;flex-direction:column;gap:15px}.image-upload-section{display:flex;flex-direction:column;gap:12px}.image-upload-area{width:300px;height:300px;border:none;overflow:hidden;position:relative;cursor:move;touch-action:none;margin:0 auto}.image-upload-area:active{cursor:grabbing}.custom-file-upload{display:flex;justify-content:center;align-items:center;width:100%;height:100%;cursor:pointer;background-color:#f8f9fa;color:#3119e4;font-weight:500;transition:background-color .2s}.custom-file-upload:hover{background-color:#e9ecef}.custom-file-upload input[type=file]{display:none}.image-upload-area img{max-width:none;max-height:none;width:auto;height:auto;transform-origin:0 0;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.crop-box{position:absolute;width:99%;height:99%;border:2px solid #3119e4;pointer-events:none;box-shadow:0 0 0 9999px #0000004d;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.image-size-slider-container{width:100%;margin-top:8px}.image-size-slider-wrapper{position:relative;height:16px;display:flex;align-items:center}.image-size-slider-fill{position:absolute;height:6px;background:#3119e4;border-radius:3px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;transition:width .1s ease}.image-size-slider{width:100%;height:6px;background:#ddd;outline:none;border-radius:3px;-webkit-appearance:none;appearance:none;position:relative;z-index:2;margin:0;cursor:pointer}.image-size-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#3119e4;cursor:pointer;border-radius:4px;border:none;position:relative;z-index:3;margin-top:-5px}.image-size-slider::-moz-range-thumb{width:16px;height:16px;background:#3119e4;cursor:pointer;border-radius:4px;border:none;position:relative;z-index:3}.image-size-slider::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:transparent;border-radius:3px}.image-size-slider::-moz-range-track{width:100%;height:6px;cursor:pointer;background:transparent;border-radius:3px}.drag-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#3119e41a;border:2px dashed #3119e4;display:flex;align-items:center;justify-content:center;color:#3119e4;font-weight:600;z-index:10;opacity:0;transition:opacity .2s ease;pointer-events:none}.image-upload-area.drag-over .drag-overlay{opacity:1}.modal-actions{display:flex;justify-content:space-between;gap:10px}.modal-button{flex:1;padding:12px 20px;font-size:1em;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:filter .2s}.modal-button.primary-button{background-color:#3119e4;color:#fff}.modal-button.primary-button:hover:not(:disabled){filter:brightness(1.1)}.modal-button.primary-button:disabled{background-color:#555;color:#999;cursor:not-allowed;opacity:.6}.modal-button.secondary-button{background-color:#3a3f45;color:#fff}.modal-button.secondary-button:hover{filter:brightness(1.1)}.tab-buttons{display:flex;width:100%;gap:10px;margin-bottom:20px}.tab-button{flex:1;padding:10px;font-size:1em;background-color:#ddd;border:none;cursor:pointer;border-radius:8px;transition:background-color .2s ease,color .2s ease;color:#121212}.tab-button.active{background-color:#3119e4;color:#fff}.color-picker-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:20px}.color-swatch{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease,transform .2s ease}.color-swatch.selected{border-color:#3119e4;transform:scale(1.1)}.color-input{width:30px;height:30px;border:none;padding:0;background:none;cursor:pointer;border:2px solid #ffffff;box-shadow:0 0 3px #00000080;border-radius:4px}.color-input:hover{border-color:#3119e4}.zoom-slider-container{position:relative;width:100%;max-width:900px;height:16px;display:flex;align-items:center;margin-bottom:15px}.zoom-slider-controls{display:flex;align-items:center;width:100%;gap:10px}.zoom-minus,.zoom-plus{width:24px;height:24px;background:#3119e4;border:none;border-radius:4px;color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.zoom-slider-wrapper{flex:1;position:relative;height:16px;display:flex;align-items:center}.zoom-slider-fill{position:absolute;height:6px;background:#3119e4;border-radius:3px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;transition:width .1s ease}.zoom-slider{width:100%;height:6px;background:#ddd;outline:none;border-radius:3px;-webkit-appearance:none;appearance:none;position:relative;z-index:2;margin:0}.zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#3119e4;cursor:pointer;border-radius:4px;border:none;position:relative;z-index:3;margin-top:-5px}.zoom-slider::-moz-range-thumb{width:16px;height:16px;background:#3119e4;cursor:pointer;border-radius:4px;border:none;position:relative;z-index:3}.zoom-slider::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:transparent;border-radius:3px}.zoom-slider::-moz-range-track{width:100%;height:6px;cursor:pointer;background:transparent;border-radius:3px}.zoom-slider::-moz-range-progress{background:#3119e4;height:6px;border-radius:3px}.info-panel{width:100%;max-width:900px;display:flex;flex-direction:column;gap:12px;margin-top:3px}.blocks-info{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0;background:transparent;margin-bottom:0}.blocks-label{font-size:12px;font-weight:600;color:#3119e4;margin:0;white-space:nowrap;min-width:90px}.blocks-count{font-size:12px;font-weight:700;color:#3119e4;margin:0;white-space:nowrap;min-width:70px;text-align:right}.progress-container{flex:1;min-width:60px;max-width:200px;margin:0}.progress-bar{width:100%;height:4px;background:#e9ecef;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#3119e4;border-radius:2px;transition:width .3s ease}.buttons-container{display:flex;flex-direction:column;gap:8px;width:100%}.upload-image-button{width:100%;padding:10px 16px;background:#3119e4;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s;font-size:12px;height:36px}.upload-image-button:hover:not(:disabled){background:#2a15c7}.upload-image-button:disabled{background:#ccc;cursor:not-allowed}.share-button,.profile-button{flex:1;padding:10px 16px;background:#6f42c1;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s;font-size:12px;height:36px}.share-button:hover,.profile-button:hover{background:#5a32a3}.bottom-buttons-row{display:flex;gap:8px;width:100%}.leaderboard-button{flex:1;padding:10px 16px;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s;font-size:12px;height:36px}.leaderboard-button:hover{background:#218838}.reward-button{flex:1;padding:10px 16px;background:#ffe600;color:#212529;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s;font-size:12px;height:36px}.reward-button:hover{background:#e6cf04}.leaderboard-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:100}.leaderboard-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #00000080;width:90%;max-width:500px;height:80vh;display:flex;flex-direction:column;overflow:hidden}.leaderboard-header{flex-shrink:0;padding:0}.leaderboard-image{width:100%;height:150px;object-fit:cover;border-radius:8px 8px 0 0}.leaderboard-modal-title{font-size:1.5em;font-weight:600;color:#3119e4;margin:20px 0;text-align:center;padding:0 20px}.leaderboard-list-container{flex:1;overflow-y:auto;padding:0 20px;min-height:0}.leaderboard-list{display:flex;flex-direction:column;gap:8px;padding-bottom:20px}.leaderboard-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background-color:#f8f9fa;border-radius:6px;font-size:14px;min-height:44px;box-sizing:border-box}.leaderboard-item:nth-child(odd){background-color:#e9ecef}.rank{font-weight:700;width:30px;text-align:center;color:#3119e4;flex-shrink:0}.address{flex:1;text-align:left;font-family:monospace;font-size:12px;word-break:break-all;color:#3119e4;padding:0 10px}.blocks{width:60px;text-align:right;font-weight:600;color:#3119e4;flex-shrink:0}.leaderboard-footer{flex-shrink:0;padding:20px}.close-leaderboard-button{width:100%;padding:12px 16px;background:#3a3f45;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s;font-size:14px;height:44px}.close-leaderboard-button:hover{background:#2a2e33}.leaderboard-list-container::-webkit-scrollbar{width:8px}.leaderboard-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.leaderboard-list-container::-webkit-scrollbar-thumb{background:#3119e4;border-radius:4px}.leaderboard-list-container::-webkit-scrollbar-thumb:hover{background:#2a15c7}.leaderboard-list-container{scrollbar-width:thin;scrollbar-color:#3119e4 #f1f1f1}.block-preview-container{display:flex;justify-content:center;align-items:center;margin:20px 0}.block-image-preview{max-width:300px;max-height:300px;display:flex;justify-content:center;align-items:center}.block-preview-image{max-width:100%;max-height:100%;object-fit:contain;border:2px solid #3119e4;border-radius:8px}.block-color-preview{display:flex;justify-content:center;align-items:center}.block-color-display{width:200px;height:200px;border:2px solid #3119e4;border-radius:8px;box-shadow:0 4px 8px #0003}.block-info{display:flex;flex-direction:column;gap:12px;margin:20px 0;text-align:left}.block-info-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e9ecef}.block-info-label{font-weight:600;color:#3119e4;font-size:14px}.block-info-value{font-weight:500;color:#333;font-size:14px;font-family:monospace}.reward-page-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;box-sizing:border-box}.reward-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:500px;width:100%;gap:30px}.reward-title{font-size:2em;font-weight:600;color:#3119e4;margin:0}.reward-image{max-width:100%;height:auto;border-radius:8px}.back-button{padding:12px 30px;background:#3119e4;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s;font-size:1em;min-width:150px}.back-button:hover{background:#2a15c7}.profile-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:100}.profile-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #00000080;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.profile-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e9ecef;flex-shrink:0}.profile-title{font-size:1.5em;font-weight:600;color:#3119e4;margin:0}.profile-close-button{background:none;border:none;font-size:1.2em;color:#3119e4;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.profile-close-button:hover{background-color:#f8f9fa}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:15px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3119e4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-loading p{color:#666;margin:0}.user-info-section{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:20px;border-bottom:1px solid #e9ecef;flex-shrink:0;align-items:start}.user-avatar{width:120px;height:120px;position:relative;flex-shrink:0}.user-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background-color:#3119e4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:28px}.avatar-fallback{display:none}.user-details{display:flex;flex-direction:column;gap:8px}.user-name{font-size:1.4em;font-weight:600;color:#3119e4;margin:0;word-wrap:break-word}.user-username{font-size:1em;color:#3119e4;margin:0;font-weight:600}.user-fid{font-size:.95em;color:#666;margin:0;font-weight:500}.user-address{font-size:.85em;color:#888;margin:0;font-family:monospace;word-break:break-all}.user-bio{font-size:.95em;color:#555;line-height:1.4;margin:0;word-wrap:break-word}.user-location{font-size:.9em;color:#666;margin:0;display:flex;align-items:center;gap:5px}.user-location i{color:#3119e4}.user-stats{display:flex;gap:15px;margin-top:5px}.stat-item{font-size:.9em;color:#3119e4;font-weight:600;background-color:#3119e41a;padding:4px 8px;border-radius:12px}.farcaster-note{margin-top:8px;padding:6px 10px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;font-size:11px;color:#666;text-align:center}.profile-tabs{display:flex;border-bottom:1px solid #e9ecef;flex-shrink:0}.profile-tab{flex:1;padding:12px 16px;background:none;border:none;cursor:pointer;font-weight:600;color:#666;transition:all .2s;border-bottom:2px solid transparent}.profile-tab.active{color:#3119e4;border-bottom-color:#3119e4}.profile-tab:hover:not(.active){background-color:#f8f9fa}.profile-tab-content{flex:1;overflow-y:auto;padding:20px}.badges-grid{display:grid;grid-template-columns:1fr;gap:12px}.badge-item{display:flex;align-items:center;gap:12px;padding:12px;border:2px solid #e9ecef;border-radius:8px;transition:all .2s}.badge-item.earned{border-color:#3119e4;background-color:#3119e40d}.badge-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.badge-image{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.badge-image.welcome{background-color:#3119e4}.badge-image.explorer{background-color:#28a745}.badge-image.collector{background-color:#17a2b8}.badge-image.diversifier{background-color:#ffc107;color:#000}.badge-image.whale{background-color:#6f42c1}.badge-image.investor{background-color:#fd7e14}.badge-image.mm{background-color:#e83e8c}.badge-image.pro{background-color:#20c997}.badge-placeholder{width:100%;height:100%;background-color:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#999;font-weight:700;font-size:14px}.badge-item.earned .badge-placeholder{background-color:#3119e4;color:#fff}.badge-info{flex:1;min-width:0}.badge-name{font-weight:600;color:#3119e4;margin-bottom:2px}.badge-description{font-size:.8em;color:#666;line-height:1.3}.badge-item:not(.earned) .badge-name{color:#999}.badge-item:not(.earned) .badge-description{color:#999}.blocks-list-container{max-height:300px;overflow-y:auto}.blocks-header{font-weight:600;color:#3119e4;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e9ecef}.blocks-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px}.block-list-item{display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px;border:1px solid #e9ecef;border-radius:6px;transition:all .2s;background-color:#f8f9fa}.block-list-item:hover{border-color:#3119e4;transform:translateY(-2px)}.block-preview-small{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e9ecef;border-radius:4px;overflow:hidden;background-color:#fff}.block-image-small{max-width:100%;max-height:100%;object-fit:cover}.block-color-small{width:100%;height:100%;border-radius:4px}.block-coordinates{font-size:.7em;color:#3119e4;font-weight:600;font-family:monospace}.no-blocks-message{text-align:center;color:#999;font-style:italic;padding:20px;grid-column:1 / -1}.nft-eligibility{padding:15px 20px;border-top:1px solid #e9ecef;background-color:#f8f9fa;flex-shrink:0}.eligibility-title{font-size:.9em;font-weight:600;color:#3119e4;margin-bottom:8px}.eligibility-status{font-size:.9em;font-weight:500;margin-bottom:8px}.eligible{color:#28a745;font-weight:600}.not-eligible{color:#dc3545;font-weight:600}.eligibility-progress{width:100%;height:6px;background-color:#e9ecef;border-radius:3px;overflow:hidden}.progress-bar{height:100%;background-color:#3119e4;border-radius:3px;transition:width .3s ease}.blocks-list-container::-webkit-scrollbar{width:6px}.blocks-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.blocks-list-container::-webkit-scrollbar-thumb{background:#3119e4;border-radius:3px}.blocks-list-container::-webkit-scrollbar-thumb:hover{background:#2a15c7}.profile-tab-content::-webkit-scrollbar{width:6px}.profile-tab-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.profile-tab-content::-webkit-scrollbar-thumb{background:#3119e4;border-radius:3px}.profile-tab-content::-webkit-scrollbar-thumb:hover{background:#2a15c7}@media (max-width: 480px){.profile-modal-content{width:95%;max-height:90vh}.user-info-section{grid-template-columns:1fr;text-align:center;gap:15px}.user-avatar{width:100px;height:100px;justify-self:center}.user-stats{justify-content:center}.blocks-list{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}}
