@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif}.upload-page,body{background:#d4c8b0;color:#1a1a1a}.upload-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.2rem;padding:1.5rem 2rem}.upload-logo{height:110px;object-fit:contain;margin-bottom:.2rem}.upload-title{text-align:center;line-height:1.3}.upload-title-main{font-family:"Instrument Serif",serif;font-size:1.6rem;font-weight:400;color:#1a1a1a}.upload-title-sub{font-size:1.1rem;color:#555;margin-top:.2rem}.upload-hint{font-size:.9rem;color:#555;text-align:center}.upload-zone{width:100%;max-width:360px;min-height:120px;border:2px dashed rgba(0,0,0,.2);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:transparent;padding:1.2rem;transition:border-color .2s,background .2s}.upload-zone.has-files{border-color:#2e7d32;background:rgba(46,125,50,.06)}.upload-zone-icon{font-size:4rem}.upload-zone-label{font-size:.95rem;color:#555;text-align:center;font-weight:600}.upload-zone.has-files .upload-zone-label{color:#2e7d32}.upload-message-wrap{width:100%;max-width:360px;position:relative}.upload-textarea{width:100%;background:#c4b8a0;border:1.5px solid rgba(0,0,0,.15);border-radius:10px;color:#1a1a1a;font-family:DM Sans,sans-serif;font-size:1rem;padding:.7rem 1rem 1.8rem;outline:none;resize:none;box-sizing:border-box;transition:border-color .2s}.upload-textarea::placeholder{color:#888}.upload-textarea:focus{border-color:#2e7d32}.upload-char-count{position:absolute;bottom:.4rem;right:.6rem;font-size:.72rem;color:#888}.upload-char-count.warn{color:#d97706}.upload-error{background:rgba(220,38,38,.1);border:1px solid #dc2626;border-radius:8px;padding:.7rem 1rem;color:#dc2626;font-size:.88rem;text-align:center}.upload-error,.upload-progress{width:100%;max-width:360px}.upload-progress-bar{background:rgba(0,0,0,.12);border-radius:8px;height:6px;overflow:hidden}.upload-progress-fill{height:100%;background:#2e7d32;border-radius:8px;transition:width .3s}.upload-progress-label{font-size:.82rem;color:#555;text-align:center;margin-top:.5rem}.upload-btn{width:100%;max-width:360px;padding:.9rem;background:#1a1a1a;color:#d4c8b0;border:none;border-radius:100px;font-family:DM Sans,sans-serif;font-size:1.05rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s}.upload-btn:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.upload-btn:disabled{opacity:.4;cursor:not-allowed}.upload-thanks-title{font-family:"Instrument Serif",serif;font-size:2.8rem;color:#1a1a1a}.upload-thanks-sub{font-size:1.15rem;color:#555;text-align:center;line-height:1.5}.upload-promo{font-size:1rem;color:#888;text-align:center;text-decoration:none;margin-top:.5rem}.upload-promo span{color:#2e7d32;font-weight:600}