:root{--primary: #cc785c;--primary-active: #a9583e;--primary-disabled: #d9a08a;--ink: #141413;--muted: #6c6a64;--canvas: #efe9de;--surface: #faf9f5;--error: #c64545;--sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;color:var(--ink);background:var(--canvas);font-family:var(--sans)}button,input{font:inherit}main{width:100%;padding:40px}.upload-form{display:grid;gap:40px;width:100%}.drop-zone{display:flex;min-height:460px;align-items:center;justify-content:center;flex-direction:column;padding:40px;border:2px dashed var(--muted);border-radius:24px;background:var(--surface);text-align:center;cursor:pointer}.drop-zone.is-dragging,.drop-zone:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #cc785c29}.drop-zone.is-error{border-color:var(--error)}.drop-zone input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.upload-icon{display:grid;width:84px;height:84px;margin-bottom:36px;place-items:center;color:#fff;border-radius:50%;background:var(--primary);font-size:48px;font-weight:300;line-height:1}.drop-zone strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:500;line-height:1.3}.drop-zone>span:last-child{margin-top:14px;color:var(--muted);font-size:24px;line-height:1.4}#upload-button{min-height:82px;padding:16px 24px;color:#fff;border:0;border-radius:16px;background:var(--primary);font-size:28px;font-weight:600;cursor:pointer}#upload-button:active:not(:disabled){background:var(--primary-active)}#upload-button:disabled{background:var(--primary-disabled);cursor:not-allowed}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 720px){main{padding:20px}.upload-form{gap:20px}.drop-zone{min-height:360px;padding:24px;border-radius:16px}.upload-icon{width:68px;height:68px;margin-bottom:28px;font-size:40px}.drop-zone strong{font-size:24px}.drop-zone>span:last-child{font-size:17px}#upload-button{min-height:64px;border-radius:12px;font-size:20px}}
