.nbw-newsletter-content {
max-width: 800px;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
}
.nbw-newsletter-header {
text-align: center;
margin-bottom: 40px;
padding: 30px 0;
border-bottom: 2px solid #f0f0f0;
}
.nbw-newsletter-logo {
font-size: 32px;
font-weight: bold;
color: #1a1a1a;
margin-bottom: 8px;
}
.nbw-newsletter-tagline {
font-size: 14px;
color: #666;
letter-spacing: 1px;
}
.nbw-section {
margin-bottom: 50px;
}
.nbw-section-title {
font-size: 28px;
font-weight: bold;
color: #1a1a1a;
margin-bottom: 30px;
display: flex;
align-items: center;
gap: 10px;
}
.nbw-card {
background: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 12px;
padding: 30px;
margin-bottom: 25px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: box-shadow 0.3s ease;
}
.nbw-card:hover {
box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.nbw-card-title {
font-size: 20px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 15px;
line-height: 1.4;
}
.nbw-card-summary {
font-size: 16px;
color: #555;
line-height: 1.6;
margin-bottom: 20px;
}
.nbw-card-link {
color: #0066cc;
text-decoration: none;
font-size: 16px;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 5px;
}
.nbw-card-link:hover {
color: #0052a3;
text-decoration: underline;
}
.nbw-text-ad {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border: 1px solid #dee2e6;
border-radius: 12px;
padding: 30px;
margin: 30px 0;
position: relative;
}
.nbw-text-ad::before {
content: “SPONSORED”;
position: absolute;
top: 12px;
right: 20px;
font-size: 11px;
color: #6c757d;
font-weight: 600;
letter-spacing: 1px;
}
.nbw-text-ad-title {
font-size: 20px;
font-weight: 600;
color: #212529;
margin-bottom: 12px;
}
.nbw-text-ad-desc {
font-size: 16px;
color: #495057;
line-height: 1.6;
margin-bottom: 20px;
}
.nbw-text-ad-sponsor {
font-size: 13px;
color: #6c757d;
margin-bottom: 12px;
}
.nbw-text-ad-link {
color: #28a745;
text-decoration: none;
font-size: 16px;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 5px;
}
.nbw-text-ad-link:hover {
color: #1e7e34;
text-decoration: underline;
}
.nbw-product-card {
display: flex;
align-items: flex-start;
gap: 20px;
}
.nbw-product-image {
width: 80px;
height: 80px;
border-radius: 12px;
object-fit: cover;
flex-shrink: 0;
}
.nbw-product-info {
flex: 1;
}
.nbw-product-name {
font-size: 20px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 8px;
}
.nbw-product-desc {
font-size: 16px;
color: #555;
margin-bottom: 12px;
line-height: 1.5;
}
.nbw-product-meta {
font-size: 14px;
color: #888;
margin-bottom: 12px;
}
.nbw-product-votes {
font-size: 14px;
color: #f59e0b;
font-weight: 500;
margin-bottom: 12px;
}
.nbw-product-makers {
font-size: 14px;
color: #666;
margin-bottom: 15px;
}
.nbw-otherwise-list {
list-style: none;
padding: 0;
margin: 0;
}
.nbw-otherwise-item {
padding: 20px 0;
border-bottom: 1px solid #f0f0f0;
}
.nbw-otherwise-item:last-child {
border-bottom: none;
}
.nbw-otherwise-link {
color: #1a1a1a;
text-decoration: none;
font-size: 16px;
line-height: 1.5;
font-weight: 500;
}
.nbw-otherwise-link:hover {
color: #0066cc;
text-decoration: underline;
}
.nbw-subscription-box {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 50px 40px;
border-radius: 20px;
text-align: center;
margin: 60px 0;
box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
position: relative;
overflow: hidden;
}
.nbw-subscription-box::before {
content: ”;
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(180deg); }
}
.nbw-subscription-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 12px;
position: relative;
z-index: 2;
}
.nbw-subscription-desc {
font-size: 18px;
opacity: 0.9;
margin-bottom: 35px;
position: relative;
z-index: 2;
}
.nbw-subscription-form {
max-width: 450px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.nbw-form-group {
margin-bottom: 20px;
text-align: left;
}
.nbw-form-label {
display: block;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
color: rgba(255, 255, 255, 0.9);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.nbw-subscription-input {
width: 100%;
padding: 16px 20px;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
font-size: 16px;
background: rgba(255, 255, 255, 0.1);
color: white;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
box-sizing: border-box;
}
.nbw-subscription-input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.nbw-subscription-input:focus {
outline: none;
border-color: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.15);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.nbw-subscription-button {
width: 100%;
background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
color: white;
border: none;
padding: 18px 24px;
border-radius: 12px;
font-size: 18px;
font-weight: 700;
cursor: pointer;
transition: all 0.3s ease;
margin-top: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
}
.nbw-subscription-button:hover {
background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(40, 167, 69, 0.5);
}
.nbw-button-text {
flex: 1;
}
.nbw-button-icon {
font-size: 20px;
transition: transform 0.3s ease;
}
.nbw-subscription-button:hover .nbw-button-icon {
transform: translateX(5px);
}
.nbw-subscription-stats {
font-size: 16px;
opacity: 0.9;
margin-top: 25px;
font-weight: 600;
position: relative;
z-index: 2;
}
.nbw-subscription-privacy {
margin-top: 15px;
opacity: 0.8;
position: relative;
z-index: 2;
}
.nbw-privacy-link {
color: rgba(255, 255, 255, 0.9);
text-decoration: underline;
transition: opacity 0.3s ease;
}
.nbw-privacy-link:hover {
opacity: 1;
color: white;
}
@media (max-width: 768px) {
.nbw-subscription-box {
padding: 40px 25px;
margin: 40px 0;
}
.nbw-subscription-title {
font-size: 24px;
}
.nbw-subscription-desc {
font-size: 16px;
}
.nbw-subscription-input {
padding: 14px 16px;
font-size: 16px;
}
.nbw-subscription-button {
padding: 16px 20px;
font-size: 16px;
}
}
.nbw-subscription-stats {
font-size: 14px;
opacity: 0.8;
margin-top: 15px;
}
@media (max-width: 768px) {
.nbw-newsletter-content {
padding: 0 20px;
}
.nbw-section-title {
font-size: 24px;
}
.nbw-card {
padding: 20px;
}
.nbw-product-card {
flex-direction: column;
align-items: center;
text-align: center;
}
.nbw-product-image {
margin-bottom: 15px;
}
.nbw-subscription-form {
flex-direction: column;
}
.nbw-subscription-input,
.nbw-subscription-button {
width: 100%;
}
}
🔥 Big News
China raises alarm over potential bubble in humanoid robotics market
China’s National Development and Reform Commission has issued a cautionary statement regarding the rapid growth of the humanoid robotics industry, highlighting concerns about a potential economic bubble. This marks a significant moment as it is one of the few times the government has publicly addressed risks in this burgeoning sector. The warning may impact investor sentiment and regulatory approaches within China’s technology landscape.
Reliance Industries announces $11 billion investment in AI data center
Reliance Industries, in partnership with Brookfield Asset Management and Digital Realty Trust, has committed to an $11 billion investment for the construction of an AI data center in India, set to be completed by 2030. This venture aims to enhance the country’s digital infrastructure and support the growing demand for AI technologies. The initiative reflects a significant push by Indian conglomerates to position themselves as leaders in the global tech landscape.
MIT study reveals AI’s potential to displace nearly 12% of U.S. jobs
A recent study by MIT indicates that artificial intelligence could potentially replace 11.7% of jobs in the U.S. labor market. The sectors most at risk include finance, health care, and professional services. This finding highlights the growing impact of AI on employment and raises concerns about job security in these industries.
🚀 Products
How to turn your finished tasks into Netflix rewards
Discover your life rhytm. MelodyAI is a joyful productivity app that celebrates your distractions. You complete tasks, earn Melodies, and unlock distractions!
A joyful productivity app that rewards you for getting things done.
Stay ahead in AI with our newsletter
Get curated products and exclusive insights delivered to your inbox
Join 1M+ subscribers • Free • No spam
By subscribing, you agree to our Privacy Policy
đź“° Otherwise
- How Tinder Boosts Revenue with Smart Pricing Strategies
- McKinsey reduces tech workforce amid AI transition
- SoftBank shares tumble amid concerns over AI valuation risks
- AI shopping assistants from OpenAI and Perplexity face skepticism from startups
- o9 Solutions sues SAP over alleged trade secret theft
