:root{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,background-color .2s}button:focus,button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.scratch-ticket-wrap{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:420px;margin:0 auto}.scratch-instruction{font-size:1.1rem;color:var(--announce-text-soft);letter-spacing:.02em;margin:0}.lottery-ticket{width:100%;background:linear-gradient(180deg,#fffefb,#fdf9f3 8%,#faf4eb);border-radius:12px;overflow:hidden;box-shadow:0 0 0 2px #b4645040,0 0 0 4px #fff9,0 6px 24px #0000001f,0 2px 8px #00000014;border:1px solid rgba(160,90,70,.2)}.lottery-ticket-header{background:linear-gradient(135deg,#c45c4a,#a84a3a,#8f3d2e);color:#fff;padding:14px 16px 12px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;position:relative}.lottery-ticket-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:repeating-linear-gradient(90deg,transparent,transparent 8px,rgba(255,255,255,.3) 8px,rgba(255,255,255,.3) 10px)}.lottery-ticket-title{font-size:1.25rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.2)}.lottery-ticket-subtitle{font-size:.7rem;font-weight:600;letter-spacing:.12em;opacity:.95;text-transform:uppercase}.lottery-ticket-no{font-size:.75rem;font-weight:700;letter-spacing:.05em;opacity:.9}.lottery-ticket-scratch-zone{padding:16px}.lottery-scratch-label{font-size:.7rem;font-weight:700;letter-spacing:.2em;color:var(--announce-text-soft);text-align:center;margin-bottom:8px}.scratch-ticket{position:relative;width:100%;aspect-ratio:2 / 1;min-height:180px;max-height:240px;border-radius:8px;overflow:hidden;box-shadow:inset 0 0 0 2px #00000014,inset 0 2px 4px #0000000f;background:linear-gradient(145deg,#fef8f0,#fceee0);border:2px dashed rgba(160,100,80,.25)}.scratch-ticket-reveal{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center}.scratch-reveal-label{font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:700;color:var(--announce-accent);line-height:1.2;margin-bottom:6px}.scratch-reveal-names{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--announce-text);font-weight:600}.scratch-canvas{position:absolute;top:0;left:0;width:100%;height:100%;cursor:grab;touch-action:none}.scratch-canvas:active{cursor:grabbing}.lottery-ticket-footer{padding:12px 16px 14px;background:linear-gradient(180deg,#00000005,#0000000a);border-top:1px dashed rgba(140,100,80,.2);display:flex;flex-direction:column;align-items:center;gap:8px}.lottery-barcode{display:flex;gap:2px;align-items:flex-end;height:28px}.lottery-barcode span{display:inline-block;width:3px;background:#333;border-radius:1px;height:100%}.lottery-barcode span:nth-child(1){height:60%}.lottery-barcode span:nth-child(2){height:90%}.lottery-barcode span:nth-child(3){height:40%}.lottery-barcode span:nth-child(4){height:100%}.lottery-barcode span:nth-child(5){height:75%}.lottery-barcode span:nth-child(6){height:55%}.lottery-barcode span:nth-child(7){height:85%}.lottery-barcode span:nth-child(8){height:45%}.lottery-barcode span:nth-child(9){height:95%}.lottery-barcode span:nth-child(10){height:70%}.lottery-ticket-id{font-size:.65rem;font-weight:600;letter-spacing:.15em;color:var(--announce-text-soft);opacity:.85}:root{--announce-bg: #fdf6f0;--announce-bg-gradient: linear-gradient(160deg, #fdf8f3 0%, #f5e6dc 50%, #f0ddd2 100%);--announce-surface: #fefbf8;--announce-accent: #c45c4a;--announce-accent-soft: #d47868;--announce-text: #3d2c29;--announce-text-soft: #6b534e}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--announce-bg);background:var(--announce-bg-gradient);color:var(--announce-text);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}#root{width:100%;min-height:100vh}.app{min-height:100vh;padding:32px 24px 48px;width:100%}.app-content{max-width:520px;margin:0 auto;display:flex;flex-direction:column;gap:40px;align-items:center}.announce-header{text-align:center}.announce-header h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--announce-text);line-height:1.25;margin:0;letter-spacing:-.02em}.announce-tagline{font-size:clamp(.95rem,2vw,1.05rem);color:var(--announce-text-soft);margin-top:10px}@media (max-width: 768px){.app{padding:24px 16px 40px}.app-content{gap:32px}}
