.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:440px;box-shadow:0 10px 40px #0003}.logo-section{text-align:center;margin-bottom:32px}.logo-section h1{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:8px}.logo-section p{font-size:16px;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:20px}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input{padding:12px 16px;border:1px solid #D1D5DB;border-radius:8px;font-size:16px;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f3f4f6;cursor:not-allowed}.error-message{padding:12px 16px;background:#fee2e2;border:1px solid #EF4444;border-radius:8px;color:#b91c1c;font-size:14px}.login-button{padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.login-button:disabled{opacity:.6;cursor:not-allowed}.toggle-mode{margin-top:8px;text-align:center;padding-top:16px;border-top:1px solid #E5E7EB}.toggle-button{background:none;border:none;color:#667eea;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:color .2s;padding:8px}.toggle-button:hover:not(:disabled){color:#764ba2;text-decoration:underline}.toggle-button:disabled{opacity:.5;cursor:not-allowed}.root-dashboard{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.root-dashboard-header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 2rem}.header-left h1{color:#fff;margin:0;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.dashboard-subtitle{color:#fffc;margin:.5rem 0 0;font-size:1.1rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;color:#fff}.user-role{font-size:.8rem;opacity:.8}.signout-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.signout-button:hover{background:#ffffff4d;transform:translateY(-2px)}.root-dashboard-main{max-width:1200px;margin:0 auto;padding:3rem 2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.dashboard-option{background:#fffffff2;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a}.dashboard-option:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--option-color);transition:all .3s ease}.dashboard-option:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0003;border-color:var(--option-color)}.dashboard-option:hover:before{height:6px}.option-icon{font-size:3rem;margin-bottom:1rem;display:block}.option-content{margin-bottom:1rem}.option-title{color:#333;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.option-description{color:#666;margin:0;line-height:1.5;font-size:1rem}.option-arrow{position:absolute;top:2rem;right:2rem;font-size:1.5rem;color:var(--option-color);transition:all .3s ease}.dashboard-option:hover .option-arrow{transform:translate(4px)}.dashboard-info{background:#ffffffe6;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 8px 32px #0000001a}.info-card h3{color:#333;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.info-card p{color:#666;line-height:1.6;font-size:1rem;max-width:600px;margin:0 auto}@media (max-width: 768px){.root-dashboard-header{padding:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-left h1{font-size:2rem}.root-dashboard-main{padding:2rem 1rem}.dashboard-options{grid-template-columns:1fr;gap:1.5rem}.dashboard-option{padding:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #E5E7EB}.modal-header h2{font-size:20px;font-weight:700;color:#1f2937}.close-button{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.close-button:hover{background:#f3f4f6}.feed-form{padding:24px;display:flex;flex-direction:column;gap:20px}.form-group label{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:80px}.checkbox-group label{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.actions-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;padding:12px;background:#f9fafb;border-radius:8px}.actions-checkboxes label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}.form-buttons{display:flex;justify-content:flex-end;gap:12px;margin-top:8px;padding-top:20px;border-top:1px solid #E5E7EB}.cancel-button{padding:10px 24px;background:#fff;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.cancel-button:hover:not(:disabled){background:#f3f4f6}.submit-button{padding:10px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-button:disabled,.cancel-button:disabled{opacity:.6;cursor:not-allowed}.genres-container{display:flex;flex-direction:column;gap:12px}.genres-list{display:flex;flex-wrap:wrap;gap:8px;min-height:32px;padding:8px;background:#f9fafb;border-radius:8px;border:1px solid #E5E7EB}.genre-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#f3e8ff;color:#7c3aed;border-radius:12px;font-size:12px;font-weight:500;border:1px solid #C4B5FD}.remove-genre{background:none;border:none;color:#7c3aed;font-size:16px;font-weight:700;cursor:pointer;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.remove-genre:hover{background:#7c3aed;color:#fff}.add-genre{display:flex;gap:8px;align-items:center}.add-genre input{flex:1;padding:8px 12px;border:1px solid #D1D5DB;border-radius:6px;font-size:14px}.add-genre-btn{padding:8px 16px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.add-genre-btn:hover{background:#5a67d8}.genre-input-container{position:relative;flex:1}.category-input-container{position:relative;width:100%}.genre-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D1D5DB;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:200px;overflow-y:auto}.genre-suggestion{padding:8px 12px;cursor:pointer;border-bottom:1px solid #F3F4F6;font-size:14px;color:#374151;transition:background-color .2s}.genre-suggestion:hover{background:#f3f4f6}.genre-suggestion:last-child{border-bottom:none}.genre-required{color:#ef4444;font-size:12px;margin-top:4px;display:block}.share-config{background:#f0f9ff;padding:16px;border-radius:8px;border:1px solid #BAE6FD}.share-config label{color:#0369a1;margin-bottom:4px}.share-subtitle{display:block;font-size:12px;color:#0284c7;margin-bottom:12px;font-weight:400;font-style:italic}.share-config-fields{display:flex;flex-direction:column;gap:12px}.share-input,.share-textarea{width:100%;padding:10px 14px;border:1px solid #BAE6FD;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s;background:#fff}.share-input:focus,.share-textarea:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.share-textarea{resize:vertical;min-height:70px}.share-hint{font-size:12px;color:#0369a1;padding:8px 12px;background:#e0f2fe;border-radius:4px;display:inline-block}.live-count-config{background:#f0fdf4;border:1px solid #BBF7D0;border-radius:8px;padding:16px;margin-top:8px}.live-count-config label{color:#166534;font-weight:600;margin-bottom:8px}.live-count-section{display:flex;flex-direction:column;gap:16px}.count-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-size:14px;font-weight:600;color:#166534;margin-bottom:4px}.input-group input{width:100%;padding:10px 14px;border:1px solid #BBF7D0;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s;background:#fff}.input-group input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.input-group small{color:#16a34a;font-size:12px;margin-top:2px}.live-count-info{background:#dcfce7;border:1px solid #BBF7D0;border-radius:6px;padding:12px;margin-top:8px}.live-count-info small{color:#166534;font-size:12px;line-height:1.4}@media (max-width: 640px){.count-inputs{grid-template-columns:1fr;gap:12px}}.feed-mp-url-section{margin-top:12px;padding:12px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.feed-mp-url-section__title{margin:0 0 10px;font-size:14px;color:#166534}.feed-mp-url-section__check{display:flex;align-items:flex-start;gap:8px;font-size:13px;margin-bottom:10px;cursor:pointer}.feed-mp-url-section__hint,.feed-mp-url-section__note,.feed-mp-url-section__warn{font-size:12px;color:#6b7280;margin:0 0 8px;line-height:1.45}.feed-mp-url-section__warn{color:#b45309}.feed-mp-url-row{margin-bottom:10px}.feed-mp-url-row strong{display:block;font-size:12px;color:#374151;margin-bottom:4px}.feed-mp-url-row__value{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.feed-mp-url-row__value a{color:#4f46e5;word-break:break-all;font-size:13px}.feed-mp-url-row code{font-size:12px;word-break:break-all}.copy-btn-sm{padding:4px 10px;font-size:12px;border:none;border-radius:6px;background:#667eea;color:#fff;cursor:pointer;flex-shrink:0}.copy-btn-sm:hover{background:#5a67d8}.analytics-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.analytics-main{max-width:1400px;margin:0 auto}.analytics-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.analytics-header h1{margin:0;font-size:28px;color:#1a1a1a;font-weight:700}.back-button{padding:10px 20px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#f5f5f5;border-color:#2196f3;color:#2196f3}.user-info{display:flex;align-items:center;gap:16px}.user-info span{font-size:14px;color:#666}.tab-navigation{display:flex;gap:12px;margin-bottom:30px;padding:8px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow-x:auto}.tab-btn{flex:1;min-width:150px;padding:14px 24px;background:transparent;border:none;border-radius:8px;font-size:15px;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tab-btn:hover{background:#f5f5f5;color:#2196f3}.tab-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.tab-panel{animation:fadeIn .3s ease}.analytics-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px;margin-bottom:24px}.analytics-section{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.analytics-section:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.section-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.section-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 6px;display:flex;align-items:center;gap:10px}.section-description{font-size:13px;color:#666;margin:0;line-height:1.5}.analytics-section.full-width{grid-column:1 / -1}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:24px}.analytics-section .metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.controls-section{background:#f8f9fa;padding:16px;border-radius:10px;margin-bottom:20px;border:1px solid #e9ecef}.analytics-section .controls-section{background:transparent;padding:20px 0;border:none;border-radius:0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.placeholder-section{background:#fff;border-radius:12px;padding:60px 40px;text-align:center;box-shadow:0 2px 8px #00000014;margin-top:30px}.placeholder-icon{font-size:64px;margin-bottom:20px}.placeholder-section h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.placeholder-section p{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.refresh-section{margin-top:30px;text-align:center}.refresh-button{padding:14px 32px;background:#fff;border:2px solid #2196F3;border-radius:10px;font-size:15px;font-weight:600;color:#2196f3;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #2196f333}.refresh-button:hover:not(:disabled){background:#2196f3;color:#fff;box-shadow:0 4px 16px #2196f366;transform:translateY(-2px)}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#ffebee;border:2px solid #EF5350;border-radius:10px;padding:16px 24px;margin:20px 0;text-align:center}.error-message p{margin:0;color:#c62828;font-weight:600;font-size:14px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#fff;border-radius:12px;padding:40px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #2196F3;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading p{font-size:16px;color:#666;margin:0}.access-denied{background:#fff;border-radius:12px;padding:60px 40px;text-align:center;box-shadow:0 2px 8px #00000014}.access-denied h2{font-size:32px;color:#1a1a1a;margin:0 0 12px}.access-denied p{font-size:16px;color:#666;margin:0 0 24px}@media (max-width: 1200px){.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 1200px){.analytics-cards-grid{grid-template-columns:1fr}}@media (max-width: 768px){.analytics-container{padding:12px}.analytics-header{flex-direction:column;gap:16px;text-align:center}.analytics-header h1{font-size:24px}.user-info{flex-direction:column;gap:8px}.tab-navigation{flex-direction:column}.tab-btn{min-width:unset}.analytics-cards-grid{gap:16px;grid-template-columns:1fr}.analytics-section{padding:20px}.analytics-section:hover{transform:none}.section-header{margin-bottom:20px;padding-bottom:14px}.section-title{font-size:18px}.section-description{font-size:12px}.metrics-grid{grid-template-columns:1fr;gap:12px}.controls-section{padding:16px}.placeholder-section{padding:40px 20px}.placeholder-icon{font-size:48px}.placeholder-section h3{font-size:20px}.placeholder-section p{font-size:14px}}@media (max-width: 480px){.back-button{padding:8px 16px;font-size:13px}.refresh-button{width:100%;padding:12px 24px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.modal-content{position:relative;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.analytics-modal{width:100%;max-width:900px;padding:0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e0e0e0;position:sticky;top:0;background:#fff;z-index:10;border-radius:16px 16px 0 0}.modal-header h2{margin:0;font-size:24px;font-weight:700;color:#1a1a1a}.close-button{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:8px;font-size:24px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-button:hover{background:#e0e0e0;color:#1a1a1a;transform:scale(1.05)}.analytics-loading,.analytics-error,.analytics-no-data{padding:60px 40px;text-align:center;font-size:16px;color:#666}.analytics-loading{display:flex;flex-direction:column;align-items:center;gap:16px}.analytics-loading:before{content:"";width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.analytics-error{color:#ef5350;background:#ffebee;margin:20px;border-radius:12px;font-weight:600}.analytics-no-data{color:#999;font-style:italic}.analytics-content{padding:32px}.trending-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#ff6b6b,#ffe66d);border-radius:24px;font-size:15px;font-weight:700;color:#fff;margin-bottom:24px;box-shadow:0 4px 12px #ff6b6b4d}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.analytics-card{background:linear-gradient(135deg,#f5f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .3s ease;position:relative;overflow:hidden}.analytics-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.analytics-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#667eea}.analytics-card:hover:before{transform:scaleX(1)}.clickable-card{cursor:pointer}.clickable-card:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea}.clickable-card:hover .analytics-label,.clickable-card:hover .analytics-value,.clickable-card:hover .click-hint{color:#fff}.analytics-label{font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;transition:color .3s ease}.analytics-value{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:4px;transition:color .3s ease}.click-hint{font-size:11px;color:#999;font-style:italic;transition:color .3s ease}.game-time-card{border-color:#4caf50}.game-time-card:before{background:linear-gradient(90deg,#4caf50,#8bc34a)}.game-time-card .analytics-label{color:#4caf50}.analytics-info{display:flex;gap:32px;padding:24px;background:#f8f9fa;border-radius:12px;border:1px solid #e0e0e0}.info-item{flex:1;display:flex;flex-direction:column;gap:6px}.info-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:16px;font-weight:600;color:#1a1a1a}@media (max-width: 768px){.modal-overlay{padding:0;align-items:flex-end}.modal-content{max-height:95vh;border-radius:16px 16px 0 0}.modal-header{padding:20px 24px}.modal-header h2{font-size:20px}.analytics-content{padding:24px}.analytics-grid{grid-template-columns:1fr;gap:16px}.analytics-info{flex-direction:column;gap:16px}.analytics-value{font-size:28px}.trending-badge{font-size:14px;padding:8px 16px}}@media (max-width: 480px){.modal-header{padding:16px 20px}.analytics-content{padding:20px}.analytics-card{padding:16px}.analytics-value{font-size:24px}}.likes-graph-modal,.views-graph-modal{width:100%;max-width:1000px;padding:0}.time-period-selector{display:flex;align-items:center;gap:12px;padding:20px 32px;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.time-period-selector label{font-size:14px;font-weight:600;color:#666}.time-period-select{padding:8px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:600;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .2s ease;outline:none}.time-period-select:hover{border-color:#667eea}.time-period-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.graph-content{padding:32px}.chart-container{height:400px;margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;border:1px solid #e0e0e0}.no-data-message,.chart-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;padding:40px}.no-data-message{color:#999}.no-data-message p{margin:8px 0;font-size:15px;line-height:1.6}.no-data-message p:first-child{font-size:18px;font-weight:600;color:#666}.chart-error{color:#ef5350;background:#ffebee;border-radius:12px}.chart-error p{margin:6px 0;font-size:14px}.chart-error p:first-child{font-size:16px;font-weight:600}.graph-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:24px;background:#f8f9fa;border-radius:12px;border:1px solid #e0e0e0}.stat-item{display:flex;flex-direction:column;gap:6px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.stat-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:18px;font-weight:700;color:#1a1a1a}@media (max-width: 768px){.likes-graph-modal,.views-graph-modal{max-width:100%}.time-period-selector{padding:16px 20px;flex-wrap:wrap}.graph-content{padding:20px}.chart-container{height:300px;padding:16px}.graph-stats{grid-template-columns:1fr;gap:12px;padding:16px}.stat-item{padding:12px}.no-data-message,.chart-error{min-height:200px;padding:24px}}@media (max-width: 480px){.time-period-selector{padding:12px 16px}.time-period-selector label{font-size:13px}.time-period-select{flex:1;font-size:13px;padding:6px 12px}.graph-content{padding:16px}.chart-container{height:250px;padding:12px}.graph-stats{padding:12px}.stat-value{font-size:16px}}.user-logins-section .login-table-wrapper{margin-top:1.5rem}.login-table-title{margin:0 0 12px;font-size:1.1rem;font-weight:600;color:#1a1a1a}.login-table-scroll{overflow-x:auto;border-radius:10px;background:#fffffff2;box-shadow:0 2px 8px #00000014}.login-analytics-table{width:100%;border-collapse:collapse;font-size:14px}.login-analytics-table th,.login-analytics-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee}.login-analytics-table th{background:#f5f5f5;font-weight:600;color:#444;white-space:nowrap}.login-analytics-table tbody tr:hover{background:#f9f9ff}.login-analytics-table .login-table-email{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.login-row-active-today{background:#4caf5014}.login-table-empty{color:#666;font-size:14px;margin:0}.feed-chat-config-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.feed-chat-config-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.feed-chat-config-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0}.feed-chat-config-header h2{margin:0;font-size:1.5rem;font-weight:600}.close-button{background:#fff3;border:none;color:#fff;font-size:1.5rem;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.close-button:hover{background:#ffffff4d}.feed-chat-config-content{padding:24px}.feed-info{margin-bottom:24px;padding:16px;background:#f8fafc;border-radius:8px;border-left:4px solid #667eea}.feed-info h3{margin:0 0 8px;color:#1f2937;font-size:1.25rem}.feed-id{margin:0;color:#6b7280;font-size:.875rem;font-family:monospace}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px;border-radius:6px;margin-bottom:20px;font-size:.875rem}.config-section{margin-bottom:32px}.config-section h4{margin:0 0 16px;color:#1f2937;font-size:1.125rem;font-weight:600}.config-item{margin-bottom:24px}.config-item label{display:block;margin-bottom:8px;color:#374151;font-weight:500}.toggle-label{display:flex!important;align-items:center;cursor:pointer;margin-bottom:8px!important}.toggle-label input[type=checkbox]{display:none}.toggle-slider{position:relative;width:50px;height:24px;background:#d1d5db;border-radius:12px;margin-right:12px;transition:background-color .3s}.toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}.toggle-label input[type=checkbox]:checked+.toggle-slider{background:#10b981}.toggle-label input[type=checkbox]:checked+.toggle-slider:before{transform:translate(26px)}.number-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.number-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.config-description{margin:8px 0 0;color:#6b7280;font-size:.875rem;line-height:1.4}.analytics-section{margin-bottom:32px;padding:20px;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.analytics-section h4{margin:0 0 16px;color:#1f2937;font-size:1.125rem;font-weight:600}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.analytics-item{display:flex;flex-direction:column;padding:12px;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.analytics-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.analytics-value{font-size:1.25rem;font-weight:600;color:#1f2937}.config-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;border-top:1px solid #e5e7eb}.reset-button{padding:10px 20px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.reset-button:hover:not(:disabled){background:#e5e7eb}.save-button{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.save-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading{text-align:center;padding:40px;color:#6b7280;font-size:1rem}@media (max-width: 640px){.feed-chat-config-modal{width:95%;margin:20px}.feed-chat-config-content{padding:16px}.analytics-grid{grid-template-columns:1fr}.config-actions{flex-direction:column}.reset-button,.save-button{width:100%}}.mp-config-modal{max-width:560px;width:95%;max-height:90vh;overflow-y:auto}.mp-config-panel{padding:0 0 8px}.mp-config-hint{font-size:14px;color:#6b7280;margin-bottom:16px}.mp-current-card{background:#f3f4f6;border-radius:8px;padding:12px 16px;margin-bottom:16px}.mp-current-card h4{margin:0 0 8px;font-size:14px}.mp-dl{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;margin:0;font-size:13px}.mp-dl dt{font-weight:600;color:#374151}.mp-dl dd{margin:0;word-break:break-all}.mp-config-empty{color:#6b7280;font-size:14px;margin-bottom:16px}.mp-config-error{color:#dc2626;font-size:14px;margin:8px 0}.mp-config-loading{padding:24px;text-align:center;color:#6b7280}.mp-config-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.mp-config-actions .secondary-button{background:#e5e7eb;color:#111827;border:none;padding:10px 16px;border-radius:6px;cursor:pointer}.mp-config-actions .secondary-button:disabled{opacity:.5;cursor:not-allowed}.feed-mp-badge{display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;background:#7c3aed;color:#fff;margin-left:6px}.feed-details.mp-url{margin-top:8px}.mp-config-meta{font-size:12px;color:#6b7280;margin:0 0 12px}.multiplayer-button{background-color:#7c3aed;color:#fff}.feed-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.feed-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.feed-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.feed-card-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border-bottom:1px solid #E5E7EB}.feed-type-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;color:#fff}.format-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase}.format-badge.short-format{background:#10b981;color:#fff}.format-badge.long-format{background:#ef4444;color:#fff}.category-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;background:#8b5cf6;color:#fff}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.feed-card-body{padding:20px}.feed-card-body h3{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:8px}.description{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:16px}.feed-reference{padding:12px;background:#fef3c7;border-left:4px solid #F59E0B;border-radius:4px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.feed-reference strong{color:#92400e;font-weight:600;font-size:13px}.feed-reference code{font-family:Monaco,Courier New,monospace;color:#d97706;background:#d977061a;padding:4px 8px;border-radius:3px;font-size:12px;font-weight:600}.feed-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding:12px;background:#f9fafb;border-radius:8px}.meta-item{font-size:13px;color:#374151}.meta-item strong{font-weight:600;margin-right:6px}.feed-details{font-size:13px;color:#374151;margin-bottom:12px;padding:12px;background:#eff6ff;border-radius:6px}.feed-details a{color:#2563eb;text-decoration:none;word-break:break-all;margin-left:8px}.feed-details a:hover{text-decoration:underline}.url-display{display:flex;flex-direction:column;gap:8px;margin-top:8px}.url-item{display:flex;flex-direction:column;gap:4px;padding:8px;background:#f3f4f6;border-radius:4px}.url-item strong{font-size:12px;color:#6b7280;font-weight:600}.url-link{font-size:12px;color:#2563eb;text-decoration:none;word-break:break-all;padding:4px 0}.url-link:hover{text-decoration:underline}.git-branch-badge{display:inline-block;padding:6px 12px;background:#f3e8ff;color:#7c3aed;border-radius:4px;font-size:13px;font-weight:600;font-family:Monaco,Courier New,monospace;margin-left:8px}.actions-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#374151}.action-badge{padding:4px 10px;background:#dbeafe;color:#1e40af;border-radius:12px;font-size:12px;font-weight:500}.feed-card-footer{padding:16px;background:#f9fafb;border-top:1px solid #E5E7EB;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.analytics-button{padding:8px 16px;background:#f0fdf4;color:#16a34a;border:1px solid #86EFAC;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.analytics-button:hover{background:#dcfce7;border-color:#4ade80}.edit-button{padding:8px 16px;background:#eff6ff;color:#2563eb;border:1px solid #93C5FD;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.edit-button:hover{background:#dbeafe;color:#1d4ed8}.delete-button{padding:8px 16px;background:#fee2e2;color:#dc2626;border:1px solid #FCA5A5;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delete-button:hover{background:#fca5a5;color:#991b1b}.empty-state{text-align:center;padding:80px 20px}.empty-state h3{font-size:20px;font-weight:600;color:#374151;margin-bottom:8px}.empty-state p{font-size:16px;color:#6b7280}.genres-display{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.genre-tag-display{padding:4px 10px;background:#f3e8ff;color:#7c3aed;border-radius:12px;font-size:12px;font-weight:500;border:1px solid #C4B5FD}.chat-config-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:6px}.chat-config-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.chat-config-button:active{transform:translateY(0)}.activity-stats{display:flex;gap:16px;margin-top:12px;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #E5E7EB}.stat-item{display:flex;align-items:center;gap:6px}.stat-icon{font-size:16px}.stat-value{font-size:14px;font-weight:600;color:#374151}.live-stat .stat-value{color:#dc2626}.played-stat .stat-value{color:#2563eb}.peak-stat .stat-value{color:#059669}.activity-config-button{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:6px}.activity-config-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.activity-config-button:active{transform:translateY(0)}.dashboard-container{min-height:100vh;background:#f5f5f5}.dashboard-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:20px 40px;box-shadow:0 1px 3px #0000001a}.header-left{display:flex;align-items:center;gap:16px}.header-content h1{font-size:24px;font-weight:700;color:#1f2937}.admin-badge{background:linear-gradient(135deg,gold,orange);color:#8b4513;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700;box-shadow:0 2px 4px #ffd7004d}.header-actions{display:flex;align-items:center;gap:16px}.user-info{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.user-role{font-size:12px;color:#9ca3af;font-weight:500}.configure-home-button{padding:8px 16px;background:#4caf50;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.configure-home-button:hover{background:#45a049}.signout-button{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.signout-button:hover{background:#dc2626}.dashboard-main{max-width:1400px;margin:0 auto;padding:32px 40px;overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.toolbar-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.search-container{position:relative;display:flex;align-items:center}.search-input{padding:10px 16px 10px 40px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;width:300px;background:#fff;transition:all .2s}.search-icon{position:absolute;left:12px;color:#6b7280;font-size:16px;pointer-events:none}.clear-search-button{position:absolute;right:8px;background:#6b7280;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700;transition:all .2s}.clear-search-button:hover{background:#374151;transform:scale(1.1)}.filter-buttons{display:flex;gap:8px}.filter-buttons button{padding:10px 20px;background:#fff;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.filter-buttons button:hover{border-color:#667eea;color:#667eea}.filter-buttons button.active{background:#667eea;color:#fff;border-color:#667eea}.header-buttons{display:flex;gap:12px;align-items:center}.create-feed-button{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s}.create-feed-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.loading{text-align:center;padding:60px 20px;color:#6b7280;font-size:18px}.search-results-info{background:#eff6ff;border:1px solid #DBEAFE;border-radius:8px;padding:12px 16px;margin-bottom:20px;color:#1e40af;font-size:14px;font-weight:500}.feed-count-info{background:#f3f4f6;border:1px solid #E5E7EB;border-radius:8px;padding:12px 16px;margin-bottom:20px;color:#374151;font-size:14px;font-weight:500}.deploy-terminal{margin:1.25rem 0;border-radius:10px;overflow:hidden;border:1px solid #2d3748;background:#0d1117;box-shadow:inset 0 1px #ffffff0a}.deploy-terminal-header{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#161b22;border-bottom:1px solid #30363d}.deploy-terminal-dots{display:flex;gap:6px}.deploy-terminal-dots span{width:10px;height:10px;border-radius:50%;background:#484f58}.deploy-terminal-dots span:nth-child(1){background:#ff5f57}.deploy-terminal-dots span:nth-child(2){background:#febc2e}.deploy-terminal-dots span:nth-child(3){background:#28c840}.deploy-terminal-title{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.8rem;color:#8b949e}.deploy-terminal-body{margin:0;padding:.85rem 1rem;max-height:320px;overflow-y:auto;font-family:ui-monospace,SF Mono,Menlo,Consolas,Courier New,monospace;font-size:.78rem;line-height:1.45;color:#c9d1d9;white-space:pre-wrap;word-break:break-word}.deploy-terminal-line--error{color:#ff7b72}.deploy-terminal-line--success{color:#3fb950}.deploy-terminal-muted{color:#6e7681;font-style:italic}.publish-game-wrapper{max-width:900px;margin:0 auto;padding:20px}.publish-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb}.publish-section h2{margin:0 0 20px;font-size:1.25rem;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:8px}.upload-mode-toggle{display:flex;gap:12px;margin-bottom:20px}.mode-btn{flex:1;padding:12px 20px;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;color:#6b7280}.mode-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.mode-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:.95rem}.text-input,.textarea-input,.file-input{width:100%;padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:all .2s;font-family:inherit}.text-input:focus,.textarea-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.text-input:disabled,.textarea-input:disabled,.file-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.textarea-input{resize:vertical;min-height:100px}.file-input{padding:12px;cursor:pointer;border:2px dashed #d1d5db;background:#f9fafb}.file-input:hover:not(:disabled){border-color:#3b82f6;background:#eff6ff}.file-info{margin-top:12px;padding:12px 16px;background:#f0f9ff;border:1px solid #bfdbfe;border-radius:8px;font-size:.9rem;color:#1e40af}.file-info.success{background:#f0fdf4;border-color:#86efac;color:#166534}.hint{display:block;margin-top:6px;font-size:.85rem;color:#6b7280;font-style:italic}.metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.thumbnails-section{margin-top:24px;padding-top:24px;border-top:2px dashed #e5e7eb}.thumbnails-section h3{font-size:1rem;font-weight:600;color:#374151;margin:0 0 16px;display:flex;align-items:center;gap:8px}.thumbnail-mode-toggle{display:flex;gap:12px;margin-bottom:20px}.thumbnail-mode-toggle .mode-btn{flex:1;padding:10px 16px;font-size:.9rem}.thumbnails-section>.hint{margin-bottom:16px;color:#6b7280}.thumbnail-uploads{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.ai-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.generate-ai-btn{width:100%;padding:12px 24px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #10b9814d}.generate-ai-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.generate-ai-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ai-preview{margin-top:20px;padding:16px;background:#f0fdf4;border:1px solid #86efac;border-radius:8px}.ai-preview .success-text{margin:0 0 16px;color:#166534;font-weight:600}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.preview-item{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fff;border-radius:6px;border:1px solid #d1d5db}.preview-item strong{font-size:.9rem;color:#374151}.preview-item img{width:100%;height:auto;border-radius:4px;border:1px solid #e5e7eb}.preview-item a{color:#3b82f6;text-decoration:none;font-size:.85rem}.preview-item a:hover{text-decoration:underline}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.option-card{padding:16px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fafafa;transition:all .2s}.option-card:has(input:checked){border-color:#3b82f6;background:#eff6ff}.option-card--highlight{border-color:#22c55e;background:#f0fdf4}.mp-detect-hint{font-size:13px;margin:0 0 10px;color:#6b7280}.mp-detect-hint--ok{color:#15803d;font-weight:600}.mp-result-error{border-color:#fca5a5;background:#fef2f2}.publish-deploy-links{margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.publish-deploy-links h3{margin:0 0 8px;font-size:1.05rem}.publish-deploy-links-hint{margin:0 0 12px;font-size:13px;color:#6b7280}.publish-deploy-links .result-item{margin-bottom:1rem}.publish-deploy-links .result-item strong{display:block;margin-bottom:.5rem;color:#2d3748}.publish-deploy-links .copy-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.publish-deploy-links .copy-row code,.publish-deploy-links .copy-row a{flex:1;min-width:0;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;word-break:break-all}.publish-deploy-links .copy-row a{color:#4f46e5;text-decoration:none}.result-sub-label{display:block;margin-top:10px;font-size:13px}.checkbox-wrapper{margin-bottom:12px}.checkbox-wrapper input[type=checkbox]{margin-right:12px;width:20px;height:20px;cursor:pointer}.checkbox-wrapper label{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:0}.option-icon{font-size:1.5rem}.option-text{display:flex;flex-direction:column;gap:4px}.option-text strong{font-size:.95rem;color:#1f2937}.option-text small{font-size:.85rem;color:#6b7280;font-weight:400}.sub-option{margin-top:12px;padding-left:16px;border-left:3px solid #3b82f6}.publish-action{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.publish-button{width:100%;padding:16px 32px;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 4px 12px #3b82f64d}.publish-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.publish-button:active:not(:disabled){transform:translateY(0)}.publish-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.publish-button .spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.results-section{background:#f9fafb;border:2px solid #e5e7eb}.success-container,.error-container{display:flex;flex-direction:column;gap:20px}.success-header,.error-header{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px}.success-header{background:#d1fae5;border:1px solid #6ee7b7}.error-header{background:#fee2e2;border:1px solid #fca5a5}.success-icon,.error-icon{font-size:1.5rem}.success-text{font-weight:600;color:#065f46;font-size:1.05rem}.error-text{font-weight:600;color:#991b1b;font-size:1.05rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.result-card{display:flex;gap:12px;padding:16px;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;transition:all .2s}.result-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000001a}.result-card.highlight{border-color:#10b981;background:#f0fdf4}.result-icon{font-size:1.8rem;flex-shrink:0}.result-content{flex:1;display:flex;flex-direction:column;gap:8px}.result-content strong{color:#1f2937;font-size:.9rem}.result-content a{color:#3b82f6;text-decoration:none;word-break:break-all;font-size:.9rem}.result-content a:hover{text-decoration:underline}.copy-btn{align-self:flex-start;margin-top:4px;padding:6px 12px;font-size:.85rem;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#059669}.error-list{margin:0;padding-left:20px;color:#991b1b}.error-list li{margin-bottom:8px}.genre-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.genre-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#dbeafe;border:1px solid #93c5fd;border-radius:16px;font-size:.85rem;color:#1e40af}.genre-tag button{background:none;border:none;color:#1e40af;font-size:1.2rem;cursor:pointer;padding:0;line-height:1}.genre-tag button:hover{color:#991b1b}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:8px;margin-top:4px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 4px 12px #0000001a}.suggestion-item{padding:10px 14px;cursor:pointer;transition:background .2s}.suggestion-item:hover{background:#f3f4f6}@media (max-width: 768px){.metadata-grid,.options-grid,.results-grid{grid-template-columns:1fr}.publish-game-wrapper{padding:12px}.publish-section{padding:16px}}.test-game-container{max-width:900px;margin:0 auto;padding:2rem}.test-game-header{text-align:center;margin-bottom:3rem}.test-game-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1a1a1a}.test-game-subtitle{font-size:1.1rem;color:#666;margin-bottom:1rem}.test-game-info{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.info-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.test-game-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.form-section{margin-bottom:1.5rem}.form-section label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.upload-mode-selector{display:flex;gap:1rem;margin-bottom:1rem}.mode-btn{flex:1;padding:.75rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.mode-btn:hover:not(:disabled){border-color:#667eea;background:#f7f9ff}.mode-btn.active{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.mode-btn:disabled{opacity:.5;cursor:not-allowed}.input-field{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.input-field:focus{outline:none;border-color:#667eea}.input-field:disabled{background-color:#f5f5f5;cursor:not-allowed}.file-input{width:100%;padding:.75rem;border:2px dashed #e0e0e0;border-radius:8px;cursor:pointer;transition:border-color .2s}.file-input:hover{border-color:#667eea}.file-input:disabled{cursor:not-allowed;opacity:.5}.file-info{margin-top:.5rem;padding:.5rem;background:#f0f4ff;border-radius:6px;color:#4a5568;font-size:.9rem}.input-hint{display:block;margin-top:.25rem;color:#999;font-size:.85rem}.error-message{padding:1rem;background:#fff5f5;border:2px solid #feb2b2;border-radius:8px;color:#c53030;margin-bottom:1rem}.success-message{padding:1.5rem;background:#f0fff4;border:2px solid #9ae6b4;border-radius:8px;margin-bottom:1rem}.success-message h3{margin:0 0 1rem;color:#22543d}.result-item{margin-bottom:1rem}.result-item strong{display:block;margin-bottom:.5rem;color:#2d3748}.copy-row{display:flex;gap:.5rem;align-items:center}.copy-row code{flex:1;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-family:Courier New,monospace;font-size:.9rem}.copy-row a{flex:1;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#667eea;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-row a:hover{text-decoration:underline}.copy-btn{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.copy-btn:hover{background:#5568d3}.result-note{margin-top:1rem;padding:.75rem;background:#fffaf0;border-left:4px solid #ed8936;color:#7c2d12;font-size:.9rem}.submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px)}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.test-game-notes{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.test-game-notes h3{margin:0 0 1rem;color:#1a1a1a}.test-game-notes ul{margin:0;padding-left:1.5rem}.test-game-notes li{margin-bottom:.75rem;color:#4a5568;line-height:1.6}.test-game-notes code{background:#f7fafc;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;color:#667eea}.game-studio-app-builder{display:flex;flex-direction:column;height:100vh;overflow:hidden}.game-studio-app-builder .game-studio-header-compact{flex-shrink:0;padding:10px 16px}.game-studio-app-builder .game-studio-header-compact h1{margin:0;font-size:1.125rem}.game-studio-app-builder .ab-studio{flex:1;height:auto;min-height:0}.ab-studio{display:flex;flex-direction:column;height:calc(100vh + -0px);min-height:480px;background:#0f172a;color:#f8fafc}.ab-studio-body{display:flex;flex:1;min-height:0;overflow:hidden}.ab-sidebar{width:256px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);background:#0f172af2}.ab-sidebar.collapsed{width:48px}.ab-sidebar-head{display:flex;align-items:center;gap:4px;padding:8px}.ab-sidebar-new{flex:1;text-align:left;padding:8px 10px;border:none;border-radius:8px;background:transparent;color:#94a3b8;font-size:.875rem;cursor:pointer}.ab-sidebar-new:hover:not(:disabled){background:#ffffff0f;color:#f8fafc}.ab-sidebar-new:disabled{opacity:.5;cursor:not-allowed}.ab-sidebar-toggle{padding:6px 8px;border:none;border-radius:6px;background:transparent;color:#94a3b8;cursor:pointer}.ab-sidebar-list{flex:1;overflow-y:auto;padding:0 8px 12px}.ab-project-btn{display:block;width:100%;text-align:left;padding:8px 10px;margin-bottom:2px;border:none;border-radius:8px;background:transparent;color:#e2e8f0;cursor:pointer}.ab-project-btn:hover{background:#ffffff0f}.ab-project-btn.active{background:#6366f140;color:#fff}.ab-project-title{display:block;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ab-project-preview{display:block;font-size:.7rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ab-chat-pane{display:flex;flex-direction:column;min-width:0;border-right:1px solid rgba(255,255,255,.08);background:#0f172a}.ab-chat-pane.with-preview{width:400px;flex-shrink:0}.ab-chat-pane.full{flex:1}.ab-chat-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px;overscroll-behavior:contain}.ab-chat-composer-wrap{padding:12px 16px 16px;background:linear-gradient(to top,#0f172a 70%,transparent)}.ab-chat-composer{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#0f172ae6;padding:12px}.ab-chat-composer:focus-within{border-color:#6366f180;box-shadow:0 0 0 3px #6366f126}.ab-chat-textarea{width:100%;min-height:4rem;max-height:10rem;resize:vertical;border:none;background:transparent;color:#f8fafc;font:inherit;font-size:.9375rem;outline:none}.ab-chat-composer-actions{display:flex;justify-content:flex-end;margin-top:8px}.ab-send-btn{width:32px;height:32px;border:none;border-radius:50%;background:#f8fafc;color:#0f172a;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.ab-send-btn:disabled{opacity:.4;cursor:not-allowed}.ab-preview-pane{flex:1;min-width:0;display:flex;flex-direction:column;background:#fff}.ab-preview-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;background:#1e293b;color:#94a3b8;text-align:center;font-size:.875rem}.ab-preview-iframe{flex:1;min-height:0;width:100%;border:0;background:#fff}.ab-preview-footer{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:8px 12px;background:#1e293b;border-top:1px solid rgba(255,255,255,.08)}.ab-preview-link{flex:1;min-width:0;font-size:.75rem;color:#93c5fd;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ab-preview-link:hover{text-decoration:underline}.ab-preview-reload{flex-shrink:0;padding:6px 12px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#ffffff0f;color:#e2e8f0;font-size:.8125rem;cursor:pointer}.ab-preview-reload:hover{background:#ffffff1f}.ab-msg-user{display:flex;justify-content:flex-end;margin-bottom:12px}.ab-msg-user-bubble{max-width:85%;padding:10px 14px;border-radius:16px 16px 4px;background:#6366f159}.ab-msg-user-bubble p{margin:0;white-space:pre-wrap;word-break:break-word}.ab-msg-assistant{margin-bottom:16px}.ab-msg-assistant-body{font-size:.9375rem;line-height:1.55;color:#e2e8f0}.ab-markdown p{margin:0 0 .75em}.ab-markdown p:last-child{margin-bottom:0}.ab-markdown code{font-size:.85em;background:#ffffff14;padding:.1em .35em;border-radius:4px}.ab-markdown pre{overflow-x:auto;padding:10px;border-radius:8px;background:#00000059}.ab-msg-activity{display:flex;gap:8px;align-items:flex-start;margin-bottom:6px;font-size:.8125rem;color:#94a3b8}.ab-msg-activity-done{opacity:.75}.ab-msg-activity-icon{flex-shrink:0;width:1.25rem;text-align:center}.ab-msg-activity-text{flex:1;word-break:break-word}.ab-msg-system{font-size:.8125rem;color:#f87171;margin-bottom:8px}.ab-chat-empty{color:#64748b;font-size:.9375rem;margin:2rem 0;text-align:center}.ab-studio-top-error{padding:8px 16px;background:#f8717126;color:#fca5a5;font-size:.875rem}.ab-sidebar-muted{padding:8px 12px;font-size:.8125rem;color:#64748b}.game-studio-page{min-height:100vh;background:linear-gradient(160deg,#0f172a,#1e1b4b 45%,#0f172a);color:#e2e8f0}.game-studio-header{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap;gap:16px}.game-studio-header-left{display:flex;align-items:center;gap:20px}.game-studio-header-left h1{margin:0;font-size:1.5rem;font-weight:700;color:#f8fafc}.game-studio-tagline{margin:4px 0 0;font-size:.875rem;color:#94a3b8}.game-studio-back{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#cbd5e1;padding:8px 14px;border-radius:8px;cursor:pointer;font-size:.875rem}.game-studio-back:hover{background:#ffffff1a}.game-studio-header-right{display:flex;align-items:center;gap:16px}.game-studio-user{font-size:.8125rem;color:#94a3b8}.game-studio-main{max-width:960px;margin:0 auto;padding:32px 24px 48px}.game-studio-hero{text-align:center;margin-bottom:32px}.game-studio-hero-icon{font-size:2.5rem;margin-bottom:12px}.game-studio-hero h2{margin:0 0 12px;font-size:1.375rem;color:#f1f5f9}.game-studio-hero p{margin:0 auto;max-width:560px;line-height:1.6;color:#94a3b8;font-size:.9375rem}.game-studio-compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}@media (max-width: 720px){.game-studio-compare{grid-template-columns:1fr}}.game-studio-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px}.game-studio-card.highlight{border-color:#8b5cf680;background:#8b5cf614}.game-studio-card h3{margin:0 0 4px;font-size:1.125rem;color:#f8fafc}.game-studio-card-lead{margin:0 0 16px;font-size:.8125rem;color:#a78bfa}.game-studio-card:not(.highlight) .game-studio-card-lead{color:#64748b}.game-studio-card ul{margin:0 0 20px;padding-left:1.2rem;color:#cbd5e1;font-size:.875rem;line-height:1.55}.gs-global-library-card{margin-bottom:24px;padding:24px;border-radius:16px;border:1px solid rgba(56,189,248,.35);background:#0e74901f}.gs-global-library-card-inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px}.gs-global-library-card h3{margin:0 0 4px;font-size:1.125rem;color:#f8fafc}.gs-global-library-blurb{margin:12px 0 0;max-width:52rem;line-height:1.5;font-size:.875rem}.gs-global-library-sheet{width:min(960px,96vw);max-height:90vh;display:flex;flex-direction:column;background:#0f172a;border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden}.gs-global-library-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.gs-global-library-header h2{margin:0;font-size:1.25rem}.gs-global-library-body{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:0;flex:1;min-height:0;overflow:hidden}@media (max-width: 800px){.gs-global-library-body{grid-template-columns:1fr;overflow-y:auto}}.gs-global-library-add{padding:20px;border-right:1px solid rgba(255,255,255,.08);overflow-y:auto}.gs-global-library-add h3,.gs-global-library-list-wrap h3{margin:0 0 12px;font-size:.875rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.gs-global-library-form{display:flex;flex-direction:column;gap:12px}.gs-global-library-form label{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:#94a3b8}.gs-field-hint{font-size:.6875rem;line-height:1.35;color:#94a3b8d9;font-weight:400}.gs-global-library-help{margin-bottom:14px;padding:10px 12px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-size:.75rem;line-height:1.45;color:#cbd5e1}.gs-global-library-help p{margin:0 0 8px}.gs-global-library-help ol{margin:0;padding-left:1.2rem}.gs-global-library-help li{margin-bottom:4px}.gs-global-library-form input,.gs-global-library-form select{padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#f8fafc;font-size:.8125rem}.gs-global-library-list-wrap{padding:20px;overflow-y:auto;min-height:0}.gs-global-library-list-head{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.gs-global-library-item-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gs-global-library-source-pill{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:999px;background:#6366f126;color:#a5b4fc;flex-shrink:0}.gs-global-library-source-pill--upload{background:#22c55e26;color:#86efac}.gs-global-library-filter--source.active{border-color:#6366f180;background:#6366f11f;color:#c7d2fe}.gs-global-library-filters{display:flex;flex-wrap:wrap;gap:6px}.gs-global-library-filter{padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#94a3b8;font-size:.7rem;cursor:pointer}.gs-global-library-filter.active{border-color:#38bdf880;background:#38bdf826;color:#e0f2fe}.gs-global-library-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.gs-global-library-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:#ffffff08}.gs-library-delete{flex-shrink:0;width:32px;height:32px;border:1px solid rgba(248,113,113,.35);border-radius:8px;background:#f8717114;color:#fca5a5;cursor:pointer;font-size:.875rem;line-height:1}.gs-library-item-actions{flex-shrink:0;display:flex;flex-direction:column;gap:6px;margin-left:auto}.gs-library-edit{width:32px;height:32px;border:1px solid rgba(56,189,248,.35);border-radius:8px;background:#38bdf814;color:#7dd3fc;cursor:pointer;font-size:.875rem;line-height:1}.gs-library-edit:hover:not(:disabled){background:#38bdf82e;border-color:#38bdf88c}.gs-library-edit:disabled{opacity:.45;cursor:not-allowed}.gs-global-library-item--editing{align-items:stretch;flex-direction:column}.gs-library-edit-form{display:flex;flex-direction:column;gap:10px;width:100%}.gs-library-edit-form label{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:#94a3b8}.gs-library-edit-form input{padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:inherit;font-size:.8125rem}.gs-library-edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.gs-library-delete:hover:not(:disabled){background:#f871712e;border-color:#f871718c}.gs-library-delete:disabled{opacity:.45;cursor:not-allowed}.gs-global-library-item-body{display:flex;flex-direction:column;gap:2px;min-width:0}.gs-global-library-item-body strong{font-size:.875rem}.gs-global-library-kind-pill{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0f;font-size:.65rem;text-transform:uppercase;color:#94a3b8}.game-studio-btn{display:inline-block;padding:10px 18px;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;border:none;width:100%;box-sizing:border-box}.game-studio-btn.primary{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff}.game-studio-btn.primary:disabled{opacity:.5;cursor:not-allowed}.game-studio-btn.secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e2e8f0}.game-studio-btn.secondary:hover{background:#ffffff1f}.game-studio-warning{margin:0 0 12px;font-size:.8125rem;color:#fbbf24}.game-studio-roadmap h3{margin:0 0 12px;font-size:1rem}.game-studio-roadmap-list{margin:0;padding-left:1.25rem;font-size:.875rem;line-height:1.8;color:#94a3b8}.game-studio-coming-soon h2{margin:0 0 12px}.game-studio-coming-soon p{margin:0 0 12px;line-height:1.6;color:#cbd5e1}.game-studio-muted{font-size:.8125rem;color:#64748b!important}.game-studio-coming-soon code{font-size:.8125rem;background:#0000004d;padding:2px 6px;border-radius:4px}.gs-drafts-section{margin-top:40px;padding-top:28px;border-top:1px solid rgba(255,255,255,.08)}.gs-drafts-section h3{margin:0 0 8px;font-size:1.125rem}.gs-drafts-lead{margin:0 0 16px!important}.gs-drafts-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.gs-draft-card{padding:14px 16px;border-radius:12px;background:#0f172aa6;border:1px solid rgba(255,255,255,.08)}.gs-draft-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.gs-draft-card h4{margin:0;font-size:1rem;font-weight:600;line-height:1.3}.gs-draft-badge{flex-shrink:0;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:999px;background:#6366f140;color:#a5b4fc}.gs-draft-badge-completed{background:#10b98133;color:#6ee7b7}.gs-draft-badge-draft,.gs-draft-badge-pending{background:#fbbf2426;color:#fcd34d}.gs-draft-meta{margin:0 0 6px;font-size:.75rem;color:#64748b}.gs-draft-prompt{margin:0 0 12px;font-size:.8125rem;color:#94a3b8;line-height:1.4}.gs-draft-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.gs-draft-btn{flex:1;min-width:0;width:auto}.gs-draft-btn-icon{flex:0 0 auto;padding-left:14px;padding-right:14px;color:#f87171;border-color:#f8717159}.gs-draft-btn-icon:hover:not(:disabled){background:#f871711f}.gs-draft-btn-delete{flex:1;background:#dc2626d9;color:#fff}.gs-draft-btn-delete:hover:not(:disabled){background:#dc2626}.gs-draft-confirm-text{width:100%;margin:0 0 4px;font-size:.8125rem;color:#fca5a5;line-height:1.4}.game-studio-main:has(.gs-workspace),.game-studio-main:has(.gs-wizard),.game-studio-main:has(.gs-create-chat),.game-studio-main:has(.gs-create-chat-aippy){max-width:1400px}.gs-wizard h2{margin:0 0 16px;font-size:1.25rem}.gs-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;font-size:.875rem}.gs-field input,.gs-field select,.gs-prompt-input{background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:10px 12px;color:#f1f5f9;font-family:inherit;font-size:.875rem}.gs-prompt-input{width:100%;resize:vertical;box-sizing:border-box}.gs-wizard-actions,.gs-spec-actions{display:flex;gap:12px;margin-top:20px}.gs-wizard-actions .game-studio-btn,.gs-spec-actions .game-studio-btn{width:auto;flex:1}.gs-spec-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000a6}.gs-spec-modal{width:min(720px,100%);max-height:90vh;overflow-y:auto;padding:20px 24px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f172a}.gs-spec-modal h3{margin:0 0 12px;font-size:1.125rem}.gs-specs-edit-btn{flex-shrink:0}.gs-spec-tagline{margin:0 0 16px;color:#94a3b8;font-size:.875rem}.gs-spec-category h4{margin:0 0 8px;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#a78bfa}.gs-spec-scroll{display:flex;flex-wrap:wrap;gap:10px;overflow-x:auto;padding-bottom:8px;margin-bottom:16px;max-height:200px;overflow-y:auto}.gs-spec-category[data-category=mechanics] .gs-spec-scroll,.gs-spec-category[data-category=arts] .gs-spec-scroll{max-height:300px}.gs-quest-activity-log{margin-top:12px;max-height:200px}.gs-activity-log{margin:12px 0;padding:10px 12px;max-height:140px;overflow:auto;font-size:.75rem;line-height:1.4;background:#00000059;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#94a3b8;white-space:pre-wrap}.gs-wizard-hint{margin-top:12px;font-size:.8rem}.gs-spec-card{flex:0 0 auto;width:88px;padding:10px 8px;border-radius:12px;border:2px solid rgba(255,255,255,.12);background:#0003;color:#e2e8f0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px}.gs-spec-card.selected{border-color:#8b5cf6;background:#8b5cf633}.gs-spec-icon{width:40px;height:40px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.gs-spec-icon img{width:100%;height:100%;object-fit:cover}.gs-spec-fallback{font-weight:700;font-size:1.125rem}.gs-spec-label{font-size:.6875rem;text-align:center}.gs-spec-beta{font-size:.625rem;color:#fbbf24}.gs-spec-errors{margin:0 0 12px;padding-left:1.25rem;color:#f87171;font-size:.8125rem}.gs-spec-chips{display:flex;flex-wrap:wrap;gap:6px}.gs-spec-chip{font-size:.75rem;padding:4px 10px;border-radius:999px;background:#8b5cf640;border:1px solid rgba(139,92,246,.4)}.gs-aippy-shell{display:flex;flex-direction:column;min-height:calc(100vh - 120px);max-height:calc(100vh - 80px);background:#0a0a0c;border-radius:16px;border:1px solid rgba(255,255,255,.08);overflow:hidden}.gs-aippy-top{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);position:relative}.gs-aippy-back{position:absolute;left:12px;background:transparent;border:none;color:#94a3b8;font-size:1.25rem;cursor:pointer;padding:4px 8px}.gs-aippy-segment{display:inline-flex;background:#ffffff0f;border-radius:999px;padding:3px}.gs-aippy-segment button{border:none;background:transparent;color:#64748b;font-size:.875rem;font-weight:600;padding:8px 20px;border-radius:999px;cursor:pointer}.gs-aippy-segment button.active{background:#1e293b;color:#f8fafc}.gs-aippy-chat-body{flex:1;min-height:0;display:flex;flex-direction:column}.gs-aippy-history{flex:1;overflow-y:auto;padding:16px}.gs-aippy-preview-body{flex:1;min-height:0;display:flex;align-items:stretch;background:#0a0a0c}.gs-game-preview{flex:1;min-height:0;display:flex;flex-direction:column;width:100%}.gs-game-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06);background:#0f172a99}.gs-game-preview-toolbar-modes{display:flex;justify-content:center;gap:4px;flex:1}.gs-game-preview-toolbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.gs-game-preview-add-chat{border:1px solid rgba(34,197,94,.35);background:#22c55e1f;color:#86efac;font-size:.8125rem;font-weight:600;padding:6px 12px;border-radius:999px;cursor:pointer}.gs-game-preview-add-chat:hover:not(:disabled){background:#22c55e33;color:#bbf7d0}.gs-game-preview-add-chat:disabled{opacity:.6;cursor:not-allowed}.gs-game-preview-reload{flex-shrink:0;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#cbd5e1;font-size:.8125rem;font-weight:600;padding:6px 12px;border-radius:999px;cursor:pointer}.gs-game-preview-reload:hover{background:#ffffff1a;color:#f8fafc}.gs-game-preview-toolbar button{border:none;background:transparent;color:#64748b;font-size:.8125rem;font-weight:600;padding:6px 16px;border-radius:999px;cursor:pointer}.gs-game-preview-toolbar button.active{background:#ffffff1a;color:#f8fafc}.gs-mobile-preview-stage{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;gap:8px;overflow:auto}.gs-mobile-preview-device-wrap{height:min(844px,calc(100% - 28px));width:auto;max-width:100%;aspect-ratio:390 / 844;flex-shrink:0}.gs-mobile-preview-device{width:100%;height:100%;display:flex;flex-direction:column;padding:10px 10px 14px;border-radius:40px;border:3px solid #334155;background:linear-gradient(165deg,#1e293b,#0f172a);box-shadow:0 0 0 1px #ffffff0a,0 24px 48px #0000008c}.gs-mobile-preview-status{flex-shrink:0;height:22px;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.gs-mobile-preview-time{font-size:.6875rem;font-weight:600;color:#94a3b8;letter-spacing:.02em}.gs-mobile-preview-screen{flex:1;min-height:0;border-radius:28px;overflow:hidden;background:#000;border:1px solid rgba(0,0,0,.4)}.gs-mobile-preview-iframe{width:100%;height:100%;border:none;display:block}.gs-mobile-preview-home-bar{flex-shrink:0;width:36%;height:4px;margin:10px auto 0;border-radius:999px;background:#94a3b873}.gs-mobile-preview-hint{margin:0;font-size:.75rem;text-align:center}.gs-desktop-preview-stage{flex:1;min-height:0;display:flex;width:100%}.gs-aippy-preview-iframe{width:100%;height:100%;min-height:400px;border:none}.gs-aippy-preview-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.gs-aippy-user-wrap{display:flex;justify-content:flex-end;margin-bottom:16px}.gs-aippy-user-bubble{max-width:88%;background:#2a2a2e;border-radius:16px 16px 4px;padding:12px 14px;font-size:.9375rem;line-height:1.45;color:#f1f5f9}.gs-aippy-user-bubble p{margin:0}.gs-aippy-assistant-wrap{margin-bottom:20px}.gs-aippy-agent{margin:0 0 8px;font-size:.8125rem;font-weight:600;color:#94a3b8}.gs-aippy-text,.gs-aippy-followup{margin:0;font-size:.875rem;color:#cbd5e1;line-height:1.5;white-space:pre-wrap}.gs-aippy-fade-in{animation:gs-assistant-fade-in .55s ease-out both}@keyframes gs-assistant-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gs-aippy-progress{margin-top:4px;animation:gs-progress-in .4s ease-out both}@keyframes gs-progress-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes gs-step-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gs-aippy-steps{list-style:none;margin:0;padding:0}.gs-aippy-step{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.875rem;color:#94a3b8;animation:gs-step-appear .45s ease-out both}.gs-aippy-step-active{color:#e2e8f0}.gs-aippy-step-active .gs-aippy-step-icon{background:#8b5cf633;box-shadow:0 0 0 1px #8b5cf659;animation:gs-step-pulse 1.2s ease-in-out infinite}.gs-aippy-step-done{color:#64748b}.gs-aippy-step-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0f;font-size:.875rem;flex-shrink:0}.gs-aippy-step-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.gs-aippy-step-label{line-height:1.35}.gs-aippy-step-detail{font-size:.75rem;color:#a78bfa;line-height:1.35;animation:gs-detail-fade .3s ease-out}@keyframes gs-step-pulse{0%,to{opacity:1}50%{opacity:.65}}@keyframes gs-detail-fade{0%{opacity:0}to{opacity:1}}.gs-aippy-step-status{width:24px;text-align:center;flex-shrink:0}.gs-aippy-check{color:#22c55e;font-weight:700;font-size:1rem}.gs-aippy-fail{color:#f87171}.gs-aippy-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.2);border-top-color:#a78bfa;border-radius:50%;animation:gs-spin .7s linear infinite}@keyframes gs-spin{to{transform:rotate(360deg)}}.gs-aippy-composer-area{padding:0 12px 12px;border-top:1px solid rgba(255,255,255,.06)}.gs-composer-pending-attachments{display:flex;flex-wrap:wrap;gap:8px;padding:10px 4px 4px}.gs-composer-attachment-chip{display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);max-width:220px}.gs-composer-attachment-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0}.gs-composer-attachment-name{font-size:.75rem;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.gs-composer-attachment-remove{border:none;background:transparent;color:#94a3b8;font-size:1.125rem;line-height:1;padding:0 4px;cursor:pointer;flex-shrink:0}.gs-composer-attachment-remove:hover{color:#f8fafc}.gs-aippy-activity{display:flex;align-items:flex-start;gap:8px;padding:6px 12px;margin:4px 0;font-size:.8125rem;color:#94a3b8;border-left:2px solid rgba(148,163,184,.35)}.gs-aippy-activity-done{color:#64748b;border-left-color:#22c55e66}.gs-aippy-activity-icon{flex-shrink:0;opacity:.85}.gs-aippy-activity-text{line-height:1.4;word-break:break-word}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gs-create-simple{max-width:560px;margin:0 auto;padding:24px}.gs-create-app-builder .gs-create-simple-field textarea{min-height:6rem;resize:vertical}.gs-create-simple-field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.gs-create-simple-field input,.gs-create-simple-field textarea{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0f172a99;color:#f8fafc;padding:10px 12px;font:inherit}.gs-create-simple-actions{display:flex;gap:12px;justify-content:flex-end}.gs-workspace-simple-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-wrap:wrap}.gs-workspace-title-input{flex:1;min-width:120px;border:none;background:transparent;color:#f8fafc;font-size:1.125rem;font-weight:600}.gs-workspace-simple-actions{display:flex;gap:8px;flex-wrap:wrap}.gs-workspace-deploy-log{max-height:160px;overflow:auto;border-bottom:1px solid rgba(255,255,255,.06)}.gs-aippy-footer-composer{margin-top:8px}.gs-aippy-pill-bar-footer{align-items:center;border-radius:16px;padding:8px 14px 8px 16px;min-height:52px}.gs-aippy-pill-input-footer{font-size:.9375rem;min-height:36px;padding:8px 10px 8px 0}.gs-aippy-pill-bar-footer .gs-aippy-pill-actions{align-self:center;margin-right:2px;gap:8px}.gs-aippy-attach-inline{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;cursor:pointer;color:#94a3b8;transition:background .15s,color .15s;flex-shrink:0}.gs-aippy-attach-inline:hover{background:#ffffff14;color:#e2e8f0}.gs-aippy-attach-icon{width:20px;height:20px;display:block}.gs-composer-detected-urls{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;font-size:.75rem}.gs-composer-detected-label{color:#64748b;flex-shrink:0}.gs-composer-url-chip{max-width:100%;padding:3px 8px;border-radius:999px;background:#8b5cf626;color:#c4b5fd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gs-aippy-attach-hint{margin:6px 0 0;font-size:.75rem}.gs-aippy-stop{width:44px;height:44px;border-radius:50%;border:3px solid #f8fafc;background:#0a0a0c;flex-shrink:0;cursor:pointer;position:relative}.gs-aippy-stop:after{content:"";position:absolute;top:13px;right:13px;bottom:13px;left:13px;background:#f8fafc;border-radius:2px}.gs-aippy-send{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;flex-shrink:0;cursor:pointer;padding:0}.gs-aippy-send-icon{width:20px;height:20px;display:block;margin-left:2px}.gs-aippy-send:disabled{opacity:.4;cursor:not-allowed}.gs-aippy-quick-actions{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:10px 0 4px;-webkit-overflow-scrolling:touch}.gs-aippy-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#e2e8f0;font-size:.8125rem;cursor:pointer}.gs-aippy-pill:disabled{opacity:.5}.gs-aippy-pill-emoji{font-size:1rem}.gs-aippy-pill-btn{cursor:pointer}.gs-aippy-attach-hint{font-size:.75rem}.gs-workspace-aippy{flex:1;min-height:calc(100vh - 100px)}.gs-workspace-aippy .gs-aippy-shell{min-height:calc(100vh - 140px)}.gs-tools-sheet{width:min(640px,96vw);max-height:85vh;overflow-y:auto;padding:16px 20px;border-radius:12px;background:#0f172a}.gs-tools-sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.gs-create-chat-aippy{max-width:520px;margin:0 auto;width:100%}.gs-create-chat-aippy:has(.gs-aippy-hero-layout){max-width:720px}.gs-create-chat-aippy .gs-aippy-shell{min-height:calc(100vh - 160px)}.gs-aippy-hero-layout{background:#000;border-color:#ffffff0f}.gs-aippy-top-minimal{justify-content:flex-start;border-bottom:none;padding:14px 16px;min-height:48px}.gs-aippy-chat-body-hero{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.gs-aippy-hero-center{width:100%;max-width:640px;padding:24px 20px 40px;text-align:center;box-sizing:border-box}.gs-aippy-hero-kicker{margin:0 0 10px;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#a78bfa}.gs-aippy-hero-title{margin:0 0 28px;font-size:clamp(1.5rem,4vw,2rem);font-weight:500;letter-spacing:-.02em;color:#f8fafc;line-height:1.25}.gs-aippy-hero-subtitle{max-width:520px;margin:16px auto 0;font-size:.875rem;line-height:1.55;color:#94a3b8}.gs-aippy-pill-bar{display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box;padding:6px 12px 6px 20px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#2a2a2e}.gs-aippy-pill-input{flex:1;min-width:0;resize:none;border:none;background:transparent;color:#f1f5f9;font-family:inherit;font-size:1rem;line-height:1.4;padding:10px 0;max-height:120px}.gs-aippy-pill-input::placeholder{color:#71717a}.gs-aippy-pill-input:focus{outline:none}.gs-aippy-pill-actions{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:4px}.gs-aippy-attach-in-pill{position:static;width:36px;height:36px}.gs-aippy-send-in-pill{width:36px;height:36px;min-width:36px;min-height:36px;background:#52525b}.gs-aippy-send-in-pill:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#6366f1)}.gs-aippy-send-in-pill .gs-aippy-send-icon{margin-left:1px}.gs-aippy-stop-in-pill{width:36px;height:36px;border-width:2px}.gs-aippy-stop-in-pill:after{top:10px;right:10px;bottom:10px;left:10px}.gs-aippy-hero-layout .gs-composer-detected-urls{justify-content:center;margin-top:12px}.gs-aippy-hero-layout .gs-aippy-attach-hint{margin-top:10px}.gs-create-chat-error{margin-bottom:8px;text-align:center}.gs-create-chat{max-width:900px;margin:0 auto;width:100%}.gs-create-chat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.gs-create-chat-header h2{margin:0}.gs-create-chat .gs-chat-panel-main{min-height:70vh}.gs-specs-proposal-card{animation:gs-assistant-fade-in .55s ease-out both}.gs-game-plan-status-pill.proposal{background:#8b5cf633;color:#c4b5fd;border:1px solid rgba(139,92,246,.35)}.gs-game-plan-status-pill.applied{background:#3b82f62e;color:#93c5fd;border:1px solid rgba(59,130,246,.35)}.gs-studio-inline-stack{display:flex;flex-direction:column;gap:1rem;width:100%}.gs-specs-proposal-readonly-hint{margin:.75rem 1rem 1rem;font-size:.8125rem}.gs-specs-proposal-summary-expanded{margin:0 1rem .5rem}.gs-game-plan-card--collapsed .gs-specs-proposal-readonly-hint{display:none}.gs-game-plan-hint--collapsed{margin:0 1rem .75rem;font-size:.8125rem;color:#94a3b8}.gs-game-details-section{margin-bottom:4px}.gs-game-details-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.gs-game-details-label{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.gs-game-details-input,.gs-game-details-textarea{width:100%;background:#00000040;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#f8fafc;font-size:.875rem;padding:8px 10px;font-family:inherit}.gs-game-details-textarea{resize:vertical;min-height:72px}.gs-game-details-genre-input-wrap{display:flex;gap:8px;align-items:center}.gs-game-details-genre-add{flex-shrink:0;padding:6px 12px}.gs-game-details-genre-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.gs-game-details-genre-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#6366f140;color:#e0e7ff;font-size:.8125rem;font-weight:600}.gs-game-details-genre-tag button{border:none;background:transparent;color:inherit;cursor:pointer;padding:0 2px;font-size:1rem;line-height:1}.gs-game-details-genre-suggestions{list-style:none;margin:4px 0 0;padding:4px;background:#0f172af2;border:1px solid rgba(255,255,255,.1);border-radius:8px;max-height:140px;overflow-y:auto}.gs-game-details-genre-suggestions button{display:block;width:100%;text-align:left;border:none;background:transparent;color:#e2e8f0;padding:6px 8px;border-radius:4px;cursor:pointer;font-size:.8125rem}.gs-game-details-genre-suggestions button:hover{background:#ffffff14}.gs-game-details-genre-hint{margin:6px 0 0;font-size:.75rem;color:#64748b}.gs-game-details-ai-note{margin:0 0 12px;font-size:.8125rem;color:#a5b4fc}.gs-game-details-reasoning{margin:4px 0 0;font-size:.75rem;line-height:1.4;color:#94a3b8;font-style:italic}.gs-game-details-input select,select.gs-game-details-input{cursor:pointer}.gs-specs-proposal-body{margin-top:0}.gs-specs-proposal-phases{max-height:320px;overflow-y:auto;padding-right:4px;margin-bottom:4px}.gs-specs-proposal-card .gs-spec-category{margin-bottom:0}.gs-specs-template-phase{margin-bottom:16px}.gs-specs-template-select-wrap{display:flex;flex-direction:column;gap:6px;margin-top:4px}.gs-specs-template-select-label{font-size:.75rem;color:#64748b}.gs-specs-template-select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(139,92,246,.35);background:#0f172ae6;color:#f1f5f9;font-size:.875rem}.gs-specs-template-select:disabled{opacity:.6}.gs-spec-scroll--in-plan{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0;padding-bottom:4px;overflow:visible}.gs-specs-proposal-card .gs-spec-category-title{margin:0 0 8px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8}.gs-specs-proposal-card .gs-game-plan-phase{margin-bottom:14px}.gs-specs-proposal-card .gs-spec-card.gs-spec-card--name-box{width:88px;min-height:52px;padding:8px 10px;border-radius:10px;border:1px solid rgba(148,163,184,.25);background:#0f172ad9;flex-direction:column;align-items:center;justify-content:center;gap:2px}.gs-specs-proposal-card .gs-spec-card--name-box .gs-spec-label{font-size:.75rem;font-weight:500;line-height:1.3;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;width:100%}.gs-specs-proposal-card .gs-spec-card--name-box .gs-spec-beta{font-size:.5625rem;line-height:1}.gs-specs-proposal-card .gs-spec-card{border-color:#8b5cf633;background:#0f172abf}.gs-specs-proposal-card .gs-spec-card.selected{border-color:#8b5cf6a6;background:#6366f138;box-shadow:0 0 0 1px #8b5cf659}.gs-specs-proposal-card .gs-game-plan-actions{flex-direction:column;align-items:stretch}.gs-specs-proposal-card .gs-game-plan-btn-full{width:100%}.gs-below-plan-slot{margin-top:4px;padding-top:4px}.gs-below-plan-slot .gs-aippy-progress{margin-top:0}.gs-aippy-step-upcoming .gs-aippy-step-label{color:#94a3b8bf}.gs-aippy-step-upcoming .gs-aippy-step-icon{opacity:.45}.gs-game-plan-card{margin:16px 0 8px;padding:18px 18px 16px;border-radius:16px;background:linear-gradient(145deg,#1e293bf2,#0f172afa);border:1px solid rgba(139,92,246,.25);box-shadow:0 4px 24px #00000059,inset 0 1px #ffffff0f}.gs-game-plan-card--collapsible{padding-top:12px}.gs-game-plan-card--collapsed{padding-bottom:10px}.gs-game-plan-card--collapsed .gs-game-plan-footer{margin-top:8px;padding-top:0;border-top:none}.gs-game-plan-collapse-trigger{display:block;width:100%;margin:0;padding:0;border:none;background:transparent;text-align:left;cursor:default;color:inherit;font:inherit}.gs-game-plan-card--collapsible .gs-game-plan-collapse-trigger{cursor:pointer}.gs-game-plan-card--collapsible .gs-game-plan-collapse-trigger:hover{opacity:.92}.gs-game-plan-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.gs-game-plan-steps-pill{font-size:.6875rem;font-weight:600;color:#a5b4fc;padding:2px 8px;border-radius:6px;background:#6366f133}.gs-game-plan-status-pill.built{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.4)}.gs-game-plan-chevron{font-size:.875rem;color:#94a3b8;line-height:1}.gs-game-plan-collapse-summary .gs-game-plan-name{margin-bottom:4px}.gs-game-plan-summary--one-line{margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gs-game-plan-progress-track--compact{margin-top:4px;height:4px}.gs-game-plan-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.gs-game-plan-card--collapsed .gs-game-plan-card-header{margin-bottom:6px}.gs-game-plan-badge{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c4b5fd}.gs-game-plan-status-pill{font-size:.6875rem;font-weight:600;padding:4px 10px;border-radius:999px}.gs-game-plan-status-pill.draft{background:#fbbf2426;color:#fcd34d;border:1px solid rgba(251,191,36,.35)}.gs-game-plan-status-pill.approved{background:#22c55e26;color:#86efac;border:1px solid rgba(34,197,94,.35)}.gs-game-plan-card .gs-game-plan-name{margin:0 0 8px;font-size:1.125rem;font-weight:600;color:#f8fafc;line-height:1.3}.gs-game-plan-summary{margin:0 0 16px;font-size:.8125rem;line-height:1.5;color:#94a3b8}.gs-game-plan-gameplay{margin-bottom:16px;padding:12px 14px;border-radius:10px;background:#10b98114;border:1px solid rgba(16,185,129,.25)}.gs-game-plan-gameplay-title{margin:0 0 8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6ee7b7}.gs-game-plan-gameplay-how{margin:0 0 10px;font-size:.8125rem;line-height:1.5;color:#cbd5e1}.gs-game-plan-gameplay-sub{margin:0 0 6px;font-size:.7rem;font-weight:600;text-transform:uppercase;color:#94a3b8}.gs-game-plan-gameplay-rules{margin:0 0 10px;padding-left:1.1rem;font-size:.8125rem;line-height:1.45;color:#e2e8f0}.gs-game-plan-gameplay-outcomes p{margin:0 0 6px;font-size:.8125rem;line-height:1.45;color:#cbd5e1}.gs-game-plan-gameplay-setup{margin:8px 0 0;font-size:.75rem;color:#94a3b8}.gs-game-plan-assets{margin-bottom:16px;padding:12px 14px;border-radius:10px;background:#6366f114;border:1px solid rgba(99,102,241,.2)}.gs-game-plan-assets-title{margin:0 0 8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#a5b4fc}.gs-game-plan-assets-strategy{margin:0 0 10px;font-size:.8125rem;line-height:1.45;color:#cbd5e1}.gs-game-plan-assets-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.gs-game-plan-asset-item{display:grid;grid-template-columns:auto 1fr;gap:4px 10px;font-size:.75rem}.gs-game-plan-asset-slot{font-weight:600;color:#e2e8f0}.gs-game-plan-asset-id{font-family:ui-monospace,monospace;color:#818cf8;font-size:.6875rem}.gs-game-plan-asset-reason{grid-column:1 / -1;color:#64748b;line-height:1.4}.gs-game-plan-progress-block{margin-bottom:18px}.gs-game-plan-progress-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#64748b;margin-bottom:6px}.gs-game-plan-progress-track{height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.gs-game-plan-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#22c55e);transition:width .35s ease}.gs-game-plan-phases{max-height:280px;overflow-y:auto;padding-right:4px;margin-bottom:16px}.gs-game-plan-phase{margin-bottom:14px}.gs-game-plan-phase:last-child{margin-bottom:0}.gs-game-plan-phase-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.gs-game-plan-phase-num{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#8b5cf640;color:#e9d5ff;font-size:.75rem;font-weight:700;flex-shrink:0}.gs-game-plan-phase-title{margin:0;font-size:.8125rem;font-weight:600;color:#e2e8f0;text-transform:uppercase;letter-spacing:.04em}.gs-game-plan-todo-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.gs-plan-todo-item{list-style:none;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);overflow:hidden}.gs-plan-todo-item--open{border-color:#8b5cf640;background:#ffffff0a}.gs-plan-todo-item-head{display:flex;align-items:stretch;gap:0}.gs-plan-todo-item-trigger{flex:1;display:flex;align-items:center;gap:8px;width:100%;padding:0;border:none;background:transparent;cursor:pointer;text-align:left}.gs-plan-todo-item-trigger:hover .gs-plan-todo{background:#8b5cf60f}.gs-plan-todo-item-head .gs-plan-todo{flex:1;min-width:0;border:none;border-radius:0;background:transparent}.gs-plan-todo-expand-chevron{flex-shrink:0;margin-right:12px;font-size:.75rem;color:#a5b4fc;opacity:.9}.gs-plan-todo-details{padding:0 12px 12px 46px;border-top:1px solid rgba(255,255,255,.05)}.gs-plan-todo-description{margin:10px 0 0;font-size:.8125rem;line-height:1.55;color:#cbd5e1}.gs-plan-todo-criteria-block{margin-top:10px}.gs-plan-todo-criteria-label{display:block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:6px}.gs-plan-todo-criteria{margin:0;padding-left:1.1rem;font-size:.78rem;line-height:1.45;color:#e2e8f0}.gs-plan-todo-criteria li{margin-bottom:4px}.gs-plan-todo-files{margin:10px 0 0;font-size:.72rem;color:#64748b}.gs-plan-todo-files-label{font-weight:600;color:#94a3b8}.gs-plan-todo{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);position:relative}.gs-plan-todo-done{background:#22c55e0f;border-color:#22c55e26}.gs-plan-todo-done .gs-plan-todo-title{color:#94a3b8;text-decoration:line-through;text-decoration-color:#94a3b880}.gs-plan-todo-failed{background:#f871710f;border-color:#f8717133}.gs-plan-todo-active{border-color:#8b5cf659;background:#8b5cf614}.gs-plan-todo-indicator{position:relative;width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.gs-plan-todo-ring{width:20px;height:20px;border-radius:50%;border:2px solid rgba(148,163,184,.45);box-sizing:border-box}.gs-plan-todo-done .gs-plan-todo-ring{border:none;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 0 12px #22c55e73}.gs-plan-todo-done .gs-plan-todo-check{position:absolute;width:12px;height:12px;color:#fff}.gs-plan-todo-pending .gs-plan-todo-ring{background:transparent}.gs-plan-todo-active .gs-plan-todo-ring{border-color:#a78bfa;background:#8b5cf626}.gs-plan-todo-pulse{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid rgba(167,139,250,.5);animation:gs-plan-pulse 1.2s ease-out infinite}@keyframes gs-plan-pulse{0%{transform:scale(.85);opacity:1}to{transform:scale(1.15);opacity:0}}.gs-plan-todo-failed .gs-plan-todo-ring{border:none;background:linear-gradient(135deg,#ef4444,#dc2626)}.gs-plan-todo-failed .gs-plan-todo-check{position:absolute;width:11px;height:11px;color:#fff}.gs-plan-todo-skipped .gs-plan-todo-ring{border-color:#64748b66;background:#64748b26}.gs-plan-todo-dash{position:absolute;width:8px;height:2px;background:#64748b;border-radius:1px}.gs-plan-todo-title{flex:1;font-size:.875rem;color:#e2e8f0;line-height:1.35}.gs-plan-todo-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.gs-game-plan-body{margin-top:4px}.gs-game-plan-footer{padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.gs-game-plan-hint{margin:0 0 12px;font-size:.8125rem;color:#64748b;line-height:1.45}.gs-game-plan-actions{display:flex;gap:10px}.gs-game-plan-btn{flex:1;width:auto}.gs-game-plan-btn-full{width:100%}.gs-game-plan-card-loading{text-align:center}.gs-game-plan-card-loading .gs-game-plan-badge{display:block;margin-bottom:8px}.gs-game-plan-spinner{display:block;width:32px;height:32px;margin:12px auto 16px;border:3px solid rgba(139,92,246,.2);border-top-color:#a78bfa;border-radius:50%;animation:gs-spin .8s linear infinite}.gs-quest-phases-compact{font-size:.8125rem;max-height:200px;overflow-y:auto}.gs-chat-ref-input{width:100%;box-sizing:border-box;margin-bottom:8px;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#0003;color:#f1f5f9;font-size:.8125rem}.gs-chat-attach-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.gs-chat-attach-btn{width:auto;cursor:pointer}.gs-chat-hint{margin:4px 0 8px;font-size:.75rem}.gs-chat-content{white-space:pre-wrap;margin:4px 0 0}.gs-chat-footer-actions{margin-bottom:10px}.gs-chat-panel-main{min-height:400px}.gs-workspace-chat-first .gs-workspace-chat-grid{display:grid;grid-template-columns:minmax(320px,1.15fr) minmax(280px,.85fr);gap:12px;min-height:calc(100vh - 180px)}.gs-workspace-chat-grid.gs-view-game{grid-template-columns:1fr}.gs-workspace-chat-grid.gs-view-game .gs-chat-panel-main{display:none}.gs-workspace-side{display:flex;flex-direction:column;gap:12px;min-height:0}.gs-workspace-side .gs-preview-panel{flex:1;min-height:280px}.gs-tools-toggle{display:flex;gap:4px}.gs-tools-toggle button{padding:6px 10px;font-size:.75rem;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#94a3b8;cursor:pointer}.gs-tools-toggle button.active{background:#8b5cf64d;color:#e9d5ff}.gs-tools-panel{max-height:320px;overflow-y:auto}@media (max-width: 900px){.gs-workspace-chat-first .gs-workspace-chat-grid{grid-template-columns:1fr}}.gs-workspace-header{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(148,163,184,.15)}.gs-workspace-toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 16px}.gs-workspace-home-btn{flex-shrink:0;margin-top:2px}.gs-workspace-game-meta{flex:1;min-width:200px}.gs-workspace-game-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.gs-workspace-game-title{margin:0;font-size:1.25rem;font-weight:700;color:#f1f5f9;line-height:1.25}.gs-workspace-game-title-edit-btn{flex-shrink:0;width:32px;height:32px;padding:0;border:1px solid rgba(148,163,184,.35);border-radius:8px;background:#1e293b99;color:#94a3b8;font-size:1rem;line-height:1;cursor:pointer}.gs-workspace-game-title-edit-btn:hover:not(:disabled){color:#e2e8f0;border-color:#818cf880;background:#334155cc}.gs-workspace-game-title-edit-btn:disabled{opacity:.45;cursor:not-allowed}.gs-workspace-game-title-edit{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;max-width:520px}.gs-workspace-game-title-input{flex:1;min-width:160px;padding:8px 12px;font-size:1.125rem;font-weight:600;color:#f1f5f9;background:#0f172ae6;border:1px solid rgba(129,140,248,.45);border-radius:8px}.gs-workspace-game-title-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 2px #6366f140}.gs-workspace-title-save{padding:6px 14px;font-size:.8125rem}.gs-workspace-game-desc-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;max-width:720px}.gs-workspace-game-desc{margin:0;flex:1;font-size:.875rem;line-height:1.45;color:#94a3b8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gs-workspace-game-desc--empty{font-style:italic;color:#64748b}.gs-workspace-details-editor{margin-top:4px;max-width:640px;padding:12px;border-radius:10px;background:#0f172aa6;border:1px solid rgba(129,140,248,.25)}.gs-workspace-details-edit-fields .gs-game-details-field{margin-bottom:10px}.gs-workspace-details-edit-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.gs-workspace-add-listing-btn{margin:0 0 8px;padding:0;border:none;background:none;color:#818cf8;font-size:.8125rem;cursor:pointer;text-decoration:underline}.gs-workspace-add-listing-btn:hover:not(:disabled){color:#a5b4fc}.gs-workspace-add-listing-btn:disabled{opacity:.5;cursor:not-allowed}.gs-workspace-game-tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.gs-workspace-game-category{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:600;color:#c7d2fe;background:#6366f140;border:1px solid rgba(129,140,248,.35)}.gs-workspace-game-genre{display:inline-block;padding:3px 9px;border-radius:999px;font-size:.75rem;color:#cbd5e1;background:#33415599;border:1px solid rgba(100,116,139,.4);text-transform:capitalize}.gs-workspace-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.gs-workspace-toolbar .game-studio-btn{width:auto}.gs-workspace-error{margin-bottom:12px}.gs-workspace-grid{display:grid;grid-template-columns:200px 1fr 1fr 280px;grid-template-rows:minmax(320px,1fr);gap:12px}@media (max-width: 1100px){.gs-workspace-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gs-quest-panel,.gs-tabs-panel{grid-column:1 / -1}}@media (max-width: 640px){.gs-workspace-grid{grid-template-columns:1fr}}.gs-panel{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px;display:flex;flex-direction:column;min-height:280px}.gs-panel h3{margin:0 0 10px;font-size:.875rem;color:#a78bfa}.gs-chat-history{flex:1;overflow-y:auto;margin-bottom:10px;font-size:.8125rem}.gs-chat-line{margin-bottom:10px}.gs-chat-role{font-size:.6875rem;text-transform:uppercase;color:#64748b}.gs-chat-user .gs-chat-role{color:#93c5fd}.gs-preview-empty{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.gs-preview-iframe{flex:1;width:100%;min-height:240px;border:none;border-radius:8px;background:#000}.gs-tabs-nav{display:flex;gap:4px;margin-bottom:12px}.gs-tabs-nav button{flex:1;padding:8px;border:none;border-radius:6px;background:#ffffff0f;color:#94a3b8;cursor:pointer;font-size:.75rem}.gs-tabs-nav button.active{background:#8b5cf659;color:#f8fafc}.gs-tab-panel{flex:1;overflow-y:auto;font-size:.8125rem}.gs-media-template-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:8px;border:1px solid rgba(130,180,255,.25);background:#6366f11a;font-size:.8125rem}.gs-media-template-default{font-size:.7rem;font-style:italic}.gs-media-default-btn{border-color:#82b4ff59!important}.gs-media-panel{display:flex;flex-direction:column;gap:16px}.gs-media-intro{margin:0;line-height:1.45;font-size:.8125rem}.gs-media-intro strong{color:#ffffffd9;font-weight:600}.gs-media-busy{margin:0}.gs-media-section{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px 14px;background:#0003}.gs-media-section-head h4{margin:0 0 4px;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase}.gs-media-section-head p{margin:0 0 10px;font-size:.75rem;line-height:1.4}.gs-media-slots{list-style:none;margin:0;padding:0}.gs-media-slot{display:flex;flex-direction:column;gap:8px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.gs-media-slot:last-child{border-bottom:none;padding-bottom:0}.gs-media-slot-info{display:flex;flex-direction:column;gap:2px}.gs-media-slot-key{font-size:.7rem;font-family:ui-monospace,monospace}.gs-media-slot-status{font-size:.75rem;color:#ffffff73}.gs-media-slot-status--set{color:#82c8ffd9}.gs-media-actions{display:flex;flex-wrap:wrap;gap:6px}.gs-media-slot .game-studio-btn{width:auto;padding:6px 12px;font-size:.75rem}.gs-library-modal{max-width:520px;width:min(92vw,520px)}.gs-library-sub{margin:4px 0 0;font-size:.75rem}.gs-library-list{list-style:none;margin:0;padding:0}.gs-library-row{display:flex;align-items:stretch;gap:8px}.gs-library-play{flex-shrink:0;width:36px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:inherit;cursor:pointer;font-size:.75rem}.gs-library-play--disabled,.gs-library-play:disabled{opacity:.35;cursor:not-allowed}.gs-library-thumb{flex-shrink:0;width:44px;height:44px;object-fit:cover;border-radius:6px;background:#0000004d}.gs-library-video-thumb{flex-shrink:0;width:96px;height:54px;object-fit:cover;border-radius:6px;background:#00000073;border:1px solid rgba(255,255,255,.1)}.gs-global-library-kind-pill--stub{opacity:.5;font-size:.625rem}.gs-library-pick{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff0a;color:inherit;cursor:pointer}.gs-library-pick:hover{border-color:#82b4ff59;background:#82b4ff14}.gs-library-pick strong{font-size:.8125rem}.gs-library-pick span{font-size:.7rem;color:#ffffff80}.gs-library-tags{color:#b4a0ffbf!important}.gs-game-plan-name{margin:0 0 8px;font-size:1.15rem;font-weight:600}.gs-quest-progress{font-size:.85rem;color:#ffffffb3}.gs-quest-phases{margin:8px 0;padding-left:1.1rem;font-size:.85rem}.gs-todo-done{opacity:.65}.gs-view-toggle{display:inline-flex;border:1px solid rgba(255,255,255,.15);border-radius:8px;overflow:hidden}.gs-view-toggle button{background:transparent;border:none;color:#ffffffbf;padding:6px 12px;cursor:pointer;font-size:.8rem}.gs-view-toggle button.active{background:#6366f159;color:#fff}.gs-workspace-grid.gs-view-game{grid-template-columns:1fr}.gs-preview-full{grid-column:1 / -1;min-height:70vh}.gs-preview-full .gs-preview-iframe{min-height:65vh}.gs-code-layout{display:flex;gap:8px;flex:1;min-height:200px}.gs-code-files{list-style:none;margin:0;padding:0;flex:0 0 120px}.gs-code-files button{width:100%;text-align:left;padding:6px 8px;border:none;background:transparent;color:#94a3b8;cursor:pointer;font-size:.6875rem;border-radius:4px}.gs-code-files button.active{background:#8b5cf640;color:#f8fafc}.gs-code-editor{flex:1;display:flex;flex-direction:column;gap:8px}.gs-code-editor textarea{flex:1;min-height:160px;font-family:ui-monospace,monospace;font-size:.6875rem;background:#00000059;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e2e8f0;padding:8px}.gs-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.gs-modal{background:#1e293b;border-radius:12px;width:min(480px,92vw);max-height:80vh;display:flex;flex-direction:column}.gs-modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.gs-modal-header h3{margin:0;font-size:1rem}.gs-modal-close{background:none;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer}.gs-modal-body{padding:12px 16px;overflow-y:auto}.configure-app{min-height:100vh;background:#f5f7fa}.configure-app-header{background:#fff;border-bottom:1px solid #e1e5e9;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header-left h1{margin:0;color:#333;font-size:2rem;font-weight:700}.header-left p{margin:0;color:#666;font-size:1rem}.message{max-width:1200px;margin:1rem auto;padding:1rem;border-radius:8px;font-weight:500}.message-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.configure-app-main{max-width:1200px;margin:0 auto;padding:2rem}.loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.config-sections{display:flex;flex-direction:column;gap:2rem}.config-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.config-section h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem;font-weight:700;border-bottom:2px solid #e1e5e9;padding-bottom:.5rem}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.config-item{display:flex;flex-direction:column;gap:.5rem}.config-item label{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#333;cursor:pointer;font-size:1rem}.config-item label input[type=checkbox]{display:none}.checkmark{width:20px;height:20px;border:2px solid #ddd;border-radius:4px;position:relative;transition:all .3s ease}.config-item label input[type=checkbox]:checked+.checkmark{background:#007bff;border-color:#007bff}.config-item label input[type=checkbox]:checked+.checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.config-item label input[type=text],.config-item label input[type=number]{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease;margin-top:.5rem}.config-item label input[type=text]:focus,.config-item label input[type=number]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.config-description{margin:0;color:#666;font-size:.9rem;line-height:1.4}.config-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e1e5e9}.reset-button{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.reset-button:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.reset-button:disabled{opacity:.6;cursor:not-allowed}.save-button{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.save-button:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.config-info{margin-top:1rem;padding-top:1rem;border-top:1px solid #e1e5e9;text-align:center}.config-info p{margin:0;color:#666;font-size:.9rem}.config-container{width:100%}.config-tabs{display:flex;gap:10px;margin-bottom:30px;border-bottom:2px solid #e0e0e0}.tab{padding:12px 24px;background:#f5f5f5;border:none;border-radius:8px 8px 0 0;cursor:pointer;font-weight:500;transition:all .3s ease;color:#666}.tab:hover{background:#e0e0e0;color:#333}.tab.active{background:#007bff;color:#fff}.tab-content{min-height:500px}.config-subsection{margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0}.config-subsection h3{margin-bottom:20px;color:#333;font-size:1.2rem}.social-link-item{border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:20px;background:#f9f9f9}.social-link-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.social-link-header h4{margin:0;color:#333}.toggle-label{display:flex;align-items:center;gap:8px;font-size:.9rem}textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-family:inherit;resize:vertical}.unauthorized h2{color:#dc3545;margin-bottom:1rem}.unauthorized p{color:#666;font-size:1.1rem}.theme-config-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e1e5e9}.theme-config-header h2{margin:0 0 .75rem;color:#333;font-size:1.75rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.theme-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.theme-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e1e5e9;transition:all .3s ease}.theme-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.theme-card-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e1e5e9}.theme-card-header h3{margin:0 0 .5rem;color:#333;font-size:1.25rem;font-weight:700}.theme-card-subtitle{margin:0;color:#666;font-size:.9rem;line-height:1.4}.theme-card-content{display:flex;flex-direction:column;gap:1.5rem}.color-input-group{display:flex;flex-direction:column;gap:.5rem}.color-label{display:flex;flex-direction:column;gap:.75rem}.color-label-text{font-weight:600;color:#333;font-size:.95rem}.color-input-wrapper{display:flex;align-items:center;gap:.75rem}.color-picker{width:60px;height:40px;border:2px solid #e1e5e9;border-radius:8px;cursor:pointer;transition:all .3s ease;padding:0;background:none}.color-picker:hover{border-color:#007bff;transform:scale(1.05)}.color-picker::-webkit-color-swatch-wrapper{padding:0}.color-picker::-webkit-color-swatch{border:none;border-radius:6px}.color-text-input{flex:1;padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:.95rem;font-family:Monaco,Menlo,Courier New,monospace;transition:all .3s ease}.color-text-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.color-description{margin:0;color:#666;font-size:.85rem;line-height:1.4;font-style:italic}.festive-toggle-group{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e1e5e9}.festive-toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.festive-checkbox{display:none}.festive-toggle-text{font-weight:600;color:#333;font-size:1rem}.date-input-group{display:flex;flex-direction:column;gap:.5rem}.date-label{display:flex;flex-direction:column;gap:.75rem}.date-input{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:.95rem;transition:all .3s ease;background:#fff}.date-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}@media (max-width: 768px){.configure-app-header{padding:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-left{flex-direction:column;gap:.5rem}.configure-app-main{padding:1rem}.config-section{padding:1.5rem}.config-grid{grid-template-columns:1fr}.config-actions{flex-direction:column}.theme-cards-container,.avatar-grid{grid-template-columns:1fr}}.avatar-config-container{margin-top:1.5rem}.avatar-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.avatar-list-header h3{margin:0;color:#333;font-size:1.2rem;font-weight:600}.add-button{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.add-button:hover{background:#0056b3;transform:translateY(-1px)}.empty-state{text-align:center;padding:3rem;color:#666;background:#f9fafb;border-radius:8px;border:2px dashed #ddd}.avatar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.avatar-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.avatar-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:translateY(-2px)}.avatar-image-container{position:relative;width:100%;padding-top:100%;background:#f9fafb;overflow:hidden}.avatar-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.default-badge{position:absolute;top:8px;right:8px;background:#28a745;color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.avatar-info{padding:1rem}.avatar-info h4{margin:0 0 .5rem;color:#333;font-size:1rem;font-weight:600}.avatar-details{display:flex;gap:.5rem;flex-wrap:wrap}.detail-badge{background:#e9ecef;color:#495057;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.avatar-actions{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#f9fafb}.edit-button,.delete-button{flex:1;padding:.5rem;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .3s ease}.edit-button{background:#007bff;color:#fff}.edit-button:hover{background:#0056b3}.delete-button{background:#dc3545;color:#fff}.delete-button:hover{background:#c82333}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#333;font-size:1.5rem;font-weight:600}.close-button{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease}.close-button:hover{background:#f3f4f6;color:#333}.modal-body{padding:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:.9rem}.form-group input[type=text],.form-group input[type=number]{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:all .3s ease}.form-group input[type=text]:focus,.form-group input[type=number]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.avatar-preview{margin-top:1rem;width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #e5e7eb;background:#f9fafb}.avatar-preview img{width:100%;height:100%;object-fit:cover}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.cancel-button{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.cancel-button:hover{background:#5a6268}.modal-footer .save-button{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.modal-footer .save-button:hover{background:#0056b3}.section-description{color:#666;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.studio-asset-library .tab-row{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.studio-asset-library .tab-btn{padding:10px 20px;border-radius:10px;border:1px solid #ddd;background:#fff;font-weight:600;cursor:pointer;font-size:14px}.studio-asset-library .tab-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.studio-asset-library .upload-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px;background:#fafafa}.studio-asset-library .upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.studio-asset-library .upload-grid label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#374151}.studio-asset-library .upload-grid input,.studio-asset-library .upload-grid select{padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}.studio-asset-library .library-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.studio-asset-library .library-search{flex:1;min-width:200px;max-width:360px;padding:10px 14px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}.studio-asset-library .library-count{font-size:13px;color:#6b7280;font-weight:600}.studio-asset-library .asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.studio-asset-library .asset-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.studio-asset-library .asset-preview{height:120px;background:#111827;display:flex;align-items:center;justify-content:center;padding:8px}.studio-asset-library .asset-preview img{max-width:100%;max-height:100%;object-fit:contain}.studio-asset-library .asset-preview audio{width:100%}.studio-asset-library .asset-preview-placeholder{color:#9ca3af;font-size:12px;text-align:center}.studio-asset-library .asset-body{padding:12px;flex:1;display:flex;flex-direction:column;gap:6px}.studio-asset-library .asset-name{font-weight:700;font-size:14px;color:#111827;line-height:1.3}.studio-asset-library .asset-id{font-size:11px;color:#6b7280;font-family:ui-monospace,monospace;word-break:break-all}.studio-asset-library .asset-tags{display:flex;flex-wrap:wrap;gap:4px}.studio-asset-library .asset-tag{font-size:10px;padding:2px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:600}.studio-asset-library .asset-kind-badge{align-self:flex-start;font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;background:#f3f4f6;color:#374151;text-transform:uppercase}.studio-asset-library .asset-actions{display:flex;gap:8px;margin-top:8px}.studio-asset-library .asset-actions button{flex:1;padding:8px;border-radius:8px;border:none;font-size:12px;font-weight:600;cursor:pointer}.studio-asset-library .btn-delete{background:#fee2e2;color:#b91c1c}.studio-asset-library .btn-view{background:#e0e7ff;color:#3730a3}.studio-asset-library .empty-library{text-align:center;padding:48px 24px;color:#6b7280;border:1px dashed #d1d5db;border-radius:12px}.studio-asset-library .preview-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.studio-asset-library .preview-modal{background:#fff;border-radius:16px;max-width:520px;width:100%;padding:24px;max-height:90vh;overflow-y:auto}.studio-asset-library .preview-modal h3{margin:0 0 8px}.studio-asset-library .preview-modal-close{float:right;border:none;background:#f3f4f6;border-radius:8px;padding:6px 12px;cursor:pointer;font-weight:600}.mp-servers-page .mp-servers-main{max-width:1200px;margin:0 auto;padding:24px}.mp-servers-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:16px}.mp-servers-toolbar label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600}.mp-servers-toolbar select{min-width:180px;padding:8px 10px;border-radius:8px;border:1px solid #d1d5db}.mp-refresh-btn{padding:9px 16px;border-radius:8px;border:none;background:#6366f1;color:#fff;font-weight:600;cursor:pointer}.mp-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.mp-servers-hint,.mp-servers-error,.mp-servers-empty{font-size:14px;margin-bottom:12px}.mp-servers-error{color:#b91c1c}.mp-servers-table-wrap{overflow-x:auto}.mp-servers-table{width:100%;border-collapse:collapse;font-size:13px}.mp-servers-table th,.mp-servers-table td{padding:10px 12px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top}.mp-servers-table th{background:#f9fafb;font-weight:600}.mp-url-cell{max-width:280px;word-break:break-all}.mp-url-cell a{color:#4f46e5}.mp-modal-url{font-size:13px;margin:0 0 12px;line-height:1.5}.mp-url-block{display:block;margin-top:6px;padding:8px 10px;background:#f3f4f6;border-radius:6px;font-size:12px;word-break:break-all}.mp-actions-cell{white-space:nowrap}.mp-btn{margin-right:8px;padding:6px 12px;border-radius:6px;border:none;font-size:13px;cursor:pointer}.mp-btn-config{background:#6366f1;color:#fff}.mp-btn-upgrade{background:#0ea5e9;color:#fff}.mp-rooms-full{color:#b45309;font-weight:600}.mp-feed-sub{font-size:11px;color:#6b7280;margin-top:4px}.mp-scale-cell{font-size:12px;max-width:200px}.mp-modal-wide{max-width:520px}.mp-modal-lead{font-size:13px;color:#4b5563;margin:0 0 16px;line-height:1.45}.mp-config-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.mp-config-grid label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}.mp-config-grid input,.mp-config-grid select{padding:8px 10px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}.mp-live-capacity{margin:16px 0 0;font-size:13px;color:#374151}.mp-btn-delete{background:#ef4444;color:#fff}.mp-btn:disabled{opacity:.5;cursor:not-allowed}.mp-status-ok{color:#15803d}.mp-status-warn{color:#b45309}.mp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.mp-modal{background:#fff;border-radius:12px;padding:24px;max-width:420px;width:90%}.mp-modal-actions{display:flex;gap:12px;margin-top:16px;justify-content:flex-end}.user-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px;padding:20px 0}.user-card-modern{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;overflow:hidden;border:1px solid #E5E7EB}.user-card-modern:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.user-card-header-modern{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #E5E7EB}.user-avatar{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #667eea4d}.avatar-initial{font-size:24px;font-weight:700;color:#fff;text-transform:uppercase}.user-info-header{flex:1;min-width:0}.user-name{font-size:18px;font-weight:600;color:#111827;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:14px;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-badge-container{flex-shrink:0}.status-badge-modern{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge-modern.active{background:#d1fae5;color:#065f46}.status-badge-modern.blocked{background:#fee2e2;color:#991b1b}.badge-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-badge-modern.active .badge-dot{background:#10b981;box-shadow:0 0 0 2px #10b98133}.status-badge-modern.blocked .badge-dot{background:#ef4444;box-shadow:0 0 0 2px #ef444433}.user-card-body-modern{padding:20px}.user-meta-grid{display:flex;flex-direction:column;gap:16px}.meta-item-modern{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f9fafb;border-radius:10px;transition:background .2s ease}.meta-item-modern:hover{background:#f3f4f6}.meta-icon{font-size:20px;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.meta-content{flex:1;display:flex;flex-direction:column;gap:4px}.meta-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.meta-value{font-size:13px;font-weight:500;color:#111827;word-break:break-all;font-family:Monaco,Menlo,Courier New,monospace}.meta-value.login-count{font-family:inherit;font-weight:600;color:#667eea;font-size:14px}.user-card-footer-modern{padding:16px 20px;background:#f9fafb;border-top:1px solid #E5E7EB;display:flex;flex-wrap:wrap;gap:8px}.user-card-footer-modern .action-button{flex:1;min-width:140px}.action-button.edit-profile{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 12px #6366f14d}.action-button.edit-profile:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 6px 16px #6366f166;transform:translateY(-1px)}.action-button{width:100%;padding:12px 20px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.action-button.block{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.action-button.block:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466;transform:translateY(-1px)}.action-button.unblock{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.action-button.unblock:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 16px #10b98166;transform:translateY(-1px)}.action-button:active{transform:translateY(0)}.button-icon{font-size:16px}.search-container{margin-bottom:24px}.search-input{width:100%;max-width:600px;padding:14px 20px;font-size:15px;border:2px solid #E5E7EB;border-radius:12px;transition:all .2s ease;background:#fff}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-input::placeholder{color:#9ca3af}.feed-count-info{font-size:14px;color:#6b7280;margin-bottom:20px;padding:12px 16px;background:#f9fafb;border-radius:10px;border-left:4px solid #667EEA}.loading{text-align:center;padding:60px 20px;font-size:16px;color:#6b7280}.user-list:empty:after{content:"No users found";display:block;text-align:center;padding:60px 20px;color:#9ca3af;font-size:16px}.edit-profile-modal h3{margin:0 0 8px;font-size:20px;color:#111827}.edit-profile-modal .modal-subtitle{margin:0 0 20px;font-size:14px;color:#6b7280}.edit-profile-modal .modal-field{margin-bottom:20px}.edit-profile-modal .modal-field label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.edit-profile-modal .modal-input{width:100%;padding:12px 16px;border:2px solid #E5E7EB;border-radius:10px;font-size:14px;transition:all .2s;box-sizing:border-box}.edit-profile-modal .modal-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.edit-profile-modal .modal-hint{font-size:12px;color:#6b7280;margin:8px 0 0;line-height:1.4}.edit-profile-modal .modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid #E5E7EB}.edit-profile-modal .modal-button{padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.edit-profile-modal .modal-button.secondary{background:#f3f4f6;color:#374151}.edit-profile-modal .modal-button.secondary:hover{background:#e5e7eb}.edit-profile-modal .modal-button.primary{background:#6366f1;color:#fff}.edit-profile-modal .modal-button.primary:hover{background:#4f46e5;transform:translateY(-1px)}.edit-profile-modal{padding:24px}.manage-users-sort{display:flex;align-items:center;gap:8px;margin-top:12px}.manage-users-sort label{font-size:14px;font-weight:600;color:#374151}.manage-users-sort-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.manage-users-per-page{display:flex;align-items:center;gap:8px;margin-top:12px}.manage-users-per-page label{font-size:14px;font-weight:600;color:#374151}.manage-users-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-top:28px;padding:16px 0 8px}.pagination-btn{padding:10px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:background .15s ease,border-color .15s ease}.pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#6366f1;color:#4f46e5}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.pagination-pages{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.pagination-page-btn{min-width:40px;height:40px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:14px;font-weight:600;color:#374151;cursor:pointer}.pagination-page-btn:hover{background:#f9fafb;border-color:#c7d2fe}.pagination-page-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.pagination-ellipsis{padding:0 4px;color:#9ca3af;font-weight:600}.manage-users-bulk-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin:16px 0 20px;padding:14px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px}.manage-users-bulk-select{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}.bulk-select-all-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#374151;cursor:pointer}.bulk-select-all-label input{width:18px;height:18px;cursor:pointer}.bulk-link-btn{padding:0;border:none;background:none;font-size:14px;font-weight:600;color:#4f46e5;cursor:pointer;text-decoration:underline}.bulk-link-btn:hover:not(:disabled){color:#4338ca}.bulk-link-btn:disabled{opacity:.45;cursor:not-allowed;text-decoration:none}.manage-users-bulk-actions{display:flex;flex-wrap:wrap;gap:10px}.bulk-action-btn{padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.bulk-action-btn:hover:not(:disabled){transform:translateY(-1px)}.bulk-action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.bulk-action-btn.bulk-block{background:#ef4444}.bulk-action-btn.bulk-block:hover:not(:disabled){background:#dc2626}.bulk-action-btn.bulk-unblock{background:#10b981}.bulk-action-btn.bulk-unblock:hover:not(:disabled){background:#059669}.user-card-select{display:flex;align-items:flex-start;padding-top:4px;flex-shrink:0}.user-card-select input{width:18px;height:18px;cursor:pointer}.user-card-modern.user-card-selected{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}@media (max-width: 768px){.user-list{grid-template-columns:1fr;gap:16px}.user-card-header-modern{flex-wrap:wrap}.user-meta-grid{gap:12px}}.manage-app-page .header-subtitle{margin:0;color:#666;font-size:.95rem;font-weight:400}.manage-app-content{max-width:1400px;margin:0 auto;padding:1.5rem 2rem}.manage-app-section{margin-bottom:2rem}.manage-app-section-title{margin:0 0 .25rem;font-size:1.25rem;color:#333}.manage-app-section-desc{margin:0 0 1rem;color:#666;font-size:.9rem}.manage-app-link-button{display:inline-block;margin-bottom:.5rem;padding:.6rem 1rem;border-radius:8px;background:#b45309;color:#fff!important;font-weight:600;text-decoration:none}.manage-app-link-button:hover{filter:brightness(1.05)}.message-banner{padding:12px 20px;margin:0 40px 16px;border-radius:8px;font-weight:500}.message-banner.success{background:#d4edda;color:#155724}.message-banner.error{background:#f8d7da;color:#721c24}.table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f8f9fa}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#333;font-size:14px;border-bottom:2px solid #e0e0e0}.users-table td{padding:1rem;border-bottom:1px solid #f0f0f0;font-size:14px}.users-table tbody tr:hover{background:#f8f9fa}.uid-cell{font-size:12px;background:#f0f0f0;padding:4px 8px;border-radius:4px}.reason-cell{max-width:280px;word-wrap:break-word;white-space:normal}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.action-buttons .save-button,.action-buttons .reset-button{padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;border:none}.action-buttons .save-button{background:#28a745;color:#fff}.action-buttons .save-button:hover:not(:disabled){background:#218838}.action-buttons .reset-button{background:#6c757d;color:#fff}.action-buttons .reset-button:hover:not(:disabled){background:#5a6268}.action-buttons button:disabled{opacity:.6;cursor:not-allowed}.dashboard-content{padding:24px 40px;max-width:1200px;margin:0 auto}.dashboard-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#333}.config-description{color:#666;margin-bottom:16px}.content-reports-toolbar{display:flex;flex-wrap:wrap;gap:16px;align-items:center;padding:16px 24px;background:var(--surface, #f8fafc);border-bottom:1px solid var(--border, #e2e8f0)}.content-reports-toolbar select{margin-left:6px;padding:6px 10px;border-radius:8px;border:1px solid #cbd5e1}.content-reports-refresh{padding:8px 16px;border-radius:8px;border:1px solid #64748b;background:#fff;cursor:pointer}.content-reports-banner{margin:12px 24px;padding:10px 14px;border-radius:8px;font-weight:600}.content-reports-banner--success{background:#dcfce7;color:#166534}.content-reports-banner--error{background:#fee2e2;color:#991b1b}.content-reports-loading,.content-reports-empty{padding:24px;color:#64748b}.content-reports-table-wrap{overflow-x:auto;padding:0 16px 32px}.content-reports-table{width:100%;border-collapse:collapse;font-size:14px}.content-reports-table th,.content-reports-table td{border:1px solid #e2e8f0;padding:10px 12px;vertical-align:top;text-align:left}.content-reports-table th{background:#f1f5f9;font-weight:700}.content-reports-row--overdue td{background:#fff7ed}.content-reports-overdue-label{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;background:#ea580c;color:#fff}.content-reports-pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase}.content-reports-pill--open{background:#dbeafe;color:#1d4ed8}.content-reports-pill--triaged{background:#e0e7ff;color:#4338ca}.content-reports-pill--actioned{background:#dcfce7;color:#15803d}.content-reports-pill--dismissed{background:#f1f5f9;color:#475569}.content-reports-mono{font-family:ui-monospace,monospace;font-size:12px;color:#475569;word-break:break-all}.content-reports-target strong{display:block;margin-bottom:4px}.content-reports-target-names{display:flex;flex-direction:column;gap:6px;margin:8px 0;font-size:13px;color:#0f172a}.content-reports-target-names>div{display:flex;flex-direction:column;gap:2px}.content-reports-target-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#64748b}.content-reports-target-value{font-weight:600;line-height:1.35}.content-reports-ids{margin-top:6px;font-size:12px;color:#64748b}.content-reports-ids summary{cursor:pointer;font-weight:600;color:#475569;margin-bottom:4px}.content-reports-details{margin-top:6px;color:#334155;white-space:pre-wrap}.content-reports-preview{max-width:220px;color:#334155}.content-reports-actions{display:flex;flex-direction:column;gap:8px;min-width:160px}.content-reports-action-btn{padding:8px 10px;border-radius:8px;border:1px solid #94a3b8;background:#fff;cursor:pointer;font-size:13px}.content-reports-action-btn:disabled{opacity:.5;cursor:not-allowed}.content-reports-action-btn--primary{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.content-reports-dismiss{display:flex;flex-direction:column;gap:6px;margin-top:8px}.content-reports-dismiss input{padding:6px 8px;border-radius:6px;border:1px solid #cbd5e1;font-size:13px}.content-reports-resolved{font-size:13px;color:#475569;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.content-reports-unblock-feed{margin-top:2px}.content-reports-unblocked-note{font-size:12px;color:#15803d}.app-review-game-index__intro{max-width:52rem;line-height:1.5}.app-review-game-index__access-box{max-width:40rem;margin-bottom:20px;padding:14px 16px;background:#f0f9ff;border:1px solid #7dd3fc;border-radius:8px;font-size:14px}.app-review-game-index__access-box code{background:#e0f2fe;padding:2px 6px;border-radius:4px}.app-review-game-index__access-hint{margin:8px 0 0;font-size:12px;color:#525252}.app-review-game-index__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.app-review-game-index__scope{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.app-review-game-index__scope-label{font-weight:600;margin-right:4px}.scope-btn{padding:8px 14px;border:1px solid #ccc;border-radius:8px;background:#fff;cursor:pointer;font-size:14px}.scope-btn:hover{background:#f5f5f5}.scope-btn--active{border-color:#2196f3;background:#e3f2fd;font-weight:600}.app-review-game-index__actions{display:flex;flex-wrap:wrap;gap:10px}.app-review-game-index__meta{font-size:12px;color:#555;margin-bottom:16px;word-break:break-word}.app-review-game-index__warn{background:#fff8e1;border:1px solid #ffc107;border-radius:8px;padding:12px 14px;margin-bottom:16px;max-width:48rem}.app-review-game-index__url{max-width:280px;word-break:break-all}.app-review-game-index__table td{vertical-align:top}.app-ratings-page{min-height:100vh;background:#f5f5f5}.app-ratings-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.app-ratings-main{max-width:1400px;margin:0 auto;padding:2rem}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-value{font-size:32px;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.stat-label{font-size:14px;color:#666}.filters-container{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.search-box{flex:1;min-width:300px}.search-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:14px}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:12px;color:#666;font-weight:500}.filter-select{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.export-button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.export-button:hover{background:#2563eb}.ratings-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.ratings-table{width:100%;border-collapse:collapse}.ratings-table thead{background:#f8f9fa}.ratings-table th{padding:1rem;text-align:left;font-weight:600;color:#333;font-size:14px;border-bottom:2px solid #e0e0e0}.ratings-table td{padding:1rem;border-bottom:1px solid #f0f0f0;font-size:14px}.ratings-table tbody tr:hover{background:#f8f9fa}.user-cell{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-name{font-weight:500;color:#333}.user-id{font-size:12px;color:#999}.star-rating{display:flex;gap:2px}.star{color:#ddd;font-size:18px}.star.filled{color:#facc15}.feedback-cell{max-width:400px}.feedback-text{color:#333;line-height:1.5}.no-feedback{color:#999;font-style:italic}.platform-badge{padding:.25rem .75rem;border-radius:12px;font-size:12px;font-weight:500}.platform-badge.ios{background:#e3f2fd;color:#1976d2}.platform-badge.android{background:#e8f5e9;color:#388e3c}.rated-badge{color:#10b981;font-weight:500}.not-rated-badge{color:#999}.no-data{text-align:center;padding:3rem;color:#999}.loading-container{display:flex;justify-content:center;align-items:center;min-height:50vh}.loading-container h2{color:#666}.feedback-survey-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.feedback-survey-title{margin:0 0 .5rem;font-size:1.5rem;color:#333}.feedback-survey-desc{margin:0 0 1.5rem;color:#666;font-size:14px}.feedback-survey-config{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #00000014}.feedback-survey-config h3,.feedback-survey-responses h3{margin:0 0 1rem;font-size:1.1rem;color:#333}.feedback-survey-responses{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.survey-questions-list{margin-bottom:1rem}.survey-max-submissions-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.survey-max-submissions-row label{font-weight:500;color:#374151}.survey-max-submissions-input{width:4rem;padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:14px}.survey-max-submissions-hint{color:#6b7280;font-size:13px}.survey-question-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.survey-question-order{min-width:1.5rem;color:#666;font-size:14px}.survey-question-input{flex:1;padding:.5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:14px}.survey-remove-btn{padding:.4rem .75rem;background:#fee2e2;color:#b91c1c;border:none;border-radius:6px;font-size:13px;cursor:pointer}.survey-remove-btn:hover{background:#fecaca}.survey-add-row{display:flex;gap:.75rem;margin-bottom:1rem}.survey-add-btn{padding:.5rem 1rem;background:#e0e7ff;color:#4338ca;border:none;border-radius:6px;font-size:14px;cursor:pointer}.survey-add-btn:hover{background:#c7d2fe}.survey-save-btn{padding:.6rem 1.25rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.survey-save-btn:hover:not(:disabled){background:#4338ca}.survey-save-btn:disabled{opacity:.6;cursor:not-allowed}.survey-stats-block{margin-bottom:1.5rem}.survey-stats-block h4{margin:0 0 .75rem;font-size:.95rem;color:#555}.survey-stat-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0;font-size:14px}.survey-stat-question{flex:1;color:#333;margin-right:1rem}.survey-stat-numbers{color:#666}.survey-stat-pct{margin-left:.5rem;color:#4f46e5;font-weight:500}.survey-responses-table-wrap{overflow-x:auto}.survey-responses-table .survey-th-col{max-width:80px;text-align:center}.app-ratings-tabs{display:flex;gap:0;max-width:1400px;margin:0 auto;padding:0 2rem;background:#fff;border-bottom:1px solid #e0e0e0}.app-ratings-tab{padding:.75rem 1.5rem;border:none;background:transparent;font-size:15px;font-weight:500;color:#666;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-1px}.app-ratings-tab:hover{color:#333}.app-ratings-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.bug-reports-section{margin-top:0}.bug-report-row{cursor:pointer}.bug-report-row:hover{background:#f9f9f9}.bug-report-detail-row td{background:#f5f5f5;padding:0;vertical-align:top}.bug-report-detail-cell{padding:1rem 1.5rem!important}.bug-report-detail{display:flex;flex-direction:column;gap:1rem;font-size:14px}.bug-report-detail strong{display:block;margin-bottom:.25rem;color:#333}.bug-report-detail-text{margin:0;padding:.5rem;background:#fff;border-radius:6px;border:1px solid #e0e0e0;font-size:13px;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}.bug-report-error{color:#b91c1c;border-color:#fecaca}.faq-config-section,.faq-config-section .feedback-survey-title{margin-top:0}.faq-items-list{margin-bottom:1rem}.faq-item-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.faq-item-order{min-width:1.5rem;color:#666;font-size:14px;padding-top:.5rem}.faq-item-fields{flex:1;display:flex;flex-direction:column;gap:.5rem}.faq-question-input{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:14px}.faq-answer-input{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:14px;resize:vertical;min-height:60px}.faq-item-actions{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end}.faq-move-btn{padding:.35rem .6rem;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;font-size:14px;cursor:pointer;min-width:2rem}.faq-move-btn:hover:not(:disabled){background:#e0e0e0}.faq-move-btn:disabled{opacity:.5;cursor:not-allowed}.faq-add-row{margin-bottom:1rem}.transaction-config-page .header-subtitle{margin:.25rem 0 0;font-size:.95rem;color:#666;font-weight:400}.transaction-config-message{margin:0 2rem;padding:.75rem 1rem;border-radius:8px;font-size:.95rem}.transaction-config-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.transaction-config-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.transaction-config-main{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 2rem}.transaction-config-section{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.transaction-config-section h2{margin:0 0 .5rem;font-size:1.35rem;color:#111827}.section-desc{margin:0 0 1.25rem;color:#6b7280;font-size:.9rem}.limits-form .form-row{margin-bottom:1rem}.limits-form label{display:block;margin-bottom:.35rem;font-weight:500;color:#374151}.limits-form label input[type=checkbox]{margin-right:.5rem}.limits-form input[type=number],.limits-form select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;min-width:160px}.form-actions{margin-top:1.5rem}.save-button{background:#2563eb;color:#fff;border:none;padding:.6rem 1.25rem;border-radius:8px;font-size:1rem;cursor:pointer}.save-button:hover:not(:disabled){background:#1d4ed8}.save-button:disabled{opacity:.7;cursor:not-allowed}.empty-state{color:#6b7280;padding:2rem;text-align:center}.pending-table-wrap{overflow-x:auto}.pending-table{width:100%;border-collapse:collapse;font-size:.9rem}.pending-table th,.pending-table td{padding:.65rem .75rem;text-align:left;border-bottom:1px solid #e5e7eb}.pending-table th{background:#f9fafb;font-weight:600;color:#374151}.pending-table tbody tr:hover{background:#f9fafb}.col-user-id{font-family:monospace;font-size:.85rem;max-width:140px;overflow:hidden;text-overflow:ellipsis}.col-reason{max-width:180px;overflow:hidden;text-overflow:ellipsis}.col-actions{white-space:nowrap}.action-btn{padding:.35rem .65rem;border-radius:6px;font-size:.85rem;cursor:pointer;border:none;margin-right:.5rem;margin-bottom:.25rem}.action-btn.approve{background:#10b981;color:#fff}.action-btn.approve:hover:not(:disabled){background:#059669}.action-btn.reject{background:#ef4444;color:#fff}.action-btn.reject:hover:not(:disabled){background:#dc2626}.action-btn.cancel{background:#6b7280;color:#fff}.action-btn:disabled{opacity:.6;cursor:not-allowed}.reject-inline{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.reject-inline input{padding:.35rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;min-width:120px}.setup-page{min-height:100vh;background:#f5f7fb;color:#111827}.setup-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;background:#fff;border-bottom:1px solid #E5E7EB}.setup-header-left h1{margin:8px 0 4px;font-size:24px;font-weight:700}.setup-header-left p{margin:0;color:#6b7280}.setup-header-right{display:flex;align-items:center;gap:16px}.setup-user{font-size:13px;color:#6b7280}.setup-back{background:transparent;border:none;color:#2563eb;font-weight:600;cursor:pointer;padding:0}.setup-content{padding:24px 32px 48px}.setup-actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.setup-refresh{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer}.setup-refresh:disabled{background:#93c5fd;cursor:not-allowed}.setup-summary{font-size:14px;color:#374151;font-weight:600}.setup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.setup-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:10px}.setup-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.setup-card-header h3{margin:0;font-size:16px}.setup-card-desc{margin:0;font-size:13px;color:#6b7280}.setup-card-detail{margin:0;font-size:12px;color:#9ca3af}.setup-open{margin-top:auto;background:#111827;color:#fff;border:none;border-radius:8px;padding:8px 12px;font-weight:600;cursor:pointer}.setup-status{font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px;text-transform:uppercase}.setup-status-configured{background:#dcfce7;color:#166534}.setup-status-missing{background:#fee2e2;color:#991b1b}.setup-status-partial{background:#fef3c7;color:#92400e}.setup-status-error{background:#ede9fe;color:#5b21b6}.setup-status-loading{background:#e5e7eb;color:#6b7280}.metric-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:column;gap:12px;min-width:200px}.metric-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.metric-card-header{display:flex;justify-content:space-between;align-items:center}.metric-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.metric-trend{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600}.metric-trend.positive{background-color:#e8f5e9;color:#2e7d32}.metric-trend.negative{background-color:#ffebee;color:#c62828}.trend-arrow{font-size:14px}.trend-value{font-size:12px}.metric-content{display:flex;flex-direction:column;gap:4px}.metric-card .metric-value{font-size:32px;font-weight:700;color:#1a1a1a;line-height:1.2}.metric-title{font-size:14px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.metric-subtitle{font-size:12px;color:#999;margin-top:2px}@media (max-width: 768px){.metric-card{padding:16px}.metric-icon{width:40px;height:40px;font-size:20px}.metric-card .metric-value{font-size:28px}}.chart-container{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.chart-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 20px}.chart-wrapper{width:100%;overflow-x:auto;overflow-y:hidden}.chart-svg{width:100%;height:auto;display:block}.chart-point{cursor:pointer;transition:r .2s ease}.chart-point:hover{r:7}.chart-bar{cursor:pointer;transition:fill-opacity .2s ease}.chart-bar:hover{fill-opacity:1}.chart-empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#999;font-size:14px}@media (max-width: 768px){.chart-container{padding:16px}.chart-title{font-size:16px}}.time-range-selector{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.time-range-label{font-size:14px;font-weight:600;color:#666}.time-range-buttons{display:flex;gap:8px;flex-wrap:wrap}.time-range-btn{padding:8px 20px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.time-range-btn:hover{border-color:#2196f3;color:#2196f3;background:#e3f2fd}.time-range-btn.active{border-color:#2196f3;background:#2196f3;color:#fff}.time-range-btn.active:hover{background:#1976d2;border-color:#1976d2}@media (max-width: 768px){.time-range-selector{flex-direction:column;align-items:flex-start;gap:12px}.time-range-btn{padding:6px 16px;font-size:13px}}.insights-panel{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;padding:20px;margin-top:24px;border:1px solid #dee2e6}.insights-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #dee2e6}.insights-icon{font-size:20px}.insights-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0}.insights-list{display:flex;flex-direction:column;gap:12px}.insight-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:10px;background:#fff;border-left:4px solid;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.insight-item:hover{box-shadow:0 2px 8px #0000001a;transform:translate(4px)}.insight-icon{font-size:18px;flex-shrink:0;line-height:1}.insight-message{margin:0;font-size:14px;line-height:1.6;color:#333;flex:1}.insight-positive{border-left-color:#28a745}.insight-positive .insight-icon{color:#28a745}.insight-negative{border-left-color:#dc3545}.insight-negative .insight-icon{color:#dc3545}.insight-warning{border-left-color:#ffc107}.insight-warning .insight-icon{color:#ffc107}.insight-neutral{border-left-color:#6c757d}.insight-neutral .insight-icon{color:#6c757d}@media (max-width: 768px){.insights-panel{padding:16px;margin-top:20px}.insights-header{margin-bottom:12px;padding-bottom:10px}.insights-title{font-size:15px}.insights-list{gap:10px}.insight-item{padding:12px 14px}.insight-item:hover{transform:none}.insight-message{font-size:13px}}.feed-filters-container{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.feed-filters-main{max-width:1800px;margin:0 auto;padding:2rem}.feed-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content h1{margin:0 0 .5rem;font-size:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-subtitle{margin:0;color:#fff9;font-size:.9rem}.user-info{display:flex;align-items:center;gap:1rem}.back-button{padding:.75rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#ffffff26;transform:translate(-4px)}.feed-filters-content{display:grid;grid-template-columns:400px 1fr;gap:2rem;align-items:start}.left-panel{display:flex;flex-direction:column;gap:1.5rem}.filter-builder{background:#ffffff0d;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.filter-builder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filter-builder-header h3{margin:0;font-size:1.2rem}.add-filter-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;transition:transform .2s ease}.add-filter-btn:hover:not(:disabled){transform:scale(1.05)}.add-filter-btn:disabled{opacity:.5;cursor:not-allowed}.add-filter-panel{display:flex;gap:.5rem;margin-bottom:1rem;padding:1rem;background:#ffffff08;border-radius:8px}.filter-type-select{flex:1;padding:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff}.confirm-btn,.cancel-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:opacity .2s ease}.confirm-btn{background:#4caf50;color:#fff}.cancel-btn{background:#ffffff1a;color:#fff}.confirm-btn:hover,.cancel-btn:hover{opacity:.8}.filters-list{display:flex;flex-direction:column;gap:1rem}.no-filters{text-align:center;padding:2rem;color:#ffffff80;font-style:italic}.filter-item{background:#ffffff14;border-radius:8px;padding:1rem;border:1px solid rgba(255,255,255,.15)}.filter-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.filter-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700}.filter-type{flex:1;font-weight:600;font-size:1rem}.remove-filter-btn{background:#ff3b3033;border:1px solid rgba(255,59,48,.4);color:#ff3b30;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-weight:700;transition:all .2s ease}.remove-filter-btn:hover:not(:disabled){background:#ff3b304d}.remove-filter-btn:disabled{opacity:.5;cursor:not-allowed}.filter-params{margin-bottom:1rem}.filter-params select,.filter-params input{width:100%;padding:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;margin-bottom:.5rem}.param-group{display:grid;grid-template-columns:80px 1fr;gap:.5rem;align-items:center;margin-bottom:.5rem}.param-group label{font-size:.85rem;color:#ffffffb3}.param-group input,.param-group select{width:100%;margin:0}.multi-select{height:120px}.param-group small{grid-column:1 / -1;font-size:.75rem;color:#ffffff80;font-style:italic}.filter-summary{padding:.75rem;background:#ffffff0d;border-radius:6px;font-size:.85rem;color:#fffc}.apply-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.apply-filters-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s ease}.apply-filters-btn:hover:not(:disabled){transform:scale(1.02)}.apply-filters-btn:disabled{opacity:.7;cursor:not-allowed}.filter-actions{display:flex;gap:1rem}.clear-filters-btn{flex:1;padding:.75rem;background:#ff3b3033;border:1px solid rgba(255,59,48,.4);border-radius:8px;color:#ff3b30;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-filters-btn:hover:not(:disabled){background:#ff3b304d}.info-panel{background:#ffffff0d;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.info-panel h4{margin:0 0 1rem;font-size:1rem;color:#ffffffe6}.info-panel ul{margin:0 0 1.5rem;padding-left:1.5rem;color:#ffffffb3;font-size:.85rem;line-height:1.6}.filter-types-info{display:flex;flex-direction:column;gap:.75rem}.filter-type-item{padding:.75rem;background:#ffffff0d;border-radius:6px;font-size:.85rem;line-height:1.4}.filter-type-item strong{color:#667eea}.right-panel{min-height:400px}.filter-results{background:#ffffff0d;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.results-header h3{margin:0;font-size:1.3rem}.results-count{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem}.loading-state,.error-state,.empty-state,.no-results{text-align:center;padding:3rem 2rem;color:#fff9}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.error-message{color:#ff3b30;font-weight:600}.pipeline-summary{margin-bottom:2rem;padding:1.5rem;background:#ffffff08;border-radius:8px}.pipeline-summary h4{margin:0 0 1rem;font-size:1rem}.pipeline-steps{display:flex;flex-direction:column;gap:.75rem}.pipeline-step{display:flex;gap:1rem;align-items:center;padding:1rem;background:#ffffff0d;border-radius:8px;border-left:4px solid #667eea}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem;border-radius:6px;font-size:.75rem;font-weight:700;min-width:60px;text-align:center}.step-content{flex:1}.step-name{font-weight:600;margin-bottom:.5rem}.step-counts{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffffb3}.arrow{color:#667eea;font-weight:700}.retention-rate{color:#4caf50;font-weight:600}.feeds-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.feed-card{background:#ffffff14;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .2s ease,box-shadow .2s ease}.feed-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.feed-thumbnail{width:100%;height:160px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;overflow:hidden}.feed-thumbnail img{width:100%;height:100%;object-fit:cover}.placeholder-thumbnail{font-size:3rem;opacity:.3}.feed-info{padding:1rem}.feed-name{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#fff}.feed-category{margin:0 0 .75rem;font-size:.85rem;color:#fff9;text-transform:capitalize}.feed-genres{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.genre-tag{padding:.25rem .5rem;background:#667eea33;border:1px solid rgba(102,126,234,.4);border-radius:4px;font-size:.75rem;color:#667eea;text-transform:capitalize}.feed-metrics{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.feed-metrics .metric{display:flex;flex-direction:column;gap:.25rem}.feed-metrics .metric-label{font-size:.75rem;color:#ffffff80}.feed-metrics .metric-value{font-size:1rem;font-weight:700;color:#fff}.new-badge{grid-column:1 / -1;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:.5rem;border-radius:6px;text-align:center;font-weight:700;font-size:.85rem}.access-denied{text-align:center;padding:4rem 2rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.access-denied h2{color:#ff3b30;margin-bottom:1rem}@media (max-width: 1400px){.feed-filters-content{grid-template-columns:350px 1fr}}@media (max-width: 1024px){.feed-filters-content{grid-template-columns:1fr}.feeds-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.feed-filters-header{flex-direction:column;gap:1rem;text-align:center}.feeds-grid{grid-template-columns:1fr}}.genre-input-container{display:flex;flex-direction:column;gap:.5rem;grid-column:2}.genre-input-row{display:flex;gap:.5rem;align-items:center}.genre-input-row input{flex:1;margin:0}.remove-genre-btn{padding:.5rem;background:#ff3b3033;border:1px solid rgba(255,59,48,.4);color:#ff3b30;border-radius:6px;cursor:pointer;font-weight:700;min-width:32px;transition:all .2s ease}.remove-genre-btn:hover:not(:disabled){background:#ff3b304d}.remove-genre-btn:disabled{opacity:.5;cursor:not-allowed}.add-genre-btn{padding:.5rem 1rem;background:#667eea33;border:1px solid rgba(102,126,234,.4);color:#667eea;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.add-genre-btn:hover:not(:disabled){background:#667eea4d}.add-genre-btn:disabled{opacity:.5;cursor:not-allowed}input[list]{cursor:text}input[list]:focus{outline:2px solid #667eea;outline-offset:-2px}.gamification-dashboard{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.gamification-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);padding:20px 30px;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left h1{margin:0;font-size:28px;color:#1f2937;font-weight:700}.back-button{padding:10px 18px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;color:#374151;transition:all .2s}.back-button:hover{background:#e5e7eb;transform:translate(-2px)}.header-right{display:flex;align-items:center;gap:20px}.user-email{font-size:14px;color:#374151;font-weight:500}.user-role{font-size:12px;color:#6b7280;font-weight:600}.gamification-main{max-width:1400px;margin:0 auto;padding:40px 30px}.gamification-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-bottom:40px}.gamification-option{background:#fff;border-radius:16px;padding:30px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.gamification-option:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--option-color);transform:scaleX(0);transition:transform .3s}.gamification-option:hover:before{transform:scaleX(1)}.gamification-option:not(.disabled):hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:var(--option-color)}.gamification-option.disabled{opacity:.6;cursor:not-allowed}.option-icon{font-size:48px;margin-bottom:20px;display:inline-block;transition:transform .3s}.gamification-option:not(.disabled):hover .option-icon{transform:scale(1.1) rotate(5deg)}.option-content{flex:1}.option-title{font-size:22px;font-weight:700;color:#1f2937;margin:0 0 12px}.option-description{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.option-arrow{position:absolute;right:30px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--option-color);opacity:0;transition:all .3s}.gamification-option:not(.disabled):hover .option-arrow{opacity:1;transform:translateY(-50%) translate(5px)}.coming-soon-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.gamification-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.info-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 12px #0000001a}.info-card h3{margin:0 0 16px;font-size:20px;color:#1f2937;font-weight:700}.info-card p{margin:0 0 16px;font-size:14px;color:#6b7280;line-height:1.6}.feature-list,.tips-list{list-style:none;padding:0;margin:0}.feature-list li,.tips-list li{padding:10px 0;font-size:14px;color:#374151;line-height:1.5;border-bottom:1px solid #f3f4f6}.feature-list li:last-child,.tips-list li:last-child{border-bottom:none}.feature-list li strong{color:#1f2937;font-weight:600}.tips-list li:before{content:"💡";margin-right:10px}.unauthorized{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center;background:#fff}@media (max-width: 768px){.header-content{flex-direction:column;gap:16px}.header-left{flex-direction:column;align-items:flex-start;width:100%}.header-right{width:100%;justify-content:space-between}.gamification-options,.gamification-info{grid-template-columns:1fr}}.password-protection-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.password-protection-container{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:400px;width:90%;text-align:center}.password-protection-container h2{margin:0 0 10px;color:#333;font-size:24px}.password-protection-container p{margin:0 0 30px;color:#666;font-size:14px}.password-protection-container form{display:flex;flex-direction:column;gap:15px}.password-input{padding:15px;font-size:20px;text-align:center;border:2px solid #e0e0e0;border-radius:8px;letter-spacing:8px;transition:border-color .3s}.password-input:focus{outline:none;border-color:#4caf50}.error-message{color:#f44336;font-size:14px;padding:10px;background-color:#ffebee;border-radius:4px}.submit-button{padding:15px;font-size:16px;font-weight:600;background-color:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s,opacity .3s}.submit-button:hover:not(:disabled){background-color:#45a049}.submit-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.chest-config-container{min-height:100vh;background-color:#f5f7fa}.chest-list-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.chest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.chest-card{background:#fff;border:3px solid;border-radius:12px;padding:20px;transition:all .2s;position:relative}.chest-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.chest-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.chest-rarity-badge{padding:4px 12px;border-radius:12px;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.chest-duration{font-size:12px;color:#6b7280;font-weight:600;background:#f3f4f6;padding:4px 8px;border-radius:4px}.chest-card h3{margin:0 0 8px;font-size:18px;color:#1f2937}.chest-card p{margin:0 0 16px;font-size:14px;color:#6b7280;line-height:1.5}.chest-stats{display:flex;gap:16px;margin-bottom:16px;font-size:13px;color:#374151;font-weight:500}.chest-actions{display:flex;gap:8px}.edit-btn,.delete-btn{flex:1;padding:8px;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s}.edit-btn{background:#3b82f6;color:#fff}.edit-btn:hover{background:#2563eb}.delete-btn{background:#f3f4f6;color:#ef4444}.delete-btn:hover{background:#fee2e2}.editor-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.editor-modal{background:#fff;border-radius:16px;padding:32px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.editor-modal h2{margin:0 0 24px;font-size:24px;color:#1f2937}.editor-modal h3{margin:24px 0 16px;font-size:16px;color:#374151;font-weight:600}.rewards-section{margin-top:24px}.reward-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;position:relative}.add-reward-btn,.remove-reward-btn{padding:6px 12px;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s}.add-reward-btn{background:#10b981;color:#fff}.add-reward-btn:hover{background:#059669}.remove-reward-btn{background:#ef4444;color:#fff;position:absolute;top:12px;right:12px}.remove-reward-btn:hover{background:#dc2626}.modal-actions{display:flex;gap:12px;margin-top:32px;justify-content:flex-end}.cancel-btn,.save-btn{padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;transition:all .2s}.cancel-btn{background:#f3f4f6;color:#374151}.cancel-btn:hover{background:#e5e7eb}.save-btn{background:#3b82f6;color:#fff}.save-btn:hover{background:#2563eb}.shop-config-dashboard{min-height:100vh;background-color:#f5f7fa}.config-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.header-left{display:flex;align-items:center;gap:20px}.header-left h1{margin:0;font-size:24px;color:#1f2937}.dashboard-subtitle{margin:5px 0 0;font-size:14px;color:#6b7280}.header-right{display:flex;align-items:center;gap:16px}.user-info{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.user-email{font-size:14px;color:#6b7280}.user-role{font-size:12px;color:#10b981;font-weight:600}.back-button{padding:8px 16px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s}.config-main{max-width:1400px;margin:0 auto;padding:30px}.help-info-section{margin-bottom:24px}.help-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:20px;color:#fff;box-shadow:0 4px 12px #667eea4d}.help-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.help-icon{font-size:24px}.help-header h3{margin:0;font-size:18px;font-weight:700;color:#fff}.help-content{line-height:1.8}.help-content p{margin:8px 0;font-size:14px}.help-content strong{font-weight:600}.section-description{margin:8px 0 0;font-size:14px;color:#6b7280;font-weight:400}.info-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:20px;margin-bottom:24px}.info-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.info-icon{font-size:24px}.info-header h4{margin:0;font-size:16px;font-weight:700;color:#1e293b}.info-steps{margin:0;padding-left:20px;line-height:2}.info-steps li{margin-bottom:8px;color:#475569;font-size:14px}.info-steps strong{color:#1e293b;font-weight:600}.info-list{margin:0;padding-left:20px;line-height:2}.info-list li{margin-bottom:8px;color:#475569;font-size:14px}.info-list strong{color:#1e293b;font-weight:600}.item-types-card{background:#fff7ed;border-color:#fed7aa}.item-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:16px}.item-type-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s}.item-type-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.item-type-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.item-type-icon{font-size:20px}.item-type-header strong{color:#1e293b;font-size:15px;font-weight:700}.item-type-description{margin:8px 0;font-size:13px;line-height:1.6;color:#475569}.item-type-example{margin-top:8px;padding:8px;background:#f1f5f9;border-radius:6px;font-size:12px;color:#64748b;line-height:1.5}.item-type-example strong{color:#1e293b;font-weight:600}.config-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e5e7eb}.tab-button{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:15px;font-weight:500;color:#6b7280;transition:all .2s;margin-bottom:-2px}.tab-button:hover{color:#374151}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6}.config-content{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.config-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.config-section-header h2{margin:0;font-size:20px;color:#1f2937;font-weight:600}.categories-list{display:flex;flex-direction:column;gap:24px}.category-card{border:2px solid #e5e7eb;border-radius:12px;padding:20px;background:#f9fafb}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.category-info{display:flex;align-items:center;gap:16px;flex:1}.category-name-input{font-size:18px;font-weight:600;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;min-width:200px}.category-actions{display:flex;gap:8px;align-items:center}.move-button{padding:6px 10px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.move-button:hover:not(:disabled){background:#e5e7eb}.move-button:disabled{opacity:.4;cursor:not-allowed}.add-item-button{padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.add-item-button:hover{background:#059669}.delete-button{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.delete-button:hover{background:#dc2626}.toggle-switch{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.toggle-switch input[type=checkbox]{width:44px;height:24px;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d1d5db;border-radius:12px;cursor:pointer;transition:background .2s}.toggle-switch input[type=checkbox]:checked{background:#10b981}.toggle-slider{position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s;pointer-events:none}.toggle-switch input[type=checkbox]:checked+.toggle-slider{transform:translate(20px)}.items-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.item-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#fff}.item-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.item-fields{display:flex;gap:12px;flex:1;flex-wrap:wrap}.item-name-input,.item-desc-input{flex:1;min-width:200px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.item-type-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:150px}.item-actions{display:flex;gap:8px;align-items:center}.item-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px;padding:16px;background:#f9fafb;border-radius:8px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group small{font-size:12px;color:#6b7280;margin-top:4px}.rewards-section{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.rewards-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.rewards-header label{font-size:14px;font-weight:600;color:#374151}.reward-item{display:flex;gap:8px;align-items:center;margin-bottom:8px;padding:8px;background:#f9fafb;border-radius:6px}.reward-item select,.reward-item input{flex:1;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px}.add-button-small,.delete-button-small{padding:6px 12px;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.add-button-small{background:#10b981;color:#fff}.add-button-small:hover{background:#059669}.delete-button-small{background:#ef4444;color:#fff;padding:6px 10px;min-width:32px}.delete-button-small:hover{background:#dc2626}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px}.premium-config{display:flex;flex-direction:column;gap:24px}.benefits-section{margin-top:24px;padding-top:24px;border-top:2px solid #e5e7eb}.benefits-section h3{margin:0 0 16px;font-size:18px;color:#1f2937;font-weight:600}.benefit-item{display:flex;gap:12px;align-items:center;margin-bottom:12px;padding:12px;background:#f9fafb;border-radius:8px}.benefit-item input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.promotions-config{display:flex;flex-direction:column;gap:24px}.config-footer{position:sticky;bottom:0;background:#fff;border-top:1px solid #e5e7eb;padding:16px 0;margin-top:32px;display:flex;justify-content:flex-end;box-shadow:0 -2px 8px #0000000d}.save-button{padding:12px 32px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:background .2s}.save-button:hover:not(:disabled){background:#2563eb}.save-button:disabled{background:#9ca3af;cursor:not-allowed}.message{margin:20px 30px;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500}.message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.config-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.unauthorized{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center}.unauthorized h2{color:#1f2937;margin-bottom:8px}.unauthorized p{color:#6b7280;margin-bottom:24px}.streak-config{min-height:100vh;background:#f5f5f5;max-width:100%;overflow-x:hidden;box-sizing:border-box}.streak-config-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1.5rem 2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.back-button{padding:.5rem 1rem;background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.header-left h1{margin:0;font-size:1.8rem;color:#333}.subtitle{margin:.25rem 0 0;color:#666;font-size:.9rem}.streak-config-main{max-width:min(1400px,100%);margin:2rem auto;padding:0 2rem;box-sizing:border-box;min-width:0;width:100%;overflow-x:hidden}.message{max-width:1400px;margin:1rem auto;padding:1rem;border-radius:4px;text-align:center}.preset-button{padding:.5rem .75rem;background:#e8f4fd;border:1px solid #2196f3;border-radius:8px;cursor:pointer;font-size:.85rem;color:#1976d2;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.preset-button:hover{background:#d1e9fa}.preset-button:disabled{opacity:.6;cursor:not-allowed}.preset-list{max-height:420px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px;padding:12px;background:#fff}.preset-item-holder{padding:16px 18px;margin-bottom:12px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}.preset-item-holder:last-child{margin-bottom:0}.preset-item-holder:hover:not(:has(.preset-list-item:disabled)){border-color:silver;background:#f5f5f5}.preset-list-item{display:block;width:100%;text-align:left;padding:0;border:none;border-radius:0;background:transparent;cursor:pointer;font-size:17px;line-height:1.5}.preset-list-item:hover:not(:disabled){background:#f5f5f5}.preset-list-item:disabled{opacity:.6;cursor:not-allowed}.tabs{display:flex;flex-wrap:nowrap;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:2px}.tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:1rem;color:#666;margin-bottom:-2px;flex:0 0 auto;white-space:nowrap}.tab:hover{color:#333}.tab.active{color:#4caf50;border-bottom-color:#4caf50;font-weight:600}.tab-content{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a;overflow-x:hidden;max-width:100%;min-width:0;width:100%;box-sizing:border-box}.config-section{min-width:0;max-width:100%;box-sizing:border-box}.config-section h2{margin:0 0 1rem;color:#333;font-size:1.5rem}.rewards-red-notice{color:#b71c1c;background:#ffebee;border:1px solid #ef9a9a;border-radius:8px;padding:.85rem 1rem;margin-bottom:1.25rem;font-size:.9rem;line-height:1.45;max-width:100%;box-sizing:border-box;overflow-wrap:anywhere}.rewards-red-notice strong{color:#7f0000}.rewards-config-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;min-width:0;max-width:100%}.rewards-config-header h2{margin:0;flex:1;min-width:200px}.rewards-default-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;max-width:420px}.rewards-default-actions .preset-button{white-space:nowrap}.rewards-default-hint{margin:0;font-size:.8rem;color:#666;text-align:right;line-height:1.35;max-width:400px}.section-description{color:#666;margin-bottom:2rem;line-height:1.6}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group select,.form-group input[type=number]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.help-text{margin-top:.5rem;font-size:.85rem;color:#666}.search-container{margin-bottom:1rem}.search-input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;box-shadow:0 2px 4px #0000000d}.search-input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.games-grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;margin-top:1rem;overflow-x:auto;overflow-y:hidden;padding:.25rem .25rem .75rem;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.games-grid .game-card{flex:0 0 220px;min-width:220px;max-width:220px}.game-card{position:relative;border:2px solid #e0e0e0;border-radius:8px;padding:0;cursor:pointer;transition:all .2s;background:#fff;overflow:hidden;display:flex;flex-direction:column}.game-card:hover{border-color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.game-card.selected{border-color:#4caf50;background:#f0f9f0}.game-checkbox{position:absolute;top:.5rem;right:.5rem;z-index:10;background:#ffffffe6;border-radius:4px;padding:2px}.game-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.game-image{width:100%;height:140px;object-fit:cover;background:#f5f5f5}.game-image-placeholder{width:100%;height:140px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:3rem}.game-info{padding:.75rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.game-name{font-weight:600;color:#333;font-size:.95rem;line-height:1.3;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.game-description{font-size:.8rem;color:#666;line-height:1.3;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.game-id{font-size:.7rem;color:#999;font-family:monospace;margin-top:.25rem}.no-results{text-align:center;padding:2rem;color:#666;font-size:1rem;margin-top:1rem}.today-game-info{margin-top:2rem;padding:1.5rem;background:#f9f9f9;border-radius:8px;gap:1rem}.no-game-assigned{padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404}.manual-selection{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.manual-selection label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.game-select-dropdown{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer}.game-select-dropdown:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.today-game-info h3{margin:0 0 1rem;color:#333}.today-game-card{display:flex;gap:1rem;align-items:center}.today-game-card .game-image{width:80px;height:80px;margin:0}.game-details{flex:1}.game-date{color:#666;font-size:.9rem;margin-top:.25rem}.rewards-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.rewards-section:last-child{border-bottom:none}.rewards-section h3{margin:0 0 .5rem;color:#333;font-size:1.2rem}.rewards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.rewards-grid--scroll{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:1rem;padding-bottom:.35rem;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.rewards-grid--scroll .reward-input{flex:0 0 180px;min-width:150px;max-width:220px}.chest-milestones-scroll{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.25rem;overflow-x:auto;overflow-y:hidden;padding:.5rem .25rem 1.25rem;margin:0 0 1.5rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overscroll-behavior-x:contain}.chest-milestones-scroll .chest-milestone-card{flex:0 0 auto;width:min(340px,calc(100vw - 5rem));min-width:240px;max-width:360px;margin-bottom:0;padding:1.25rem;border:1px solid #e5e5e5;border-radius:10px;background:#fafafa;scroll-snap-align:start;box-sizing:border-box}.chest-milestones-scroll .chest-milestone-card.rewards-section{margin-bottom:0;padding-bottom:1.25rem;border-bottom:none}.reward-input{display:flex;flex-direction:column}.reward-input label{margin-bottom:.5rem;font-weight:600;color:#333}.chest-rewards-list{margin-top:1rem}.chest-reward-item{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.5rem;padding:.75rem;background:#f9f9f9;border-radius:4px;min-width:0;max-width:100%;box-sizing:border-box}.chest-reward-item select{flex:1 1 140px;min-width:0;padding:.5rem;border:1px solid #ddd;border-radius:4px}.chest-reward-item input{width:120px;padding:.5rem;border:1px solid #ddd;border-radius:4px}.remove-button{padding:.5rem 1rem;background:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer}.remove-button:hover{background:#d32f2f}.add-reward-button{margin-top:.5rem;padding:.75rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.add-reward-button:hover{background:#45a049}.chest-day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.remove-day-button{background:#f44336;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.remove-day-button:hover{background:#d32f2f}.fallback-note{color:#666;font-style:italic;font-size:.9em}.add-day-button{width:100%;padding:1rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:.5rem}.add-day-button:hover{background:#45a049}.history-list{margin-top:1rem;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:.25rem 0 .75rem;-webkit-overflow-scrolling:touch}.history-item{display:flex;gap:1rem;align-items:center;padding:1rem;flex:0 0 min(320px,85vw);min-width:260px;background:#f9f9f9;border-radius:4px;margin-bottom:0}.game-image-small{width:60px;height:60px;object-fit:cover;border-radius:4px}.history-details{flex:1}.empty-state{text-align:center;padding:3rem;color:#666}.config-actions{margin-top:2rem;text-align:center}.save-button{padding:.75rem 2rem;background:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600}.save-button:hover:not(:disabled){background:#45a049}.config-info{margin-top:1rem;text-align:center;color:#666;font-size:.9rem}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}.banner-order-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.banner-order-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.banner-order-controls{display:flex;flex-direction:column;gap:.25rem}.move-button{padding:.25rem .5rem;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.875rem}.move-button:hover:not(:disabled){background:#e0e0e0}.move-button:disabled{opacity:.5;cursor:not-allowed}.banner-order-label{flex:1;font-weight:500;color:#333}.banner-config-item{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.banner-config-item h3{margin-top:0;margin-bottom:1rem;color:#333}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.form-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-input:focus{outline:none;border-color:#4caf50}.form-input textarea{resize:vertical;min-height:80px}.quest-config{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.quest-config-header{background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 4px 6px #0000001a}.header-left h1{margin:0 0 8px;color:#1a202c;font-size:28px}.subtitle{margin:0;color:#718096;font-size:14px}.back-button{background:#edf2f7;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;margin-bottom:12px;font-size:14px;color:#2d3748}.back-button:hover{background:#e2e8f0}.message{padding:12px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.message.success{background:#c6f6d5;color:#22543d;border:1px solid #9ae6b4}.message.error{background:#fed7d7;color:#742a2a;border:1px solid #fc8181}.quest-config-main{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a}.quest-tabs{display:flex;gap:12px;margin-bottom:24px;border-bottom:2px solid #e2e8f0}.quest-tab{padding:12px 24px;border:none;background:none;cursor:pointer;font-size:16px;font-weight:500;color:#718096;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.quest-tab:hover{color:#4a5568}.quest-tab.active{color:#667eea;border-bottom-color:#667eea}.quest-actions{margin-bottom:24px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.add-quest-button{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:background .2s}.add-quest-button:hover{background:#5568d3}.save-config-button{background:#10b981;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:background .2s;margin-left:auto}.save-config-button:hover:not(:disabled){background:#059669}.save-config-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.quest-list{display:flex;flex-direction:column;gap:16px}.quest-card{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s}.quest-card:hover{border-color:#cbd5e0;box-shadow:0 4px 8px #0000001a}.quest-card.disabled{opacity:.6;background:#edf2f7}.quest-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.quest-info h3{margin:0 0 8px;color:#1a202c;font-size:20px}.quest-description{margin:0 0 12px;color:#4a5568;font-size:14px}.quest-meta{display:flex;gap:16px;font-size:14px}.quest-action-type{background:#bee3f8;color:#2c5282;padding:4px 12px;border-radius:6px;font-weight:500}.quest-target{color:#718096}.quest-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e0;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#48bb78}.toggle-switch input:checked+.toggle-slider:before{transform:translate(26px)}.status-badge{padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600}.status-badge.enabled{background:#c6f6d5;color:#22543d}.status-badge.disabled{background:#fed7d7;color:#742a2a}.quest-rewards,.quest-dates{margin-bottom:12px;color:#4a5568;font-size:14px}.quest-actions{display:flex;gap:12px;margin-top:16px}.edit-button,.delete-button{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.edit-button{background:#4299e1;color:#fff}.edit-button:hover{background:#3182ce}.delete-button{background:#f56565;color:#fff}.delete-button:hover{background:#e53e3e}.empty-state{text-align:center;padding:60px 20px;color:#718096}.empty-state p{margin-bottom:20px;font-size:16px}.loading{text-align:center;padding:60px 20px;color:#fff;font-size:18px}.chest-rewards-section{display:flex;flex-direction:column;gap:32px}.chest-rewards-section h2{margin:0 0 8px;color:#1a202c;font-size:24px}.section-description{margin:0 0 24px;color:#718096;font-size:14px;line-height:1.5}.chest-rewards-category{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:24px}.chest-rewards-category h3{margin:0 0 8px;color:#1a202c;font-size:20px}.category-description{margin:0 0 16px;color:#4a5568;font-size:14px}.rewards-list{display:flex;flex-direction:column;gap:12px}.reward-item{display:flex;gap:12px;align-items:center;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.reward-item select{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.reward-item input{width:120px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.remove-reward-button{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.remove-reward-button:hover{background:#dc2626}.add-reward-button{padding:10px 16px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s;align-self:flex-start}.add-reward-button:hover{background:#5568d3}.progress-track-section{display:flex;flex-direction:column;gap:24px}.progress-track-section h2{margin:0 0 8px;color:#1a202c;font-size:24px}.progress-track-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:24px}.ticket-levels-list{display:flex;flex-direction:column;gap:24px}.ticket-level-card{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .2s}.ticket-level-card:hover{border-color:#10b981;box-shadow:0 4px 8px #10b9811a}.ticket-level-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ticket-level-header h3{margin:0;color:#1a202c;font-size:20px}.ticket-level-config{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#1a202c;font-size:14px}.form-group input{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.form-group small{color:#718096;font-size:12px}.ticket-rewards-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.ticket-rewards-section h4{margin:0 0 12px;color:#1a202c;font-size:16px;font-weight:600}.ticket-rewards-section .rewards-list{margin-top:12px}.loyalty-config-container{min-height:100vh;background:#f5f5f5;padding:2rem}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header h1{margin:0;font-size:1.8rem;color:#333}.header-left{display:flex;flex-direction:column;gap:.75rem}.header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.message{padding:1rem;border-radius:4px;text-align:center;margin-bottom:1rem}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.tabs button{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:1rem;color:#666;margin-bottom:-2px}.tabs button:hover{color:#333}.tabs button.active{color:#4caf50;border-bottom-color:#4caf50;font-weight:600}.content{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1.5rem;color:#333}.btn-add{padding:.5rem 1rem;background:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.btn-add:hover{background:#45a049}.levels-list,.tiers-list{display:flex;flex-direction:column;gap:1rem}.level-item,.tier-item{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:4px;align-items:center}.level-input-group,.tier-input-group{display:flex;flex-direction:column;gap:.5rem}.level-input-group label,.tier-input-group label{font-size:.9rem;color:#666;font-weight:500}.level-input-group input[type=number],.level-input-group input[type=text],.tier-input-group input[type=text],.tier-input-group input[type=number]{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.tier-input-group input[type=color]{width:100%;height:40px;border:1px solid #ddd;border-radius:4px;cursor:pointer}.btn-remove{padding:.5rem 1rem;background:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;align-self:end}.btn-remove:hover{background:#da190b}.test-section{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem}.test-section h3{margin:0 0 1rem;font-size:1.2rem;color:#333}.test-input-group{display:flex;gap:1rem;margin-bottom:1rem}.test-input-group input{flex:1;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.btn-test{padding:.5rem 1rem;background:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.btn-test:hover{background:#0b7dda}.test-result{padding:1rem;background:#f5f5f5;border-radius:4px;margin-top:1rem}.test-result p{margin:.5rem 0;color:#333}.actions{display:flex;justify-content:flex-end;gap:1rem}.btn-save{padding:.75rem 2rem;background:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600}.btn-save:hover:not(:disabled){background:#45a049}.btn-save:disabled{background:#ccc;cursor:not-allowed}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.reset-defaults-button{background:#fff;color:#b91c1c;border:2px solid #f87171;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;transition:background .2s,border-color .2s}.reset-defaults-button:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.reset-defaults-button:disabled{opacity:.55;cursor:not-allowed}.section-editor-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.section-editor-container{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.section-editor-container h2{margin:0 0 25px;color:#333;font-size:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:600;font-size:14px}.form-group input[type=text],.form-group select,.form-group textarea{width:100%;padding:10px 12px;font-size:14px;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-family:inherit}.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4caf50}.form-group textarea{resize:vertical;min-height:60px}.form-group small{display:block;margin-top:5px;color:#666;font-size:12px}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;margin:0;cursor:pointer;font-weight:400}.checkbox-group input[type=checkbox]{margin-right:8px;cursor:pointer;width:18px;height:18px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #eee}.cancel-button,.save-button{padding:10px 24px;font-size:14px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.cancel-button{background-color:#f5f5f5;color:#333}.cancel-button:hover{background-color:#e0e0e0}.save-button{background-color:#4caf50;color:#fff}.save-button:hover{background-color:#45a049}.save-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.info-message{background-color:#e3f2fd;border-left:4px solid #2196F3;padding:15px;border-radius:6px}.info-message strong{color:#1976d2;display:block;margin-bottom:8px;font-size:15px}.info-message p{margin:0;color:#555;font-size:14px;line-height:1.5}.feed-search-container{position:relative}.feed-search-input{width:100%;padding:10px 12px;font-size:14px;border:1px solid #ddd;border-radius:6px;box-sizing:border-box}.feed-search-input:focus{outline:none;border-color:#4caf50}.search-loading{position:absolute;right:12px;top:12px;font-size:12px;color:#666}.search-error{position:absolute;top:100%;left:0;right:0;background:#ffebee;border:1px solid #ef5350;border-radius:6px;padding:12px;margin-top:4px;color:#c62828;font-size:13px;font-weight:500;z-index:1000;box-shadow:0 2px 8px #ef535033}.search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;max-height:400px;overflow-y:auto;box-shadow:0 4px 12px #00000026;z-index:1000;margin-top:4px}.search-results-header{padding:8px 12px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;font-size:12px;color:#666;font-weight:600;text-align:center;position:sticky;top:0;z-index:1}.search-result-item{padding:12px;cursor:pointer;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.search-result-item:hover{background-color:#f5f5f5}.search-result-item:last-child{border-bottom:none}.feed-name{font-weight:600;color:#333;flex:1}.feed-id{font-size:12px;color:#999;margin-left:12px}.selected-feeds-list{border:1px solid #e0e0e0;border-radius:6px;max-height:400px;overflow-y:auto;background:#f9f9f9}.empty-feeds{padding:24px;text-align:center;color:#999;font-size:14px}.selected-feed-item{padding:12px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;gap:12px}.selected-feed-item:last-child{border-bottom:none}.feed-info{display:flex;align-items:center;gap:12px;flex:1}.feed-number{font-weight:700;color:#999;font-size:12px;min-width:30px}.feed-name-display{font-weight:500;color:#333;flex:1}.feed-actions{display:flex;align-items:center;gap:8px}.feed-tag-input{padding:6px 10px;font-size:12px;border:1px solid #ddd;border-radius:4px;width:120px;text-transform:uppercase}.feed-tag-input:focus{outline:none;border-color:#4caf50}.remove-feed-btn{padding:4px 8px;background-color:#ffebee;color:#c62828;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:700;transition:background-color .2s}.remove-feed-btn:hover{background-color:#ffcdd2}.profile-result-content{display:flex;align-items:center;gap:12px;flex:1}.profile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.profile-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;flex-shrink:0}.profile-info{display:flex;flex-direction:column;gap:2px}.profile-username{font-weight:600;color:#333;font-size:14px}.profile-display-name{font-size:12px;color:#666}.profile-email{font-size:11px;color:#888;font-style:italic}.profile-id-small{font-size:11px;color:#999;font-family:monospace}.profile-name-container{display:flex;flex-direction:column;gap:4px;flex:1}.profile-id-badge{font-size:10px;color:#999;font-family:monospace;background-color:#f0f0f0;padding:2px 6px;border-radius:3px;display:inline-block;width:fit-content}.drag-handle{cursor:grab;color:#999;font-size:16px;line-height:1;padding:4px;-webkit-user-select:none;user-select:none;transition:color .2s}.drag-handle:hover{color:#666}.selected-feed-item:hover .drag-handle{color:#4caf50}.auto-generate-button{width:100%;padding:12px 16px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 8px #667eea4d}.auto-generate-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.auto-generate-button:active:not(:disabled){transform:translateY(0)}.auto-generate-button:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#999,#666)}.sortable-section-card{display:flex;background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:box-shadow .3s}.sortable-section-card:hover{box-shadow:0 4px 12px #0000001a}.section-card-drag-handle{display:flex;align-items:center;justify-content:center;width:50px;background-color:#f5f5f5;cursor:grab;transition:background-color .3s}.section-card-drag-handle:active{cursor:grabbing}.section-card-drag-handle:hover{background-color:#e0e0e0}.drag-icon{font-size:20px;color:#999}.section-card-content{flex:1;padding:20px}.section-card-header{display:flex;align-items:center;gap:12px;margin-bottom:15px}.section-number{font-weight:700;color:#999;font-size:14px}.section-card-header h3{margin:0;font-size:18px;color:#333;flex:1}.section-type-badge{padding:4px 12px;border-radius:12px;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase}.section-card-details{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.detail-item{display:flex;gap:8px;font-size:14px}.detail-label{color:#666;font-weight:500}.detail-value{color:#333;font-weight:600}.section-card-actions{display:flex;gap:10px}.auto-generate-btn,.edit-btn,.delete-btn{padding:8px 16px;font-size:14px;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.auto-generate-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;box-shadow:0 2px 8px #667eea4d}.auto-generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.auto-generate-btn:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#999,#666)}.edit-btn{background-color:#e3f2fd;color:#1976d2}.edit-btn:hover{background-color:#bbdefb}.delete-btn{background-color:#ffebee;color:#c62828}.delete-btn:hover{background-color:#ffcdd2}.feed-previews{margin-bottom:15px}.preview-loading{font-size:13px;color:#999;padding:10px;text-align:center}.preview-grid{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.preview-item{width:90px;border-radius:6px;overflow:hidden;background-color:#fff;border:2px solid #e0e0e0;cursor:grab;transition:all .2s;position:relative;display:flex;flex-direction:column}.preview-item:active{cursor:grabbing}.preview-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#2196f3}.preview-item:before{content:"⋮⋮";position:absolute;top:2px;right:2px;background:#0009;color:#fff;font-size:10px;line-height:8px;padding:2px 3px;border-radius:3px;opacity:0;transition:opacity .2s;z-index:1}.preview-item:hover:before{opacity:1}.preview-item-image{width:100%;height:80px;overflow:hidden}.preview-item-image img{width:100%;height:100%;object-fit:cover}.preview-item-name{padding:6px 8px;font-size:10px;font-weight:600;color:#333;background:#f9f9f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.preview-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:24px;font-weight:700}.preview-more{width:90px;height:110px;border-radius:6px;background-color:#f5f5f5;border:2px dashed #999;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#666}.preview-empty{font-size:13px;color:#999;padding:10px;font-style:italic}.section-info-note{display:flex;align-items:center;gap:8px;padding:10px 15px;background-color:#e3f2fd;border-radius:6px;margin-bottom:15px;font-size:13px;color:#1976d2}.info-icon{font-size:16px}.profile-previews{margin-bottom:15px}.profile-preview-grid{display:flex;gap:12px;flex-wrap:wrap}.profile-preview-item{width:160px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;cursor:grab;transition:all .2s;display:flex;flex-direction:column;position:relative}.profile-preview-item:active{cursor:grabbing}.profile-preview-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#bb8fce}.profile-preview-item:before{content:"⋮⋮";position:absolute;top:4px;right:4px;background:#0009;color:#fff;font-size:10px;line-height:8px;padding:2px 3px;border-radius:3px;opacity:0;transition:opacity .2s;z-index:1}.profile-preview-item:hover:before{opacity:1}.profile-preview-image{width:100%;height:100px;object-fit:cover}.profile-preview-placeholder{width:100%;height:100px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#bb8fce,#9b59b6);color:#fff;font-size:36px;font-weight:700}.profile-preview-info{padding:10px;background:#f9f9f9;display:flex;flex-direction:column;gap:4px}.profile-preview-name{font-weight:600;font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-preview-email{font-size:11px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-preview-feeds{font-size:10px;color:#999;font-weight:600;text-transform:uppercase;margin-top:4px;padding-top:6px;border-top:1px solid #e0e0e0}.category-previews{margin-bottom:15px}.category-list{display:flex;flex-wrap:wrap;gap:8px}.category-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#85c1e2,#6fa8dc);border-radius:16px;font-size:13px;font-weight:600;color:#fff;transition:all .2s;box-shadow:0 2px 4px #0000001a;cursor:grab;position:relative}.category-chip:active{cursor:grabbing}.category-chip:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.category-chip:before{content:"⋮⋮";position:absolute;top:2px;right:4px;font-size:10px;line-height:8px;opacity:0;transition:opacity .2s}.category-chip:hover:before{opacity:.7}.category-number{background:#ffffff4d;padding:2px 6px;border-radius:8px;font-size:11px;font-weight:700}.category-name{text-transform:capitalize}.filter-pipeline-preview{background:#f5f7fa;border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:15px}.filter-preview-item{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#fff;border-radius:6px;margin-bottom:6px;font-size:13px;border:1px solid #e8e8e8}.filter-preview-item:last-child{margin-bottom:0}.filter-preview-icon{font-size:16px;flex-shrink:0}.filter-preview-text{color:#333;font-weight:500;flex:1}.configure-home-container{padding:30px;max-width:1200px;margin:0 auto}.configure-home-header{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-info h1{margin:0 0 .5rem}.header-info p{margin:0}.signout-button:hover{background:#c82333;transform:translateY(-1px)}.back-button{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.back-button:hover{background:#5a6268;transform:translateY(-1px)}.back-to-dashboard{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.back-to-dashboard:hover{background:#0056b3;transform:translateY(-1px)}.configure-home-header h1{margin:0 0 10px;color:#333;font-size:32px}.configure-home-header p{margin:0;color:#666;font-size:16px}.message{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.message-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.unsaved-changes-banner{display:flex;align-items:center;gap:12px;padding:15px 20px;background:linear-gradient(135deg,#ffa726,#fb8c00);border-radius:8px;margin-bottom:20px;box-shadow:0 2px 8px #ff98004d;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 2px 8px #ff98004d}50%{box-shadow:0 4px 16px #ff980080}}.warning-icon{font-size:24px;animation:shake .5s ease-in-out infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.warning-text{color:#fff;font-weight:600;font-size:16px;flex:1}.configure-home-actions{display:flex;gap:12px;margin-bottom:30px;flex-wrap:wrap}.auto-button{background-color:#2196f3;color:#fff}.auto-button:hover:not(:disabled){background-color:#0b7dda}.sections-list{display:flex;flex-direction:column;gap:16px}.light-mode-tabs{display:flex;gap:10px;margin-bottom:30px;border-bottom:2px solid #e9ecef}.light-mode-tab-button{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;color:#666;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-bottom:-2px}.light-mode-tab-button:hover{color:#333;background:#f8f9fa}.light-mode-tab-button.active{color:#007bff;border-bottom-color:#007bff;background:transparent}.light-mode-tab-content{min-height:400px}.light-mode-toggle-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:30px;box-shadow:0 1px 3px #0000000d}.toggle-container{display:flex;flex-direction:column;gap:15px}.toggle-label{display:flex;align-items:center;gap:15px;cursor:pointer;font-size:1.1rem;font-weight:600;position:relative}.toggle-wrapper{position:relative;display:inline-block;width:64px;height:34px;flex-shrink:0}.toggle-input{position:absolute;width:64px;height:34px;margin:0;padding:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#9ca3af;border-radius:17px;outline:none;transition:background .3s ease,border-color .3s ease;cursor:pointer;border:3px solid #6b7280;box-shadow:inset 0 2px 4px #0003;z-index:1}.toggle-input:hover{border-color:#4b5563;background:#6b7280;box-shadow:inset 0 2px 4px #00000040}.toggle-input:checked{background:#10b981;border-color:#059669}.toggle-input:checked:hover{background:#059669;border-color:#047857}.toggle-slider{position:absolute;width:28px;height:28px;border-radius:50%;background:#fff;top:1px;left:1px;transition:transform .3s ease;pointer-events:none;box-shadow:0 2px 8px #0006,0 0 0 1px #0000000d;z-index:2}.toggle-input:checked~.toggle-slider{transform:translate(30px);box-shadow:0 2px 8px #0006,0 0 0 1px #0000000d}.toggle-text{color:#333}.toggle-description{margin-left:75px}.toggle-description p{margin:0;padding:10px;border-radius:6px;font-size:.95rem}.enabled-text{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.disabled-text{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.light-mode-generate-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:30px;box-shadow:0 1px 3px #0000000d}.light-mode-generate-section h2{margin:0 0 10px;color:#333;font-size:1.8rem}.generate-description{margin:0 0 20px;color:#666;font-size:.95rem}.generate-controls{display:flex;flex-direction:column;gap:15px}.generate-count-selector{display:flex;flex-direction:column;gap:10px}.generate-count-selector label{font-weight:600;color:#333}.feed-count-input{width:100%;max-width:200px;padding:10px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;font-size:1rem;font-weight:500;outline:none;transition:border-color .3s,background .3s}.feed-count-input:focus{border-color:#007bff;background:#fff;box-shadow:0 0 0 3px #007bff1a}.feed-count-input::placeholder{color:#999}.quick-suggestions{display:flex;gap:10px;margin-top:8px}.quick-count-btn{padding:6px 16px;background:#f8f9fa;color:#333;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.quick-count-btn:hover{background:#e9ecef;border-color:#d0d0d0}.generate-button{padding:12px 24px;background:#2196f3;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s}.generate-button:hover:not(:disabled){background:#0b7dda;transform:translateY(-1px)}.generate-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.generate-info{margin-top:15px;padding:12px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px}.generate-info p{margin:5px 0;color:#333;font-size:.9rem}.info-note{font-size:.85rem;color:#666;font-style:italic}.light-mode-features-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:30px;box-shadow:0 1px 3px #0000000d}.light-mode-features-section h2{margin:0 0 10px;color:#333;font-size:1.8rem}.features-description{margin:0 0 20px;color:#666;font-size:.95rem}.features-list{display:flex;flex-direction:column;gap:20px}.feature-item{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;transition:background .3s,border-color .3s}.feature-item:hover{background:#f0f0f0;border-color:#d0d0d0}.feature-info{flex:1}.feature-info h3{margin:0 0 8px;color:#333;font-size:1.2rem;font-weight:600}.feature-info p{margin:0;color:#666;font-size:.9rem;line-height:1.5}.feature-toggle-label{display:flex;align-items:center;gap:12px;cursor:pointer;flex-shrink:0}.feature-toggle-text{color:#333;font-weight:500;font-size:.95rem;min-width:70px}.light-mode-feed-search{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin-bottom:30px}.light-mode-feed-search h2{margin:0 0 15px;color:#333}.search-container{display:flex;gap:10px;margin-bottom:20px}.search-input{flex:1;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:1rem}.search-button{padding:12px 24px;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s}.search-button:hover:not(:disabled){background:#0056b3}.search-button:disabled{background:#ccc;cursor:not-allowed}.search-results{margin-top:20px}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.search-result-item{display:flex;flex-direction:column;border:1px solid #e9ecef;border-radius:8px;padding:15px;background:#fff;transition:box-shadow .3s}.search-result-item:hover{box-shadow:0 2px 8px #0000001a}.result-thumbnail{width:100%;height:150px;object-fit:cover;border-radius:6px;margin-bottom:10px}.result-info{flex:1}.result-name{font-weight:600;margin-bottom:4px;color:#333}.result-feed-id{font-size:.75rem;color:#999;font-family:Courier New,monospace;margin-bottom:8px;word-break:break-all}.result-meta{display:flex;gap:8px;flex-wrap:wrap}.result-category,.result-genre{padding:4px 8px;border-radius:4px;font-size:.85rem;background:#f0f0f0;color:#666}.add-feed-btn{margin-top:10px;padding:8px 16px;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s}.add-feed-btn:hover:not(:disabled){background:#218838}.add-feed-btn:disabled{background:#6c757d;cursor:not-allowed}.no-results{text-align:center;padding:40px;color:#666}.light-mode-feeds-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:30px;box-shadow:0 1px 3px #0000000d}.light-mode-feeds-section h2{margin:0 0 10px;color:#333}.section-description{margin:0 0 20px;color:#666;font-size:.95rem}.feeds-list{display:flex;flex-direction:column;gap:10px}.light-mode-feed-item{display:flex;align-items:center;justify-content:space-between;padding:15px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;transition:background .3s,border-color .3s}.light-mode-feed-item:hover{background:#e9ecef}.light-mode-feed-item.feed-item-ad{background:#fff3cd;border:2px solid #ffc107;border-left:4px solid #ffc107}.light-mode-feed-item.feed-item-ad:hover{background:#ffe69c;border-color:#ffb300}.feed-item-content{display:flex;align-items:center;gap:15px;flex:1}.drag-handle{cursor:grab;color:#999;font-size:1.2rem;-webkit-user-select:none;user-select:none}.drag-handle:active{cursor:grabbing}.feed-number{font-weight:600;color:#666;min-width:40px}.feed-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:6px}.feed-name-wrapper{flex:1;display:flex;flex-direction:column;gap:4px}.feed-name{font-weight:500;color:#333}.feed-id{font-size:.75rem;color:#999;font-family:Courier New,monospace;word-break:break-all}.ad-badge{display:inline-block;padding:4px 8px;background:#ffc107;color:#856404;font-size:.75rem;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;margin-right:8px;box-shadow:0 1px 3px #0003}.remove-feed-btn{padding:8px 12px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s}.remove-feed-btn:hover{background:#c82333}.sets-list{display:flex;flex-direction:column;gap:16px}.light-mode-set-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;overflow:hidden}.light-mode-set-item:hover{box-shadow:0 4px 12px #0000001a;border-color:#d0d0d0}.light-mode-set-item.set-item-expanded{border-color:#d0d0d0;box-shadow:0 2px 8px #0000001a}.light-mode-set-item.set-item-selected{border-color:#007bff;background:#f8f9ff}.light-mode-set-item.set-item-invalid{border-color:#dc3545;background:#fff5f5}.set-header{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;border-bottom:1px solid #e0e0e0;transition:all .3s ease}.light-mode-set-item.set-item-expanded .set-header{background:#f8f9fa;border-bottom-color:#d0d0d0}.set-header:hover{background:#f5f5f5}.set-header-left{display:flex;align-items:center;gap:12px;flex:1}.set-icon-wrapper{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#007bff;color:#fff;font-size:14px;transition:all .3s ease}.light-mode-set-item.set-item-expanded .set-icon-wrapper{background:#0056b3;transform:rotate(90deg)}.set-expand-icon{transition:transform .3s ease;font-weight:700}.set-title-info{display:flex;flex-direction:column;gap:4px}.set-name{margin:0;font-size:1.25rem;font-weight:700;color:#333}.set-feed-count{font-size:.875rem;color:#666;font-weight:500}.set-status-badge{display:inline-flex;align-items:center;padding:4px 10px;background:#d4edda;color:#155724;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:8px}.validation-badge{display:inline-flex;align-items:center;padding:4px 10px;background:#f8d7da;color:#721c24;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:8px}.set-header-right{display:flex;align-items:center;gap:8px}.select-set-btn{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .3s ease;min-width:60px}.select-set-btn:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 8px #007bff4d}.select-set-btn.active{background:#0056b3}.delete-set-btn{padding:8px 12px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease}.delete-set-btn:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 8px #dc35454d}.set-validation-message{padding:12px 20px;background:#fff3cd;color:#856404;border-left:4px solid #ffc107;font-size:.875rem;font-weight:500}.set-feeds-container{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 20px}.set-feeds-container.expanded{max-height:5000px;padding:20px}.set-add-feed-section{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:20px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header h4{margin:0;font-size:1.1rem;font-weight:700;color:#333}.section-subtitle{font-size:.875rem;color:#666;font-weight:500}.set-search-container{display:flex;gap:10px;margin-bottom:16px}.set-search-input{flex:1;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:all .3s ease;background:#fff}.set-search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.set-search-button{padding:12px 24px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease}.set-search-button:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 8px #007bff4d}.set-search-button:disabled{background:#ccc;cursor:not-allowed}.set-search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;max-height:400px;overflow-y:auto;padding:8px;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.set-search-result-item{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px;padding:12px;background:#fff;transition:all .3s ease}.set-search-result-item:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px);border-color:#007bff}.set-feeds-list-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.empty-set-message{text-align:center;padding:40px 20px;color:#999;font-style:italic;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.create-set-btn{padding:12px 24px;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s}.create-set-btn:hover{background:#45a049;transform:translateY(-1px)}.sets-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:20px}.sets-header>div{flex:1}.sets-header h2{margin:0 0 10px;color:#333;font-size:1.8rem}.action-button{padding:12px 24px;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.action-button:disabled{opacity:.5;cursor:not-allowed}.add-button{background-color:#4caf50;color:#fff}.add-button:hover:not(:disabled){background-color:#45a049}.save-button{background-color:#ff9800;color:#fff}.save-button.has-changes{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);animation:pulse-save 1.5s ease-in-out infinite}@keyframes pulse-save{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.save-button:hover:not(:disabled){background-color:#e68900}.save-button.has-changes:hover:not(:disabled){background:linear-gradient(135deg,#ee5a6f,#d84a5a)}.discard-button{background-color:#757575;color:#fff}.discard-button:hover:not(:disabled){background-color:#616161}.loading-state,.empty-state{text-align:center;padding:60px 20px;color:#666}.empty-state p{margin:10px 0;font-size:16px}.feed-charging-config{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding-bottom:2rem}.config-header{background:#fffffff2;box-shadow:0 2px 10px #0000001a;padding:1.5rem 2rem;margin-bottom:2rem}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.back-button{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s}.config-header h1{margin:0;font-size:1.8rem;color:#333}.config-subtitle{margin:.25rem 0 0;color:#666;font-size:.9rem}.config-main{max-width:1200px;margin:0 auto;padding:0 2rem}.config-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.section-title{margin:0 0 1.5rem;font-size:1.5rem;color:#333;border-bottom:2px solid #667eea;padding-bottom:.5rem}.config-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 0;border-bottom:1px solid #eee}.config-item:last-child{border-bottom:none}.config-item-header{flex:1;margin-right:2rem}.config-label{display:block;font-weight:600;font-size:1.1rem;color:#333;margin-bottom:.5rem}.config-description{display:block;font-size:.9rem;color:#666;line-height:1.5}.toggle-container{display:flex;align-items:center}.toggle-input{display:none}.toggle-label{position:relative;display:inline-block;width:60px;height:30px;cursor:pointer}.toggle-label.disabled{cursor:not-allowed;opacity:.5}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:30px;transition:background-color .3s}.toggle-slider:before{content:"";position:absolute;height:24px;width:24px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s}.toggle-slider.active{background-color:#667eea}.toggle-slider.active:before{transform:translate(30px)}.input-container{display:flex;align-items:center;gap:.5rem}.config-input{padding:.75rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;width:150px;transition:border-color .2s}.config-input:focus{outline:none;border-color:#667eea}.config-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.input-suffix{color:#666;font-size:.9rem;font-weight:500}.config-select{padding:.75rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;min-width:200px;transition:border-color .2s}.config-select:focus{outline:none;border-color:#667eea}.config-select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.config-actions{display:flex;justify-content:flex-end;margin-top:2rem}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.save-button:disabled{opacity:.6;cursor:not-allowed}.message{max-width:1200px;margin:0 auto 2rem;padding:1rem 2rem;border-radius:8px;font-weight:500;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#fff}.loading-container h2{font-size:1.5rem}@media (max-width: 768px){.config-item{flex-direction:column;gap:1rem}.config-item-header{margin-right:0}.input-container,.config-input{width:100%}}.support-requests-section{margin-top:0}.support-requests-table .support-request-row{cursor:pointer}.support-requests-table .support-request-row:hover{background:#f9fafb}.support-requests-table .support-request-row.selected{background:#eff6ff}.support-status-badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:12px;font-weight:600}.support-status-badge.open{background:#fef3c7;color:#92400e}.support-status-badge.responded{background:#dcfce7;color:#166534}.support-respond-btn{padding:.35rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer}.support-respond-btn:hover{background:#2563eb}.support-detail-row td{padding:0!important;vertical-align:top}.support-detail-cell{padding:1rem 1.5rem!important;background:#f8fafc;border-top:1px solid #e2e8f0}.support-detail-content{display:flex;flex-direction:column;gap:1rem;max-width:800px}.support-detail-message strong,.support-detail-response strong,.support-response-form label{display:block;margin-bottom:.5rem;color:#374151;font-size:14px}.support-message-text{margin:0;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}.support-stack-trace{font-size:12px;max-height:300px;font-family:ui-monospace,monospace}.support-detail-response .support-response-date{display:block;margin-top:.5rem;font-size:12px;color:#6b7280}.support-response-form{margin-top:.5rem}.support-response-form label{margin-bottom:.5rem}.support-response-textarea{width:100%;min-height:100px;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:14px;resize:vertical;margin-bottom:.75rem}.support-response-form .survey-save-btn{margin-top:0}.profile-games-config{max-width:1200px;margin:0 auto;padding:20px}.profile-games-config .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.profile-games-config .header h1{margin:0;color:#333}.profile-games-config .header-actions{display:flex;gap:10px;align-items:center}.profile-games-config .message{padding:12px 16px;border-radius:4px;margin-bottom:20px}.profile-games-config .message-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.profile-games-config .message-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.profile-games-config .loading{text-align:center;padding:40px;color:#666}.profile-games-config .config-info{background-color:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:30px}.profile-games-config .config-info ul{margin:10px 0 0 20px}.profile-games-config .config-info li{margin:8px 0}.profile-games-config .sections-container{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.profile-games-config .section-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a;position:relative;display:flex;gap:16px}.profile-games-config .section-card-drag-handle{cursor:grab;display:flex;align-items:center;justify-content:center;width:32px;min-width:32px;height:32px;background-color:#f5f5f5;border-radius:4px;border:1px solid #ddd;-webkit-user-select:none;user-select:none;touch-action:none}.profile-games-config .section-card-drag-handle:active{cursor:grabbing;background-color:#e0e0e0}.profile-games-config .drag-icon{font-size:18px;color:#666;line-height:1}.profile-games-config .section-card-content{flex:1}.profile-games-config .section-card h3{margin:0 0 20px;color:#333;font-size:20px;border-bottom:2px solid #4CAF50;padding-bottom:10px}.profile-games-config .form-group{margin-bottom:20px}.profile-games-config .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#555}.profile-games-config .form-group input,.profile-games-config .form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.profile-games-config .form-group input:focus,.profile-games-config .form-group select:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.profile-games-config .form-group small{display:block;margin-top:5px;color:#666;font-size:12px}.profile-games-config .filter-info{background-color:#f8f9fa;padding:15px;border-radius:4px;border-left:4px solid #4CAF50}.profile-games-config .filter-info p{margin:8px 0;color:#555}.profile-games-config .filter-info code{background-color:#e9ecef;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;color:#d63384}.profile-games-config .filter-info details{margin-top:10px}.profile-games-config .filter-info summary{cursor:pointer;font-weight:600;color:#4caf50;margin-bottom:10px}.profile-games-config .filter-info pre{background-color:#2d2d2d;color:#f8f8f2;padding:15px;border-radius:4px;overflow-x:auto;font-size:12px;margin-top:10px}.profile-games-config .actions{display:flex;gap:10px;justify-content:flex-end;padding-top:20px;border-top:2px solid #e0e0e0}.profile-games-config .btn-primary,.profile-games-config .btn-secondary{padding:12px 24px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.profile-games-config .btn-primary{background-color:#4caf50;color:#fff}.profile-games-config .btn-primary:hover:not(:disabled){background-color:#45a049}.profile-games-config .btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.profile-games-config .btn-secondary{background-color:#f0f0f0;color:#333}.profile-games-config .btn-secondary:hover{background-color:#e0e0e0}.profile-games-config .error-message{text-align:center;padding:40px;color:#d32f2f;font-size:18px;font-weight:600}.admob-config{min-height:100vh;background:#f5f5f5}.admob-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.back-button{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.back-button:hover{background:#e0e0e0}.header-left h1{margin:0;font-size:24px;color:#333}.header-right{display:flex;align-items:center;gap:1rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.user-email{font-size:14px;color:#666}.user-role{font-size:12px;color:#999}.admob-main{max-width:1200px;margin:0 auto;padding:2rem}.admob-realtime-note{background:#e8f4fd;border:1px solid #b8daff;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:14px;color:#0c5460}.admob-first-time-note{background:#fff8e6;border:1px solid #ffd966;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:14px;color:#5c4a00}.admob-first-time-note a{color:#1a73e8;text-decoration:none}.admob-first-time-note a:hover{text-decoration:underline}.admob-first-time-note code{background:#0000000f;padding:.15em .4em;border-radius:4px;font-size:13px}.admob-placement-note{background:#f0f4ff;border:1px solid #c5d0e8;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:14px;color:#1a237e}.admob-placement-note a{color:#1a73e8;text-decoration:none}.admob-placement-note a:hover{text-decoration:underline}.message{padding:1rem;border-radius:6px;margin-bottom:2rem;font-weight:500}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.config-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.config-section h2{margin-top:0;margin-bottom:1.5rem;color:#333;font-size:20px;border-bottom:2px solid #4285F4;padding-bottom:.5rem}.config-section h3{margin-top:1.5rem;margin-bottom:1rem;color:#555;font-size:16px}.section-description{color:#666;margin-bottom:1.5rem;font-size:14px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:14px}.form-group input[type=text],.form-group input[type=number]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:Monaco,Courier New,monospace}.form-group input[type=checkbox]{margin-right:.5rem}.checkbox-row{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-row input[type=checkbox]{width:18px;height:18px;padding:0;margin:0;cursor:pointer;flex:0 0 auto}.checkbox-row--sub{cursor:default}.form-group small{display:block;margin-top:.5rem;color:#666;font-size:12px}.form-group--highlight{padding:1rem;background:#fff8e6;border:1px solid #ffd966;border-radius:6px}.form-group--highlight label{font-weight:600}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.save-button{background:#4285f4;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.save-button:hover:not(:disabled){background:#3367d6}.save-button:disabled{background:#ccc;cursor:not-allowed}.info-box{background:#e8f4fd;border-left:4px solid #4285F4;padding:1.5rem;border-radius:6px;margin-top:2rem}.info-box h3{margin-top:0;margin-bottom:1rem;color:#1a73e8}.info-box ul{margin:0;padding-left:1.5rem}.info-box li{margin-bottom:.5rem;color:#333;line-height:1.6}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh}.admob-tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.admob-tab{padding:.75rem 1.5rem;border:none;background:transparent;font-size:15px;font-weight:500;color:#666;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.admob-tab:hover{color:#333}.admob-tab--active{color:#4285f4;border-bottom-color:#4285f4}.inhouse-search-add{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.inhouse-search-input{flex:1;min-width:200px;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:14px}.inhouse-search-input:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px #4285f433}.inhouse-add-by-id{display:flex;gap:.5rem;align-items:center}.inhouse-add-id-input{width:220px;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:monospace}.inhouse-add-id-input:focus{outline:none;border-color:#4285f4}.inhouse-add-id-button{padding:.75rem 1.25rem;background:#4285f4;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.inhouse-add-id-button:hover{background:#3367d6}.inhouse-game-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-height:400px;overflow-y:auto}.inhouse-game-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f9f9f9;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s}.inhouse-game-card:hover{background:#f0f0f0;border-color:#ccc}.inhouse-game-card--selected{border-color:#4285f4;background:#e8f0fe}.inhouse-game-card-checkbox{flex-shrink:0}.inhouse-game-card-checkbox input{width:18px;height:18px;cursor:pointer}.inhouse-game-card-image{width:56px;height:56px;object-fit:cover;border-radius:6px;flex-shrink:0}.inhouse-game-card-placeholder{width:56px;height:56px;border-radius:6px;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.inhouse-game-card-info{min-width:0}.inhouse-game-card-name{font-weight:600;color:#333;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inhouse-game-card-id{font-size:12px;font-family:monospace;color:#666;margin-bottom:.25rem}.inhouse-game-card-desc{font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.configure-wocoz-experience{min-height:100vh;background:var(--dashboard-bg, #f5f5f5)}.configure-wocoz-experience-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;background:var(--dashboard-header-bg, #fff);border-bottom:1px solid var(--dashboard-border, #e0e0e0)}.configure-wocoz-experience-header .header-content{flex:1}.configure-wocoz-experience-header h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.configure-wocoz-experience-header .header-description{margin:0;color:var(--text-secondary, #666);font-size:.9rem}.configure-wocoz-experience-loading,.configure-wocoz-experience-error{padding:2rem;text-align:center}.configure-wocoz-experience-error{color:var(--error-color, #c62828);background:var(--error-bg, #ffebee)}.configure-wocoz-experience-tabs{display:flex;flex-wrap:wrap;gap:.25rem;padding:1rem 2rem 0;background:var(--dashboard-header-bg, #fff);border-bottom:1px solid var(--dashboard-border, #e0e0e0)}.configure-wocoz-experience-tabs .tab-button{padding:.6rem 1rem;font-size:.9rem;border:1px solid var(--dashboard-border, #e0e0e0);border-bottom:none;border-radius:6px 6px 0 0;background:var(--tab-bg, #f0f0f0);color:var(--text-primary, #333);cursor:pointer}.configure-wocoz-experience-tabs .tab-button:hover{background:var(--tab-hover-bg, #e8e8e8)}.configure-wocoz-experience-tabs .tab-button.active{background:var(--dashboard-bg, #f5f5f5);font-weight:600;margin-bottom:-1px}.configure-wocoz-experience-tabs .tab-button.disabled,.configure-wocoz-experience-tabs .tab-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.configure-wocoz-experience-tabs-hint{margin:.75rem 2rem 0;padding:.5rem .75rem;font-size:.85rem;color:var(--text-secondary, #666);background:var(--tab-bg, #f0f0f0);border-radius:6px;border-left:3px solid var(--primary, #1976d2)}.configure-wocoz-experience-panel{padding:2rem;background:var(--dashboard-bg, #f5f5f5)}.configure-wocoz-experience-panel .panel-placeholder{max-width:42rem;padding:2rem;background:var(--dashboard-header-bg, #fff);border-radius:8px;border:1px solid var(--dashboard-border, #e0e0e0)}.configure-wocoz-experience-panel .panel-placeholder code{padding:.15rem .4rem;font-size:.9em;background:var(--code-bg, #f0f0f0);border-radius:4px}.configure-wocoz-experience-panel .panel-hint{margin-top:1rem;color:var(--text-secondary, #666);font-size:.9rem}.configure-wocoz-experience-panel .panel-meta{margin-top:1rem;font-size:.85rem;color:var(--text-secondary, #666)}.configure-wocoz-experience.unauthorized{padding:2rem;text-align:center}.configure-wocoz-experience.unauthorized h2{margin:0 0 .5rem}.sign-in-experience-tab .message{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}.sign-in-experience-tab .message-success{background:#e8f5e9;color:#2e7d32}.sign-in-experience-tab .message-error{background:#ffebee;color:#c62828}.sign-in-block{margin-bottom:2rem;padding:1.25rem;background:var(--dashboard-header-bg, #fff);border:1px solid var(--dashboard-border, #e0e0e0);border-radius:8px}.sign-in-block-header{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;margin:0 0 .25rem}.sign-in-block-header:hover{opacity:.9}.sign-in-block-expand-icon{font-size:.85rem;color:var(--text-secondary, #666);flex-shrink:0}.sign-in-block-header h3{margin:0;font-size:1.1rem}.sign-in-block-content{margin-top:.75rem}.sign-in-block--collapsed .sign-in-block-content{display:none}.sign-in-block .block-hint,.sign-in-block .empty-hint{margin:0 0 .75rem;color:var(--text-secondary, #666);font-size:.9rem}.sign-in-block .empty-hint{font-style:italic}.play-feed-add{display:flex;gap:.5rem;margin-bottom:.75rem}.play-feed-add input{flex:1;max-width:16rem;padding:.5rem;border:1px solid var(--dashboard-border, #e0e0e0);border-radius:4px}.play-feed-list{list-style:none;margin:0;padding:0}.play-feed-list-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--dashboard-bg, #f5f5f5);border:1px solid var(--dashboard-border, #e0e0e0);border-radius:4px;margin-bottom:.25rem}.play-feed-list-item .drag-handle{cursor:grab;opacity:.7}.play-feed-list-item .feed-id{flex:1;font-family:monospace}.play-feed-list-item .remove-feed-btn{padding:.2rem .5rem;border:none;background:#ffebee;color:#c62828;border-radius:4px;cursor:pointer}.ads-config-form label{display:block;margin-bottom:.5rem}.ads-config-form fieldset{margin-top:.75rem;padding:.75rem}.ads-config-form input[type=number]{width:4rem;margin-left:.25rem}.sign-in-block .ads-config-section-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:20px}.sign-in-block .ads-config-subtitle{margin:0 0 12px;font-size:1rem;font-weight:600;color:#333;border-bottom:2px solid #4CAF50;padding-bottom:8px}.sign-in-block .ads-config-hint{margin:0 0 16px;color:#666;font-size:.9rem;line-height:1.4}.profile-section-card{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;margin-bottom:.5rem;background:var(--dashboard-bg, #f5f5f5);border-radius:6px}.profile-section-card .section-card-content{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.profile-section-card input[type=text]{width:12rem}.profile-section-card .remove-section-btn{padding:.25rem .5rem;font-size:.85rem;background:#ffebee;color:#c62828;border:none;border-radius:4px;cursor:pointer}.game-login-info{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.game-login-info-header{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:1rem}.back-button{background:#f3f4f6;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .2s}.back-button:hover{background:#e5e7eb}.game-login-info-header h1{margin:0;color:#1f2937;font-size:1.75rem}.page-subtitle{margin:.25rem 0 0;color:#6b7280;font-size:.9rem}.game-login-info-main{max-width:900px;margin:0 auto}.loading-container,.error-container{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px #0000001a}.error-message{color:#ef4444;margin-bottom:1rem}.retry-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem}.retry-button:hover{background:#2563eb}.login-info-content{display:flex;flex-direction:column;gap:1.5rem}.info-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.info-section h2{margin:0 0 1.5rem;color:#1f2937;font-size:1.5rem}.instructions{display:flex;flex-direction:column;gap:.75rem}.instruction-step{margin:0;color:#4b5563;line-height:1.6}.endpoint-list{display:flex;flex-direction:column;gap:1rem}.endpoint-item{display:flex;flex-direction:column;gap:.5rem}.endpoint-item label{font-weight:600;color:#374151;font-size:.9rem}.endpoint-value{display:flex;align-items:center;gap:.75rem;background:#f9fafb;padding:.75rem;border-radius:6px;border:1px solid #e5e7eb}.endpoint-value code{flex:1;font-family:Monaco,Courier New,monospace;font-size:.9rem;color:#1f2937;word-break:break-all}.copy-button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;white-space:nowrap;transition:background .2s}.copy-button:hover{background:#2563eb}.env-example{display:flex;flex-direction:column;gap:1rem}.env-label{margin:0 0 .75rem;color:#4b5563;font-weight:500}.env-note{margin-top:1rem;padding:1rem;background:#f0f9ff;border-radius:8px;border-left:4px solid #3b82f6}.env-note p{margin:0 0 .5rem;color:#1e40af;font-weight:600}.env-note ol{margin:.5rem 0 0;padding-left:1.5rem;color:#1e40af}.env-note li{margin:.5rem 0;line-height:1.6}.env-note code{background:#dbeafe;padding:.2rem .4rem;border-radius:4px;font-size:.875rem;color:#1e3a8a}.code-block{position:relative;background:#1f2937;border-radius:8px;padding:1.5rem;overflow-x:auto}.code-block pre{margin:0;color:#e5e7eb;font-family:Monaco,Courier New,monospace;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.code-block .copy-button{position:absolute;top:.75rem;right:.75rem}.how-it-works{display:flex;flex-direction:column;gap:1.25rem}.work-step{padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid #3b82f6}.work-step strong{display:block;margin-bottom:.5rem;color:#1f2937;font-size:1rem}.work-step p{margin:0;color:#4b5563;line-height:1.6}.work-step code{background:#e5e7eb;padding:.2rem .4rem;border-radius:4px;font-size:.875rem;color:#1f2937}.verification-steps{display:flex;flex-direction:column;gap:1rem}.verification-steps p{margin:0 0 .5rem;color:#374151;font-weight:500}.verification-steps ol{margin:.5rem 0;padding-left:1.5rem;color:#4b5563}.verification-steps li{margin:.5rem 0;line-height:1.6}.verification-steps code{background:#f3f4f6;padding:.2rem .4rem;border-radius:4px;font-size:.875rem;color:#1f2937}.verification-note{margin-top:1rem;padding:1rem;background:#fef3c7;border-radius:8px;border-left:4px solid #f59e0b}.verification-note p{margin:0;color:#92400e;line-height:1.6}.verification-note code{background:#fde68a;padding:.2rem .4rem;border-radius:4px;font-size:.875rem;color:#78350f}.notification-service{min-height:100vh;background:linear-gradient(180deg,#f0f4ff,#f5f5f5 240px)}.notification-service .streak-config-header{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.notification-service .header-left h1{background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ns-subtitle{margin:.25rem 0 0;color:#64748b;font-size:.875rem}.ns-main{max-width:1100px;margin:0 auto;padding:1.5rem 2rem 3rem}.ns-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;margin-bottom:1.25rem;border-radius:12px;border:1px solid #c7d2fe;background:#eef2ff;color:#312e81;font-size:.9rem;line-height:1.5}.ns-banner strong{color:#3730a3}.ns-api-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;background:#fff;border:1px solid #cbd5e1;font-size:.75rem;color:#475569;font-family:ui-monospace,monospace;white-space:nowrap}.ns-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.ns-tab{padding:.55rem 1rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-size:.875rem;cursor:pointer;transition:all .15s ease}.ns-tab:hover{border-color:#a5b4fc;color:#4338ca}.ns-tab.active{background:#4f46e5;border-color:#4f46e5;color:#fff;font-weight:600}.ns-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0f172a0f}.ns-card h2{margin:0 0 .35rem;font-size:1.15rem;color:#0f172a}.ns-card-desc{margin:0 0 1.25rem;color:#64748b;font-size:.875rem;line-height:1.5}.ns-status-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:1rem}.ns-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600}.ns-badge.on{background:#dcfce7;color:#166534}.ns-badge.off{background:#fee2e2;color:#991b1b}.ns-badge-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.ns-btn{padding:.6rem 1.15rem;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s}.ns-btn:disabled{opacity:.55;cursor:not-allowed}.ns-btn-primary{background:#4f46e5;color:#fff}.ns-btn-primary:hover:not(:disabled){background:#4338ca}.ns-btn-danger{background:#ef4444;color:#fff}.ns-btn-danger:hover:not(:disabled){background:#dc2626}.ns-btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.ns-btn-secondary:hover:not(:disabled){background:#e2e8f0}.ns-btn-sm{padding:.35rem .65rem;font-size:.75rem;border-radius:8px}.ns-event-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.ns-event-tab{padding:.45rem .85rem;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.8rem;cursor:pointer}.ns-event-tab.active{background:#ede9fe;border-color:#a78bfa;color:#5b21b6;font-weight:600}.ns-form-grid{display:grid;gap:1rem}.ns-field label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:600;color:#475569}.ns-field input[type=text],.ns-field input[type=number],.ns-field textarea{width:100%;padding:.65rem .85rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.9rem;font-family:inherit;box-sizing:border-box}.ns-field textarea{resize:vertical;min-height:80px}.ns-check-row{display:flex;flex-wrap:wrap;gap:1.25rem}.ns-check-row label{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;color:#334155;cursor:pointer}.ns-template-hint{margin-top:.5rem;padding:.65rem .85rem;border-radius:8px;background:#f8fafc;border:1px dashed #cbd5e1;font-size:.78rem;color:#64748b}.ns-template-hint code{background:#e2e8f0;padding:.1rem .35rem;border-radius:4px;font-size:.75rem}.ns-help{margin-bottom:1.25rem}.ns-help summary{cursor:pointer;font-weight:600;color:#4338ca;padding:.75rem 1rem;background:#fff;border:1px solid #c7d2fe;border-radius:12px;list-style:none}.ns-help summary::-webkit-details-marker{display:none}.ns-help[open] summary{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.ns-help-body{padding:1rem 1.25rem 1.25rem;background:#fff;border:1px solid #c7d2fe;border-top:none;border-radius:0 0 12px 12px;font-size:.875rem;color:#334155;line-height:1.6}.ns-help-body ol{margin:.5rem 0 0;padding-left:1.25rem}.ns-help-body li{margin-bottom:.5rem}.ns-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem}.ns-stat{padding:.85rem 1rem;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.ns-stat-value{font-size:1.35rem;font-weight:700;color:#0f172a}.ns-stat-label{font-size:.75rem;color:#64748b;margin-top:.15rem}.ns-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px}.ns-table{width:100%;border-collapse:collapse;font-size:.8rem}.ns-table th{text-align:left;padding:.65rem .85rem;background:#f8fafc;color:#64748b;font-weight:600;border-bottom:1px solid #e2e8f0}.ns-table td{padding:.65rem .85rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.ns-table tr:last-child td{border-bottom:none}.ns-mono{font-family:ui-monospace,monospace;font-size:.72rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ns-pill{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase}.ns-pill.sent{background:#dcfce7;color:#166534}.ns-pill.failed{background:#fee2e2;color:#991b1b}.ns-pill.skipped{background:#fef3c7;color:#92400e}.ns-toast{position:sticky;bottom:1rem;padding:.85rem 1.15rem;border-radius:12px;font-size:.875rem;margin-top:1rem;box-shadow:0 4px 12px #0000001a}.ns-toast.success{background:#dcfce7;color:#166534;border:1px solid #86efac}.ns-toast.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.ns-empty{padding:2rem;text-align:center;color:#94a3b8;font-size:.875rem}.ns-actions-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.ns-user-search{position:relative}.ns-user-search input{width:100%;padding:.65rem .85rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.9rem;box-sizing:border-box}.ns-user-search-loading{display:block;margin-top:.35rem;font-size:.75rem;color:#64748b}.ns-user-search-error{margin:.35rem 0 0;font-size:.8rem;color:#b91c1c}.ns-user-search-results{position:absolute;z-index:20;top:calc(100% + .35rem);left:0;right:0;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 8px 24px #0f172a1f}.ns-user-search-hint,.ns-user-search-empty{padding:.65rem .85rem;font-size:.78rem;color:#64748b;border-bottom:1px solid #f1f5f9}.ns-user-search-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.65rem .85rem;border:none;border-bottom:1px solid #f1f5f9;background:#fff;text-align:left;cursor:pointer;transition:background .12s ease}.ns-user-search-item:last-child{border-bottom:none}.ns-user-search-item:hover:not(:disabled){background:#eef2ff}.ns-user-search-item.added,.ns-user-search-item:disabled{opacity:.65;cursor:default}.ns-user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.ns-user-avatar-sm{width:28px;height:28px;font-size:.75rem}.ns-user-avatar-placeholder{display:inline-flex;align-items:center;justify-content:center;background:#e0e7ff;color:#4338ca;font-weight:600}.ns-user-search-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.ns-user-search-name{font-size:.875rem;font-weight:600;color:#0f172a}.ns-user-search-email{font-size:.75rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ns-user-search-uid{font-family:ui-monospace,monospace;font-size:.68rem;color:#94a3b8}.ns-user-added-tag{font-size:.68rem;font-weight:600;color:#166534;background:#dcfce7;padding:.15rem .45rem;border-radius:999px}.ns-selected-users-empty{margin:0;padding:.85rem 1rem;border-radius:10px;border:1px dashed #cbd5e1;background:#f8fafc;color:#94a3b8;font-size:.85rem}.ns-selected-users{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ns-selected-user{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.ns-selected-user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.ns-selected-user-name{font-size:.875rem;font-weight:600;color:#0f172a}.ns-selected-user-email{font-size:.75rem;color:#64748b}.ns-selected-user-uid{font-family:ui-monospace,monospace;font-size:.68rem;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.unauthorized{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f5f7fa;text-align:center}.unauthorized h2{color:#dc3545;margin-bottom:1rem;font-size:2rem}.unauthorized p{color:#666;font-size:1.1rem;margin-bottom:2rem}.signout-container{display:flex;align-items:center;gap:1rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;color:#333}.user-email{font-weight:600;font-size:.9rem}.user-role{font-size:.8rem;opacity:.7}.signout-button{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.signout-button:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.signout-button:disabled{opacity:.6;cursor:not-allowed}.signout-error{color:#dc3545;font-size:.8rem;margin-top:.25rem}
