@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;isolation:isolate;background:#f1f8ff9e;border-bottom:1px solid rgba(255,255,255,.72);backdrop-filter:blur(18px) saturate(155%);-webkit-backdrop-filter:blur(18px) saturate(155%);box-shadow:0 8px 30px #0f172a0b;transition:background .26s ease,box-shadow .26s ease,border-color .26s ease}.navbar:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background:linear-gradient(105deg,rgba(255,255,255,.48),transparent 38%,rgba(186,230,253,.24));opacity:.9}.navbar.navbar-scrolled{background:#f8fcffc7;border-color:#94a3b838;box-shadow:0 14px 34px #0f172a1a}.navbar-container{width:min(96%,1600px);height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;animation:navbarEnter .5s both}.logo-circle{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.78);border-radius:14px;color:#fff;font-weight:700;background:linear-gradient(135deg,#0f347e,#2563eb 60%,#0ea5e9);box-shadow:0 9px 20px #2563eb47,inset 0 1px #ffffff57;transition:transform .26s cubic-bezier(.2,.8,.2,1),box-shadow .26s ease}.logo:hover .logo-circle{transform:rotate(-8deg) translateY(-2px);box-shadow:0 14px 26px #2563eb5c,inset 0 1px #fff6}.logo-text h2{margin:0;color:#0f347e;font-size:1.32rem;font-weight:750;letter-spacing:-.025em}.logo-text p{margin:2px 0 0;color:#52657e;font-size:.69rem;font-weight:500}.nav-links{display:flex;align-items:center;gap:3px;padding:5px;border:1px solid rgba(255,255,255,.68);border-radius:16px;background:#ffffff5c;box-shadow:inset 0 1px #ffffffb3,0 6px 18px #0f172a0a;animation:navbarEnter .56s 80ms both}.nav-links a{position:relative;display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:11px;color:#40516a;font-size:.88rem;font-weight:650;white-space:nowrap;transition:color .22s ease,background .22s ease,transform .22s ease,box-shadow .22s ease}.nav-links a:after{content:"";position:absolute;right:12px;bottom:5px;left:12px;height:2px;border-radius:999px;background:linear-gradient(90deg,#2563eb,#0ea5e9);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.nav-links a:hover{color:#1553b8;background:#ffffffbd;box-shadow:0 5px 13px #2563eb1a;transform:translateY(-2px)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-links a.active{color:#1149a5;background:linear-gradient(135deg,#dbeafee6,#e0f2fec7);box-shadow:inset 0 0 0 1px #2563eb14,0 5px 13px #2563eb1a}.mobile-toggle{display:none;width:42px;height:42px;border:1px solid rgba(37,99,235,.14);border-radius:12px;color:#0f347e;font-size:1.15rem;background:#ffffff8c;transition:transform .22s ease,background .22s ease}.mobile-toggle:hover{background:#fff;transform:translateY(-2px)}@keyframes navbarEnter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1210px){.mobile-toggle{display:grid;place-items:center}.navbar-container{height:66px}.nav-links{position:absolute;top:calc(100% + 10px);right:2%;left:2%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;max-height:0;padding:0;overflow:hidden;opacity:0;visibility:hidden;border-color:transparent;background:#f8fcffd4;backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);box-shadow:0 18px 42px #0f172a26;transform:translateY(-10px);transition:max-height .36s ease,padding .36s ease,opacity .2s ease,transform .36s cubic-bezier(.2,.8,.2,1),visibility .36s}.nav-links.active{max-height:470px;padding:9px;opacity:1;visibility:visible;border-color:#ffffffb3;transform:translateY(0)}.nav-links a{width:100%;padding:12px 13px}}@media(max-width:580px){.navbar-container{width:93%}.logo-text p{display:none}.logo-text h2{font-size:1.08rem}.logo-circle{width:38px;height:38px;border-radius:12px}.nav-links{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.navbar *,.navbar *:before,.navbar *:after{animation:none!important}}.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{background:radial-gradient(circle at 78% 22%,rgba(56,189,248,.2),transparent 27%),radial-gradient(circle at 12% 88%,rgba(37,99,235,.14),transparent 32%),linear-gradient(135deg,#f8fbff,#e8f3ff 52%,#f7fbff)}.hero::selection{background:#2563eb;color:#fff}.hero:before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;background:#2563eb0d;right:-180px;top:-250px}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#0ea5e921,#0ea5e900 70%);left:42%;bottom:-290px;pointer-events:none;animation:ambientPulse 8s ease-in-out infinite}.hero-grid{position:relative;z-index:1}.hero-grid:after{content:"";position:absolute;inset:-42px -4%;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(37,99,235,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.065) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 44%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 44%,transparent 100%)}@keyframes ambientPulse{50%{transform:scale(1.2);opacity:.62}}.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 h1{background:linear-gradient(115deg,#0f347e 8%,#2563eb 49%,#0891b2 92%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.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-visual{position:absolute;right:5%;top:50%;width:510px;height:510px;transform:translateY(-50%);pointer-events:none}.orbit{position:absolute;inset:12%;border:1px solid rgba(37,99,235,.25);border-radius:50%;box-shadow:inset 0 0 32px #38bdf814,0 0 34px #2563eb0f;animation:orbitSpin 22s linear infinite}.orbit-one{transform:rotateX(68deg) rotate(14deg)}.orbit-two{inset:19%;border-color:#0ea5e952;transform:rotateX(67deg) rotate(104deg);animation-duration:16s;animation-direction:reverse}.molecule{position:absolute;width:13px;height:13px;border-radius:50%;background:#38bdf8;box-shadow:0 0 0 7px #38bdf81f,0 0 22px #2563eb80;animation:moleculeDrift 5s ease-in-out infinite}.molecule-one{top:15%;right:11%}.molecule-two{bottom:19%;left:14%;width:10px;height:10px;background:#2563eb;animation-delay:-1.7s}.molecule-three{top:44%;left:3%;width:8px;height:8px;background:#0ea5e9;animation-delay:-3.2s}@keyframes orbitSpin{to{rotate:1turn}}@keyframes moleculeDrift{50%{transform:translateY(-18px) scale(1.16)}}.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;will-change:transform}.stat-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #2563eb1f}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(-7deg);background:linear-gradient(135deg,#dbeafe,#cffafe);box-shadow:0 12px 25px #2563eb2e}.stat-icon{transition:transform .35s ease,background .35s ease,box-shadow .35s ease}.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;will-change:transform;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-card:hover .module-icon{transform:rotate(-6deg) scale(1.06);background:linear-gradient(135deg,#dbeafe,#e0f2fe)}.module-icon{transition:transform .35s ease,background .35s ease}.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-visual{width:390px;height:390px;right:50%;top:33%;transform:translate(50%,-50%)}@media(max-width:700px){.hero-visual{width:310px;height:310px;top:29%;opacity:.78}.hero-grid:after{background-size:28px 28px}}.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;min-height:420px;display:flex;align-items:center;background:linear-gradient(#031b4eb8,#0b3f8cb8),url(/images/5.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.page-hero .hero-grid{display:flex;justify-content:center;align-items:center;width:100%}.page-hero .hero-left{width:100%;max-width:900px;margin:auto;text-align:center}.page-hero .hero-badge{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 24px;border-radius:50px;margin:0 auto 28px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-hero h1{font-size:clamp(3rem,5vw,4.3rem);line-height:1.15;font-weight:800;color:#fff;margin:0 auto 28px;max-width:900px;text-align:center}.page-hero p{max-width:760px;margin:0 auto;font-size:20px;line-height:1.85;color:#ffffffeb;text-align:center}@media(max-width:992px){.page-hero{min-height:360px}.page-hero h1{font-size:42px}.page-hero p{font-size:18px}}@media(max-width:768px){.page-hero{padding:60px 20px;min-height:320px}.page-hero h1{font-size:34px}.page-hero p{font-size:16px}}.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{width:100%;max-width:900px;margin:0 auto;padding:55px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.prediction-tag{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:0 auto 28px;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)}.prediction-content h1{font-size:clamp(3rem,5vw,4.4rem);line-height:1.12;font-weight:800;color:#fff;margin:18px auto 24px;max-width:900px;text-align:center}.prediction-content p{max-width:760px;margin:0 auto;text-align:center;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;--ring: 0 0 0 4px rgba(37, 99, 235, .16)}html{scroll-behavior:smooth}body{background:linear-gradient(180deg,#f8fbff,#eef4fb);color:var(--text);overflow-x:hidden}a{text-decoration:none;color:inherit}:focus-visible{outline:3px solid #2563eb;outline-offset:3px}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}.page-transition{animation:pageEnter .42s cubic-bezier(.2,.8,.2,1) both}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.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}.reveal-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .56s ease var(--reveal-delay, 0ms),transform .56s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms)}.reveal-on-scroll.is-revealed{opacity:1;transform:translateY(0)}.primary-btn{background:var(--primary);color:#fff;padding:12px 24px;border-radius:8px;transition:var(--transition)}.primary-btn:hover{background:var(--primary-dark)}.primary-btn:focus-visible,.secondary-btn:focus-visible{box-shadow:var(--ring)}.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}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}.reveal-on-scroll{opacity:1;transform:none}}.footer{position:relative;overflow:hidden;margin-top:60px;color:#fff;background:linear-gradient(135deg,#041a49f5,#082d6cf2 55%,#074696f0);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -12px 35px #002d782e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(0,212,255,.12),transparent 18%),radial-gradient(circle at 85% 20%,rgba(255,255,255,.05),transparent 20%),radial-gradient(circle at 70% 85%,rgba(56,189,248,.08),transparent 24%);pointer-events:none}.footer:after{content:"";position:absolute;right:-120px;bottom:-120px;width:320px;height:320px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 45px #ffffff08,0 0 0 90px #ffffff05}.footer-container{position:relative;z-index:2;width:90%;max-width:1300px;margin:auto;padding:45px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-section{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:22px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:.35s ease}.footer-section:hover{transform:translateY(-5px);border-color:#00d4ff59;background:#ffffff12;box-shadow:0 15px 35px #0078ff2e}.footer-section h2{color:#fff;font-size:1.7rem;font-weight:700;margin-bottom:18px;display:inline-block;position:relative}.footer-section h2:after{content:"";display:block;width:60px;height:4px;margin-top:10px;border-radius:50px;background:linear-gradient(90deg,#00d4ff,#3b82f6)}.footer-section h3{color:#fff;font-size:1.15rem;margin-bottom:18px;display:inline-block;position:relative}.footer-section h3:after{content:"";display:block;width:40px;height:3px;margin-top:8px;border-radius:30px;background:#38bdf8}.footer-section p{color:#d6e7ff;font-size:.95rem;line-height:1.8;margin-bottom:12px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{display:inline-flex;align-items:center;gap:8px;color:#d6e7ff;text-decoration:none;font-size:.95rem;transition:.3s ease}.footer-section ul li a:before{content:"➜";color:#38bdf8;transition:.3s}.footer-section ul li a:hover{color:#7dd3fc;transform:translate(6px)}.footer-section ul li a:hover:before{color:#fff}.footer-bottom{position:relative;z-index:2;margin-top:10px;padding:16px;text-align:center;border-top:1px solid rgba(255,255,255,.1);background:#ffffff08;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer-bottom p{margin:0;color:#b8d6ff;font-size:.88rem;line-height:1.7}@media(max-width:992px){.footer-container{grid-template-columns:1fr;gap:25px;text-align:center}.footer-section h2:after,.footer-section h3:after{margin-left:auto;margin-right:auto}.footer-section ul li a{justify-content:center}.footer-section ul li a:hover{transform:none}}@media(max-width:576px){.footer{margin-top:45px}.footer-container{width:94%;padding:35px 0;gap:20px}.footer-section{padding:18px}.footer-section h2{font-size:1.45rem}.footer-section h3{font-size:1.05rem}.footer-bottom{padding:14px}.footer-bottom p{font-size:.82rem}}:root{--glass-surface: rgba(255, 255, 255, .68);--glass-border: rgba(255, 255, 255, .76);--glass-shadow: 0 18px 48px rgba(15, 47, 98, .1);--research-blue: #0f3f91;--research-cyan: #0891b2;--page-banner-height: clamp(270px, 28vw, 350px)}body{background:#edf6ff}.main-container{position:relative;isolation:isolate;overflow:clip;background:radial-gradient(circle at 12% 12%,rgba(14,165,233,.2),transparent 23rem),radial-gradient(circle at 88% 24%,rgba(37,99,235,.16),transparent 27rem),radial-gradient(circle at 48% 90%,rgba(125,211,252,.16),transparent 30rem),linear-gradient(135deg,#f8fcff,#eaf5ff 47%,#f7fbff)}.main-container:before,.main-container:after{content:"";position:absolute;z-index:-1;pointer-events:none}.main-container:before{inset:0;opacity:.62;background-image:linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.86),transparent 95%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.86),transparent 95%)}.main-container:after{top:16%;right:-180px;width:470px;height:470px;border:1px solid rgba(14,165,233,.24);border-radius:50%;box-shadow:0 0 0 52px #2563eb09,0 0 0 105px #0ea5e906;animation:molecularDrift 16s ease-in-out infinite}.main-container>*{position:relative;z-index:1}@keyframes molecularDrift{50%{transform:translate(-30px,48px) scale(1.08)}}.page,.main-wrapper,.prediction-page,.structure-page,.interaction-page,.contact-page,.cite-page,.statistics,.research-modules,.prediction-form-section,.prediction-result,.prediction-actions,.prediction-footer,.interaction-section,.contact-section{background:transparent!important}:is(.card,.mutation-search-card,.result-card,.mutation-panel,.sequence-card,.sequence-viewer,.sequence-table-card,.contact-card,.cite-card,.structure-card,.info-card,.prediction-card,.prediction-item,.summary-card,.details-card,.action-card,.table-card,.interaction-sidebar,.interaction-result-panel,.stat-card,.module-card){border:1px solid var(--glass-border)!important;background:var(--glass-surface)!important;box-shadow:var(--glass-shadow),inset 0 1px #ffffffb8!important;backdrop-filter:blur(14px) saturate(125%);-webkit-backdrop-filter:blur(14px) saturate(125%)}:is(.card,.mutation-search-card,.result-card,.mutation-panel,.sequence-card,.contact-card,.cite-card,.structure-card,.info-card,.prediction-card,.prediction-item,.summary-card,.details-card,.action-card,.table-card,.interaction-sidebar,.interaction-result-panel,.stat-card,.module-card){transition:transform .26s cubic-bezier(.2,.8,.2,1),box-shadow .26s ease,border-color .26s ease,background .26s ease}:is(.card,.mutation-search-card,.result-card,.mutation-panel,.sequence-card,.contact-card,.cite-card,.structure-card,.info-card,.prediction-card,.prediction-item,.summary-card,.details-card,.action-card,.table-card,.interaction-sidebar,.interaction-result-panel):hover{border-color:#38bdf873!important;box-shadow:0 24px 56px #0f408726,inset 0 1px #ffffffd1!important;transform:translateY(-4px)}:is(.page-hero,.prediction-hero,.structure-hero,.interaction-hero,.ppi-hero,.contact-header,.cite-header){position:relative;overflow:hidden;min-height:var(--page-banner-height);padding:55px 0;background-position:center;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 -1px #ffffff26}.page-hero{background-image:linear-gradient(105deg,#021d4ee0,#044f84a6),url(/images/5.jpg)!important}.prediction-hero{background-image:linear-gradient(105deg,#021d4ee6,#054a7e94),url(/images/123.jpg)!important}.structure-hero{background-image:linear-gradient(105deg,#021d4ee0,#054a7e91),url(/images/12.jpg)!important}.interaction-hero{background-image:linear-gradient(105deg,#021d4ee6,#08567d91),url(/images/11.jpg)!important}.ppi-hero{background-image:linear-gradient(105deg,#021d4ee0,#054a7e94),url(/images/ppi-bg.png)!important}.contact-header{background-image:linear-gradient(105deg,#021d4ee0,#08567d8f),url(/images/2.jpg)!important}.cite-header{background-image:linear-gradient(105deg,#021d4ee6,#054a7e94),url(/images/10.jpg)!important}:is(.page-hero,.prediction-hero,.structure-hero,.interaction-hero,.ppi-hero,.contact-header,.cite-header):after{content:"";position:absolute;width:370px;height:370px;right:-100px;bottom:-235px;border:1px solid rgba(186,230,253,.42);border-radius:50%;box-shadow:0 0 0 46px #bae6fd12,0 0 0 94px #bae6fd0a;animation:molecularDrift 15s ease-in-out infinite reverse}:is(.search-page,.phytochemicals-page){position:relative;isolation:isolate;overflow:hidden;min-height:var(--page-banner-height);padding-block:44px 72px;border-radius:28px;background:transparent!important}.search-page:before,.phytochemicals-page:before{content:"";position:absolute;z-index:-1;top:0;right:0;left:0;height:var(--page-banner-height);border-radius:28px 28px 0 0;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;box-shadow:0 18px 48px #0f2f621a}.search-page:before{background-image:linear-gradient(120deg,#eff8ffe6,#e0f2fec2),url(/images/1.png)!important}.phytochemicals-page:before{background-image:linear-gradient(120deg,#eff8ffe6,#e0f2febf),url(/images/3.jpg)!important}:is(.page-header h1,.page-heading h1,.section-header h2,.contact-section h2,.cite-title h2){color:var(--research-blue);letter-spacing:-.03em}:is(.page-table,.mutation-table,.table-wrapper table){overflow:hidden;border:1px solid rgba(148,163,184,.2);border-radius:14px;background:#ffffff9e;box-shadow:0 10px 30px #0f2f620f}:is(.page-table th,.mutation-table th,.table-wrapper th){background:linear-gradient(110deg,#0a3a83,#1565c0)!important}:is(.page-table tr:hover,.mutation-table tr:hover,.table-wrapper tr:hover){background:#dbeafea8!important}:is(input,select,textarea){border-color:#2563eb33!important;background:#ffffffb8!important;box-shadow:inset 0 1px #ffffffd1}:is(input,select,textarea):focus{border-color:#2563eb!important;box-shadow:0 0 0 4px #2563eb21,inset 0 1px #ffffffd1!important}:is(.primary-btn,.secondary-btn,.search-button,.analyze-btn,.sequence-btn,.download-btn,.module-button){position:relative;overflow:hidden;isolation:isolate}:is(.primary-btn,.secondary-btn,.search-button,.analyze-btn,.sequence-btn,.download-btn,.module-button):after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.24) 46%,transparent 67%);transform:translate(-125%);transition:transform .52s ease}:is(.primary-btn,.secondary-btn,.search-button,.analyze-btn,.sequence-btn,.download-btn,.module-button):hover:after{transform:translate(125%)}@media(max-width:700px){:root{--page-banner-height: 250px}.main-container{padding-inline:14px}.main-container:before{background-size:26px 26px}.main-container:after{right:-225px;width:390px;height:390px}}@media(prefers-reduced-motion:reduce){.main-container:after,:is(.page-hero,.prediction-hero,.structure-hero,.interaction-hero,.ppi-hero,.contact-header,.cite-header):after{animation:none}}.prediction-hero .container,.prediction-hero .hero-inner,.page-hero .container,.page-hero .hero-inner,.ppi-hero .container,.ppi-hero .hero-inner,.structure-hero .container,.structure-hero .hero-inner{text-align:left;margin-left:0;margin-right:auto}.interaction-hero .container,.cite-header .container{text-align:center;margin:auto}.prediction-hero h1,.page-hero h1,.ppi-hero h1,.structure-hero h1{max-width:900px}.prediction-hero p,.page-hero p,.ppi-hero p,.structure-hero p{max-width:850px}:is(.prediction-hero,.page-hero,.structure-hero,.interaction-hero,.ppi-hero,.cite-header) h1{color:#fff!important;font-weight:800}:is(.prediction-hero,.page-hero,.structure-hero,.interaction-hero,.ppi-hero,.cite-header) p{color:#fff!important}
