.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000;padding:16px;box-sizing:border-box}.modal-overlay.screenshot{overflow:auto}.modal-container{background-color:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #fff;border-radius:16px;padding:20px;max-width:min(300px,calc(100vw - 32px));width:100%;max-height:85vh;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.3);overflow-y:auto;margin:0 16px}.modal-container.coat-theme{background-color:rgba(106,13,173,.2);border:1px solid rgba(168,85,247,.5);box-shadow:0 10px 25px rgba(106,13,173,.3)}.modal-container.boots-theme{background-color:rgba(239,68,68,.2);border:1px solid hsla(0,91%,71%,.5);box-shadow:0 10px 25px rgba(239,68,68,.3)}.modal-container.jukebox-theme{max-height:70vh;padding:16px}.modal-container.megapot-theme{padding:8px}.modal-container.chat-history-theme{max-width:min(300px,calc(100vw - 32px));max-height:80vh;padding:12px}.chat-history-header{margin-bottom:20px;text-align:center;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:16px}.chat-history-messages{max-height:400px;overflow-y:auto;padding:0}.chat-history-empty{text-align:center;color:hsla(0,0%,100%,.5);font-size:14px;padding:40px 20px;font-family:Arial,sans-serif}.chat-history-list{display:flex;flex-direction:column;gap:4px}.chat-message{padding:12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.2);background-color:hsla(0,0%,100%,.1)}.chat-message.sent{background-color:rgba(99,102,241,.2);border:1px solid rgba(99,102,241,.3);margin-left:0;margin-right:0}.chat-message.received{margin-left:0;margin-right:8}.chat-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.chat-message-user-info{display:flex;align-items:center;gap:8px}.chat-message-username{color:hsla(0,0%,100%,.9);font-size:12px;font-weight:600;font-family:Arial,sans-serif}.chat-message-username.sent{color:#a5b4fc}.chat-message-room-tag{background-color:hsla(0,0%,100%,.1);padding:2px 6px;border-radius:4px}.chat-message-room-tag,.chat-message-timestamp{color:hsla(0,0%,100%,.5);font-size:10px;font-family:Arial,sans-serif}.chat-message-content{color:#fff;font-size:14px;line-height:1.4;font-family:Arial,sans-serif;word-break:break-word}.network-warning{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:16px;margin-bottom:16px;text-align:center}.network-warning-title{color:#856404;font-size:14px;font-family:Arial,sans-serif;margin-bottom:8px}.network-warning-text{color:#856404;font-size:12px;font-family:Arial,sans-serif;margin-bottom:12px}.network-switch-button{background-color:#0052ff;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;cursor:pointer}.nft-preview-container{margin-bottom:20px;border-radius:12px;overflow:hidden;border:2px solid hsla(0,0%,100%,.2)}.nft-preview-container.coat-theme{border:2px solid rgba(168,85,247,.3)}.nft-preview-container.boots-theme{border:2px solid hsla(0,91%,71%,.3)}.nft-video{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.screenshot-preview-container{width:100%;display:flex;justify-content:center;align-items:center;min-height:80px;background-color:hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.3);margin-bottom:16px}.screenshot-image{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.screenshot-placeholder{color:hsla(0,0%,100%,.7);font-size:16px;font-family:Arial,sans-serif;text-align:center;padding:40px}.error-message{background-color:rgba(255,0,0,.1);border:1px solid rgba(255,0,0,.3);border-radius:8px;padding:12px;margin-bottom:16px;color:#ff6b6b;font-size:12px;line-height:1.4}.primary-button{width:100%;padding:16px;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.primary-button:disabled{background:hsla(0,0%,100%,.1);cursor:not-allowed;opacity:.6}.primary-button:not(:disabled):hover{transform:translateY(-2px)}.primary-button.coat-theme,.primary-button:not(:disabled):hover{background:linear-gradient(135deg,#7c3aed,#a855f7 50%,#c084fc)}.primary-button.coat-theme:disabled{background:rgba(168,85,247,.1)}.primary-button.coat-theme:not(:disabled):hover{background:linear-gradient(135deg,#8b5cf6,#c084fc 50%,#d8b4fe)}.primary-button.boots-theme{background:linear-gradient(135deg,#ef4444,#f87171 50%,#fca5a5)}.primary-button.boots-theme:disabled{background:hsla(0,91%,71%,.1)}.primary-button.boots-theme:not(:disabled):hover{background:linear-gradient(135deg,#dc2626,#ef4444 50%,#f87171)}.price-display{font-size:14px;color:hsla(0,0%,100%,.7);margin-top:12px;font-weight:500;text-align:center}.form-grid{display:grid;grid-gap:12px;gap:12px}.form-row{display:flex;gap:8px;flex-direction:row}.form-field{flex:1 1}.form-label{color:#fff;font-size:14px;margin-bottom:4px;display:block;font-family:Arial,sans-serif}.form-input,.form-textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.3);background-color:hsla(0,0%,100%,.1);color:#fff;font-size:11px;font-family:Arial,sans-serif;box-sizing:border-box}.form-textarea{resize:vertical}.deployment-success{background-color:#d1fae5;border:1px solid #10b981;border-radius:8px;padding:16px;text-align:center;margin-top:20px}.deployment-success-title{color:#065f46;font-size:16px;font-family:Arial,sans-serif;font-weight:600;margin-bottom:12px}.deployment-address{color:#065f46;font-size:11px;font-family:monospace;background-color:rgba(16,185,129,.1);padding:4px 8px;border-radius:4px;margin-bottom:8px;word-break:break-all}.deployment-error{background-color:#fee2e2;border:1px solid #ef4444;border-radius:8px;padding:16px;text-align:center;margin-top:20px}.deployment-error-title{color:#dc2626;font-size:16px;font-family:Arial,sans-serif;font-weight:600;margin-bottom:8px}.deployment-error-message{color:#dc2626;font-size:12px;font-family:Arial,sans-serif;margin-bottom:12px;background-color:rgba(239,68,68,.1);padding:8px;border-radius:4px}.button-group{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.secondary-button{color:#fff;border:none;border-radius:6px;font-size:10px;padding:4px 8px;font-family:Arial,sans-serif;cursor:pointer;display:flex;align-items:center;gap:4px;opacity:.7;transition:all .2s ease;background-color:hsla(0,0%,100%,.1)}.secondary-button.blue{background-color:#1e40af}.secondary-button.red{background-color:#ef4444}.secondary-button.green{background-color:#10b981}.secondary-button.active{background-color:#6366f1;opacity:1}.album-list{display:flex;flex-direction:column;gap:12px}.album-item{display:flex;align-items:center;padding:8px;border-radius:8px;background-color:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.2);cursor:pointer;transition:all .2s ease}.album-item:hover{background-color:#fff;transform:scale(1.01)}.album-item.selected{background-color:rgba(99,102,241,.3);border:2px solid rgba(99,102,241,.6);transform:scale(1.02)}.album-cover{width:60px;height:60px;border-radius:8px;overflow:hidden;margin-right:16px;flex-shrink:0;position:relative}.album-cover-image{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.album-cover.selected .album-cover-image{transform:scale(1.1)}.album-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(99,102,241,.4);align-items:center}.album-info,.album-play-overlay{display:flex;justify-content:center}.album-info{flex:1 1;flex-direction:column}.album-song-name{color:#333;font-size:16px;font-weight:600;margin-bottom:2px;font-family:Inter,Arial,sans-serif}.album-artist-name{color:#666;font-weight:400}.album-artist-name,.album-play-button{font-size:14px;font-family:Inter,Arial,sans-serif}.album-play-button{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);color:#fff;font-weight:600;padding:8px 16px;border-radius:4px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(99,102,241,.3);margin-right:12px}.close-button-container{display:flex;justify-content:center;margin-top:20px}.close-button{width:60px;height:60px;border-radius:50%;background-color:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:all .2s ease;z-index:1000}.close-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.4)}.close-button.coat-theme{background-color:rgba(168,85,247,.2);border:1px solid rgba(168,85,247,.5);box-shadow:0 4px 12px rgba(106,13,173,.3)}.close-button.coat-theme:hover{box-shadow:0 6px 16px rgba(106,13,173,.4)}.close-button.boots-theme{background-color:hsla(0,91%,71%,.2);border:1px solid hsla(0,91%,71%,.5);box-shadow:0 4px 12px rgba(239,68,68,.3)}.close-button.boots-theme:hover{box-shadow:0 6px 16px rgba(239,68,68,.4)}.close-button-icon{font-size:24px;color:#fff;line-height:1;font-weight:400;font-family:Arial,sans-serif}.close-button-icon.coat-theme{color:#a855f7}.close-button-icon.boots-theme{color:#f87171}@media (max-width:440px){.modal-container{padding:16px;margin:0 8px}.modal-container.chat-history-theme{padding:12px;max-height:85vh}.chat-history-header{margin-bottom:16px;padding-bottom:12px}.button-group{gap:6px}.secondary-button{font-size:9px;padding:6px 8px}.chat-history-messages{max-height:300px}.chat-message{padding:10px;margin-right:0!important}.chat-message,.chat-message.sent{margin-left:0!important}.chat-message-header{flex-direction:column;align-items:flex-start;gap:4px}.chat-message-user-info{gap:6px}.chat-message-username{font-size:11px}.chat-message-room-tag{font-size:9px;padding:1px 4px}.chat-message-timestamp{font-size:9px;align-self:flex-end}.chat-message-content{font-size:13px;line-height:1.3}.chat-history-empty{padding:20px 10px;font-size:13px}.form-row{flex-direction:column;gap:12px}.album-item{padding:12px 8px}.album-cover{width:50px;height:50px;margin-right:12px}.album-song-name{font-size:14px}.album-artist-name{font-size:12px}}@media (max-width:320px){.modal-container.chat-history-theme{padding:8px;margin:0 4px}.chat-message{padding:8px}.chat-message-content{font-size:12px}.secondary-button{font-size:8px;padding:4px 6px}.close-button{width:50px;height:50px}.close-button-icon{font-size:20px}}.modal-container{-ms-overflow-style:none;scrollbar-width:none}.modal-container::-webkit-scrollbar{display:none}.chat-history-messages{-ms-overflow-style:none;scrollbar-width:none}.chat-history-messages::-webkit-scrollbar,.modal-overlay ::-webkit-scrollbar{display:none}.modal-overlay *{-ms-overflow-style:none;scrollbar-width:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.loading{animation:pulse 1.5s ease-in-out infinite}.close-button:focus,.form-input:focus,.form-textarea:focus,.primary-button:focus,.secondary-button:focus{outline:2px solid rgba(99,102,241,.5);outline-offset:2px}