.auth-check-state[data-astro-cid-gyrmc7w2]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;color:var(--text-secondary)}.spinner[data-astro-cid-gyrmc7w2]{width:40px;height:40px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.not-authenticated-state[data-astro-cid-gyrmc7w2]{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 300px);padding:3rem 1rem;width:100%}.auth-required-container[data-astro-cid-gyrmc7w2]{display:flex;align-items:center;justify-content:center;width:100%;max-width:600px;margin:0 auto}.auth-required-card[data-astro-cid-gyrmc7w2]{background:var(--white);border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:3.5rem 3rem;text-align:center;width:100%;border:1px solid var(--border-color)}.auth-icon-wrapper[data-astro-cid-gyrmc7w2]{display:flex;justify-content:center;margin-bottom:2rem}.auth-icon-wrapper[data-astro-cid-gyrmc7w2] svg[data-astro-cid-gyrmc7w2]{color:var(--primary-color);background:#3498db1a;padding:1.5rem;border-radius:50%;width:80px;height:80px}.auth-title[data-astro-cid-gyrmc7w2]{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.auth-description[data-astro-cid-gyrmc7w2]{color:var(--text-secondary);font-size:1.05rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.auth-actions[data-astro-cid-gyrmc7w2]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.auth-actions[data-astro-cid-gyrmc7w2] .auth-button[data-astro-cid-gyrmc7w2]{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;min-width:160px;justify-content:center}.auth-actions[data-astro-cid-gyrmc7w2] .auth-button[data-astro-cid-gyrmc7w2].primary{background:var(--primary-color);color:var(--white);border:2px solid var(--primary-color)}.auth-actions[data-astro-cid-gyrmc7w2] .auth-button[data-astro-cid-gyrmc7w2].primary:hover{background:#2980b9;border-color:#2980b9;transform:translateY(-2px);box-shadow:0 6px 20px #3498db4d}.auth-actions[data-astro-cid-gyrmc7w2] .auth-button[data-astro-cid-gyrmc7w2].secondary{background:var(--white);color:var(--primary-color);border:2px solid var(--primary-color)}.auth-actions[data-astro-cid-gyrmc7w2] .auth-button[data-astro-cid-gyrmc7w2].secondary:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #3498db4d}.auth-benefits[data-astro-cid-gyrmc7w2]{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--border-color)}.benefits-title[data-astro-cid-gyrmc7w2]{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1.25rem}.benefits-list[data-astro-cid-gyrmc7w2]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;text-align:left}.benefits-list[data-astro-cid-gyrmc7w2] li[data-astro-cid-gyrmc7w2]{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.95rem}.benefits-list[data-astro-cid-gyrmc7w2] li[data-astro-cid-gyrmc7w2] svg[data-astro-cid-gyrmc7w2]{color:var(--secondary-color);flex-shrink:0}@media (max-width: 768px){.auth-required-card[data-astro-cid-gyrmc7w2]{padding:2.5rem 2rem}.auth-title[data-astro-cid-gyrmc7w2]{font-size:1.75rem}.auth-description[data-astro-cid-gyrmc7w2]{font-size:1rem}.auth-actions[data-astro-cid-gyrmc7w2]{flex-direction:column}.auth-actions[data-astro-cid-gyrmc7w2] .auth-button[data-astro-cid-gyrmc7w2]{width:100%}.benefits-list[data-astro-cid-gyrmc7w2]{grid-template-columns:1fr;gap:.75rem}.not-authenticated-state[data-astro-cid-gyrmc7w2]{min-height:calc(100vh - 250px);padding:2rem 1rem}}.upload-container[data-astro-cid-gyrmc7w2]{display:grid;grid-template-columns:1fr 350px;gap:2rem;max-width:1200px;margin:0 auto}.upload-card[data-astro-cid-gyrmc7w2]{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.upload-form[data-astro-cid-gyrmc7w2]{display:flex;flex-direction:column;gap:1.5rem}.file-upload-area[data-astro-cid-gyrmc7w2]{border:2px dashed var(--border-color);border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease;background:var(--bg-light)}.file-upload-area[data-astro-cid-gyrmc7w2]:hover{border-color:var(--primary-color);background:#3498db0d}.file-upload-area[data-astro-cid-gyrmc7w2].drag-over{border-color:var(--primary-color);background:#3498db1a}.upload-placeholder[data-astro-cid-gyrmc7w2]{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-secondary)}.upload-placeholder[data-astro-cid-gyrmc7w2] svg[data-astro-cid-gyrmc7w2]{color:var(--primary-color)}.file-info[data-astro-cid-gyrmc7w2]{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--white);border-radius:6px;border:1px solid var(--border-color)}.remove-file[data-astro-cid-gyrmc7w2]{background:var(--danger-color);color:var(--white);border:none;padding:.25rem .75rem;border-radius:4px;cursor:pointer;font-size:.85rem}.remove-file[data-astro-cid-gyrmc7w2]:hover{background:#c0392b}.upload-button[data-astro-cid-gyrmc7w2]{padding:.875rem 2rem;background:var(--primary-color);color:var(--white);border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.upload-button[data-astro-cid-gyrmc7w2]:hover:not(:disabled){background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.upload-button[data-astro-cid-gyrmc7w2]:disabled{opacity:.7;cursor:not-allowed}.upload-info-card[data-astro-cid-gyrmc7w2]{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.upload-info-card[data-astro-cid-gyrmc7w2] h3[data-astro-cid-gyrmc7w2]{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.guidelines-list[data-astro-cid-gyrmc7w2]{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.guidelines-list[data-astro-cid-gyrmc7w2] li[data-astro-cid-gyrmc7w2]{padding-left:1.5rem;position:relative;color:var(--text-secondary)}.guidelines-list[data-astro-cid-gyrmc7w2] li[data-astro-cid-gyrmc7w2]:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700}@media (max-width: 968px){.upload-container[data-astro-cid-gyrmc7w2]{grid-template-columns:1fr}.upload-info-card[data-astro-cid-gyrmc7w2]{position:static}}
