.profile-customization{max-width:800px;margin:20px auto;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.profile-customization h2{margin-top:0;color:#333}.customize-subtitle{color:#666;margin-bottom:30px}.customize-section{margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:8px}.customize-section h3{margin-top:0;margin-bottom:15px;color:#444}.section-hint{font-size:.9em;color:#666;margin-bottom:15px}.color-picker-group{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.color-picker-group label{display:flex;align-items:center;grid-gap:10px;gap:10px;font-weight:500}.color-picker-group input[type=color]{width:60px;height:40px;border:1px solid #ddd;border-radius:4px;cursor:pointer}.clear-btn{padding:5px 10px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85em}.clear-btn:hover{background:#c82333}.customize-section input[type=file]{display:block;margin-bottom:10px}.customize-section input[type=text],.customize-section input[type=url],.customize-section select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:1em}.customize-section select{background:#fff}.customize-section label{display:block;margin-bottom:15px;font-weight:500;color:#555}.checkbox-label{display:flex;align-items:center;grid-gap:8px;gap:8px;font-weight:400}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.bg-preview{margin-top:10px}.bg-preview img{max-width:200px;max-height:200px;border-radius:4px;display:block;margin-bottom:10px;border:1px solid #ddd}.bg-preview button{padding:6px 12px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.bg-preview button:hover{background:#c82333}.customize-actions{display:flex;grid-gap:10px;gap:10px;margin-top:30px}.reset-btn,.save-btn{padding:12px 24px;border:none;border-radius:4px;font-size:1em;font-weight:600;cursor:pointer;transition:background .3s}.save-btn{background:#28a745;color:#fff;flex:1 1}.save-btn:hover{background:#218838}.reset-btn{background:#6c757d;color:#fff;flex:1 1}.reset-btn:hover{background:#5a6268}.success-message{margin-top:15px;padding:12px;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px}.error-message{margin-top:15px;padding:12px;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px}@media (max-width:768px){.profile-customization{margin:10px;padding:15px}.color-picker-group,.customize-actions{flex-direction:column}}.profile-music-player{position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:15px;box-shadow:0 4px 15px rgba(0,0,0,.3);z-index:100;min-width:280px;max-width:350px}.music-player-header{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:10px;color:#fff;font-weight:600}.music-icon{font-size:1.2em;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.music-title{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audio-player{display:flex;align-items:center;justify-content:center}.play-btn{background:#fff;color:#667eea;border:none;border-radius:25px;padding:10px 20px;font-size:.95em;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.2)}.play-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.play-btn:active{transform:translateY(0)}.youtube-embed{border-radius:8px;overflow:hidden}.youtube-embed iframe{display:block}.youtube-embed-audio{border-radius:8px;overflow:hidden}.youtube-embed-audio iframe{display:block}@media (max-width:768px){.profile-music-player{bottom:10px;right:10px;left:10px;min-width:unset;max-width:unset}}.auth-container{background:linear-gradient(120deg,#2196f3,#21cbf3)}.auth-box{background:#fff;box-shadow:0 4px 32px rgba(0,0,0,.12)}.auth-form input[type=file]{margin-top:.2rem}.auth-form button{background:#2196f3}.auth-form button:hover{background:#1769aa}.auth-toggle button{color:#2196f3}.auth-error{color:#d32f2f}:root{--primary:#1a237e;--primary-light:#3949ab;--primary-dark:#0d1333;--background:#181a1b;--surface:#23272a;--text:#e3e6eb;--input-bg:#23272a;--input-border:#3949ab;--error:#d32f2f}body{color:var(--text);font-family:"Segoe UI","Roboto","Arial",sans-serif;margin:0}.auth-container,body{background:var(--background);min-height:100vh}.auth-container{display:flex;align-items:center;justify-content:center}.auth-box{background:var(--surface);padding:2rem 2.5rem;border-radius:16px;box-shadow:0 4px 32px rgba(10,20,40,.25);min-width:340px;max-width:95vw}.auth-form{display:flex;flex-direction:column;grid-gap:.8rem;gap:.8rem}.auth-form input,.auth-form input[type=file]{background:var(--input-bg);color:var(--text);border:1px solid var(--input-border);border-radius:6px;padding:.6rem;font-size:1rem}.auth-form input:focus{outline:2px solid var(--primary)}.auth-form button{background:var(--primary);color:#fff;border:none;border-radius:6px;padding:.7rem;font-size:1rem;cursor:pointer;margin-top:.5rem;transition:background .2s}.auth-form button:hover{background:var(--primary-light)}.auth-toggle{margin-top:1rem;text-align:center}.auth-toggle button{background:none;color:var(--primary);border:none;cursor:pointer;text-decoration:underline;font-size:1rem}.auth-error{color:var(--error);margin-top:.7rem;text-align:center}.app-main{background:var(--background);min-height:100vh;color:var(--text)}.header{background:var(--primary-dark);color:#fff;padding:1.5rem 2rem 1rem;font-size:2rem;font-weight:700;letter-spacing:1px;box-shadow:0 2px 8px rgba(10,20,40,.15)}button,input,select,textarea{font-family:inherit}.feed{max-width:600px;margin:2rem auto}.feed-card{background:var(--surface);border:1px solid var(--primary-dark);border-radius:10px;margin:1rem 0;padding:1.2rem 1.5rem;box-shadow:0 2px 8px rgba(10,20,40,.1)}.feed-card .feed-header{display:flex;align-items:center;margin-bottom:.5rem}.feed-card .feed-avatar{width:40px;height:40px;border-radius:50%;margin-right:12px;border:2px solid var(--primary)}.feed-card .feed-handle{font-weight:700;color:var(--primary-light);margin-right:8px}.feed-card .feed-date{color:#b0b6c1;font-size:.95rem;margin-left:auto}.feed-card .feed-content{margin-top:.5rem;font-size:1.1rem}.profile{background:var(--surface);border-radius:12px;box-shadow:0 2px 8px rgba(10,20,40,.1);max-width:600px;margin:2rem auto;padding-bottom:2rem}.profile-banner{width:100%;height:180px;object-fit:cover;border-radius:12px 12px 0 0;background:var(--primary-dark)}.profile-pic{width:120px;height:120px;border-radius:50%;border:4px solid var(--background);margin-top:-60px;margin-left:2rem;background:#fff}.profile-info{margin-left:2rem;margin-top:1rem}.profile-info h2{margin:0;color:var(--primary-light)}.profile-info .verified{color:#2196f3;margin-left:6px}.profile-info .profile-handle{color:#b0b6c1;font-size:1.1rem}.profile-details{margin:2rem 2rem 0;color:#b0b6c1}.chat{background:var(--surface);border-radius:10px;box-shadow:0 2px 8px rgba(10,20,40,.1);max-width:400px;margin:2rem auto;padding:1rem}.chat-header{display:flex;align-items:center;margin-bottom:1rem}.chat-avatar{width:40px;height:40px;border-radius:50%;margin-right:10px;border:2px solid var(--primary)}.chat-status{margin-left:10px;font-size:.95rem}.chat-messages{height:200px;overflow-y:auto;background:#20232a;margin-bottom:10px;border-radius:6px;padding:.5rem}.chat-message{margin:5px 0;text-align:left}.chat-message.me{text-align:right}.chat-inputs{display:flex;grid-gap:5px;gap:5px}::-webkit-scrollbar{width:8px;background:#23272a}::-webkit-scrollbar-thumb{background:#3949ab;border-radius:4px}
/*# sourceMappingURL=main.98034b35.chunk.css.map */