*{box-sizing:border-box;margin:0;padding:0}.color-picker-container{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 50%,#c084fc 100%);min-height:100vh;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.game-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border-bottom:3px solid #a855f780;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.header-left{align-items:center;gap:1.5rem;display:flex}.back-button{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .3s}.back-button:hover{background:#fff3;transform:translate(-4px)}.game-header h1{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.status-badges{gap:1rem;display:flex}.status-badge{background:#ffffff1a;border:2px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;transition:all .3s;display:flex}.status-badge.active{background:#a855f74d;border-color:#a855f7;box-shadow:0 0 20px #a855f766}.badge-icon{font-size:1.5rem}.game-main{grid-template-columns:1fr 400px;gap:1.5rem;height:calc(100vh - 100px);padding:1.5rem;display:grid}.camera-container{background:#000;border:3px solid #a855f74d;border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.main-canvas{cursor:crosshair;border-radius:16px;max-width:100%;max-height:100%}.hidden-video{display:none}.control-panel{flex-direction:column;gap:1.5rem;display:flex;overflow-y:auto}.control-panel::-webkit-scrollbar{width:6px}.control-panel::-webkit-scrollbar-thumb{background:#a855f780;border-radius:3px}.current-color-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;padding:1.5rem}.current-color-card h3{color:#fbbf24;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.color-preview-large{border:3px solid #ffffff4d;border-radius:12px;width:100%;height:150px;margin-bottom:1rem;box-shadow:0 4px 20px #0000004d}.color-info{flex-direction:column;gap:.75rem;display:flex}.info-row{background:#ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;transition:all .3s;display:flex}.info-row.clickable{cursor:pointer}.info-row.clickable:hover{background:#fff3;transform:translate(4px)}.info-label{color:#ffffffb3;font-weight:600}.info-value{color:#fff;font-family:Courier New,monospace;font-weight:700}.copy-icon{opacity:.7;font-size:1.2rem}.instructions-card,.controls-card,.saved-colors-card,.tips-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;padding:1.5rem}.instructions-card h3,.controls-card h3,.saved-colors-card h3,.tips-card h3{color:#fbbf24;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.instructions-card ol{padding:0;list-style:none}.instructions-card li{background:#a855f71a;border-left:3px solid #a855f7;border-radius:8px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.75rem;display:flex}.step-number{background:#a855f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-weight:700;display:flex}.step-text{color:#ffffffe6;flex:1}.control-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.control-btn:disabled{opacity:.5;cursor:not-allowed}.save-btn{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b98166}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.clear-btn{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef444466}.clear-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444499}.clear-saved-btn{color:#fff;background:linear-gradient(135deg,#6b7280,#4b5563)}.btn-icon{font-size:1.5rem}.palette-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;max-height:300px;margin-bottom:1rem;display:grid;overflow-y:auto}.palette-grid::-webkit-scrollbar{width:4px}.palette-grid::-webkit-scrollbar-thumb{background:#a855f780}.empty-message{text-align:center;color:#ffffff80;padding:2rem;font-style:italic}.palette-item{cursor:pointer;transition:all .3s}.palette-item:hover{transform:translateY(-4px)}.palette-color{border:2px solid #ffffff4d;border-radius:8px;width:100%;height:80px;margin-bottom:.5rem;box-shadow:0 2px 8px #0000004d}.palette-info{text-align:center}.palette-hex{color:#ffffffe6;font-family:Courier New,monospace;font-size:.75rem;font-weight:600}.tips-card ul{padding:0;list-style:none}.tips-card li{color:#fffc;padding:.5rem 0;font-size:.95rem}@media (max-width:1200px){.game-main{grid-template-columns:1fr;height:auto}.camera-container{min-height:500px}}@media (max-width:768px){.game-header{flex-direction:column;gap:1rem}.palette-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}}
