@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.navbar{position:sticky;top:0;z-index:1000;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;box-shadow:0 2px 12px #0f172a0d}.navbar-container{max-width:1600px;width:96%;height:68px;margin:auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eff6ff;border:2px solid #2563eb;color:#2563eb;font-weight:700}.logo:hover .logo-circle{background:#2563eb;color:#fff}.logo-text h2{margin:0;font-size:1.35rem;color:#173b82;font-weight:700}.logo-text p{margin:0;font-size:.72rem;color:#64748b}.nav-links{display:flex;align-items:center;gap:4px}.nav-links a{position:relative;padding:8px 12px;border-radius:8px;color:#334155;font-size:.92rem;font-weight:600;display:flex;align-items:center;gap:7px;transition:.25s}.nav-links a:hover{background:#f8fbff;color:#2563eb}.nav-links a.active{color:#2563eb}.nav-links a.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-11px;height:3px;background:#2563eb;border-radius:99px}.mobile-toggle{display:none;background:none;border:none;font-size:1.35rem;color:#173b82}@media(max-width:1100px){.mobile-toggle{display:block}.navbar-container{height:64px}.logo-text p{display:none}.nav-links{position:absolute;top:64px;left:0;right:0;background:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:0 20px;max-height:0;overflow:hidden;transition:.3s;box-shadow:0 8px 20px #00000014}.nav-links.active{max-height:600px;padding:16px 20px}.nav-links a{width:100%}.nav-links a.active:after{display:none}}@media(max-width:700px){.logo-text h2{font-size:1.05rem}.logo-circle{width:36px;height:36px}}.back-to-top{position:fixed;bottom:30px;right:30px;width:52px;height:52px;border:none;border-radius:50%;background:#2563eb;color:#fff;font-size:18px;cursor:pointer;box-shadow:0 12px 25px #2563eb4d;opacity:0;visibility:hidden;transform:translateY(20px);transition:.3s;z-index:999}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#173b82;transform:translateY(-4px)}.hero{background:linear-gradient(135deg,#f8fbff,#edf5ff);padding:35px 0 50px;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;background:#2563eb0d;right:-180px;top:-250px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px}.hero-left{display:flex;flex-direction:column;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 22px;background:#eaf3ff;border:1px solid #cfe2ff;border-radius:40px;font-size:14px;font-weight:600;color:#2563eb;width:max-content;margin-bottom:25px}.hero h1{font-size:56px;font-weight:800;line-height:1.1;color:#173b82;margin-bottom:12px;letter-spacing:-1px}.hero h2{font-size:30px;font-weight:700;color:#334155;margin-bottom:24px;line-height:1.35}.hero p{font-size:17px;line-height:1.9;color:#64748b;max-width:720px;margin-bottom:35px}.hero-buttons{display:flex;gap:18px;margin-bottom:45px;flex-wrap:wrap}.primary-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:#2563eb;color:#fff;border-radius:12px;font-weight:600;transition:.3s;box-shadow:0 12px 30px #2563eb40}.primary-btn:hover{background:#1d4ed8;transform:translateY(-3px)}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 32px;border-radius:12px;border:2px solid #2563eb;color:#2563eb;font-weight:600;transition:.3s}.secondary-btn:hover{background:#2563eb;color:#fff}.hero-highlights{display:flex;gap:30px;flex-wrap:wrap}.hero-highlights div{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#475569}.hero-highlights svg{font-size:18px;color:#2563eb}.hero-image{width:100%;max-width:560px;height:auto;object-fit:contain;animation:float 5s ease-in-out infinite;filter:drop-shadow(0 20px 45px rgba(0,0,0,.2))}.statistics{padding:70px 0;background:#fff}.section-header{text-align:center;max-width:850px;margin:0 auto 60px}.section-header span{display:inline-block;padding:8px 18px;background:#edf4ff;color:#2563eb;font-size:14px;font-weight:600;border-radius:30px;margin-bottom:18px}.section-header h2{font-size:42px;font-weight:800;color:#173b82;margin-bottom:18px}.section-header p{font-size:17px;line-height:1.8;color:#64748b}.statistics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.stat-card{background:#fff;padding:35px;border-radius:24px;text-align:center;border:1px solid #e8eef8;box-shadow:0 10px 35px #0f172a0f;transition:.35s}.stat-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #2563eb1f}.stat-icon{width:72px;height:72px;margin:auto auto 20px;border-radius:50%;background:#edf5ff;display:flex;align-items:center;justify-content:center;font-size:30px;color:#2563eb}.stat-card h3{font-size:42px;font-weight:800;color:#173b82;margin-bottom:10px}.stat-card p{font-size:16px;font-weight:500;color:#64748b}.about-database{padding:90px 0;background:#f8fbff}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.section-tag{display:inline-block;padding:8px 20px;background:#eaf3ff;color:#2563eb;border-radius:30px;font-size:14px;font-weight:600;margin-bottom:18px}.about-left h2{font-size:42px;font-weight:800;line-height:1.25;color:#173b82;margin-bottom:24px}.about-left p{font-size:17px;line-height:1.9;color:#64748b;margin-bottom:24px}.about-right{display:grid;grid-template-columns:1fr;gap:22px}.feature-box{display:flex;align-items:flex-start;gap:20px;background:#fff;padding:28px;border-radius:22px;border:1px solid #e8eef8;box-shadow:0 12px 35px #0f172a0d;transition:.3s}.feature-box:hover{transform:translate(10px);box-shadow:0 18px 45px #2563eb1f}.feature-icon{width:65px;height:65px;border-radius:18px;background:#edf5ff;display:flex;align-items:center;justify-content:center;font-size:28px;color:#2563eb;flex-shrink:0}.feature-box h3{font-size:22px;font-weight:700;color:#173b82;margin-bottom:10px}.feature-box p{font-size:15px;line-height:1.8;color:#64748b;margin:0}.research-highlights{padding:90px 0;background:#fff}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:50px}.highlight-card{background:#fff;padding:35px;border-radius:24px;border:1px solid #e7edf8;box-shadow:0 12px 35px #0f172a0f;transition:.35s;text-align:center;position:relative;overflow:hidden}.highlight-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,#2563eb,#38bdf8)}.highlight-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #2563eb26}.highlight-card svg{font-size:42px;color:#2563eb;margin-bottom:22px}.highlight-card h3{font-size:24px;font-weight:700;color:#173b82;margin-bottom:16px}.highlight-card p{font-size:15px;line-height:1.8;color:#64748b}.research-modules{padding:90px 0;background:#f8fbff}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:55px}.module-card{background:#fff;border-radius:26px;padding:35px;border:1px solid #e7edf8;box-shadow:0 15px 40px #0f172a0f;transition:.35s;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.module-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,#2563eb,#0ea5e9)}.module-card:hover{transform:translateY(-12px);box-shadow:0 28px 65px #2563eb2e}.module-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.module-top span{font-size:13px;font-weight:600;color:#64748b;background:#edf4ff;padding:7px 14px;border-radius:20px}.module-icon{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#edf4ff;font-size:32px;color:#2563eb}.module-card h3{font-size:28px;font-weight:700;color:#173b82;margin-bottom:18px}.module-card p{font-size:15px;line-height:1.9;color:#64748b;margin-bottom:30px;flex:1}.module-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:12px;background:#2563eb;color:#fff;font-weight:600;transition:.3s;width:max-content}.module-button:hover{background:#1d4ed8;transform:translate(6px)}.module-button svg{font-size:14px}.why-section{padding:90px 0;background:#fff}.why-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.why-content>span{display:inline-block;padding:8px 18px;background:#edf4ff;border-radius:30px;color:#2563eb;font-size:14px;font-weight:600;margin-bottom:18px}.why-content h2{font-size:42px;font-weight:800;line-height:1.25;color:#173b82;margin-bottom:25px}.why-content>p{font-size:17px;line-height:1.9;color:#64748b;margin-bottom:35px}.feature-list{display:flex;flex-direction:column;gap:25px}.feature-row{display:flex;gap:22px;align-items:flex-start}.feature-row svg{width:60px;height:60px;padding:16px;background:#edf4ff;border-radius:18px;color:#2563eb;flex-shrink:0}.feature-row h3{font-size:22px;margin-bottom:10px;color:#173b82}.feature-row p{font-size:15px;line-height:1.8;color:#64748b;margin:0}.image-panel{background:#fff;padding:30px;border-radius:30px;box-shadow:0 20px 60px #0f172a14}.image-panel img{width:100%;display:block;border-radius:18px}.database-features{padding:90px 0;background:#f8fbff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:55px}.resource-card{background:#fff;padding:35px;border-radius:24px;text-align:center;border:1px solid #e7edf8;box-shadow:0 15px 35px #0f172a0f;transition:.35s;position:relative;overflow:hidden}.resource-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#06b6d4)}.resource-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #2563eb29}.resource-card svg{font-size:42px;color:#2563eb;margin-bottom:22px}.resource-card h3{font-size:24px;font-weight:700;color:#173b82;margin-bottom:16px}.resource-card p{font-size:15px;line-height:1.8;color:#64748b}.workflow{padding:100px 0;background:#fff}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:60px}.workflow-step{background:#fff;padding:35px;border-radius:24px;border:1px solid #e5edf9;box-shadow:0 15px 35px #0f172a0f;transition:.35s;position:relative}.workflow-step:hover{transform:translateY(-10px);box-shadow:0 28px 60px #2563eb29}.step-number{width:70px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:800;background:#2563eb;color:#fff;margin-bottom:25px}.workflow-step h3{font-size:24px;font-weight:700;color:#173b82;margin-bottom:18px}.workflow-step p{font-size:15px;line-height:1.9;color:#64748b}.publications{padding:100px 0;background:#f8fbff}.publication-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:55px}.publication-card{background:#fff;padding:35px;border-radius:24px;border:1px solid #e8eef8;box-shadow:0 15px 40px #0f172a0f;transition:.35s}.publication-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #2563eb29}.publication-card svg{font-size:42px;color:#2563eb;margin-bottom:22px}.publication-card h3{font-size:24px;font-weight:700;margin-bottom:16px;color:#173b82}.publication-card p{font-size:15px;line-height:1.8;color:#64748b}.citation-section{padding:100px 0;background:#fff}.citation-card{background:linear-gradient(135deg,#173b82,#2563eb);padding:70px;border-radius:30px;text-align:center;color:#fff;box-shadow:0 30px 70px #2563eb40}.citation-card span{display:inline-block;padding:8px 20px;background:#ffffff26;border-radius:30px;font-size:14px;font-weight:600;margin-bottom:20px}.citation-card h2{font-size:42px;color:#fff;margin-bottom:20px}.citation-card>p{font-size:17px;line-height:1.8;color:#dbeafe;max-width:800px;margin:auto auto 35px}.citation-box{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);padding:35px;border-radius:20px;font-size:17px;line-height:2;max-width:900px;margin:auto}.hero-image{width:100%;max-width:550px;height:auto;object-fit:contain;animation:float 5s ease-in-out infinite;filter:drop-shadow(0 25px 45px rgba(0,0,0,.25))}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-right{order:-1;margin-bottom:40px}.hero-image{max-width:400px}}.hero-slider{position:relative;width:700px;height:700px;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:100%;object-fit:contain;animation:imageFade .8s ease}@keyframes imageFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.slider-indicators{position:absolute;bottom:20px;display:flex;gap:10px}.slide-dot,.active-slide{width:12px;height:12px;border-radius:50%;background:#cbd5e1}.active-slide{background:#2563eb}.hero{padding:35px 0 55px;min-height:auto}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:25px}.hero-right{display:flex;justify-content:center;align-items:center}.hero-slider{position:relative;width:560px;height:560px;display:flex;align-items:center;justify-content:center}.hero-image{width:120%;height:120%;object-fit:contain;animation:proteinFloat 6s ease-in-out infinite,proteinFade 1.2s ease;filter:drop-shadow(0 35px 70px rgba(37,99,235,.35));transition:opacity 1.2s ease,transform 1.2s ease}@keyframes proteinFloat{0%{transform:translateY(0) rotate(0) scale(1)}50%{transform:translateY(-20px) rotate(3deg) scale(1.05)}to{transform:translateY(0) rotate(0) scale(1)}}@keyframes proteinFade{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.slider-indicators{display:none}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-right{order:-1}.hero-slider{width:380px;height:380px}.hero-image{width:100%;height:100%}}.page{padding:0 0 60px}.page-header{text-align:center;margin-bottom:50px}.page-header h1{font-size:2.8rem;color:var(--primary);margin-bottom:15px;font-weight:700}.page-header p{max-width:760px;margin:0 auto;color:#64748b;line-height:1.8;font-size:1.05rem}.sequence-box{margin-top:25px;background:#0f172a;color:#22c55e;border-radius:14px;padding:28px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;font-family:Consolas,Monaco,monospace;font-size:15px;line-height:1.9;box-shadow:0 8px 25px #0f172a1f}.mutation-box{margin-top:30px;padding:20px 24px;background:#eff6ff;border-left:5px solid var(--primary);border-radius:12px;font-size:17px;line-height:1.8}.table-container{margin-top:30px;overflow-x:auto}.page-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 25px #0f172a14}.page-table th{background:var(--primary);color:#fff;padding:15px;text-align:left;font-weight:600}.page-table td{padding:14px;border-bottom:1px solid #e2e8f0}.page-table tr:nth-child(2n){background:#f8fafc}.page-table tr:hover{background:#eef5ff}.viewer-box{text-align:center}.viewer-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:20px}.viewer-header h2{margin:0}.viewer-header span{font-size:24px;font-weight:700}.viewer-info{margin-top:25px}.viewer-info h3{color:var(--primary);margin-bottom:10px}.viewer-note{margin-top:20px;color:#64748b;line-height:1.7}.network-placeholder{margin:35px 0;min-height:420px;display:flex;justify-content:center;align-items:center;border:2px dashed #2563eb;border-radius:16px;background:#f8fbff;color:#2563eb;font-size:22px;font-weight:600}@media(max-width:768px){.page{padding:20px 0 50px}.page-header h1{font-size:2rem}.page-header p{font-size:.95rem}.sequence-box{font-size:13px;padding:20px}}.page-header-small{padding:70px 0 35px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.page-heading h1{margin:0 0 10px;font-size:2.4rem;color:var(--primary);font-weight:700}.page-heading p{margin:0;color:#64748b;line-height:1.7;max-width:700px}.export-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:14px 24px;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:.3s}.export-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb40}.mutation-search-section{padding-bottom:70px}.mutation-search-card{animation:fadeUp .45s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mutation-search-card h2{margin:0;color:#0f172a;font-size:1.8rem}.mutation-search-card p{margin:12px 0 30px;color:#64748b;line-height:1.7}.search-wrapper{display:flex;gap:18px;align-items:stretch;margin-bottom:30px}.search-box{flex:1;display:flex;align-items:center;gap:12px;padding:0 18px;height:58px;border:2px solid #dbeafe;border-radius:14px;background:#fff;transition:.3s}.search-box:hover,.search-box:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.search-box svg{color:#2563eb;font-size:18px}.search-box input{flex:1;border:none;outline:none;background:transparent;font-size:16px;color:#0f172a}.search-box input::placeholder{color:#94a3b8}.search-button{min-width:170px;border:none;border-radius:14px;background:linear-gradient(135deg,#06265e,#0b3f8c);color:#fff;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.3s}.search-button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #2563eb40}.loading-state,.error-state{padding:18px 22px;border-radius:12px;margin-top:18px;font-weight:500}.loading-state{background:#eff6ff;color:#2563eb}.error-state{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.result-card{margin-top:35px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 15px 35px #0f172a14}.result-header{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;padding:30px;background:linear-gradient(135deg,#eff6ff,#fff);border-bottom:1px solid #e2e8f0}.result-subtitle{display:block;color:#64748b;font-size:.9rem;margin-bottom:8px}.result-header h2{margin:0;display:flex;align-items:center;gap:12px;font-size:2rem;color:#0f172a}.result-header svg{color:#2563eb}.type{padding:8px 18px;border-radius:999px;font-size:.85rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.type.single{background:#dcfce7;color:#15803d}.type.double{background:#dbeafe;color:#1d4ed8}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px;padding:30px}.result-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px;transition:.25s}.result-item:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0f172a14}.result-item span{display:block;color:#64748b;font-size:.85rem;margin-bottom:8px}.result-item strong{display:block;color:#0f172a;font-size:1rem;word-break:break-word}.prediction-button{padding:0 30px 30px}.analyze-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:15px 28px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;transition:.3s}.analyze-link:hover{transform:translateY(-2px);box-shadow:0 12px 25px #2563eb40}@media(max-width:992px){.page-heading{flex-direction:column;align-items:flex-start}.search-wrapper{flex-direction:column}.search-button{width:100%;min-width:unset;height:58px}}@media(max-width:768px){.page-header-small{padding:50px 0 25px}.page-heading h1{font-size:2rem}.mutation-search-card{padding:22px}.result-header{padding:22px;flex-direction:column;align-items:flex-start}.result-header h2{font-size:1.6rem}.result-grid{grid-template-columns:1fr;padding:22px}.prediction-button{padding:0 22px 22px}}@media(max-width:480px){.search-box{height:54px;padding:0 14px}.search-box input{font-size:15px}.export-button{width:100%;justify-content:center}.analyze-link{width:100%}}.mutation-lists{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:35px}.mutation-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;background:linear-gradient(135deg,#072f73,#0d47a1);border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 25px #072f7347;transition:.35s}.panel-header h3{color:#fff;margin:0}.panel-header:hover{transform:translateY(-2px);box-shadow:0 18px 35px #072f7359}.panel-header span{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.panel-header svg{color:#fff}.mutation-scroll{max-height:420px;overflow-y:auto}.mutation-item{width:100%;border:none;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;cursor:pointer;transition:.25s;border-bottom:1px solid #eef2f7;font-size:.95rem}.mutation-item:hover{background:#eff6ff}.mutation-item.active{background:#2563eb;color:#fff}.mutation-item svg{font-size:.8rem}.mutation-scroll::-webkit-scrollbar{width:8px}.mutation-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.mutation-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:992px){.mutation-lists{grid-template-columns:1fr}.mutation-scroll{max-height:300px}}.reference-link{color:#2563eb;text-decoration:none;font-weight:600}.reference-link:hover{text-decoration:underline}.panel-header.expandable{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.panel-header.expandable:hover{background:linear-gradient(135deg,#031b4e,#06265e);color:#fff}.panel-header.expandable:hover h3,.panel-header.expandable:hover span,.panel-header.expandable:hover svg{color:#fff}.panel-title{display:flex;align-items:center;gap:12px}.panel-header.expandable svg{font-size:18px;color:#fff}.sequence-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:28px;margin:60px 0}.sequence-card{background:#fffffff5;border-radius:22px;padding:35px 28px;text-align:center;cursor:pointer;transition:.35s;border:1px solid rgba(18,84,170,.12);box-shadow:0 12px 30px #08285a14;display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.sequence-card:hover{transform:translateY(-10px);box-shadow:0 25px 45px #0048ba2e;border-color:#1565c0}.sequence-icon{width:75px;height:75px;margin:auto auto 25px;border-radius:18px;background:linear-gradient(135deg,#1565c0,#0d47a1);color:#fff;display:flex;justify-content:center;align-items:center;font-size:30px}.sequence-card h3{margin-bottom:15px;color:#0d3c78;font-size:1.45rem;font-weight:700}.sequence-card p{color:#5b6778;line-height:1.8;margin-bottom:30px}.sequence-btn{margin-top:auto;border:none;outline:none;background:linear-gradient(135deg,#1565c0,#0d47a1);color:#fff;padding:14px 24px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:.95rem;font-weight:600;transition:.3s}.sequence-btn:hover{transform:translateY(-3px);box-shadow:0 12px 25px #1565c04d}.sequence-viewer{margin-top:45px;border-radius:22px;overflow:hidden;padding:0}.viewer-header{display:flex;justify-content:space-between;align-items:center;padding:28px 35px;background:linear-gradient(135deg,#0d47a1,#1565c0);color:#fff;flex-wrap:wrap;gap:20px}.viewer-header h2{margin-bottom:8px;font-size:1.8rem}.viewer-header p{opacity:.9;font-size:.95rem}.viewer-actions{display:flex;gap:15px;flex-wrap:wrap}.action-btn{border:none;background:#fff;color:#0d47a1;padding:12px 22px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:600;transition:.3s}.action-btn:hover{transform:translateY(-2px);background:#e8f1ff}.sequence-display{background:#071e3a;color:#7cfc90;font-family:Courier New,monospace;padding:35px;overflow:auto;max-height:650px}.sequence-row{display:flex;gap:25px;margin-bottom:14px;white-space:pre-wrap}.sequence-number{min-width:55px;color:#4fc3f7;font-weight:700}.sequence-text{letter-spacing:1.4px;line-height:2;word-break:break-word}.sequence-table-card{margin-top:45px;padding:35px;border-radius:22px}.sequence-table-card h2{margin-bottom:25px;color:#0d47a1}.table-wrapper table{width:100%;border-collapse:collapse;min-width:900px}.table-wrapper th{background:#1565c0;color:#fff;padding:16px;text-align:left;font-weight:600}.table-wrapper td{padding:14px 16px;border-bottom:1px solid #e7edf7;color:#444}.table-wrapper tr:nth-child(2n){background:#f7fbff}.table-wrapper tr:hover{background:#e8f2ff}@media(max-width:992px){.viewer-header{flex-direction:column;align-items:flex-start}.viewer-actions{width:100%}}@media(max-width:768px){.sequence-grid{grid-template-columns:1fr}.sequence-display{padding:20px}.sequence-row{flex-direction:column;gap:6px}.sequence-number{min-width:auto}.sequence-card{min-height:240px}.viewer-header{padding:22px}}.sequence-viewer,.sequence-table-card{scroll-margin-top:120px}.page-hero{position:relative;overflow:hidden;background:linear-gradient(#031b4eb8,#0b3f8cc7),url(/images/5.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:20px 0 50px}.page-hero .hero-grid{position:relative;z-index:2}.page-hero .hero-left{max-width:900px}.page-hero .hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 22px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:40px;color:#fff;margin-bottom:25px}.page-hero h1{color:#fff;font-size:56px;font-weight:800;line-height:1.1;margin-bottom:20px}.page-hero p{color:#ffffffeb;font-size:18px;line-height:1.8;max-width:850px}.page-hero .hero-badge{color:#fff!important;background:#ffffff26;border:1px solid rgba(255,255,255,.25)}.page-hero .hero-badge svg{color:#fff!important}.page-hero h1,.page-hero .hero-title,.page-hero h2{color:#fff!important}.page-hero p,.page-hero .hero-description{color:#ffffffeb!important}.mutation-search-card{background:#fff;border:1px solid rgba(37,99,235,.08);border-radius:26px;padding:42px;box-shadow:0 10px 30px #0f172a0d,0 25px 60px #0f172a14;transition:.35s}.mutation-search-card:hover{box-shadow:0 22px 55px #0f172a1f}.fasta-display{margin:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-family:Courier New,monospace;font-size:16px;line-height:1.8;color:#7cff9e}.structure-page{position:relative;overflow:hidden;min-height:100vh;padding:0 0 90px;background:#eaf2fb}.structure-hero{min-height:620px;margin:0 20px 70px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(#06265ead,#06265ead),url(/images/12.jpg);background-size:cover;background-position:center}.structure-header{max-width:1000px;margin-left:180px;padding:60px 0;position:relative;z-index:2;text-align:left}.structure-tag{display:inline-block;padding:8px 18px;border-radius:50px;background:#ffffff26;border:1px solid rgba(255,255,255,.35);color:#fff;font-size:.9rem;font-weight:600}.structure-header h1{margin-top:25px;margin-bottom:25px;color:#fff;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.15;max-width:850px}.structure-header p{max-width:950px;color:#f2f7ff;font-size:1.05rem;line-height:1.75;margin-bottom:0}.structure-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:35px}.structure-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid #dce8f5;box-shadow:0 12px 30px #12345614;transition:.35s ease}.structure-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #12345624}.structure-image{height:300px;overflow:hidden;background:linear-gradient(135deg,#edf5ff,#dfeeff)}.structure-image img{width:100%;height:100%;object-fit:contain;padding:20px;transition:.4s}.structure-card:hover .structure-image img{transform:scale(1.05)}.structure-content{padding:28px}.variant-badge{display:inline-block;margin-bottom:16px;padding:6px 14px;border-radius:50px;background:#eaf3ff;color:#2563eb;font-size:.85rem;font-weight:600}.structure-content h2{margin-bottom:15px;color:#183153;font-size:1.45rem}.structure-content p{color:#60758a;line-height:1.8;margin-bottom:22px}.structure-meta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:25px}.meta-item{display:flex;align-items:center;gap:8px;color:#2c7be5;background:#f2f8ff;padding:8px 14px;border-radius:10px;font-size:.9rem}.download-btn{width:100%;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;font-size:1rem;font-weight:600;border-radius:12px;transition:.3s ease}.download-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb40}.structure-info{margin-top:80px}.info-card{background:#fff;border:1px solid #dce8f5;border-radius:22px;padding:40px;box-shadow:0 12px 30px #12345614}.info-card h3{margin-bottom:18px;color:#183153;font-size:1.8rem}.info-card p{color:#60758a;line-height:1.8;margin-bottom:30px}.info-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-item{display:flex;align-items:center;gap:15px;padding:18px 20px;background:#f8fbff;border:1px solid #e6eef8;border-radius:14px}.info-item svg{color:#2c7be5;font-size:1.4rem}.info-item span{color:#183153;font-weight:500}@media(max-width:768px){.structure-page{padding:30px 0 70px}.structure-hero{height:auto;min-height:420px;margin:0 10px 50px}.structure-grid{grid-template-columns:1fr}.structure-content{padding:22px}.info-card{padding:25px}}.interaction-page{min-height:100vh;background:linear-gradient(135deg,#f8fbff,#edf5ff)}.interaction-hero{min-height:420px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;background:linear-gradient(#06265ebf,#06265ebf),url(/images/11.jpg);background-size:cover;background-position:center;color:#fff}.interaction-hero .container{max-width:900px;margin:auto}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 18px;border-radius:50px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:600}.interaction-hero h1{margin-top:25px;font-size:3rem;color:#fff}.interaction-hero p{max-width:750px;margin:20px auto 0;line-height:1.8;color:#ffffffe6}.interaction-section{padding:70px 20px}.interaction-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:30px;align-items:start}.interaction-sidebar{display:flex;flex-direction:column;gap:18px}.variant-card{background:#fff;border:1px solid #dce8f5;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px #0f2d5a14}.variant-header{width:100%;padding:22px 25px;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;cursor:pointer}.variant-header:hover{background:#f7fbff}.variant-header h3{margin:0;color:#12345b;font-size:1.15rem}.variant-header svg{color:#2563eb}.variant-content{padding:20px;border-top:1px solid #e5edf7}.child-list{display:flex;flex-direction:column;gap:15px}.child-list .variant-card{box-shadow:none;border-radius:12px}.file-options{display:flex;flex-direction:column;gap:15px}.file-option{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:12px;border:1px solid #d5e4f6;background:#f8fbff;color:#12345b;font-weight:600;cursor:pointer;transition:.3s}.file-option:hover{transform:translateY(-3px);border-color:#2563eb}.file-option svg{color:#2563eb}.file-option.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.file-option.active svg{color:#fff}.interaction-result-panel{background:#fff;border-radius:18px;padding:25px;min-height:600px;box-shadow:0 15px 35px #0f2d5a14}.empty-result{height:500px;display:flex;justify-content:center;align-items:center;color:#777;text-align:center;font-size:1.1rem}.excel-viewer{width:100%}.excel-table-card{background:#fff;border:1px solid #dce8f5;border-radius:16px;padding:25px;margin-bottom:25px}.compound-title{color:#12345b;font-size:1.3rem;margin-bottom:15px;border-bottom:2px solid #2563eb;padding-bottom:8px}.interaction-title{background:#eef5ff;padding:12px 15px;border-left:4px solid #2563eb;border-radius:8px;color:#12345b;margin-bottom:20px}.excel-table-wrapper{overflow-x:auto}.excel-table{width:100%;border-collapse:collapse}.excel-table th{background:#12345b;color:#fff;padding:12px;text-align:left;font-size:.9rem}.excel-table td{padding:12px;color:#52677c;border-bottom:1px solid #e5edf7}.excel-table tr:hover td{background:#f8fbff}.excel-loading,.excel-error{padding:20px;text-align:center;background:#f8fbff;border-radius:12px;color:#52677c}@media(max-width:1000px){.interaction-layout{grid-template-columns:1fr}}@media(max-width:768px){.interaction-hero h1{font-size:2.1rem}.interaction-section{padding:50px 15px}.variant-header{padding:18px}}body{font-family:Inter,sans-serif;background:#f4f7fc;color:#1e2d4d;overflow-x:hidden;zoom:90%}.main-wrapper{width:94%;max-width:1600px;margin:auto;padding:40px 0 70px}.navbar{width:100%;min-height:78px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 40px;border-bottom:1px solid #e6edf7;box-shadow:0 2px 12px #00000008}.logo-section{display:flex;align-items:center;gap:14px}.logo-circle{width:42px;height:42px;border-radius:50%;background:#e7faf7;border:2px solid #11a89c;color:#11a89c;display:flex;justify-content:center;align-items:center;font-size:22px;font-weight:800}.logo-text{font-size:20px;font-weight:800;color:#15336b}.nav-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.nav-links a{text-decoration:none;color:#33476d;padding:10px 14px;border-radius:14px;transition:.3s;font-size:14px;font-weight:600}.nav-links a i{margin-right:8px}.nav-links a:hover{background:#eef4ff;color:#0d55cc}.nav-links .active{background:#eaf2ff;color:#0d55cc}.ppi-hero{min-height:520px;margin-bottom:50px;border-radius:14px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(#06265eb8,#06265eb8),url(/images/ppi-bg.png);background-size:cover;background-position:center}.ppi-content{padding:70px 80px;max-width:850px}.ppi-tag{display:inline-block;padding:8px 18px;border-radius:50px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:600}.ppi-content h1{margin-top:25px;color:#fff;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.15;font-weight:800}.ppi-content p{margin-top:25px;color:#f4f7ff;font-size:1.1rem;line-height:1.8;max-width:760px}.search-box{background:#fff;border-radius:28px;padding:22px;margin-bottom:35px;display:flex;gap:18px;box-shadow:0 5px 20px #0000000a}.search-box input{flex:1;height:56px;border:1px solid #dbe4f3;border-radius:18px;padding:0 24px;font-size:14px;font-family:Inter,sans-serif;outline:none}.search-box button{height:56px;padding:0 28px;border:none;border-radius:18px;background:#0b4fc3;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:.3s}.search-box button:hover{background:#083d96}.table-card{background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 5px 20px #0000000a;border:1px solid #edf2f8}.table-title{padding:24px 28px;border-bottom:1px solid #edf2f8}.table-title-left{display:flex;align-items:center;gap:14px}.table-title-left i{color:#11a89c;font-size:22px}.table-title-left h2{font-size:24px;font-weight:700;color:#16356e}.table-title-left span{background:#eef5ff;color:#245eff;padding:7px 14px;border-radius:12px;font-size:13px;font-weight:700}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background:#f8fbff}th{padding:16px;text-align:left;color:#5f6d8c;font-size:13px;border-bottom:1px solid #edf2f8}td{padding:16px;border-bottom:1px solid #edf2f8;color:#24365d;font-size:13px;line-height:1.8;vertical-align:top}tbody tr:hover{background:#fafcff}.ref-link{color:#0d55cc;text-decoration:none;font-weight:600}.ref-link:hover{text-decoration:underline}@media(max-width:1200px){.hero-card{flex-direction:column;text-align:center}}@media(max-width:900px){.navbar{flex-direction:column;gap:20px;padding:20px}.nav-links{justify-content:center}.hero-content h1{font-size:34px}.hero-content p{font-size:14px}.search-box{flex-direction:column}.search-box button{width:100%}th,td{font-size:12px}}.ppi-note{background:#fff;border-radius:28px;padding:32px;margin-top:35px;margin-bottom:50px;box-shadow:0 5px 20px #0000000a;border-left:5px solid #11a89c}.ppi-note h3{font-size:24px;color:#16356e;margin-bottom:18px;font-weight:700}.ppi-note p{color:#5f6d8c;font-size:15px;line-height:1.9;margin-bottom:14px}.prediction-page{background:#f4f8fd;min-height:100vh}.prediction-hero{min-height:410px;display:flex;align-items:center;background:linear-gradient(#06265ebf,#06265ebf),url(/images/123.jpg);background-size:cover;background-position:center;color:#fff;overflow:hidden}.prediction-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:36px}.prediction-tag{display:inline-block;padding:10px 22px;border-radius:30px;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);margin-bottom:25px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prediction-left h1{font-size:58px;font-weight:800;line-height:1.15;max-width:850px;margin-bottom:25px;color:#fff;letter-spacing:-1px}.prediction-left p{font-size:20px;line-height:1.8;max-width:760px;color:#ffffffeb}.prediction-right{display:flex;justify-content:center}.prediction-right img{width:100%;max-width:420px;animation:float 5s ease-in-out infinite;filter:drop-shadow(0 25px 35px rgba(0,0,0,.35))}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.prediction-form-section{margin-top:-25px;position:relative;z-index:5}.prediction-card{background:#fffffff5;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:28px;padding:38px;box-shadow:0 25px 60px #0f285a26;border:1px solid rgba(255,255,255,.8)}.prediction-card-title{display:flex;align-items:center;gap:18px;margin-bottom:35px}.prediction-card-title svg{width:45px;height:45px;padding:10px;border-radius:14px;background:#edf5ff;color:#2563eb}.prediction-card-title h2{font-size:26px;font-weight:800;color:#173b82;margin:0}.prediction-card-title p{margin-top:6px;color:#64748b}.prediction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:35px}.input-card{display:flex;flex-direction:column}.input-card label{margin-bottom:12px;font-weight:700;color:#173b82}.input-card input{height:60px;background:#fff;border:1px solid #dbe7f5;border-radius:16px;padding:0 20px;font-size:16px;color:#173b82}.input-card input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.analyze-btn{width:100%;height:60px;border:none;border-radius:16px;cursor:pointer;font-size:16px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:12px;background:linear-gradient(135deg,#2563eb,#14b8a6);color:#fff;transition:.3s}.analyze-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #2563eb40}.loading-section{padding:50px 0}.loading-card{background:#fff;padding:60px;border-radius:24px;box-shadow:0 15px 40px #00000014;text-align:center}.spinner{width:70px;height:70px;margin:auto auto 30px;border:6px solid #dbeafe;border-top:6px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-card h2{color:#173b82;margin-bottom:15px}.loading-card p{color:#666}.not-found-card{background:#fff;padding:60px;border-radius:24px;text-align:center;box-shadow:0 15px 35px #00000014}.not-found-card svg{font-size:22px;color:#f59e0b;margin-bottom:20px}.not-found-card h2{color:#173b82;margin-bottom:15px}.not-found-card p{font-size:15px;color:#666}.prediction-result{padding:50px 0}.summary-card{background:#fff;padding:32px;border-radius:24px;text-align:center;box-shadow:0 15px 40px #00000014;margin-bottom:40px}.mutation-badge{display:inline-flex;align-items:center;gap:15px;padding:14px 30px;border-radius:50px;background:#edf5ff;color:#2563eb;font-size:22px;font-weight:700;margin-bottom:30px}.summary-card h2{display:flex;justify-content:center;align-items:center;gap:12px;font-size:22px;margin-bottom:20px}.summary-card p{color:#666;font-size:15px}.details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:40px}.detail-card{background:#fff;padding:30px;border-radius:20px;text-align:center;box-shadow:0 12px 30px #0000000f;transition:.3s}.detail-card:hover{transform:translateY(-8px)}.detail-card h3{color:#173b82;margin-bottom:15px;font-size:15px}.detail-card span{font-size:28px;font-weight:700;color:#2563eb}.confidence-card{background:#fff;padding:24px;border-radius:22px;box-shadow:0 12px 35px #0000000f;margin-bottom:40px}.confidence-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.confidence-header h2{color:#173b82}.confidence-header span{font-size:22px;font-weight:700;color:#2563eb}.progress-bar{width:100%;height:18px;background:#e5e7eb;border-radius:20px;overflow:hidden;margin-bottom:18px}.progress-fill{height:100%;border-radius:20px;transition:width .8s ease}.confidence-card p{color:#666;font-size:17px}.interpretation-card{background:#fff;padding:24px;border-radius:22px;box-shadow:0 12px 35px #0000000f;margin-bottom:35px}.interpretation-title{display:flex;align-items:center;gap:15px;margin-bottom:25px}.interpretation-title svg{font-size:28px;color:#2563eb}.interpretation-title h2{color:#173b82}.interpretation-card p{font-size:15px;line-height:1.9;color:#555}.note-card{margin-top:40px;padding:24px;background:#fff;border-radius:24px;box-shadow:0 18px 45px #0f172a14;border-left:6px solid #2563eb}.note-card h3{font-size:22px;font-weight:700;margin-bottom:18px;color:#173b82}.note-card p{font-size:16px;line-height:1.9;color:#56657c}.prediction-actions{padding-bottom:50px}.action-card{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.action-card button{min-width:230px;height:56px;border:none;border-radius:14px;cursor:pointer;font-size:17px;font-weight:700;transition:.3s}.action-card .secondary-btn{background:#fff;color:#2563eb;border:2px solid #2563eb}.action-card .secondary-btn:hover{background:#2563eb;color:#fff}.action-card .primary-btn{background:linear-gradient(90deg,#2563eb,#14b8a6);color:#fff}.action-card .primary-btn:hover{transform:translateY(-4px);box-shadow:0 15px 35px #2563eb40}.prediction-footer{padding-bottom:80px}.footer-note{display:flex;gap:25px;align-items:flex-start;background:#fff;padding:22px;border-radius:20px;box-shadow:0 12px 35px #0000000f}.footer-note svg{font-size:22px;color:#2563eb;flex-shrink:0;margin-top:5px}.footer-note h3{margin-bottom:15px;color:#173b82}.footer-note p{line-height:1.9;color:#555}@media(max-width:1100px){.prediction-hero-grid{grid-template-columns:1fr;text-align:center}.prediction-right{order:-1}.prediction-grid{grid-template-columns:1fr}.details-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.prediction-left h1{font-size:22px}.prediction-left p{font-size:17px}.prediction-card{padding:30px}.summary-card h2{font-size:22px;font-weight:900;font-family:Poppins,sans-serif;letter-spacing:-1px;color:#173b82;margin-top:15px;margin-bottom:15px}.summary-card p{font-size:22px;line-height:1.9;max-width:900px;margin:auto;color:#556987}.mutation-badge{font-size:22px;padding:12px 20px}.details-grid{grid-template-columns:1fr}.confidence-header{flex-direction:column;gap:15px;align-items:flex-start}.footer-note{flex-direction:column}}.prediction-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin:40px 0}.prediction-item{position:relative;background:#fff;border-radius:24px;padding:24px;text-align:center;overflow:hidden;box-shadow:0 15px 45px #0f172a14;transition:.35s;border:1px solid rgba(37,99,235,.08)}.prediction-item:hover{transform:translateY(-10px);box-shadow:0 30px 60px #2563eb2e}.prediction-item h3{font-size:24px;font-weight:800;font-family:Poppins,sans-serif;margin-bottom:28px;letter-spacing:-.5px}.prediction-item span{display:block;font-size:28px;font-weight:800;font-family:Poppins,sans-serif;margin-top:10px;text-transform:capitalize;line-height:1.2}.tool-icon{width:78px;height:78px;margin:auto auto 22px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:26px;background:#f4f8ff;box-shadow:0 10px 30px #2563eb14}.tool-divider{width:70%;height:2px;margin:18px auto;background:linear-gradient(90deg,transparent,#d6dff5,transparent)}.tool-label{margin-top:28px;font-size:17px;font-weight:600;color:#7b879d;letter-spacing:.4px}.sift{border-top:6px solid #2563eb;color:#2563eb}.phdsnp{border-top:6px solid #10b981;color:#10b981}.polyphen{border-top:6px solid #f59e0b;color:#f59e0b}.mupro{border-top:6px solid #7c3aed;color:#7c3aed}.imutant{border-top:6px solid #ef4444;color:#ef4444}.details-card{background:#fff;padding:28px;border-radius:28px;box-shadow:0 20px 60px #0f172a14;margin-top:45px}.details-card h2{font-size:28px;font-weight:800;color:#173b82;margin-bottom:35px;font-family:Poppins,sans-serif}.detail-box{background:#f8fbff;border-radius:22px;padding:22px;text-align:center;transition:.3s;border:1px solid #edf3ff}.detail-box:hover{transform:translateY(-6px);background:#fff;box-shadow:0 18px 40px #2563eb1f}.detail-box label{font-size:15px;font-weight:600;color:#6b7280;display:block;margin-bottom:14px}.detail-box strong{font-size:28px;font-weight:800;color:#2563eb;font-family:Poppins,sans-serif}.prediction-hero h1{font-size:58px;font-weight:800;line-height:1.15;margin-bottom:22px;color:#fff}.prediction-hero p{font-size:20px;line-height:1.8;max-width:760px;color:#ffffffeb}@media(max-width:900px){.prediction-left h1{font-size:40px}.prediction-left p{font-size:17px}.prediction-grid{grid-template-columns:1fr}.prediction-card{padding:25px}}.prediction-content{max-width:850px;padding:55px 0}.prediction-tag{display:inline-flex;align-items:center;gap:10px;padding:10px 22px;border-radius:50px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:25px}.prediction-content h1{font-size:58px;line-height:1.15;font-weight:800;color:#fff;margin-bottom:25px}.prediction-content p{max-width:750px;font-size:20px;line-height:1.8;color:#ffffffeb}.contact-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 35%),linear-gradient(135deg,#f8fbff,#eef5ff)}.contact-header{position:relative;padding:90px 20px;text-align:center;overflow:hidden;background:linear-gradient(135deg,#082f78f2,#2563ebd9)}.contact-header:before{content:"";position:absolute;width:500px;height:500px;right:-150px;top:-200px;border-radius:50%;background:#ffffff1f;filter:blur(50px)}.contact-header .container{position:relative;z-index:2}.contact-tag{display:inline-flex;align-items:center;padding:8px 20px;border-radius:50px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-header h1{margin-top:25px;font-size:3.2rem;font-weight:800;color:#fff}.contact-header p{max-width:720px;margin:20px auto 0;line-height:1.8;font-size:1.1rem;color:#ffffffe6}.contact-section{padding:80px 20px}.contact-section h2{text-align:center;font-size:2.1rem;color:#12345b;margin-bottom:45px;font-weight:700}.developer-heading{margin-top:90px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:35px}.contact-card{position:relative;background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:35px;border-radius:22px;border:1px solid #dbe7f5;box-shadow:0 15px 35px #0f2d5a14;transition:.35s ease}.contact-card:hover{transform:translateY(-8px);box-shadow:0 25px 55px #0f2d5a26}.contact-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;border-radius:22px 22px 0 0;background:linear-gradient(90deg,#2563eb,#38bdf8)}.contact-title{display:flex;align-items:center;gap:14px;margin-bottom:25px}.contact-title svg{width:42px;height:42px;padding:10px;border-radius:12px;background:#eaf3ff;color:#2563eb}.contact-title h3{margin:0;color:#12345b;font-size:1.35rem;font-weight:700}.contact-card p{color:#52677c;line-height:1.8;font-size:.98rem}.contact-card strong{display:block;color:#12345b;font-size:1.05rem;font-weight:600;margin-bottom:15px}.contact-line{display:flex;align-items:flex-start;gap:12px;margin-top:15px}.contact-line svg{color:#2563eb;margin-top:5px;flex-shrink:0}.address{white-space:pre-line;padding-left:32px;color:#52677c}.email{color:#2563eb;font-weight:500}.extra-info{margin-top:25px;padding-top:20px;border-top:1px solid #dce8f5;white-space:pre-line;color:#52677c;font-size:.95rem}@media(max-width:768px){.contact-header{padding:70px 20px}.contact-header h1{font-size:2.3rem}.contact-section{padding:60px 20px}.contact-card{padding:28px}}@media(max-width:480px){.contact-header h1{font-size:2rem}.contact-title h3{font-size:1.1rem}}.contact-card{background:#fff!important;color:#52677c!important}.contact-card p{color:#52677c!important}.contact-card h3,.contact-card strong{color:#12345b!important}.contact-line svg{color:#2563eb!important}.cite-page{min-height:100vh;padding-bottom:80px;background:linear-gradient(135deg,#f8fbff,#edf5ff)}.cite-header{text-align:center;padding:80px 20px 60px}.cite-tag{display:inline-block;padding:8px 20px;border-radius:50px;background:#e7f0ff;color:#2563eb;font-weight:600}.cite-header h1{margin-top:20px;font-size:3rem;color:#12345b}.cite-header p{max-width:700px;margin:20px auto;color:#60758a;line-height:1.8}.cite-card{max-width:1000px;margin:35px auto;padding:40px;background:#fff;border-radius:18px;border:1px solid #dbe7f5;box-shadow:0 15px 35px #14325a14}.cite-title{display:flex;align-items:center;gap:15px;margin-bottom:25px}.cite-title svg{color:#2563eb;font-size:1.8rem}.cite-title h2{color:#12345b;font-size:1.8rem}.cite-card p{color:#52677c;line-height:1.9;font-size:1.05rem}.citation-text{margin-top:25px;padding:25px;background:#f5f9ff;border-left:5px solid #2563eb;border-radius:10px;color:#12345b!important;font-weight:500}@media(max-width:768px){.cite-header h1{font-size:2.2rem}.cite-card{padding:25px;margin:25px 15px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #10b981;--background: #f4f7fb;--surface: #ffffff;--text: #222;--text-light: #666;--border: #d9d9d9;--shadow: 0 8px 25px rgba(0, 0, 0, .08);--radius: 12px;--transition: .3s ease}html{scroll-behavior:smooth}body{background:linear-gradient(180deg,#f8fbff,#eef4fb)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit}ul{list-style:none}.main-container{min-height:calc(100vh - 150px);padding:40px 20px}.container{width:min(1280px,92%);margin:0 auto}h1,h2,h3,h4,h5,h6{color:#111}p{color:var(--text-light)}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:25px}.primary-btn{background:var(--primary);color:#fff;padding:12px 24px;border-radius:8px;transition:var(--transition)}.primary-btn:hover{background:var(--primary-dark)}.secondary-btn{background:var(--secondary);color:#fff;padding:12px 24px;border-radius:8px;transition:var(--transition)}.secondary-btn:hover{opacity:.9}.section-title{text-align:center;margin-bottom:40px}.section-title h2{font-size:2rem;margin-bottom:10px}.section-title p{max-width:700px;margin:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#eee}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}@media(max-width:992px){.container{width:95%}}@media(max-width:768px){.main-container{padding:25px 15px}.section-title h2{font-size:1.7rem}}@media(max-width:480px){.section-title h2{font-size:1.4rem}}.footer{background:#0f172a;color:#fff;margin-top:80px}.footer-container{width:90%;max-width:1300px;margin:auto;padding:60px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-section h2{color:#fff;font-size:1.8rem;margin-bottom:20px}.footer-section h3{color:#fff;margin-bottom:20px;font-size:1.2rem}.footer-section p{color:#cbd5e1;line-height:1.8;margin-bottom:12px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#cbd5e1;transition:.3s}.footer-section ul li a:hover{color:#60a5fa;padding-left:6px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:20px}.footer-bottom p{color:#94a3b8;margin:0;font-size:.95rem}@media(max-width:992px){.footer-container{grid-template-columns:1fr;gap:35px;text-align:center}.footer-section ul li a:hover{padding-left:0}}@media(max-width:576px){.footer{margin-top:60px}.footer-container{width:95%;padding:40px 0}.footer-section h2{font-size:1.5rem}.footer-section h3{font-size:1.1rem}}
