@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{color:#111;-webkit-font-smoothing:antialiased;background-color:#f4f5f7;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}button{cursor:pointer;border:none;outline:none;font-family:inherit}input{font-family:inherit}input:focus-visible,button:focus-visible{outline-offset:2px;outline:3px solid #2563eb}.app{background:#f4f5f7;flex-direction:column;min-height:100vh;display:flex}.header{z-index:50;background:#1a1a1a;align-items:center;gap:12px;padding:14px 18px;display:flex;position:sticky;top:0}.header-icon{flex-shrink:0;font-size:26px;line-height:1}.header-text h1{color:#fff;letter-spacing:-.01em;font-size:1.1rem;font-weight:800;line-height:1.2}.header-text p{color:#aaa;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:500}.main{flex:1;width:100%;max-width:560px;margin:0 auto;padding:16px 14px 36px}.tabs{background:#fff;border:2.5px solid #111;border-radius:12px;grid-template-columns:1fr 1fr;gap:0;margin-bottom:18px;display:grid;overflow:hidden}.tab-btn{text-transform:uppercase;letter-spacing:.04em;color:#555;text-align:center;cursor:pointer;background:#fff;border:none;border-right:2.5px solid #111;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:16px 10px;font-size:.82rem;font-weight:800;line-height:1.3;transition:background .15s,color .15s;display:flex}.tab-btn:last-child{border-right:none}.tab-btn .tab-icon{font-size:1.6rem;line-height:1}.tab-btn.active{color:#fff;background:#111}.card{background:#fff;border:2.5px solid #111;border-radius:16px;padding:22px 18px 24px;box-shadow:4px 4px #111}.card-title{color:#111;margin-bottom:4px;font-size:1.35rem;font-weight:900;line-height:1.2}.card-subtitle{color:#555;margin-bottom:22px;font-size:.85rem;font-weight:500}.card-divider{background:#e5e7eb;height:2px;margin:20px 0}.field{margin-bottom:18px}.field-label{color:#111;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px;font-size:.82rem;font-weight:800;display:block}.field-input{color:#111;background:#fff;border:2.5px solid #111;border-radius:10px;width:100%;padding:15px 16px;font-size:1.1rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.field-input::placeholder{color:#aaa;font-weight:400}.field-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb2e}.drop-zone{text-align:center;cursor:pointer;background:#f9fafb;border:3px dashed #aaa;border-radius:14px;padding:36px 20px;transition:border-color .15s,background .15s;position:relative}.drop-zone:hover{background:#eff6ff;border-color:#2563eb}.drop-zone.drag-over{background:#dbeafe;border-style:solid;border-color:#2563eb}.drop-zone.has-file,.drop-zone.has-file-orange{background:#f0fdf4;border-style:solid;border-color:#16a34a}.drop-zone input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.drop-zone-icon{margin-bottom:12px;font-size:3.2rem;line-height:1}.drop-zone-text{color:#111;margin-bottom:0;font-size:1rem;font-weight:700}.drop-zone-hint{display:none}.file-chip{color:#14532d;text-overflow:ellipsis;white-space:nowrap;background:#dcfce7;border:2px solid #16a34a;border-radius:50px;align-items:center;gap:8px;max-width:100%;margin-top:10px;padding:8px 18px;font-size:.88rem;font-weight:700;display:inline-flex;overflow:hidden}.file-chip-orange{color:#14532d;background:#dcfce7;border-color:#16a34a}.btn{letter-spacing:.02em;text-transform:uppercase;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:22px 24px;font-size:1.15rem;font-weight:900;transition:transform .12s,box-shadow .12s,opacity .15s;display:flex}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.btn-blue{color:#fff;background:#2563eb;box-shadow:0 4px #1d4ed8,0 6px 20px #2563eb4d}.btn-blue:hover:not(:disabled){background:#1d4ed8;transform:translateY(2px);box-shadow:0 2px #1e40af,0 4px 20px #2563eb66}.btn-orange{color:#fff;background:#16a34a;box-shadow:0 4px #15803d,0 6px 20px #16a34a4d}.btn-orange:hover:not(:disabled){background:#15803d;transform:translateY(2px);box-shadow:0 2px #166534,0 4px 20px #16a34a66}.spinner{border:3px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:22px;height:22px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.status-msg{border-radius:12px;align-items:flex-start;gap:12px;margin-top:16px;padding:16px 18px;font-weight:700;animation:.25s fadeSlideIn;display:flex}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.status-icon{flex-shrink:0;font-size:1.5rem}.status-text{color:inherit;font-size:1rem;font-weight:700;line-height:1.4}.status-msg.success{color:#14532d;background:#dcfce7;border:2.5px solid #16a34a}.status-msg.error{color:#7f1d1d;background:#fee2e2;border:2.5px solid #dc2626}.validation-hint{text-align:center;color:#888;margin-top:10px;font-size:.82rem;font-weight:600}.footer{text-align:center;color:#888;letter-spacing:.04em;background:#fff;border-top:1px solid #e5e7eb;padding:14px;font-size:.7rem;font-weight:600}@media (width<=400px){.card{padding:18px 14px 20px}.btn{padding:20px;font-size:1rem}.card-title{font-size:1.2rem}}
