:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{height:100%}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5}.text-xs{font-size:10px}.text-sm{font-size:12px}.text-md{font-size:14px}.link-header:hover{color:#000!important}.header-logo{color:#0a0a0a;font-weight:700;text-decoration:none}.welcome-text{font-size:24px;font-weight:700}.app-container{flex-direction:column;max-width:500px;min-height:100vh;display:flex;position:relative}.hero-image{width:100%;height:25vh;overflow:hidden}.hero-image img{object-fit:cover;width:100%;height:100%}.header-title{font-size:26px}.btn-gradient{color:#fff;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:10px;height:50px}.bottom-bar{background:#fff;position:sticky;bottom:0}.btn-bottom{color:#fff!important}.overlay{z-index:1000;background:#00000080;position:fixed;inset:0}.bottom-sheet-wrapper{z-index:1001;justify-content:center;width:100%;display:flex;position:fixed;bottom:0;left:0}.bottom-sheet{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;width:100%;max-width:500px;padding:16px;animation:.25s forwards slideUp;box-shadow:0 -5px 20px #0003}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.upload-hero{text-align:center;background:linear-gradient(135deg,#e9e4f0,#f7f3ef);border-radius:24px;padding:30px 20px;box-shadow:0 10px 30px #00000014}.upload-icon{color:#fff;background:linear-gradient(135deg,#ffb86c,#ff6a88);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 10px;font-size:30px;display:flex}.status-card{background:#f4f5f7;border-radius:20px;padding:20px}.file-item{background:#f8f9fa;border-radius:16px;justify-content:space-between;align-items:center;padding:10px;display:flex}.file-thumb{object-fit:cover;border-radius:10px;width:50px;height:50px}.bottom-action{justify-content:center;width:100%;display:flex;position:fixed;bottom:16px;left:0}.bottom-action-inner{background:#1f2937;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:480px;margin:0 12px;padding:16px 24px;display:flex}.send-btn{color:#fff;background:linear-gradient(90deg,#6366f1,#8b5cf6);border:none;border-radius:12px;padding:10px 20px}.send-btn:disabled{cursor:not-allowed;opacity:.8}.form-control-user{border-color:#c2c2c2}.form-control-custom{padding-block:10px!important}.form-control-user::placeholder{font-size:15px;color:#9ca3af!important}.error-page{justify-content:center;align-items:center;margin-top:50px;display:flex}.error-card{text-align:center;background:#fff;border-radius:20px;width:100%;margin-left:24px;margin-right:24px;padding:32px 12px;box-shadow:0 10px 30px #00000014}.help-header{font-size:19px;line-height:28px}
