body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#1e90ff;--accent:#ff9800;--bg:#f5f5f5;--text:#333;--white:#fff;--shadow:0 2px 8px #00000012;--radius:10px;--transition:0.3s cubic-bezier(.4,0,.2,1);--container-max:1200px;--spacing:1.5rem}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;background:var(--bg);color:#333;color:var(--text);font-family:Roboto,Arial,sans-serif;line-height:1.6;min-height:100vh}main,section{margin-bottom:1.5rem;margin-bottom:var(--spacing);width:100%}.container{margin:0 auto;max-width:1200px;max-width:var(--container-max);padding:0 1rem;width:92%}.header{background:#fff;background:var(--white);border-bottom:1px solid #eee;box-shadow:0 2px 8px #00000012;box-shadow:var(--shadow);padding:1.1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.logo{color:#111;font-size:2rem;font-weight:700;letter-spacing:1px;transition:color .3s cubic-bezier(.4,0,.2,1);transition:color var(--transition)}.logo span{color:#1e90ff;color:var(--primary)}.nav-links{align-items:center;display:flex;gap:1.2rem;transition:max-height .3s}.nav-links a{color:#333;color:var(--text);font-weight:500;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1);transition:color var(--transition)}.nav-links a:hover{color:#1e90ff;color:var(--primary)}.search-box{align-items:center;background:#fff;border:1px solid #ccc;border-radius:20px;display:flex;padding:.4rem .8rem}.search-box input{background:#0000;border:none;font-size:.95rem;outline:none;padding:.3rem .5rem}.search-box input::placeholder{color:#777}.menu-icon,.menu-toggle{display:none}.menu-icon{cursor:pointer;font-size:2rem;margin-left:1rem;-webkit-user-select:none;user-select:none}.featured-section{display:flex;gap:2rem;margin:2.5rem auto;max-width:1200px;max-width:var(--container-max);width:100%}.featured-main{border-radius:10px;border-radius:var(--radius);box-shadow:0 4px 12px #00000026;flex:2 1;height:480px;overflow:hidden;position:relative}.featured-main img{display:block;height:100%;object-fit:cover;width:100%}.featured-overlay{background:linear-gradient(#0000,#000000d9);bottom:0;color:#fff;left:0;padding:40px 25px 25px;position:absolute;right:0}.featured-label{background:#e68900;border-radius:4px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:12px;padding:6px 12px;text-transform:uppercase}.featured-overlay h2{font-size:1.8rem;font-weight:700;line-height:1.2;margin:0 0 10px}.featured-overlay p{-webkit-line-clamp:2;font-size:1rem;line-height:1.5;margin:0;opacity:.95}.featured-sidebar{display:flex;flex:1 1;flex-direction:column;gap:1.2rem}.sidebar-post{align-items:flex-start;background:#fff;background:var(--white);border-radius:8px;box-shadow:0 2px 8px #00000012;box-shadow:var(--shadow);display:flex;gap:1rem;overflow:hidden;padding:.9rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);transition:transform var(--transition),box-shadow var(--transition)}.sidebar-text{display:flex;flex-direction:column}.sidebar-post:hover{box-shadow:0 4px 16px #1e90ff1a;transform:translateY(-3px) scale(1.03)}.sidebar-post img{aspect-ratio:4/3;border-radius:6px;object-fit:cover;width:100px}.sidebar-post h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis}.sidebar-date{color:#888;display:block;font-size:.7rem;margin-bottom:4px}.weekly-news{margin:3rem auto;max-width:1200px;max-width:var(--container-max);text-align:left}.weekly-news h2{font-size:2rem;font-weight:700}.weekly-news p{color:#666;margin-bottom:1.5rem;margin-top:.3rem}.news-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1.2rem}.news-card{background:#fff;background:var(--white);border-radius:10px;border-radius:var(--radius);box-shadow:0 2px 8px #00000012;box-shadow:var(--shadow);color:inherit;display:flex;flex-direction:column;overflow:hidden;padding:1rem 1rem 2.2rem;position:relative;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);transition:transform var(--transition),box-shadow var(--transition)}.news-card:hover{box-shadow:0 6px 24px #1e90ff1a;transform:translateY(-5px) scale(1.02)}.news-card img{border-radius:8px;height:200px;object-fit:cover;width:100%}.news-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.05rem;margin:.6rem 0;overflow:hidden;text-overflow:ellipsis}.news-card .news-date{color:#888;font-size:.75rem}.news-card a{bottom:10px;color:#ff9800;color:var(--accent);font-size:.8rem;font-weight:500;left:20px;position:absolute;text-decoration:none}.news-card a:hover{text-decoration:underline}.tech-news{margin:40px auto;padding:0 20px}.tech-news h2{color:#333;font-size:28px;margin-bottom:20px}.tech-news-grid{display:flex;gap:20px}.tech-featured-card{border-radius:8px;box-shadow:0 4px 12px #00000026;flex:1 1;height:300px;overflow:hidden;position:relative}.tech-featured-card img{height:300px;object-fit:cover;width:100%}.tech-featured-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:30px 20px 20px;position:absolute;right:0}.tech-featured-overlay h3{font-size:1.3rem;font-weight:600;line-height:1.3;margin:0 0 10px}.tech-featured-overlay p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:.85rem;line-height:1.4;margin:0;opacity:.9;overflow:hidden;text-overflow:ellipsis}.tech-sidebar-cards{display:flex;flex:1 1;flex-direction:column;gap:15px}.tech-small-card{align-items:flex-start;background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 2px 8px #00000012;box-shadow:var(--shadow);display:flex;gap:10px;height:140px;padding:10px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);transition:box-shadow var(--transition),transform var(--transition)}.tech-small-card:hover{box-shadow:0 4px 16px #ff98001a;transform:translateY(-2px) scale(1.01)}.tech-small-card img{border-radius:4px;flex-shrink:0;height:120px;object-fit:cover;width:150px}.tech-small-content h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:16px;line-height:1.4;margin:5px 0 0;overflow:hidden}.future-ethics-date,.tech-date{color:#666;font-size:12px;margin:0 0 2px}.future-ethics-read-time,.tech-read-time{color:#999;font-size:12px;margin:0 0 5px}.future-ethics-news{margin:40px auto;max-width:1200px;max-width:var(--container-max);padding:0 20px}.future-ethics-news h2{color:#333;color:var(--text);font-size:2rem;font-weight:700;margin-bottom:20px}.future-ethics-news-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.future-ethics-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 2px 8px #00000012;box-shadow:var(--shadow);display:flex;gap:15px;padding:15px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);transition:box-shadow var(--transition),transform var(--transition)}.future-ethics-card:hover{box-shadow:0 4px 16px #ff98001a;transform:translateY(-2px) scale(1.01)}.future-ethics-card img{border-radius:6px;flex-shrink:0;height:120px;object-fit:cover;width:160px}.future-ethics-card-content{flex:1 1}.future-ethics-card-content h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:18px;line-height:1.4;margin:5px 0 0;overflow:hidden;text-overflow:ellipsis}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;color:var(--white);padding:60px 0 0}.footer-container{margin:0 auto;max-width:1200px;max-width:var(--container-max);padding:0 20px}.footer-main{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 2fr;padding-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo{color:#fff;color:var(--white);font-size:2rem;font-weight:700;letter-spacing:1px;margin:0}.footer-tagline{color:#a0a0a0;font-size:16px;margin:0}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.footer-section h4{color:#fff;font-size:18px;font-weight:600;margin:0 0 20px}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#a0a0a0;font-size:15px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.newsletter-text{color:#a0a0a0;font-size:14px;line-height:1.5;margin:0 0 16px}.newsletter{display:flex;gap:8px}.newsletter input{background:#333;border:1px solid #404040;border-radius:6px;color:#fff;flex:1 1;font-size:14px;padding:12px 16px}.newsletter input::placeholder{color:#a0a0a0}.newsletter button{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:background .3s ease}.newsletter button:hover{background:#0056b3}.footer-bottom{border-top:1px solid #404040;padding:24px 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.footer-bottom p{color:#a0a0a0;font-size:14px;margin:0}.footer-social{display:flex;gap:16px}.footer-social a{align-items:center;background:#333;border-radius:50%;color:#a0a0a0;display:flex;font-size:16px;height:32px;justify-content:center;text-decoration:none;transition:color .3s ease;width:32px}.footer-social a:hover{background:#404040;color:#fff}@media (max-width:900px){.container,.future-ethics-news,.tech-news,.weekly-news{padding-left:.5rem;padding-right:.5rem}.featured-section{flex-direction:column;gap:1.2rem}.footer-main{gap:40px;grid-template-columns:1fr}.footer-content{gap:30px;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;gap:16px;text-align:center}.footer{padding:40px 0 0}.footer-logo{font-size:1.5rem}.future-ethics-news h2,.tech-news h2{font-size:1.3rem}.tech-news-grid{flex-direction:column;gap:1.2rem}.tech-sidebar-cards{flex-direction:row;gap:10px}.tech-small-card{flex:1 1;min-width:180px}.future-ethics-news-grid{gap:20px;grid-template-columns:1fr}.future-ethics-card{margin:0 auto;max-width:600px}.search-box{background:#fff;border:1px solid #ccc;border-radius:20px;flex:1 1;margin-left:0;margin-right:0;max-width:160px;order:2;padding:.2rem .8rem}.menu-icon{display:block;margin-left:.5rem;order:3}.nav-links{background:#fff;background:var(--white);box-shadow:0 2px 8px #00000012;box-shadow:var(--shadow);display:none;flex-direction:column;gap:1rem;left:0;order:4;padding:1.2rem 0;position:absolute;top:100%;width:100vw;z-index:999}.header-inner{flex-wrap:wrap}.menu-toggle:checked+.menu-icon+.nav-links{display:flex}}@media (max-width:600px){.header-inner{align-items:center;flex-direction:row;flex-wrap:wrap;gap:.8rem}.search-box{background:#fff;border:1px solid #ccc;border-radius:20px;box-sizing:border-box;margin-left:-16px;margin-right:-16px;margin-top:0;max-width:none;order:2;padding:.4rem 1.2rem;width:100vw}.menu-icon{margin-left:.5rem;order:3}.logo{color:#111;font-size:1.2rem;font-weight:700;letter-spacing:1px;transition:color .3s cubic-bezier(.4,0,.2,1);transition:color var(--transition)}.featured-sidebar{flex-direction:row;overflow-x:auto;padding-bottom:.5rem}.sidebar-post{flex:0 0 auto;width:100%}.future-ethics-news h2,.tech-news h2,.weekly-news h2{font-size:1.1rem}.future-ethics-news,.tech-news{margin:30px auto;padding:0 8px}.tech-featured-content h3{font-size:1rem}.tech-featured-content p{font-size:.85rem}.tech-small-card{gap:8px;height:80px;padding:8px}.tech-small-card img{height:100%;width:35%}.tech-small-content h4{font-size:12px}.future-ethics-card{display:flex;flex-direction:column;justify-content:space-between;text-align:center;width:100%}.future-ethics-card img{height:140px;margin-bottom:10px;width:100%}.future-ethics-card-content h4{font-size:13px}.newsletter{flex-direction:column;gap:12px}.newsletter button{padding:14px 24px}}@media(max-width:992px){.featured-section{flex-direction:column}.featured-content h2{font-size:1.2rem}.tech-news-grid{flex-direction:column;gap:25px}.tech-sidebar-cards{flex-direction:row;gap:15px}.tech-small-card{flex:1 1;min-width:250px}.future-ethics-news-grid{gap:20px;grid-template-columns:1fr}.future-ethics-card{margin:0 auto;max-width:600px}.footer-main{gap:40px}.footer-content{gap:30px}}@media (max-width:768px){.header-inner{flex-wrap:nowrap}.menu-icon{display:block}.nav-links{background:#fff;background:var(--white);box-shadow:0 2px 8px #00000012;box-shadow:var(--shadow);display:none;flex-direction:column;gap:.8rem;left:0;padding:1rem;position:absolute;top:60px;width:100%}.menu-toggle:checked~.nav-links{display:flex}.search-box{flex:1 1;max-width:160px}}
/*# sourceMappingURL=main.3201fbcb.css.map*/