*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{color:#fff;padding:2rem 1rem;text-align:center}.App-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.App-header p{font-size:1.2rem;opacity:.9}.App-main{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:2rem 1rem}.main-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:auto auto;max-width:1400px;width:100%}.form-section,.preview-section{display:flex;flex-direction:column}.container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:600px;padding:2rem;width:100%}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:100px;resize:vertical}.platforms-section{margin-bottom:2rem}.platforms-section h3{color:#333;margin-bottom:1rem}.platforms-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.platform-checkbox{align-items:center;border:2px solid #e1e5e9;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.75rem;transition:all .3s ease}.platform-checkbox:hover{background-color:#f8f9ff;border-color:#667eea}.platform-checkbox input[type=checkbox]{margin:0;width:auto}.platform-checkbox input[type=checkbox]:checked+.platform-checkbox{background-color:#f0f4ff;border-color:#667eea}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:transform .2s ease;width:100%}.submit-button:hover{transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.preview-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:800px;padding:2rem;width:100%}.preview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.preview-header h2{color:#333;margin:0}.preview-actions{display:flex;gap:1rem}.btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-secondary{background:#f8f9fa;border:2px solid #e9ecef;color:#6c757d}.btn-secondary:hover{background:#e9ecef}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px)}.html-snippet{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;font-family:Courier New,monospace;font-size:.9rem;max-height:300px;overflow-y:auto;padding:1rem;white-space:pre-wrap;word-break:break-all}.copy-button{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;margin-top:1rem;padding:.5rem 1rem;transition:background-color .3s ease}.copy-button:hover{background:#218838}.copy-button.copied{background:#6c757d}@keyframes spin{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.color-swatch{transition:all .2s ease}.color-swatch:hover{box-shadow:0 2px 8px #0003;transform:scale(1.1)}@media (max-width:768px){.App-header h1{font-size:2rem}.main-layout{gap:1rem;grid-template-columns:1fr}.container,.preview-container{margin:0;padding:1.5rem}.platforms-grid{grid-template-columns:1fr}.preview-actions{flex-direction:column}}
/*# sourceMappingURL=main.5b27f420.css.map*/