body{margin:0;padding:0;overflow:hidden;background-color:#000;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;min-height:500px}#pjs-canvas{display:block;position:fixed;top:0;left:0;z-index:-1}#gradient-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;will-change:background;opacity:0;transition:opacity 1.8s ease-in-out}#parading-horse-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;overflow:hidden}#parading-horse-container.first-load-hidden{display:none}.parading-horse-container{position:absolute;width:40px;height:auto;animation:parade linear;will-change:transform;z-index:1;-webkit-tap-highlight-color:transparent}.parading-horse-container:not(.child-horse){cursor:pointer}.parading-horse-container:not(.new-horse):not(.upvoted):not(.downvoted) svg path{stroke:#000!important}.parading-horse-container.new-horse{z-index:100}.parading-horse-container.new-horse svg path{animation:sun-to-gold 1s ease-in-out infinite alternate}.parading-horse-container.new-horse svg polygon{animation:sun-to-gold 1s ease-in-out infinite alternate}@keyframes sun-to-gold{0%{stroke:#f6e97b;fill:#f6e97b}to{stroke:#f1c043;fill:#f1c043}}@keyframes new-horse-scale-in{0%{transform:scale(4) translate(-20px) translateY(8vh)}to{transform:scale(1) translate(0) translateY(0)}}.parading-horse-container.new-horse.releasing{transform-origin:center center;z-index:100}.parading-horse-container.amnesty-horse{z-index:1400}.parading-horse-container.amnesty-horse svg path{stroke:#fff!important}.parading-horse-container.amnesty-horse svg polygon{fill:#fff!important}.parading-horse-container.upvote-jump .parading-horse-part{animation:upvote-jump .5s linear forwards}.parading-horse-container.downvote-fall .parading-horse-part{animation:downvote-fall 1s forwards}.parading-horse-container.downvote-fall{opacity:0;transition:opacity .5s ease-in}@keyframes upvote-jump{0%{transform:translateY(0) rotate(-7deg)}25%{transform:translateY(-20px) rotate(-20deg)}50%{transform:translateY(-30px) rotate(0)}75%{transform:translateY(-17px) rotate(10deg)}95%{transform:translateY(0) rotate(5deg)}98%{transform:translateY(0) rotate(-3deg)}to{transform:translateY(0) rotate(0)}}@keyframes downvote-fall{0%{transform:translateY(0) rotate(0)}to{transform:translateY(50px) rotate(30deg)}}.parading-horse-part{position:absolute;top:0;left:0;width:100%;height:100%;image-rendering:pixelated}.parading-horse-part svg{width:100%;height:auto}.parading-horse-front-legs{animation:move-legs-front .5s steps(1,jump-end) infinite}.parading-horse-hind-legs{animation:move-legs-hind .5s steps(1,jump-end) infinite}@keyframes parade{0%{left:-50px}to{left:100vw}}@keyframes move-legs-front{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}@keyframes move-legs-hind{0%,to{transform:translateY(3px)}50%{transform:translateY(-3px)}}#music-button{position:fixed;bottom:35px;right:210px;width:40px;height:40px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;z-index:1500;padding:0;opacity:.5;user-select:none;-webkit-user-select:none}#music-button:hover{opacity:.9}#order-mug-button{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border:none;background:#fff8e680;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1500;padding:0;user-select:none;-webkit-user-select:none}#order-mug-button:hover{background:#fffc;transform:scale(1.05)}#add-horse-button{position:fixed;bottom:30px;right:150px;width:50px;height:50px;background:#fff4f480;color:#000;border:none;font-size:26px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1500;line-height:1;padding:0;user-select:none;-webkit-user-select:none}#add-horse-button:hover{background:#fffc;transform:scale(1.05)}#about-button{position:fixed;bottom:30px;right:90px;width:50px;height:50px;border:none;background:#f4fff480;color:#000;font-size:26px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1500;line-height:1;padding:0;user-select:none;-webkit-user-select:none}#about-button:hover{background:#fffc;transform:scale(1.05)}#drawing-controls{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0003;display:flex;align-items:flex-start;justify-content:center;z-index:2000;overflow-y:auto;overflow-x:hidden;padding:20px 0;padding-bottom:max(60px,env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}#drawing-controls.hidden{display:none}#drawing-controls.first-load{background:#0003!important;display:flex!important}.drawing-modal{background:#fffffff2;padding:20px;corner-shape:superellipse(1.5);display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;max-width:90vw;margin:auto}@media (max-width: 480px){.drawing-modal{padding:15px;gap:10px}.drawing-modal h3{font-size:20px;margin:0 0 5px}}.drawing-modal h3{margin:0;font-size:24px;color:#333;font-weight:400}.drawing-subtitle{margin:-5px 0 0;font-size:14px;color:#666}.horse-emoji-flip{display:inline-block;transform:scaleX(-1)}.close-button{position:absolute;top:15px;right:15px;width:32px;height:32px;border-radius:50%;background:#0000001a;border:none;color:#333;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.close-button:hover{background:#0003;color:#333}#draw-canvas{background:#fff;border:2px solid #ccc;border-radius:5px;cursor:crosshair;cursor:pointer;touch-action:none}.buttons{display:flex;gap:10px}button{padding:8px 15px;border:1px solid #ccc;border-radius:5px;background-color:#f0f0f0;cursor:pointer;font-size:14px}button:hover{background-color:#e0e0e0}#undo-button{opacity:.6;transition:opacity .2s ease}#undo-button:hover:not(:disabled){opacity:1}#undo-button:disabled{opacity:.3;cursor:not-allowed}#clear-button{opacity:.6}#clear-button:hover{opacity:.8}#save-button{background-color:#ff8c00;color:#fff;border:1px solid #E67E00;font-weight:500;transition:background-color 1.3s ease,border-color 1.3s ease}#save-button:hover{filter:brightness(.9)}#color-picker{display:flex;gap:10px;align-items:center}.color-swatch{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:5px;border:2px solid transparent;border-radius:5px}.color-swatch.active{border-color:#007bff}.color-swatch .swatch{width:30px;height:30px;border:1px solid #ccc;border-radius:50%;margin-bottom:5px}.color-swatch span{font-size:12px}.controls-row{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}#brush-size-selector{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:14px}.brush-size-display{display:flex;flex-direction:column;align-items:center;gap:2px}.brush-size-display label{font-size:12px;color:#666}#brush-size{width:100px;cursor:pointer}#brush-size-value{font-weight:700;min-width:20px;text-align:center}#about-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0003;display:flex;align-items:flex-start;justify-content:flex-end;z-index:2000;overflow-y:auto;padding:20px;padding-bottom:max(60px,env(safe-area-inset-bottom))}#about-modal.hidden{visibility:hidden}.about-modal-content{background:#000c;color:#e8e8e8;padding:20px 29px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;margin-right:20px}.about-modal-content .close-button{background:#48484f;color:#e8e8e8;position:sticky;top:0;right:0;float:right;z-index:10}.about-modal-content .close-button:hover{background:#fff3;color:#fff}.about-modal-content h2{margin:11px 0 24px;font-size:28px;color:#f0f0f0;font-weight:400}.about-modal-content h3{margin:20px 0 10px;font-size:18px;color:#e0e0e0;font-weight:500}.about-text{line-height:1.6;font-size:16px}.about-text p{margin:0 0 15px}.about-text ul{margin:10px 0;padding-left:20px}.about-text li{margin:8px 0}.about-text a{color:#fff;text-decoration:underline}.about-text label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;margin:15px 0 5px}.about-text input[type=checkbox]{width:18px;height:18px;cursor:pointer}.warning-text{margin:2px 0 12px 3px;font-size:13px;color:#e8e8e8;font-style:italic}.info-text{margin:8px 0 0;font-size:13px;color:#aaa;font-style:italic}.action-button{padding:10px 20px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background-color:#ffffff1a;color:#e8e8e8;cursor:pointer;font-size:14px;font-weight:500;margin:9px 0 5px}.action-button:hover{background-color:#fff3;border-color:#ffffff80}#support-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0003;display:flex;align-items:center;justify-content:center;z-index:2000;overflow-y:auto;padding:20px;padding-bottom:max(60px,env(safe-area-inset-bottom))}#support-modal.hidden{visibility:hidden}.support-modal-content{background:#000c;color:#e8e8e8;padding:20px 29px;max-width:450px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.support-modal-content .close-button{background:#48484f;color:#e8e8e8;position:sticky;top:0;right:0;float:right;z-index:10}.support-modal-content .close-button:hover{background:#fff3;color:#fff}.support-modal-content h2{margin:11px 0 24px;font-size:24px;font-weight:400}.support-modal-content h3{margin:20px 0 10px;font-size:18px;color:#e0e0e0;font-weight:500}.support-text{line-height:1.6;font-size:16px}.support-text p{margin:0 0 15px}.support-text a{color:#fff;text-decoration:underline}.support-subscribe-row{display:flex;gap:8px;align-items:center}.support-subscribe-row input[type=email]{flex:1;padding:10px 12px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background-color:#ffffff1a;color:#e8e8e8;font-size:14px;outline:none}.support-subscribe-row input[type=email]::placeholder{color:#fff6}.support-subscribe-row input[type=email]:focus{border-color:#ffffff80}.support-subscribe-row .action-button{margin:0;white-space:nowrap}#mug-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0003;display:flex;align-items:center;justify-content:center;z-index:2000;overflow-y:auto;padding:20px;padding-bottom:max(60px,env(safe-area-inset-bottom))}#mug-modal.hidden{visibility:hidden}.mug-modal-content{background:#000c;color:#e8e8e8;padding:20px 29px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.mug-modal-content .close-button{background:#48484f;color:#e8e8e8;position:sticky;top:0;right:0;float:right;z-index:10}.mug-modal-content .close-button:hover{background:#fff3;color:#fff}.mug-modal-content h2{margin:11px 0 16px;font-size:24px;color:#f0f0f0;font-weight:400}.mug-modal-content h3{margin:20px 0 10px;font-size:18px;color:#e0e0e0;font-weight:500}.mug-modal-content p{font-size:15px;line-height:1.5;margin:0 0 10px}.mug-intro{display:flex;gap:16px;align-items:flex-start;margin-bottom:10px}.mug-intro-text{flex:1}.mug-intro-img{width:120px;height:auto;border-radius:6px;flex-shrink:0}.mug-design-toggle{display:flex;gap:8px;margin-bottom:10px}.mug-design-option{padding:5px 14px;border:1px solid rgba(255,255,255,.3);border-radius:16px;background:transparent;color:#aaa;font-size:13px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.mug-design-option:hover{border-color:#ffffff80;color:#ddd}.mug-design-option.selected{background:#e8820c;border-color:#e8820c;color:#fff}.mug-count-text{font-size:13px!important;color:#aaa;font-style:italic}#mug-horse-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin:12px 0}.mug-horse-item{position:relative;border:3px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:border-color .15s,transform .15s;overflow:hidden}.mug-horse-item canvas{display:block;width:100%;height:auto}.mug-horse-item:hover{border-color:#ffffff80}.mug-horse-item.selected{border-color:#e8820c;transform:scale(1.03)}.mug-horse-item.selected:after{content:"\2713";position:absolute;bottom:4px;right:6px;color:#e8820c;font-size:16px;font-weight:700;line-height:1}.mug-buttons{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}#mug-preview-canvas{max-width:100%;height:auto;border:1px solid rgba(255,255,255,.2);border-radius:4px;margin:8px 0}#mug-loading,#mug-empty{padding:20px 0;text-align:center;color:#aaa;font-style:italic}#mug-loading.hidden,#mug-empty.hidden,#mug-selection-area.hidden,#mug-preview-container.hidden,#mug-order-zazzle.hidden,#mug-realview-loading.hidden,#mug-realview-img.hidden{display:none}#mug-realview{text-align:center;margin:12px 0}#mug-realview-loading{color:#aaa;font-style:italic}#mug-realview-img{max-width:100%;height:auto;border-radius:4px}#mug-order-zazzle{background-color:#4caf50;border-color:#45a049;margin-top:12px;margin-left:auto;display:block}#mug-order-zazzle:hover{filter:brightness(.9)}@media (max-width: 500px){#about-modal{justify-content:center;padding:10px 8px}.about-modal-content{margin-right:0;max-width:100%;padding:20px;max-height:85vh}.about-modal-content h2{font-size:24px}.about-text{font-size:16px}#support-modal{padding:10px 8px}.support-modal-content{max-width:100%;padding:20px;max-height:85vh}.support-modal-content h2{font-size:24px}.mug-modal-content{max-width:100%;padding:20px;max-height:85vh}#mug-horse-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}}@media (max-width: 480px){#order-mug-button{right:30px;bottom:30px;width:45px;height:45px}#about-button{right:80px;bottom:30px;width:45px;height:45px;font-size:24px}#add-horse-button{right:130px;bottom:30px;width:45px;height:45px;font-size:24px}#music-button{right:180px;bottom:33px;width:35px;height:35px}.about-modal-content{padding:12px 20px}.about-modal-content h2{font-size:22px;margin-bottom:15px}.about-text{font-size:15px}}
