*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0f0f0f;color:#e5e5e5;min-height:100vh;line-height:1.5}.container{max-width:480px;margin:0 auto;padding:2rem 1.5rem;min-height:100vh;display:flex;flex-direction:column}header{text-align:center;margin-bottom:2.5rem}h1{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:.5rem}.subtitle{color:#888;font-size:.9rem}main{flex:1}.import-form{display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;flex-direction:column;gap:.5rem}label{font-size:.875rem;color:#aaa}input[type=url]{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid #333;border-radius:8px;background:#1a1a1a;color:#fff;outline:none;transition:border-color .2s}input[type=url]:focus{border-color:#555}input[type=url]::placeholder{color:#555}input[type=url]:disabled{opacity:.6;cursor:not-allowed}.hint{font-size:.8rem}.hint.error{color:#f87171}.import-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer;transition:background .2s}.import-button:hover:not(:disabled){background:#1d4ed8}.import-button:disabled{background:#1e3a5f;color:#6b7280;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.message{margin-top:1.5rem;padding:1.25rem;border-radius:8px;text-align:center}.error-message{background:#2d1f1f;border:1px solid #5c2828;color:#f87171}.success-message{background:#1a2e1a;border:1px solid #2d5a2d;color:#86efac}.downloading-message{background:#1a2533;border:1px solid #2d4a6d;color:#93c5fd}.progress-container{width:100%;height:8px;background:#1a1a1a;border-radius:4px;overflow:hidden;margin:1rem 0 .5rem}.progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:4px;transition:width .2s ease}.progress-text{font-size:.9rem;font-weight:500;color:#93c5fd}.success-message p{margin-bottom:.5rem}.expires{font-size:.8rem;color:#6b7280;margin-bottom:1rem!important}.download-button{display:inline-block;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;border-radius:8px;background:#22c55e;color:#fff;transition:background .2s}.download-button:hover{background:#16a34a}.fallback-link{color:#86efac;text-decoration:underline}.fallback-link:hover{color:#fff}.dismiss-button,.new-import-button{display:block;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem;border:1px solid #444;border-radius:6px;background:transparent;color:#aaa;cursor:pointer;transition:background .2s,color .2s;width:100%}.dismiss-button:hover,.new-import-button:hover{background:#222;color:#fff}footer{margin-top:2rem;text-align:center;font-size:.75rem;color:#555}@media (max-width: 480px){.container{padding:1.5rem 1rem}h1{font-size:1.5rem}}
