body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0f1e;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.header{background:#0a0f1ef2;border-bottom:1px solid #38bd9433;padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-inner{justify-content:space-between;margin:0 auto;max-width:1200px}.header-inner,.logo{align-items:center;display:flex}.logo{gap:10px}.logo-icon{font-size:24px}.logo-text{color:#38bd94;font-size:20px;font-weight:700;letter-spacing:-.5px}.header-sub{color:#64748b;font-size:13px}.main{flex:1 1;margin:0 auto;max-width:1200px;padding:0 2rem 4rem;width:100%}.hero{padding:4rem 0 3rem;text-align:center}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#38bd94,#60a5fa);-webkit-background-clip:text;font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem}.hero p{color:#94a3b8;font-size:1.125rem;line-height:1.7;margin:0 auto 2.5rem;max-width:560px}.stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.stat{align-items:center;background:#38bd940d;border:1px solid #38bd9426;border-radius:12px;display:flex;flex-direction:column;min-width:100px;padding:1rem 1.5rem}.stat-number{color:#38bd94;font-size:1.75rem;font-weight:700}.stat-label{color:#64748b;font-size:12px;letter-spacing:.5px;margin-top:4px;text-transform:uppercase}.section{margin-bottom:4rem}.section h2{border-bottom:1px solid #38bd9426;color:#f1f5f9;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem}.dataset-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.dataset-card{background:#0f172acc;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;transition:border-color .2s,transform .2s}.dataset-card:hover{border-color:#38bd944d;transform:translateY(-2px)}.dataset-card.available{border-color:#38bd941a}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.format-badge{border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px;padding:3px 10px}.format-badge.vcf{background:#60a5fa26;color:#60a5fa}.format-badge.fastq{background:#a78bfa26;color:#a78bfa}.format-badge.sam{background:#fbbf2426;color:#fbbf24}.format-badge.bam{background:#fb923c26;color:#fb923c}.format-badge.fasta{background:#34d39926;color:#34d399}.status-badge{border-radius:20px;font-size:11px;padding:3px 10px}.status-badge.stored{background:#38bd941a;color:#38bd94}.status-badge.pending{background:#fbbf241a;color:#fbbf24}.card-name{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:4px}.card-path{color:#475569;font-family:monospace;font-size:11px;margin-bottom:.75rem}.card-desc{color:#94a3b8;font-size:13px;line-height:1.5;margin-bottom:1rem}.card-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1rem}.card-meta span{color:#475569;font-size:11px}.card-price{font-size:13px;margin-bottom:1rem}.btn-access,.card-price{color:#38bd94;font-weight:600}.btn-access{background:#38bd941a;border:1px solid #38bd944d;border-radius:10px;cursor:pointer;font-size:14px;padding:10px;transition:background .2s;width:100%}.btn-access:hover{background:#38bd9433}.features{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.feature{background:#0f172acc;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature p{color:#94a3b8;font-size:13px;line-height:1.6}.loading{color:#64748b;font-size:14px;padding:2rem 0}.error{background:#f871710d;border:1px solid #f8717133;border-radius:10px;color:#f87171;font-size:14px;padding:1rem}.modal-overlay{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:200}.modal{background:#0f172a;border:1px solid #38bd9433;border-radius:20px;max-width:480px;padding:2rem;position:relative;width:100%}.modal-close{background:none;border:none;color:#64748b;cursor:pointer;font-size:18px;position:absolute;right:1rem;top:1rem}.modal h2{color:#f1f5f9;font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}.modal-dataset{align-items:center;display:flex;gap:10px;margin-bottom:1.25rem}.modal-name{color:#f1f5f9;font-size:14px;font-weight:600}.modal-detail{grid-gap:8px 16px;display:grid;font-size:13px;gap:8px 16px;grid-template-columns:1fr 1fr;margin-bottom:1.25rem}.modal-detail span:nth-child(odd){color:#64748b}.modal-detail span:nth-child(2n){color:#f1f5f9;font-weight:500}.modal-note{color:#94a3b8;font-size:13px;line-height:1.6;margin-bottom:1.25rem}.btn-confirm{background:#38bd94;border:none;border-radius:10px;color:#0a0f1e;cursor:pointer;font-size:14px;font-weight:700;padding:12px;transition:background .2s;width:100%}.btn-confirm:hover{background:#2da87f}.grant-success{padding:1rem 0;text-align:center}.grant-icon{color:#38bd94;font-size:2.5rem;margin-bottom:1rem}.grant-success h3{color:#f1f5f9;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.grant-success p{color:#94a3b8;font-size:13px;line-height:1.6;margin-bottom:1rem}.grant-success code{background:#38bd940d;border:1px solid #38bd9426;border-radius:8px;color:#38bd94;display:block;font-family:monospace;font-size:13px;padding:10px}.footer{border-top:1px solid #ffffff0f;padding:1.5rem 2rem}.footer-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.footer span{color:#475569;font-size:13px}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#64748b;font-size:13px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#38bd94}
/*# sourceMappingURL=main.208398bb.css.map*/