@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-base:#f0f2f5;--bg-panel:#fff;--primary-color:#2c88fa;--primary-hover:#1b73e8;--text-dark:#1a1a1a;--text-primary:#333;--text-secondary:#666;--border-light:#e4e7ed;--shadow-sm:0 4px 15px #0000000d;--shadow-md:0 8px 30px #00000014;--font-main:"Inter", -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-base);color:var(--text-primary);min-height:100vh;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-title{text-align:center;color:var(--text-dark);letter-spacing:-.5px;margin-bottom:50px;font-size:36px;font-weight:700}.glass-panel{background:var(--bg-panel);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);border-radius:12px}.card-hover:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.btn-primary{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 24px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #2c88fa4d}.modal-content{width:90%;max-width:400px;box-shadow:var(--shadow-md);background:#fff;border-radius:12px;padding:30px}.pagination{justify-content:center;gap:15px;margin-top:40px;display:flex}.page-btn{border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:6px;padding:8px 16px;transition:all .2s}.page-btn:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.navbar{z-index:100;background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;height:64px;display:flex;position:fixed;top:0;left:0;right:0}.nav-content{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{align-items:center;gap:12px;margin-right:40px;text-decoration:none;display:flex}.logo-img{object-fit:contain;height:24px}.logo-text{color:#0f172a;font-size:16px;font-weight:600}.nav-links{gap:25px;display:flex}.nav-links a{color:#475569;cursor:pointer;background:0 0;border-bottom:2px solid #0000;padding:22px 0;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.nav-links a.active{color:#3b82f6;border-bottom:2px solid #3b82f6}.nav-links a:hover{color:#3b82f6}.page-container{background-color:#f8fafc;min-height:100vh;padding-top:64px}.big-page-title{text-align:center;color:#1e293b;letter-spacing:1px;margin:50px 0 40px;font-size:32px;font-weight:700}.section-title-center{text-align:center;color:#1e293b;margin:60px 0 30px;font-size:26px;font-weight:600}.section-subtitle-center{text-align:center;color:#64748b;margin-top:-20px;margin-bottom:40px;font-size:14px}.hero-panel-blue{background:linear-gradient(135deg,#eaf6ff 0%,#dcf0ff 100%);border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:40px;padding:50px 70px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #bae6fd4d}.hero-panel-content{z-index:2;flex:1}.hero-icon-box{color:#3b82f6;background:#fff;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:20px;display:flex;box-shadow:0 4px 15px #0000000d}.hero-panel-title{color:#1e293b;margin-bottom:20px;font-size:22px;font-weight:700}.hero-panel-list{margin:0 0 40px;padding:0;list-style:none}.hero-panel-list li{color:#475569;align-items:center;gap:10px;margin-bottom:12px;font-size:13px;display:flex}.hero-panel-list li:before{content:"›";color:#94a3b8;font-size:16px}.hero-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:12px 28px;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 4px 10px #3b82f64d}.hero-btn:hover{background:#2563eb}.hero-link{color:#64748b;margin-left:20px;font-size:13px;text-decoration:none;transition:all .2s}.hero-link:hover{color:#3b82f6}.hero-panel-3d{z-index:2;background:0 0;width:320px;height:320px;position:relative}.features-row{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:80px;display:grid}.feature-card{text-align:center;cursor:pointer;background:#fff;border:1.5px solid #f1f5f9;border-radius:16px;padding:35px 15px 30px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 20px #0000000a}.feature-card:hover,.feature-card.active{border-color:#bfdbfe;transform:translateY(-6px);box-shadow:0 12px 30px #3b82f61f}.feature-icon-wrapper{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex;position:relative}.breathing-ring{border:2px solid var(--theme-color,#3b82f6);opacity:.35;border-radius:50%;animation:2.5s ease-in-out infinite pulse-breathing;position:absolute;inset:-6px}.breathing-ring:after{content:"";border:1px dashed var(--theme-color,#3b82f6);opacity:.25;border-radius:50%;position:absolute;inset:-8px}.feature-icon-circle{color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 15px #0000001a}@keyframes pulse-breathing{0%{opacity:.25;box-shadow:0 0 0px var(--theme-color,#3b82f6);transform:scale(.94)}50%{opacity:.7;box-shadow:0 0 15px var(--theme-color,#3b82f6);transform:scale(1.12)}to{opacity:.25;box-shadow:0 0 0px var(--theme-color,#3b82f6);transform:scale(.94)}}.feature-card:hover .breathing-ring,.feature-card.active .breathing-ring{opacity:1;border-width:2.5px;animation:1.4s ease-in-out infinite alternate active-glow-pulse}.feature-card:hover .feature-icon-circle,.feature-card.active .feature-icon-circle{box-shadow:0 0 25px var(--theme-color,#3b82f6), 0 0 45px var(--theme-color,#3b82f6);transform:scale(1.08)}@keyframes active-glow-pulse{0%{box-shadow:0 0 12px var(--theme-color), inset 0 0 10px var(--theme-color);transform:scale(1.06)}to{box-shadow:0 0 28px var(--theme-color), inset 0 0 15px var(--theme-color);transform:scale(1.2)}}.feature-card h4{color:#1e293b;margin-bottom:8px;font-size:17px;font-weight:600}.feature-card p{color:#94a3b8;font-size:12px;line-height:1.5}.news-grey-panel{background:0 0;margin-bottom:80px}.news-grid-2x3{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.news-item-card{background:#fff;border-radius:12px;align-items:center;gap:20px;padding:20px 25px;text-decoration:none;transition:box-shadow .2s;display:flex;box-shadow:0 4px 15px #00000008}.news-item-card:hover{box-shadow:0 8px 25px #0000000f}.news-num{font-size:24px;font-weight:700}.news-item-info{flex:1}.news-item-title{color:#334155;margin-bottom:10px;font-size:15px;font-weight:500;line-height:1.4}.news-item-meta{color:#94a3b8;justify-content:space-between;font-size:12px;display:flex}.news-wall-list{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.news-wall-item{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:12px;height:140px;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008}.news-wall-item:hover{border-color:#bfdbfe;transform:translate(8px);box-shadow:0 8px 25px #3b82f61a}.wall-img-container{background:#f1f5f9;flex-shrink:0;justify-content:center;align-items:center;width:220px;min-width:220px;height:140px;display:flex;overflow:hidden}.wall-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.wall-content{flex-direction:column;flex:1;justify-content:center;padding:25px 30px;display:flex;position:relative}.wall-title{color:#1e293b;margin-bottom:10px;font-size:18px;font-weight:700;line-height:1.4}.wall-desc{color:#64748b;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:45px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.wall-date{color:#94a3b8;font-size:14px;position:absolute;top:25px;right:30px}.edit-btn{color:#64748b;cursor:pointer;z-index:10;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-size:12px;position:absolute;bottom:20px;right:30px}.news-detail-container{background:#fff;border-radius:16px;max-width:900px;margin:0 auto;padding:50px;box-shadow:0 4px 25px #00000008}.news-detail-header{border-bottom:1px solid #f1f5f9;margin-bottom:35px;padding-bottom:25px}.news-detail-title{color:#0f172a;margin-bottom:15px;font-size:28px;font-weight:800;line-height:1.4}.news-detail-meta{color:#94a3b8;align-items:center;gap:25px;font-size:14px;display:flex}.news-detail-cover{object-fit:cover;border-radius:12px;width:100%;max-height:420px;margin-bottom:35px}.news-detail-body{color:#334155;white-space:pre-wrap;margin-bottom:35px;font-size:16px;line-height:2}.news-detail-image-box{text-align:center;margin:30px 0}.news-detail-content-img{border-radius:12px;max-width:100%;max-height:500px;box-shadow:0 4px 20px #0000000f}.back-btn{color:#3b82f6;cursor:pointer;align-items:center;gap:8px;margin-bottom:25px;font-weight:600;text-decoration:none;display:inline-flex}.back-btn:hover{text-decoration:underline}.edit-btn:hover{color:#fff;background:#3b82f6;border-color:#3b82f6}.pagination{justify-content:center;align-items:center;gap:8px;margin:40px 0 80px;display:flex}.page-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 14px;font-size:14px;transition:all .2s}.page-btn:hover{color:#3b82f6;border-color:#3b82f6}.page-btn.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.webgl-grid{grid-template-columns:repeat(1,1fr);gap:30px;margin-top:40px;display:grid}.webgl-card{background:#0f172a;border-radius:12px;height:280px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.webgl-img-area{width:450px;height:100%;position:relative}.webgl-img{object-fit:cover;opacity:.8;width:100%;height:100%}.webgl-tags{gap:10px;display:flex;position:absolute;top:20px;left:20px}.tag{color:#2dd4bf;background:#00000080;border:1px solid #2dd4bf;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:700}.tag.white{color:#fff;border-color:#fff}.webgl-content{color:#fff;flex-direction:column;flex:1;justify-content:center;padding:40px;display:flex}.webgl-title{letter-spacing:1px;margin-bottom:20px;font-size:26px;font-weight:800}.webgl-desc{color:#94a3b8;margin-bottom:30px;font-size:14px;line-height:1.8}.btn-launch{color:#2dd4bf;cursor:pointer;background:0 0;border:1px solid #2dd4bf;border-radius:6px;align-items:center;gap:10px;width:fit-content;padding:10px 24px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex}.btn-launch:hover{color:#0f172a;background:#2dd4bf;box-shadow:0 0 15px #2dd4bf80}.admin-webgl-edit{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:12px;position:absolute;top:20px;right:20px}.webgl-modal-overlay{z-index:1000;background:#0f172af2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.webgl-iframe-container{background:#000;border:1px solid #2dd4bf;border-radius:12px;justify-content:center;align-items:center;width:90vw;height:90vh;display:flex;position:relative;box-shadow:0 0 40px #2dd4bf33}.webgl-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:6px;padding:8px 16px;font-size:16px;position:absolute;top:20px;right:20px}.webgl-close:hover{background:#fff3}.webgl-placeholder{color:#fff;flex-direction:column;align-items:center;gap:20px;display:flex}.modal-overlay{z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:500px;max-width:90vw;padding:40px;box-shadow:0 20px 50px #0000001a}.generic-page{padding-top:110px;padding-bottom:60px}.footer-advanced{background:#fff;border-top:1px solid #e2e8f0;padding:60px 0 20px}.footer-content{justify-content:space-between;gap:80px;margin-bottom:40px;display:flex}.qr-grid{gap:20px;display:flex}.qr-item{flex-direction:column;align-items:center;gap:10px;width:120px;display:flex}.qr-img{object-fit:contain;border:1px solid #e2e8f0;border-radius:8px;width:120px;height:120px;padding:5px}.qr-text{color:#1e293b;font-size:14px;font-weight:500}.qr-img-placeholder{color:#cbd5e1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.footer-info{flex-direction:column;flex:1;gap:15px;display:flex}.footer-info-row{color:#64748b;align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;display:flex}.footer-info-label{color:#94a3b8;flex-shrink:0;width:80px}.footer-bottom{text-align:center;border-top:1px solid #f1f5f9;flex-direction:column;align-items:center;gap:10px;padding-top:20px;display:flex}.admin-login-tiny{color:#cbd5e1;cursor:pointer;background:0 0;border:none;font-size:12px;text-decoration:none;transition:color .2s}.admin-login-tiny:hover{color:#94a3b8}
