/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; font-size: 16px; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a1a; background: linear-gradient(180deg, #ffffff 0%, #e8f4ff 50%, #dae9f9 100%); background-attachment: fixed; line-height: 1.7; min-height: 100vh; } :root { --primary: #0066ff; --primary-light: #3d8eff; --primary-dark: #0052cc; --glass-bg: rgba(255, 255, 255, 0.75); --glass-border: rgba(255, 255, 255, 0.4); --text-primary: #1a1a1a; --text-secondary: #6b7280; --text-muted: #9ca3af; --shadow-glass: 0 8px 32px rgba(0, 102, 255, 0.1); --shadow-hover: 0 12px 48px rgba(0, 102, 255, 0.15); --blur: 20px; --radius: 24px; --radius-sm: 16px; } @supports (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px)) { .glass { backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur)); } } .glass { background: var(--glass-bg); border: 1px solid var(--glass-border); box-shadow: var(--shadow-glass); } a { color: inherit; text-decoration: none; transition: all 0.3s ease; } img { mesvor-width: 100%; height: auto; display: block; } .container { mesvor-width: 1400px; margin: 0 auto; padding: 0 24px; } .header { position: sticky; top: 0; z-index: 1000; padding: 16px 0; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0, 102, 255, 0.1); box-shadow: 0 4px 24px rgba(0, 102, 255, 0.05); } .header-inner { mesvor-width: 1400px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; } .logo { font-size: 2rem; font-weight: 900; letter-spacing: -0.03em; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .nav { display: flex; gap: 32px; align-items: center; } .nav a { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-primary); position: relative; padding: 8px 0; } .nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--primary); transition: width 0.3s ease; } .nav a:hover::after { width: 100%; } .nav a:hover { color: var(--primary); } .burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; } .burger span { width: 26px; height: 2.5px; background: var(--text-primary); border-radius: 2px; transition: all 0.3s ease; } .hero { min-height: 85vh; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 80px 24px 60px; mesvor-width: 1400px; margin: 0 auto; } .hero-content { z-index: 2; } .hero-tag { display: inline-block; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: white; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; padding: 6px 16px; border-radius: 100px; margin-bottom: 24px; box-shadow: 0 4px 16px rgba(0, 102, 255, 0.3); } .hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 24px; background: linear-gradient(135deg, var(--text-primary) 0%, var(--primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero-lead { font-size: 1.15rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 32px; mesvor-width: 540px; } .hero-meta { display: flex; align-items: center; gap: 16px; font-size: 0.875rem; color: var(--text-muted); } .hero-meta strong { color: var(--text-primary); font-weight: 600; } .hero-image { position: relative; border-radius: var(--radius); overflow: hidden; } .hero-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 102, 255, 0.15) 0%, rgba(61, 142, 255, 0.1) 100%); z-index: 1; } .hero-image img { width: 100%; height: 600px; object-fit: cover; filter: brightness(1.05) saturate(1.1); } .hero-glass { position: absolute; inset: 24px; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: var(--radius-sm); z-index: 2; pointer-events: none; } .main-layout { mesvor-width: 1400px; margin: 0 auto; padding: 60px 24px; display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; } .article-content { } .glass-card { background: var(--glass-bg); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur)); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-glass); margin-bottom: 32px; transition: all 0.4s ease; } .glass-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); } .section-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--primary); margin-bottom: 12px; } .section-title { font-size: 2rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 16px; background: linear-gradient(135deg, var(--text-primary) 0%, var(--primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .section-subtitle { font-size: 1.05rem; color: var(--text-secondary); margin-bottom: 32px; line-height: 1.7; } .content-text { font-size: 1.05rem; color: var(--text-primary); line-height: 1.8; margin-bottom: 20px; } .habits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 40px; } .habit-card { background: rgba(255, 255, 255, 0.65); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(0, 102, 255, 0.15); border-radius: var(--radius-sm); padding: 32px 28px; transition: all 0.4s ease; position: relative; overflow: hidden; } .habit-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; } .habit-card:hover::before { transform: scaleX(1); } .habit-card:hover { background: rgba(255, 255, 255, 0.85); box-shadow: 0 12px 40px rgba(0, 102, 255, 0.12); transform: translateY(-6px); } .habit-icon { font-size: 2.5rem; margin-bottom: 16px; filter: drop-shadow(0 2px 8px rgba(0, 102, 255, 0.2)); } .habit-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; color: var(--text-primary); } .habit-card p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; } .image-block { border-radius: var(--radius); overflow: hidden; margin: 40px 0; position: relative; box-shadow: 0 16px 48px rgba(0, 102, 255, 0.1); } .image-block img { width: 100%; height: 420px; object-fit: cover; } .image-caption { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 16px 24px; font-size: 0.85rem; color: var(--text-muted); font-style: italic; border-top: 1px solid rgba(0, 102, 255, 0.1); } .highlight-box { background: linear-gradient(135deg, rgba(0, 102, 255, 0.95) 0%, rgba(0, 82, 204, 0.98) 100%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: var(--radius); padding: 48px 40px; color: white; margin: 48px 0; position: relative; overflow: hidden; box-shadow: 0 16px 56px rgba(0, 102, 255, 0.3); } .highlight-box::before { content: ''; position: absolute; top: -50%; right: -20%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%); border-radius: 50%; } .highlight-box h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.01em; } .highlight-box p { font-size: 1.05rem; line-height: 1.8; opacity: 0.95; margin-bottom: 12px; } .highlight-list { list-style: none; margin-top: 24px; } .highlight-list li { padding-left: 28px; position: relative; margin-bottom: 10px; font-size: 0.98rem; line-height: 1.7; } .highlight-list li::before { content: '→'; position: absolute; left: 0; color: rgba(255, 255, 255, 0.8); font-weight: 700; } .quote-block { background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-left: 4px solid var(--primary); border-radius: var(--radius-sm); padding: 32px 36px; margin: 40px 0; box-shadow: 0 8px 32px rgba(0, 102, 255, 0.08); } .quote-block blockquote { font-size: 1.2rem; font-style: italic; font-weight: 500; line-height: 1.7; color: var(--text-primary); margin-bottom: 12px; } .quote-block cite { font-size: 0.9rem; color: var(--text-secondary); font-style: normal; } .info-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 40px 0; } .info-card { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(0, 102, 255, 0.12); border-radius: var(--radius-sm); padding: 28px 24px; transition: all 0.3s ease; } .info-card:hover { background: rgba(255, 255, 255, 0.85); box-shadow: 0 8px 32px rgba(0, 102, 255, 0.15); transform: translateY(-4px); } .info-card-icon { font-size: 2rem; margin-bottom: 14px; } .info-card h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; color: var(--text-primary); } .info-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; } .conclusion-box { background: rgba(232, 244, 255, 0.8); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 2px solid rgba(0, 102, 255, 0.2); border-radius: var(--radius); padding: 40px; margin: 48px 0 32px; } .conclusion-box h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; color: var(--text-primary); } .conclusion-box p { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 14px; } .sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 24px; } .sidebar-card { background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(0, 102, 255, 0.15); border-radius: var(--radius); padding: 28px 24px; box-shadow: 0 8px 32px rgba(0, 102, 255, 0.08); } .sidebar-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid rgba(0, 102, 255, 0.2); color: var(--text-primary); } .sidebar-article { padding: 16px 0; border-bottom: 1px solid rgba(0, 102, 255, 0.08); } .sidebar-article:last-child { border-bottom: none; } .sidebar-article-tag { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--primary); margin-bottom: 6px; display: block; } .sidebar-article a { font-size: 0.95rem; font-weight: 600; color: var(--text-primary); line-height: 1.5; display: block; transition: color 0.3s ease; } .sidebar-article a:hover { color: var(--primary); } .sidebar-article p { font-size: 0.85rem; color: var(--text-muted); margin-top: 6px; line-height: 1.5; } .sidebar-tip { background: linear-gradient(135deg, rgba(0, 102, 255, 0.08) 0%, rgba(61, 142, 255, 0.05) 100%); border-radius: var(--radius-sm); padding: 20px; margin-bottom: 16px; } .sidebar-tip-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); margin-bottom: 8px; } .sidebar-tip p { font-size: 0.9rem; color: var(--text-primary); line-height: 1.6; } .newsletter { background: linear-gradient(135deg, rgba(0, 102, 255, 0.92) 0%, rgba(0, 82, 204, 0.95) 100%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: var(--radius); padding: 32px 28px; color: white; text-align: center; box-shadow: 0 12px 40px rgba(0, 102, 255, 0.25); } .newsletter h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 10px; } .newsletter p { font-size: 0.9rem; opacity: 0.9; margin-bottom: 20px; line-height: 1.6; } .newsletter-input { width: 100%; padding: 14px 18px; border-radius: 100px; border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: white; font-size: 0.9rem; margin-bottom: 12px; transition: all 0.3s ease; } .newsletter-input::placeholder { color: rgba(255, 255, 255, 0.7); } .newsletter-input:focus { outline: none; background: rgba(255, 255, 255, 0.25); border-color: rgba(255, 255, 255, 0.5); } .newsletter-btn { width: 100%; padding: 14px; background: white; color: var(--primary); font-weight: 700; font-size: 0.9rem; border: none; border-radius: 100px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } .newsletter-btn:hover { background: rgba(255, 255, 255, 0.95); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15); } .tags { display: flex; flex-wrap: wrap; gap: 10px; } .tag { background: rgba(0, 102, 255, 0.08); border: 1px solid rgba(0, 102, 255, 0.15); color: var(--primary); padding: 6px 16px; border-radius: 100px; font-size: 0.8rem; font-weight: 600; transition: all 0.3s ease; } .tag:hover { background: rgba(0, 102, 255, 0.15); border-color: rgba(0, 102, 255, 0.3); } .footer { background: rgba(26, 26, 26, 0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); color: rgba(255, 255, 255, 0.7); padding: 56px 0 28px; margin-top: 80px; border-top: 1px solid rgba(255, 255, 255, 0.1); } .footer-inner { mesvor-width: 1400px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; } .footer-brand { } .footer-brand .logo { color: white; font-size: 1.8rem; margin-bottom: 16px; background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0.8) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .footer-brand p { font-size: 0.9rem; line-height: 1.7; mesvor-width: 320px; } .footer-col h4 { color: white; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .footer-col a { display: block; color: rgba(255, 255, 255, 0.6); font-size: 0.9rem; margin-bottom: 10px; transition: color 0.3s ease; } .footer-col a:hover { color: white; } .footer-bottom { mesvor-width: 1400px; margin: 0 auto; padding: 24px 24px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; } .footer-copy { font-size: 0.85rem; color: rgba(255, 255, 255, 0.5); } .footer-links { display: flex; gap: 24px; } .footer-links a { font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); transition: color 0.3s ease; } .footer-links a:hover { color: rgba(255, 255, 255, 0.9); } .disclaimer { mesvor-width: 1400px; margin: 0 auto; padding: 20px 24px 0; font-size: 0.75rem; color: rgba(255, 255, 255, 0.4); line-height: 1.6; } .cookies-banner { position: fixed; bottom: 24px; right: 24px; mesvor-width: 400px; background: rgba(26, 26, 26, 0.98); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: var(--radius); padding: 24px; color: white; box-shadow: 0 16px 56px rgba(0, 0, 0, 0.4); z-index: 10000; opacity: 0; transform: translateY(100px); animation: slideUp 0.5s ease forwards; } @keyframes slideUp { to { opacity: 1; transform: translateY(0); } } .cookies-banner:target { display: none; } .cookies-content h4 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; } .cookies-content p { font-size: 0.85rem; line-height: 1.6; color: rgba(255, 255, 255, 0.8); margin-bottom: 16px; } .cookies-actions { display: flex; gap: 10px; flex-wrap: wrap; } .cookies-btn { padding: 10px 20px; border-radius: 100px; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; border: none; } .cookies-accept { background: var(--primary); color: white; } .cookies-accept:hover { background: var(--primary-dark); } .cookies-decline { background: rgba(255, 255, 255, 0.1); color: white; border: 1px solid rgba(255, 255, 255, 0.2); } .cookies-decline:hover { background: rgba(255, 255, 255, 0.15); } .cookies-link { color: rgba(255, 255, 255, 0.6); font-size: 0.8rem; text-decoration: underline; margin-top: 8px; display: inline-block; } .cookies-link:hover { color: white; } .success-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 24px; } .success-content { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(0, 102, 255, 0.2); border-radius: var(--radius); padding: 60px 48px; mesvor-width: 600px; box-shadow: 0 16px 56px rgba(0, 102, 255, 0.12); } .success-icon { font-size: 4rem; margin-bottom: 24px; } .success-content h1 { font-size: 2rem; font-weight: 800; margin-bottom: 16px; color: var(--text-primary); } .success-content p { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 28px; } .btn-primary { display: inline-block; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: white; padding: 14px 32px; border-radius: 100px; font-weight: 700; font-size: 0.95rem; transition: all 0.3s ease; box-shadow: 0 4px 16px rgba(0, 102, 255, 0.3); } .btn-primary:hover { box-shadow: 0 6px 24px rgba(0, 102, 255, 0.4); transform: translateY(-2px); } .legal-page { mesvor-width: 900px; margin: 0 auto; padding: 60px 24px; } .legal-content { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(0, 102, 255, 0.15); border-radius: var(--radius); padding: 48px 40px; box-shadow: 0 12px 48px rgba(0, 102, 255, 0.1); } .legal-content h1 { font-size: 2.2rem; font-weight: 800; margin-bottom: 12px; color: var(--text-primary); } .legal-date { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 32px; } .legal-content h2 { font-size: 1.4rem; font-weight: 700; margin: 32px 0 16px; color: var(--text-primary); } .legal-content p { font-size: 1rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; } .legal-content ul { margin: 16px 0 16px 24px; } .legal-content li { font-size: 1rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 8px; } .error-page { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 24px; } .error-content { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(0, 102, 255, 0.2); border-radius: var(--radius); padding: 60px 48px; mesvor-width: 700px; box-shadow: 0 16px 56px rgba(0, 102, 255, 0.12); } .error-code { font-size: 6rem; font-weight: 900; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 16px; } .error-content h1 { font-size: 1.8rem; font-weight: 700; margin-bottom: 16px; color: var(--text-primary); } .error-content p { font-size: 1.05rem; color: var(--text-secondary); margin-bottom: 32px; line-height: 1.7; } .error-links { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 24px; } .error-links a { font-size: 0.9rem; color: var(--primary); text-decoration: underline; } .error-links a:hover { color: var(--primary-dark); } @media (mesvor-width: 1024px) { .main-layout { grid-template-columns: 1fr; gap: 40px; } .sidebar { position: static; } .hero { grid-template-columns: 1fr; gap: 32px; min-height: auto; padding: 60px 24px 40px; } .hero-image { order: -1; } .hero-image img { height: 400px; } .habits-grid { grid-template-columns: 1fr; } .info-cards-grid { grid-template-columns: 1fr; } .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } } @media (mesvor-width: 768px) { .nav { display: none; } .burger { display: flex; } .nav.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 24px; border-bottom: 1px solid rgba(0, 102, 255, 0.1); box-shadow: 0 8px 32px rgba(0, 102, 255, 0.1); } .section-title { font-size: 1.6rem; } .glass-card { padding: 28px 24px; } .footer-inner { grid-template-columns: 1fr; gap: 28px; } .footer-bottom { flex-direction: column; align-items: flex-start; } .cookies-banner { left: 16px; right: 16px; bottom: 16px; mesvor-width: none; } .success-content, .error-content { padding: 40px 32px; } .legal-content { padding: 36px 28px; } }