:root{--foreground-rgb:0,0,0;--background-start-rgb:245,245,245;--background-end-rgb:255,255,255;--primary-color:#2c3e50;--accent-color:#e74c3c}html.dark{--foreground-rgb:255,255,255;--background-start-rgb:32,32,32;--background-end-rgb:20,20,20;--primary-color:#3498db;--accent-color:#e74c3c}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}.site-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.header{background-color:white;box-shadow:0 1px 3px rgba(0,0,0,.1);position:sticky;top:0;z-index:10}html.dark .header{background-color:#111827}.nav-container{padding:1rem;max-width:1200px;margin:0 auto}.header-content{justify-content:space-between}.header-content,.logo-container{display:flex;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.mobile-menu-button{display:flex}@media (min-width:1024px){.mobile-menu-button{display:none}}.icon-button{background:none;border:none;cursor:pointer;padding:.5rem}.icon{width:1.5rem;height:1.5rem}.desktop-nav{display:none}@media (min-width:1024px){.desktop-nav{display:flex;gap:2rem}}.nav-link{font-size:.875rem;font-weight:600;color:#1f2937;transition:color .2s}.nav-link:hover{color:var(--accent-color)}html.dark .nav-link{color:#f3f4f6}.theme-toggle-desktop{display:none}@media (min-width:1024px){.theme-toggle-desktop{display:flex}}.theme-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:9999px;color:#6b7280}.theme-button:hover{background-color:rgba(156,163,175,.1)}html.dark .theme-button{color:#e5e7eb}html.dark .theme-button:hover{background-color:rgba(255,255,255,.1)}.mobile-menu-overlay{z-index:50}.mobile-backdrop,.mobile-menu-overlay{position:fixed;top:0;bottom:0;left:0;right:0}.mobile-backdrop{background-color:rgba(0,0,0,.3)}.mobile-menu-container{position:fixed;inset-y:0;right:0;z-index:50;width:100%;max-width:20rem;overflow-y:auto;background-color:white;padding:1.5rem}html.dark .mobile-menu-container{background-color:#111827}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between}.mobile-logo{margin:-.375rem;padding:.375rem}.close-button{margin:-.625rem;padding:.625rem;background:none;border:none;border-radius:.375rem;color:#4b5563}html.dark .close-button{color:#d1d5db}.mobile-menu-content{margin-top:1.5rem}.mobile-nav-container{margin:-1.5rem 0}.mobile-nav-links{padding:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{margin:0 -.75rem;display:block;border-radius:.5rem;padding:.75rem;font-size:1rem;font-weight:600;color:#1f2937}.mobile-nav-link:hover{background-color:#f3f4f6}html.dark .mobile-nav-link{color:#f3f4f6}.mobile-nav-footer{padding:1.5rem 0;border-top:1px solid rgba(107,114,128,.1)}.mobile-theme-toggle{display:flex;width:100%;align-items:center;gap:.5rem;margin:0 -.75rem;border-radius:.5rem;padding:.75rem;background:none;border:none;font-size:1rem;font-weight:600;color:#1f2937;cursor:pointer}.mobile-theme-toggle:hover{background-color:#f3f4f6}html.dark .mobile-theme-toggle{color:#f3f4f6}.footer{background-color:white;border-top:1px solid #e5e7eb}html.dark .footer{background-color:#111827;border-color:#1f2937}.footer-container{padding:3rem 1rem;max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-info{margin-bottom:2rem}@media (min-width:768px){.footer-info{margin-bottom:0}}.site-description{margin-top:1rem;color:#4b5563}html.dark .site-description{color:#9ca3af}.footer-heading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1f2937}html.dark .footer-heading{color:#f3f4f6}.footer-links{margin-top:1rem;list-style-type:none;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-link{color:#4b5563;transition:color .2s}.footer-link:hover{color:var(--accent-color)}html.dark .footer-link{color:#9ca3af}.footer-copyright{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center}html.dark .footer-copyright{border-color:#1f2937}.copyright-text{color:#6b7280}html.dark .copyright-text{color:#9ca3af}.page-container{display:flex;flex-direction:column}.hero-section{position:relative;background:linear-gradient(135deg,#1a2a6c,#2a3c78 30%,#b21f1f 70%,#fdbb2d);color:white;padding:3rem 0;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:60vh}.hero-svg-background{height:100%;overflow:hidden}.hero-svg-background,.hero-wave{position:absolute;bottom:0;left:0;width:100%;z-index:1}.hero-wave{height:40%}.hero-wave-2{animation:wave-animation 18s linear infinite;opacity:.8}@keyframes wave-animation{0%{transform:translateX(0)}50%{transform:translateX(-25%)}to{transform:translateX(0)}}.hero-constellation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.star{position:absolute;width:2px;height:2px;background-color:rgba(255,255,255,.7);border-radius:50%;animation:flicker-animation linear infinite}.connection-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:fade-in-out 7s ease-in-out infinite}@keyframes flicker-animation{0%{opacity:.2}50%{opacity:.8}to{opacity:.2}}@keyframes fade-in-out{0%{opacity:0}50%{opacity:.7}to{opacity:0}}.hero-tech-circles{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;overflow:hidden}.tech-circle{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.1);opacity:.6}.tech-circle,.tech-circle-1{background-clip:padding-box;-webkit-background-clip:padding-box}.tech-circle-1{width:300px;height:300px;top:-150px;right:-50px;border-width:2px;animation:rotate-clockwise 30s linear infinite}.tech-circle-2{width:500px;height:500px;bottom:-200px;left:-100px;border-width:3px;animation:rotate-counter-clockwise 45s linear infinite}.tech-circle-2,.tech-circle-3{background-clip:padding-box;-webkit-background-clip:padding-box}.tech-circle-3{width:700px;height:700px;top:50%;left:50%;transform:translate(-50%,-50%);border-width:1px;animation:pulse 15s ease-in-out infinite}@keyframes rotate-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-counter-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.9);opacity:.4}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.6}to{transform:translate(-50%,-50%) scale(.9);opacity:.4}}.hero-container{max-width:1200px;padding:0 1rem;text-align:center;position:relative;z-index:3;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#ffffff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(0,0,0,.2)}@media (min-width:768px){.hero-title{font-size:4rem}}.hero-subtitle{font-size:1.25rem;max-width:48rem;margin:0 auto 2rem;color:rgba(255,255,255,.9);line-height:1.6}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:2rem}@media (min-width:640px){.hero-buttons{flex-direction:row}}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;background-color:var(--accent-color);color:white;font-weight:600;border-radius:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px rgba(231,76,60,.3)}.primary-button:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 6px 20px rgba(231,76,60,.4)}.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;background-color:rgba(255,255,255,.15);color:white;font-weight:600;border-radius:2rem;text-align:center;transition:all .3s ease;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.secondary-button:hover{background-color:rgba(255,255,255,.25);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.intro-section{padding:5rem 0}.intro-text{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7;color:#4b5563}.feature-number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--primary-color);color:white;font-weight:700;margin-bottom:1rem}html.dark .hero-section{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364)}html.dark .intro-section{background-color:#111827}html.dark .intro-text{color:#d1d5db}.intro-section{padding:4rem 0;background-color:#f9fafb}@media (prefers-color-scheme:dark){.intro-section{background-color:#111827}}.intro-container{max-width:1200px;margin:0 auto;padding:0 1rem}.section-title{text-align:center;margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:white;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}html.dark .feature-card{background-color:#1f2937}.feature-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background-color:rgba(231,76,60,.1);color:var(--accent-color);margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}html.dark .feature-title{color:white}.feature-description{color:#4b5563}html.dark .feature-description{color:#9ca3af}.recommended-section{padding:4rem 0}.recommended-container{max-width:1200px;margin:0 auto;padding:0 1rem}.chapter-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.chapter-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.chapter-grid{grid-template-columns:repeat(3,1fr)}}.chapter-card{background-color:white;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.chapter-card:hover{transform:translateY(-.25rem);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}html.dark .chapter-card{background-color:#1f2937}.chapter-card-image{width:100%;height:12rem;object-fit:cover}.chapter-card-content{flex-grow:1}.chapter-title{margin-bottom:.5rem;color:#1f2937}html.dark .chapter-title{color:white}.chapter-excerpt{color:#4b5563}html.dark .chapter-excerpt{color:#9ca3af}.chapter-meta{margin-top:1rem}.read-time{color:#6b7280}html.dark .read-time{color:#9ca3af}.read-time-icon{width:1rem;height:1rem;margin-right:.25rem}.chapter-tags{margin-top:1rem}.chapter-tag{display:inline-flex;align-items:center;padding:.25rem .5rem;background-color:#f3f4f6;color:#4b5563;font-size:.75rem;font-weight:600;border-radius:9999px;transition:background-color .2s,color .2s}.chapter-tag:hover{background-color:#e74c3c;color:white}html.dark .chapter-tag{background-color:#374151;color:#d1d5db}.more-tag{background-color:transparent;border:1px dashed #cbd5e1}.shop-section{padding:4rem 0;background-color:#f9fafb}html.dark .shop-section{background-color:#111827}.shop-container{max-width:1200px;margin:0 auto;padding:0 1rem}.shop-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.shop-grid{grid-template-columns:1fr 1fr}}.book-image{border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:100%;height:auto}.shop-content{display:flex;flex-direction:column}.shop-title{font-size:2rem;margin-bottom:1rem;color:#1f2937}html.dark .shop-title{color:white}.shop-description{margin-bottom:2rem;color:#4b5563}html.dark .shop-description{color:#9ca3af}.feature-list{list-style-type:none;padding:0;margin-bottom:2rem}.feature-item{display:flex;align-items:center;margin-bottom:1rem;color:#1f2937}html.dark .feature-item{color:#f3f4f6}.check-icon{color:var(--accent-color);margin-right:.75rem}.price-container{margin-bottom:2rem}.price{font-size:2.5rem;font-weight:700;color:var(--accent-color)}.original-price{font-size:1.5rem;text-decoration:line-through;color:#6b7280;margin-left:1rem}html.dark .original-price{color:#9ca3af}.chapters-section{padding:3rem 0}.chapters-section .section-header{text-align:center;margin-bottom:2.5rem}.chapters-section .section-description{font-size:1.25rem;color:var(--gray-600);max-width:800px;margin:1rem auto 0;line-height:1.6}.search-filter-bar{display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem 0;border-bottom:1px solid var(--gray-200)}.chapters-count{font-size:1rem;color:var(--gray-600)}.chapters-count span{font-weight:600;color:var(--primary-600)}.chapters-grid-full{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:768px){.chapters-grid-full{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.chapters-grid-full{grid-template-columns:repeat(3,1fr)}}.chapter-card{background-color:var(--white);border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.05);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;height:100%}.chapter-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,.08)}.chapter-card-content{display:flex;flex-direction:column;padding:1.5rem;height:100%}.chapter-meta{margin-bottom:1rem}.chapter-id{background-color:var(--primary-100);color:var(--primary-700);font-weight:600;font-size:.875rem;padding:.25rem .5rem;border-radius:.375rem;-webkit-background-clip:padding-box;background-clip:padding-box}.read-time{display:flex;align-items:center;color:var(--gray-600);font-size:.875rem}.icon-small{width:1rem;height:1rem;margin-right:.25rem}.chapter-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;line-height:1.4;color:var(--gray-900)}.chapter-title-link:hover .chapter-title{color:var(--primary-600)}.chapter-excerpt{color:var(--gray-600);margin-bottom:1rem;font-size:.9375rem;line-height:1.5;flex-grow:1}.chapter-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tag{font-size:.75rem;padding:.25rem .5rem;border-radius:.375rem;background-color:var(--gray-100);color:var(--gray-700);transition:background-color .2s ease;-webkit-background-clip:text;background-clip:text}.tag:hover{background-color:var(--primary-100);color:var(--primary-700)}.tag-more{font-size:.75rem;padding:.25rem .5rem;border-radius:.375rem;background-color:var(--gray-100);color:var(--gray-500)}html.dark .chapter-card{background-color:var(--gray-800)}html.dark .chapter-title{color:var(--white)}html.dark .chapter-excerpt{color:var(--gray-300)}html.dark .chapter-id{background-color:var(--primary-900);color:var(--primary-100)}html.dark .read-time{color:var(--gray-400)}html.dark .tag{background-color:var(--gray-700);color:var(--gray-200)}html.dark .tag:hover{background-color:var(--primary-900);color:var(--primary-200)}html.dark .tag-more{background-color:var(--gray-700);color:var(--gray-400)}html.dark .search-filter-bar{border-bottom-color:var(--gray-700)}html.dark .chapters-count{color:var(--gray-400)}html.dark .chapters-count span{color:var(--primary-400)}html.dark .section-description{color:var(--gray-300)}.chapter-article{padding:3rem 0}.chapter-article .container{max-width:800px;margin:0 auto}.chapter-header{margin-bottom:2.5rem}.chapter-meta{justify-content:space-between;margin-bottom:1.5rem}.back-link,.chapter-meta{display:flex;align-items:center}.back-link{color:var(--gray-600);font-size:.9375rem;transition:color .2s ease}.back-link:hover{color:var(--primary-600)}.back-link svg{margin-right:.5rem;width:1.25rem;height:1.25rem}.chapter-info{display:flex;align-items:center;gap:1rem}.chapter-article .chapter-title{font-size:2.25rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;color:var(--gray-900)}.chapter-article .chapter-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.chapter-content{color:var(--gray-800);line-height:1.8;font-size:1.125rem}.chapter-heading-1{font-size:2rem;font-weight:700;margin:2rem 0 1.5rem;color:var(--gray-900);line-height:1.3}.chapter-heading-2{font-size:1.5rem;margin:1.75rem 0 1.25rem}.chapter-heading-2,.chapter-heading-3{font-weight:600;color:var(--gray-900);line-height:1.4}.chapter-heading-3{font-size:1.25rem;margin:1.5rem 0 1rem}.chapter-paragraph{margin-bottom:1.25rem}.chapter-paragraph strong{font-weight:600;color:var(--gray-900)}html.dark .chapter-paragraph strong{color:var(--gray-100)}.chapter-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.chapter-navigation{margin-top:3rem;border-top:1px solid #e5e7eb;padding-top:2rem;display:flex;flex-direction:column;gap:1rem}html.dark .chapter-navigation{border-color:#374151}.nav-button{padding:.5rem 1rem;border-radius:.5rem;color:#374151;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:background-color .2s,color .2s;max-width:100%;width:100%}.nav-button.prev{justify-content:flex-start}.nav-button.next{justify-content:flex-end}html.dark .nav-button{color:#d1d5db}.nav-button svg{width:1.25rem;height:1.25rem;flex-shrink:0}.nav-button:hover{color:#111827;background-color:#f3f4f6}html.dark .nav-button:hover{color:#ffffff;background-color:#1f2937}.nav-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;max-height:1.5em}html.dark .chapter-article .chapter-title{color:var(--white)}html.dark .chapter-content{color:var(--gray-300)}html.dark .chapter-heading-1,html.dark .chapter-heading-2,html.dark .chapter-heading-3{color:var(--white)}html.dark .back-link{color:var(--gray-400)}html.dark .back-link:hover{color:var(--primary-400)}html.dark .chapter-footer{border-top-color:var(--gray-700)}html.dark .nav-button{background-color:var(--gray-800);color:var(--gray-200)}html.dark .nav-button:hover{background-color:var(--primary-900);color:var(--primary-200)}.logo{display:inline-flex;align-items:center;color:#1f2937}.logo-svg{transition:transform .3s ease}.logo:hover .logo-svg{transform:scale(1.05)}html.dark .logo{color:#f3f4f6}.logo-subtext,.logo-text{color:inherit}.about-hero,.about-page{position:relative;overflow:hidden}.about-hero{background:linear-gradient(135deg,#1a2a6c,#2a3c78 40%,#b21f1f 80%,#fdbb2d);color:white;padding:4rem 0;margin-bottom:3rem}html.dark .about-hero{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.about-hero .tech-circle{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.15)}.about-hero .tech-circle-1{width:600px;height:600px;top:-200px;right:-200px;border-width:2px;animation:rotate-clockwise 60s linear infinite}.about-hero .tech-circle-2{width:400px;height:400px;bottom:-150px;left:-150px;border-width:1px;animation:rotate-counter-clockwise 45s linear infinite}.about-hero .connection-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.about-hero .line-1{width:200px;top:30%;left:15%;transform:rotate(-30deg)}.about-hero .line-2{width:300px;top:60%;right:10%;transform:rotate(45deg)}.about-header{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:5}.about-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#ffffff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(0,0,0,.2)}.about-subtitle{font-size:1.25rem;max-width:36rem;margin:0 auto;color:rgba(255,255,255,.9);line-height:1.6}.about-content{max-width:1000px;margin:0 auto;padding:0 1.5rem}.section-title{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(to right,var(--accent-color),transparent);border-radius:2px}html.dark .section-title{color:white}.concept-section{margin-bottom:5rem}.concept-content{background-color:#f9fafc;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.concept-text{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.concept-text:last-child{margin-bottom:0}html.dark .concept-content{background-color:#1e2734}html.dark .concept-text{color:#cbd5e0}.dimensions-section{margin-bottom:5rem}.section-intro{font-size:1.25rem;margin-bottom:2rem;color:#4a5568}.dimensions-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.dimensions-grid{grid-template-columns:repeat(3,1fr)}}.dimension-card{background-color:white;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);overflow:hidden;position:relative;transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease}.dimension-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.dimension-number{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:white;background:linear-gradient(135deg,#1a2a6c,#2a3c78);border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.1)}.dimension-content{padding:2rem}.dimension-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.dimension-text{font-size:1rem;line-height:1.7;color:#4a5568}html.dark .section-intro{color:#cbd5e0}html.dark .dimension-card{background-color:#1e2734}html.dark .dimension-number{background:linear-gradient(135deg,#2d3748,#4a5568)}html.dark .dimension-title{color:#e2e8f0}html.dark .dimension-text{color:#a0aec0}.comparison-section{margin-bottom:5rem}.comparison-content{padding:2rem;border-left:4px solid var(--accent-color);background-color:#f9fafc;border-radius:0 1rem 1rem 0}.comparison-text{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.comparison-text:last-child{margin-bottom:0}html.dark .comparison-content{background-color:#1e2734;border-left-color:var(--accent-color)}html.dark .comparison-text{color:#cbd5e0}.author-section{margin-bottom:5rem;padding:3rem 0;background-color:#f9fafc;border-radius:1rem;overflow:hidden}.author-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:900px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.author-content{flex-direction:row;align-items:flex-start}}.author-image-container{flex-shrink:0}.author-image{width:200px;height:200px;background:linear-gradient(135deg,#1a2a6c,#2a3c78);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.author-info{flex-grow:1}.author-text{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}html.dark .author-section{background-color:#1e2734}html.dark .author-image{background:linear-gradient(135deg,#2d3748,#4a5568)}html.dark .author-text{color:#cbd5e0}.contact-section{margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-card{background-color:white;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.contact-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.contact-text{font-size:1rem;line-height:1.7;color:#4a5568;margin-bottom:1rem}.contact-email{font-size:1.125rem;font-weight:500;color:var(--accent-color)}html.dark .contact-card{background-color:#1e2734}html.dark .contact-title{color:#e2e8f0}html.dark .contact-text{color:#a0aec0}html.dark .contact-email{color:var(--accent-color)}.tags-hero,.tags-page{position:relative;overflow:hidden}.tags-hero{background:linear-gradient(135deg,#2c3e50,#4a6491 40%,#e74c3c 80%,#f39c12);color:white;padding:4rem 0;margin-bottom:3rem}.tags-header{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:5}.tags-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#ffffff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(0,0,0,.2)}.tags-subtitle{font-size:1.25rem;max-width:36rem;margin:0 auto;color:rgba(255,255,255,.9);line-height:1.6}.tags-content{max-width:1000px;margin:0 auto;padding:0 1.5rem}.tag-cloud-section{margin-bottom:5rem}.tag-cloud{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.tag-item{display:flex;align-items:center;padding:.5rem 1rem;background-color:white;color:#2d3748;border-radius:2rem;font-weight:500;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden}.tag-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.2));transform:translateX(-100%);transition:transform .5s ease}.tag-item:hover{transform:translateY(-3px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.tag-item:hover:before{transform:translateX(0)}.tag-item-0{background-color:#EDF2F7;color:#2D3748}.tag-item-1{background-color:#E6FFFA;color:#234E52}.tag-item-2{background-color:#EBF4FF;color:#2A4365}.tag-item-3{background-color:#FEF5FF;color:#553C9A}.tag-item-4{background-color:#FFFAF0;color:#7B341E}html.dark .tag-item,html.dark .tag-item-0{background-color:#2D3748;color:#E2E8F0}html.dark .tag-item-1{background-color:#234E52;color:#E6FFFA}html.dark .tag-item-2{background-color:#2A4365;color:#EBF4FF}html.dark .tag-item-3{background-color:#44337A;color:#FAF5FF}html.dark .tag-item-4{background-color:#652B19;color:#FFFAF0}.popular-tags-section{margin-bottom:5rem}.popular-tags-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width:768px){.popular-tags-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.popular-tags-grid{grid-template-columns:repeat(3,1fr)}}.popular-tag-card{background-color:white;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);overflow:hidden;position:relative;transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease}.popular-tag-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.popular-tag-number{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:white;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.1)}.popular-tag-content{padding:2rem}.popular-tag-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}.popular-tag-text{font-size:.875rem;color:#4a5568;margin-bottom:1rem}.popular-tag-count{display:inline-block;padding:.25rem .75rem;background-color:#f7fafc;color:#4a5568;font-size:.75rem;font-weight:600;border-radius:9999px;border:1px solid #e2e8f0}html.dark .popular-tag-card{background-color:#1e2734}html.dark .popular-tag-title{color:#e2e8f0}html.dark .popular-tag-text{color:#a0aec0}html.dark .popular-tag-count{background-color:#2d3748;color:#e2e8f0;border-color:#4a5568}.tag-info-section{margin-bottom:5rem}.tag-info-content{padding:2rem;border-left:4px solid var(--accent-color);background-color:#f9fafc;border-radius:0 1rem 1rem 0}.tag-info-text{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.tag-info-text:last-child{margin-bottom:0}html.dark .tag-info-content{background-color:#1e2734;border-left-color:var(--accent-color)}html.dark .tag-info-text{color:#cbd5e0}.search-hero,.search-page{position:relative;overflow:hidden}.search-hero{background:linear-gradient(135deg,#3498db,#2980b9 40%,#e74c3c 80%,#f39c12);color:white;padding:4rem 0;margin-bottom:3rem}.search-header{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:5}.search-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#ffffff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(0,0,0,.2)}.search-subtitle{font-size:1.25rem;max-width:36rem;margin:0 auto 2rem;color:rgba(255,255,255,.9);line-height:1.6}.search-form-container{max-width:700px;margin:0 auto;padding:0 1rem;position:relative;z-index:5}.search-form{width:100%}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}.search-icon-svg{width:1.25rem;height:1.25rem;color:#a0aec0}.search-input{width:100%;background-color:white;border:none;border-radius:2rem;padding:1.25rem 1.25rem 1.25rem 3rem;font-size:1rem;color:#2d3748;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease}.search-input:focus{outline:none;box-shadow:0 4px 20px rgba(0,0,0,.15)}.search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:white;border:none;border-radius:1.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.search-button:hover{filter:brightness(1.1);transform:translateY(-50%) translateX(-2px);box-shadow:0 4px 12px rgba(231,76,60,.3)}.search-button:disabled{opacity:.7;cursor:not-allowed}html.dark .search-input{background-color:#1a202c;color:#e2e8f0}html.dark .search-icon-svg{color:#718096}.search-content{max-width:1000px;margin:0 auto;padding:0 1.5rem}.search-results-section{margin-bottom:5rem}.search-results-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width:768px){.search-results-grid{grid-template-columns:repeat(2,1fr)}}.no-results-message{padding:2rem;background-color:#f9fafc;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);margin-top:2rem}.no-results-text{font-size:1.125rem;color:#4a5568;margin-bottom:1.5rem}.search-suggestions{border-top:1px solid #e2e8f0;padding-top:1.5rem}.suggestion-title{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.suggestion-list{padding-left:1.5rem;color:#4a5568}.suggestion-list li{margin-bottom:.5rem}html.dark .no-results-message{background-color:#1e2734}html.dark .no-results-text{color:#cbd5e0}html.dark .search-suggestions{border-top-color:#4a5568}html.dark .suggestion-title{color:#e2e8f0}html.dark .suggestion-list{color:#a0aec0}.popular-searches-section{margin-bottom:5rem}.popular-searches-cloud{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.popular-search-term{display:inline-block;padding:.75rem 1.5rem;background-color:white;color:#2d3748;border-radius:2rem;font-weight:500;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:none;cursor:pointer;font-size:.9375rem}.popular-search-term:hover{transform:translateY(-3px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.term-0{background-color:#EDF2F7;color:#2D3748}.term-1{background-color:#E6FFFA;color:#234E52}.term-2{background-color:#EBF4FF;color:#2A4365}.term-3{background-color:#FEF5FF;color:#553C9A}.term-4{background-color:#FFFAF0;color:#7B341E}html.dark .popular-search-term,html.dark .term-0{background-color:#2D3748;color:#E2E8F0}html.dark .term-1{background-color:#234E52;color:#E6FFFA}html.dark .term-2{background-color:#2A4365;color:#EBF4FF}html.dark .term-3{background-color:#44337A;color:#FAF5FF}html.dark .term-4{background-color:#652B19;color:#FFFAF0}.search-tips-section{margin-bottom:5rem}.search-tips-content{padding:2rem;border-left:4px solid var(--primary-color);background-color:#f9fafc;border-radius:0 1rem 1rem 0}.search-tips-text{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.search-tips-list{padding-left:1.5rem;color:#4a5568}.search-tips-list li{margin-bottom:.75rem;line-height:1.6}html.dark .search-tips-content{background-color:#1e2734;border-left-color:var(--primary-color)}html.dark .search-tips-text{color:#cbd5e0}html.dark .search-tips-list{color:#a0aec0}.shop-hero,.shop-page{position:relative;overflow:hidden}.shop-hero{background:linear-gradient(135deg,#f39c12,#e67e22 40%,#e74c3c 80%,#c0392b);color:white;padding:4rem 0;margin-bottom:3rem}.shop-header{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:5}.shop-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#ffffff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(0,0,0,.2)}.shop-subtitle{font-size:1.25rem;max-width:36rem;margin:0 auto;color:rgba(255,255,255,.9);line-height:1.6}.shop-content{max-width:1000px;margin:0 auto;padding:0 1.5rem}.pricing-section{margin-bottom:5rem}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background-color:white;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);overflow:hidden;position:relative;transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.recommended-card{border:2px solid var(--accent-color);transform:scale(1.05);z-index:1}.recommended-card:hover{transform:translateY(-5px) scale(1.05)}.recommended-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,var(--accent-color),#c0392b);color:white;font-size:.75rem;font-weight:600;padding:.5rem 1rem;border-radius:1rem;box-shadow:0 2px 5px rgba(0,0,0,.15)}.pricing-header{padding:1.5rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.pricing-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.pricing-price-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.pricing-price{display:flex;align-items:baseline;gap:.25rem}.currency{font-size:1rem;font-weight:500;color:#4a5568;order:2}.amount{font-size:2.5rem;font-weight:700;color:var(--accent-color)}.pricing-original{font-size:.875rem;color:#718096}.pricing-features{padding:1.5rem;flex-grow:1}.pricing-feature{display:flex;align-items:flex-start;margin-bottom:.75rem}.feature-icon{width:1.25rem;height:1.25rem;color:#48bb78;margin-right:.5rem;flex-shrink:0}.pricing-button{margin:0 1.5rem 1.5rem;padding:.75rem 1rem;text-align:center;border-radius:.5rem;font-weight:600;transition:all .3s ease;background-color:var(--primary-color);color:white;border:none;cursor:pointer}.pricing-button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.recommended-button{background:linear-gradient(135deg,var(--accent-color),#c0392b);box-shadow:0 4px 12px rgba(231,76,60,.3)}.recommended-button:hover{box-shadow:0 6px 16px rgba(231,76,60,.4)}html.dark .pricing-card{background-color:#1e2734}html.dark .pricing-title{color:#e2e8f0}html.dark .currency{color:#cbd5e0}html.dark .pricing-original{color:#a0aec0}html.dark .pricing-header{border-bottom-color:rgba(255,255,255,.1)}.purchase-info-section{margin-bottom:5rem}.purchase-info-content{padding:2rem;background-color:#f9fafc;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.purchase-info-content{grid-template-columns:repeat(2,1fr)}}.info-item{padding:1rem;border-left:3px solid var(--accent-color);background-color:rgba(255,255,255,.5);border-radius:0 .5rem .5rem 0}.info-title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}.info-text{font-size:1rem;line-height:1.6;color:#4a5568}html.dark .purchase-info-content{background-color:#1e2734}html.dark .info-item{background-color:rgba(30,39,52,.7)}html.dark .info-title{color:#e2e8f0}html.dark .info-text{color:#cbd5e0}.faq-section{margin-bottom:5rem}.faq-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media (min-width:768px){.faq-grid{grid-template-columns:repeat(2,1fr)}}.faq-item{background-color:white;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.faq-question{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#2d3748;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.faq-answer{font-size:1rem;line-height:1.6;color:#4a5568}html.dark .faq-item{background-color:#1e2734}html.dark .faq-question{color:#e2e8f0;border-bottom-color:rgba(255,255,255,.1)}html.dark .faq-answer{color:#cbd5e0}.download-hero,.download-page{position:relative;overflow:hidden}.download-hero{background:linear-gradient(135deg,#3498db,#2980b9 40%,#8e44ad 80%,#9b59b6);color:white;padding:4rem 0;margin-bottom:3rem}.download-header{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:5}.download-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#ffffff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(0,0,0,.2)}.download-subtitle{font-size:1.25rem;max-width:36rem;margin:0 auto;color:rgba(255,255,255,.9);line-height:1.6}.download-content{max-width:1000px;margin:0 auto;padding:0 1.5rem}.download-options-section{margin-bottom:5rem}.download-options-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width:768px){.download-options-grid{grid-template-columns:repeat(3,1fr)}}.download-option-card{background-color:white;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);overflow:hidden;position:relative;transform:translateY(0);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.download-option-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.download-option-icon{display:flex;align-items:center;justify-content:center;height:80px;background:linear-gradient(to right,var(--primary-color),var(--accent-color));color:white}.download-icon{width:2.5rem;height:2.5rem}.download-option-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.download-option-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.download-option-description{font-size:.875rem;color:#4a5568;margin-bottom:1.5rem}.download-option-features{padding-left:1.5rem;margin-bottom:1.5rem;flex-grow:1}.download-feature{margin-bottom:.5rem;font-size:.9375rem;color:#4a5568;position:relative}.download-feature:before{content:"•";position:absolute;left:-1rem;color:var(--accent-color)}.download-button{display:inline-block;width:100%;padding:.75rem 1rem;text-align:center;border-radius:.5rem;font-weight:600;transition:all .3s ease;background-color:var(--primary-color);color:white;text-decoration:none}.download-button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}html.dark .download-option-card{background-color:#1e2734}html.dark .download-option-title{color:#e2e8f0}html.dark .download-option-description{color:#cbd5e0}html.dark .download-feature{color:#a0aec0}.usage-section{margin-bottom:5rem}.usage-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width:768px){.usage-content{grid-template-columns:repeat(2,1fr)}}.usage-item{background-color:#f9fafc;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.usage-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.05)}.usage-steps{padding-left:1.5rem;counter-reset:step-counter}.usage-steps li{position:relative;margin-bottom:1rem;padding-left:.5rem;color:#4a5568;counter-increment:step-counter}.usage-steps li:before{content:counter(step-counter);position:absolute;left:-1.5rem;width:1.25rem;height:1.25rem;background-color:var(--primary-color);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}html.dark .usage-item{background-color:#1e2734}html.dark .usage-title{color:#e2e8f0;border-bottom-color:rgba(255,255,255,.1)}html.dark .usage-steps li{color:#cbd5e0}.copyright-section{margin-bottom:5rem}.copyright-content{padding:2rem;border-left:4px solid var(--primary-color);background-color:#f9fafc;border-radius:0 1rem 1rem 0}.copyright-text{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.copyright-text:last-child{margin-bottom:0}.copyright-link{color:var(--primary-color);text-decoration:underline;margin-left:.5rem;font-weight:500;transition:color .2s ease}.copyright-link:hover{color:var(--accent-color)}html.dark .copyright-content{background-color:#1e2734;border-left-color:var(--primary-color)}html.dark .copyright-text{color:#cbd5e0}html.dark .copyright-link{color:var(--primary-color)}html.dark .copyright-link:hover{color:var(--accent-color)}.donation-section{padding:5rem 0;background-color:#f8f9fa;background-image:radial-gradient(circle at 20% 90%,rgba(41,128,185,.1) 0,transparent 50%),radial-gradient(circle at 80% 10%,rgba(192,57,43,.1) 0,transparent 50%)}html.dark .donation-section{background-color:#1a1a1a;background-image:radial-gradient(circle at 20% 90%,rgba(41,128,185,.2) 0,transparent 50%),radial-gradient(circle at 80% 10%,rgba(192,57,43,.2) 0,transparent 50%)}.donation-container{max-width:1000px;margin:0 auto;padding:2rem;border-radius:1rem;background-color:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,.05);overflow:hidden;position:relative}html.dark .donation-container{background-color:#222;box-shadow:0 10px 30px rgba(0,0,0,.2)}.donation-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.donation-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#3498db,#e74c3c,#f1c40f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.donation-subtitle{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto;line-height:1.6}html.dark .donation-subtitle{color:#bbb}.wallet-addresses{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.wallet-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-radius:.75rem;background-color:#fafafa;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #eee}.wallet-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.wallet-qr{padding:1rem;background-color:white;border-radius:.5rem;margin-bottom:1.5rem;box-shadow:0 4px 8px rgba(0,0,0,.05)}.qr-placeholder{width:160px;height:160px;display:flex;align-items:center;justify-content:center}.qr-svg{border:1px solid #eee;border-radius:4px}.wallet-info{width:100%;text-align:center}.wallet-type{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.wallet-address{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.address-code{font-family:monospace;font-size:.875rem;background-color:#f1f1f1;padding:.5rem;border-radius:.25rem;color:#333;word-break:break-all;display:block;margin-bottom:.5rem;max-width:280px}.copy-button{background-color:#3498db;color:white;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;font-size:.875rem;transition:background-color .2s ease}.copy-button:hover{background-color:#2980b9}.wallet-note{font-size:.875rem;color:#777;margin-top:.5rem}html.dark .wallet-note{color:#999}.donation-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}html.dark .donation-footer{border-color:#333}.donation-thanks{font-size:1.1rem;color:#555;font-style:italic}html.dark .donation-thanks{color:#bbb}@media (max-width:768px){.donation-title{font-size:2rem}.wallet-addresses{grid-template-columns:1fr}.wallet-card{max-width:350px;margin-left:auto;margin-right:auto}}section{width:100%}.hero-gradient{position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,1))}html.dark .hero-gradient{background:linear-gradient(180deg,rgba(17,24,39,0) 0,rgba(17,24,39,1))}.comments-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.comments-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}html.dark .comments-section{border-top-color:#374151}html.dark .comments-section h2{color:#f3f4f6}.giscus-frame{width:100%;border:none}.visitor-counter{margin-top:.75rem;font-size:.875rem;color:#6b7280;display:flex;align-items:center;justify-content:center}.counter-text{opacity:.8}.counter-link{margin:0 .25rem;color:#4b5563;font-weight:500;text-decoration:none;transition:color .2s ease}.counter-link:hover{color:var(--accent-color);text-decoration:underline}html.dark .visitor-counter{color:#9ca3af}html.dark .counter-link{color:#d1d5db}html.dark .counter-link:hover{color:var(--accent-color)}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}