@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--background:#f8fafc;--foreground:#1e293b;--primary:#f97316;--primary-hover:#ea580c;--primary-light:#ffedd5;--accent:#38bdf8;--accent-light:#e0f2fe;--surface:#fff;--surface-hover:#f1f5f9;--border:#e2e8f0;--text-muted:#64748b;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:40px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;min-height:100vh;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1)}.app-header{z-index:100;align-items:center;padding:16px 24px;display:flex;position:fixed;top:0;left:0;right:0}.logo{letter-spacing:-.03em;color:#fff;text-shadow:0 2px 8px #0000004d;font-size:1.5rem;font-weight:900}
.FeedbackModal-module__wOhEfW__overlay{z-index:9999;-webkit-backdrop-filter:blur();pointer-events:none;background:0 0;justify-content:center;align-items:flex-end;padding:0 16px 24px;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;inset:0}.FeedbackModal-module__wOhEfW__overlayVisible{-webkit-backdrop-filter:blur(6px);pointer-events:all;background:#0000008c}.FeedbackModal-module__wOhEfW__modal{-webkit-backdrop-filter:blur(20px);opacity:0;will-change:transform,opacity;background:#fffffff5;border:1px solid #ffffffb3;border-radius:24px;width:100%;max-width:480px;padding:28px 28px 24px;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s;transform:translateY(40px);box-shadow:0 32px 80px -10px #0000004d,inset 0 0 0 1px #ffffff80}.FeedbackModal-module__wOhEfW__modalVisible{opacity:1;transform:translateY(0)}.FeedbackModal-module__wOhEfW__header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.FeedbackModal-module__wOhEfW__titleGroup{flex-direction:column;gap:2px;display:flex}.FeedbackModal-module__wOhEfW__title{color:#1e293b;letter-spacing:-.02em;font-size:1.15rem;font-weight:800;line-height:1.2}.FeedbackModal-module__wOhEfW__subtitle{color:#94a3b8;font-size:.78rem;font-weight:400}.FeedbackModal-module__wOhEfW__closeBtn{color:#64748b;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex}.FeedbackModal-module__wOhEfW__closeBtn:hover{color:#1e293b;background:#e2e8f0}.FeedbackModal-module__wOhEfW__typeRow{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px;display:grid}.FeedbackModal-module__wOhEfW__typeBtn{color:#64748b;background:0 0;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:7px;padding:10px 14px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.FeedbackModal-module__wOhEfW__typeBtn:hover{color:#1e293b;border-color:#cbd5e1}.FeedbackModal-module__wOhEfW__typeBtnActive{color:#fff;background:linear-gradient(135deg,#f97316,#f59e0b);border-color:#0000;box-shadow:0 4px 16px -4px #f9731673}.FeedbackModal-module__wOhEfW__typeIcon{font-size:1.05rem}.FeedbackModal-module__wOhEfW__fieldGroup{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.FeedbackModal-module__wOhEfW__label{color:#475569;letter-spacing:.04em;text-transform:uppercase;margin-bottom:5px;font-size:.78rem;font-weight:600;display:block}.FeedbackModal-module__wOhEfW__input{color:#1e293b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.FeedbackModal-module__wOhEfW__input:focus{background:#fff;border-color:#f97316;box-shadow:0 0 0 3px #f973161f}.FeedbackModal-module__wOhEfW__input::placeholder{color:#cbd5e1}.FeedbackModal-module__wOhEfW__textarea{resize:none;height:120px;line-height:1.6}.FeedbackModal-module__wOhEfW__bugHints{background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;flex-direction:column;gap:4px;margin-bottom:4px;padding:10px 12px;display:flex}.FeedbackModal-module__wOhEfW__bugHint{color:#9a3412;align-items:flex-start;gap:6px;font-size:.78rem;display:flex}.FeedbackModal-module__wOhEfW__charCount{text-align:right;color:#94a3b8;margin-top:-6px;font-size:.72rem}.FeedbackModal-module__wOhEfW__charCountWarn{color:#f97316}.FeedbackModal-module__wOhEfW__inlineError{color:#b91c1c;background:#fef2f2;border-left:3px solid #ef4444;border-radius:6px;align-items:center;gap:6px;margin-top:8px;margin-bottom:12px;padding:10px 14px;font-size:.8rem;animation:.2s ease-out FeedbackModal-module__wOhEfW__fadeIn;display:flex}@keyframes FeedbackModal-module__wOhEfW__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.FeedbackModal-module__wOhEfW__submitBtn{letter-spacing:-.01em;color:#fff;background:linear-gradient(135deg,#f97316,#f59e0b);border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px -4px #f9731666}.FeedbackModal-module__wOhEfW__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px -4px #f9731680}.FeedbackModal-module__wOhEfW__submitBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.FeedbackModal-module__wOhEfW__spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite FeedbackModal-module__wOhEfW__spin}@keyframes FeedbackModal-module__wOhEfW__spin{to{transform:rotate(360deg)}}.FeedbackModal-module__wOhEfW__successState{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:28px 0 12px;display:flex}.FeedbackModal-module__wOhEfW__successEmoji{font-size:2.4rem;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards FeedbackModal-module__wOhEfW__popIn}@keyframes FeedbackModal-module__wOhEfW__popIn{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.FeedbackModal-module__wOhEfW__successTitle{color:#1e293b;letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.FeedbackModal-module__wOhEfW__successMsg{color:#64748b;font-size:.85rem;line-height:1.5}.FeedbackModal-module__wOhEfW__fab{z-index:9998;color:#1e293b;-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#ffffff40;border:1px solid #fff6;border-radius:24px;justify-content:center;align-items:center;min-width:48px;height:48px;padding:0 14px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 4px 12px #00000014}.FeedbackModal-module__wOhEfW__fab span:first-child{justify-content:center;align-items:center;font-size:1.1rem;display:flex}.FeedbackModal-module__wOhEfW__fab span:nth-child(2){opacity:0;white-space:nowrap;max-width:0;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.FeedbackModal-module__wOhEfW__fab:hover{background:#fffffff2;border-color:#fffc;transform:translateY(-2px);box-shadow:0 8px 28px #00000026}.FeedbackModal-module__wOhEfW__fab:hover span:nth-child(2){opacity:1;max-width:100px;margin-left:8px}@media (max-width:480px){.FeedbackModal-module__wOhEfW__modal{border-radius:20px;padding:24px 20px 20px}.FeedbackModal-module__wOhEfW__fab{min-width:44px;height:44px;padding:0 12px;bottom:20px;right:20px}}.FeedbackModal-module__wOhEfW__imageAttachRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.FeedbackModal-module__wOhEfW__attachBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.FeedbackModal-module__wOhEfW__attachBtn:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.FeedbackModal-module__wOhEfW__previewGroup{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:4px 8px 4px 4px;display:flex}.FeedbackModal-module__wOhEfW__previewImg{object-fit:cover;border-radius:4px;width:28px;height:28px}.FeedbackModal-module__wOhEfW__previewName{color:#475569;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.75rem;overflow:hidden}.FeedbackModal-module__wOhEfW__removeImageBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;font-size:.8rem;display:flex}.FeedbackModal-module__wOhEfW__removeImageBtn:hover{color:#ef4444;background:#f1f5f9}
