:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:#0a0015;overflow-x:hidden}#root{width:100%;min-height:100vh}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@font-face{font-family:Impact;src:url(/impact.otf) format("opentype");font-weight:400;font-style:normal}.app{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);position:relative;overflow-x:hidden;color:#333;font-family:Arial,sans-serif}.background-stars,.laser-bg{display:none}.header{text-align:center;padding:2rem 0;position:relative;z-index:10}.title{font-size:4rem;font-weight:700;color:gold;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:Impact,impact,sans-serif;letter-spacing:2px;display:flex;align-items:center;justify-content:center;gap:1rem}.coin-emoji{font-size:3.5rem;display:inline-block}.coin-emoji.left{animation:flip-left 2s ease-in-out infinite}.coin-emoji.right{animation:flip-right 2s ease-in-out infinite;animation-delay:1s}@keyframes flip-left{0%,to{transform:rotateY(0)}50%{transform:rotateY(180deg)}}@keyframes flip-right{0%,to{transform:rotateY(0)}50%{transform:rotateY(180deg)}}.main-content{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:10}.editor-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start;max-width:1400px;margin:0 auto}.canvas-column{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.canvas-controls{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:600px;align-items:center}.canvas-container{position:relative;background:transparent;border-radius:0;overflow:hidden;border:3px solid #444;box-shadow:0 4px 12px #00000080;user-select:none;width:100%;max-width:600px;touch-action:none}.base-image{width:100%;height:auto;display:block;object-fit:cover}.controls-column{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.canvas-container.exporting{border-color:transparent;box-shadow:none}.controls{display:flex;flex-direction:column;gap:1.5rem;min-width:250px;background:#fff9;padding:1.5rem;border-radius:12px;border:2px solid #444;box-shadow:0 4px 12px #0000001a;width:100%}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{color:gold;font-weight:700}.control-group span{color:#fff;font-weight:700;text-align:center}.download-btn{padding:1.2rem 2.5rem;background:gold;color:#1a1a1a;border:2px solid #ffd700;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;text-transform:uppercase;letter-spacing:1px}.download-btn:hover{background:#ffed4e;border-color:#ffed4e;transform:translateY(-2px);box-shadow:0 6px 16px #0006}.text-overlay{position:absolute;cursor:grab;pointer-events:all;transition:none;touch-action:none;user-select:none;min-width:50px;min-height:30px;padding:5px;border:2px dashed rgba(255,215,0,.6);background:#ffd7001a;display:flex;align-items:center;justify-content:center;overflow:hidden}.text-overlay:hover{border-color:#ffd700e6;background:#ffd70026}.text-overlay.dragging{cursor:grabbing;border-color:gold;background:#ffd70033}.text-content{font-family:Impact,impact,sans-serif;color:#fff;text-shadow:2px 2px 0 #000,-2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,2px 0 0 #000,-2px 0 0 #000,0 2px 0 #000,0 -2px 0 #000;text-align:center;font-size:40px;line-height:1.2;word-spacing:100vw;width:100%;pointer-events:none;text-transform:uppercase;letter-spacing:1px}.resize-handle{position:absolute;width:20px;height:20px;background:gold;border:2px solid white;border-radius:50%;cursor:nwse-resize;z-index:10}.resize-handle.bottom-right{bottom:-10px;right:-10px}.resize-handle.bottom-left{bottom:-10px;left:-10px;cursor:nesw-resize}.canvas-container.exporting .text-overlay{border-color:transparent;background:transparent}.canvas-container.exporting .resize-handle{display:none}.text-inputs{display:flex;flex-direction:column;gap:1rem;width:100%}.text-input-group{display:flex;flex-direction:column;gap:.5rem}.text-input-group label{color:#333;font-weight:700;font-size:.9rem}.text-input-group input[type=text]{width:100%;padding:.8rem;background:#fff;border:2px solid #444;border-radius:8px;color:#333;font-size:1rem;font-family:Impact,impact,sans-serif;outline:none;transition:all .3s ease}.text-input-group input[type=text]:focus{border-color:gold;background:#fff;box-shadow:0 0 15px #ffd70066}.text-input-group input[type=text]::placeholder{color:#0006}.image-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{position:relative;max-width:90%;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:1rem}.modal-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;line-height:1}.modal-instruction{color:#fff;font-size:1rem;margin:0;text-align:center;padding:.5rem;background:#ffd70033;border-radius:8px;border:2px solid #ffd700}.modal-image{max-width:100%;max-height:70vh;object-fit:contain;border:3px solid #ffd700;border-radius:8px}@media(max-width:1024px){.upload-section{grid-template-columns:1fr;gap:2rem;text-align:center}.editor-section{grid-template-columns:1fr;gap:2rem}.canvas-column{order:1}.controls-column{order:2}.controls{min-width:auto;width:100%;max-width:500px;margin:0 auto}}@media(max-width:768px){.title{font-size:2.5rem}.subtitle{font-size:1rem}.header-links{gap:1rem}.ca-link{font-size:.75rem;padding:.6rem 1rem}.x-logo{width:28px;height:28px}.main-content{padding:1rem}.editor-section{max-width:100%;padding:0 .5rem}.canvas-container{max-width:100%}.base-image{max-width:100%;height:auto}.text-content{font-size:24px}.text-overlay{min-width:40px;min-height:25px}.resize-handle{width:28px;height:28px}.resize-handle.bottom-right{bottom:-14px;right:-14px}.resize-handle.bottom-left{bottom:-14px;left:-14px}.change-image-btn{padding:.8rem 1.5rem;font-size:.9rem}.eye-selector h3{font-size:1.2rem;margin-bottom:1rem}.eye-options{justify-content:space-evenly;gap:.8rem}.eye-option{min-width:90px;padding:.8rem;flex:1 1 90px;max-width:140px}.eye-option img{width:40px;height:40px}.eye-option span{font-size:.75rem}.controls{padding:1.2rem}.upload-label,.download-btn{padding:1rem 2rem;font-size:1rem}}@media(max-width:480px){.title{font-size:1.8rem}.subtitle{font-size:.9rem}.ca-link{font-size:.65rem;padding:.5rem .8rem;max-width:90%;word-break:break-all}.x-logo{width:24px;height:24px}.main-content{padding:.5rem}.canvas-container{max-width:100%}.base-image{max-width:100%;height:auto}.eye-options{gap:.5rem;justify-content:space-evenly}.eye-option{min-width:80px;padding:.6rem;flex:1 1 80px;max-width:120px}.eye-option img{width:35px;height:35px}.eye-option span{font-size:.7rem}.controls{padding:1rem}.download-btn{padding:.8rem 1.5rem;font-size:.9rem}}
