:root{--background:#fff;--foreground:#000;--card:#fff;--card-foreground:#000;--primary:#7c3aed;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-foreground:#1f2937;--muted:#f9fafb;--muted-foreground:#6b7280;--border:#e5e7eb;--border-color:#e5e7eb;--radius:0.5rem;--primary-gradient:linear-gradient(90deg,#7c3aed,#ec4899);--container-padding:1rem;--max-width:1280px;--text-muted:#6b7280;--navbar-title-color:#000;--button-border-color:#000;--card-bg:rgba(243,244,246,.6);--navbar-bg-scrolled:hsla(0,0%,100%,.95);--mobile-menu-bg:#fff;--footer-bg:rgba(249,250,251,.5);--input-bg:#f9fafb;--policy-text-primary:#000;--policy-text-secondary:#1f2937;--policy-text-muted:#374151;--policy-heading-color:#000;--policy-subheading-color:#7c3aed}.dark{--background:#000;--foreground:#fff;--card:#111827;--card-foreground:#fff;--primary:#7c3aed;--primary-foreground:#fff;--secondary:#1f2937;--secondary-foreground:#fff;--muted:#374151;--muted-foreground:#9ca3af;--border:#374151;--border-color:#374151;--text-muted:#9ca3af;--navbar-title-color:#fff;--button-border-color:#fff;--card-bg:rgba(17,24,39,.6);--navbar-bg-scrolled:rgba(0,0,0,.8);--mobile-menu-bg:#000;--footer-bg:rgba(0,0,0,.5);--input-bg:rgba(31,41,55,.5);--policy-text-primary:#fff;--policy-text-secondary:#d1d5db;--policy-text-muted:#9ca3af;--policy-heading-color:#fff;--policy-subheading-color:#c084fc}*,:active,:focus{outline:none!important;box-shadow:none}*{box-sizing:border-box;margin:0;padding:0;border-color:var(--border-color)}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none;outline:none}a:active,a:focus{outline:none!important}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--container-padding)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.desktop-only{display:none}.mobile-only{display:flex}.desktop-flex{display:none}@media (min-width:769px){.desktop-only{display:block}.mobile-only{display:none!important}.desktop-flex{display:flex}.hidden-md{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}.lg\:block,.lg\:flex{display:none!important}.lg\:grid-cols-2{grid-template-columns:1fr}@media (min-width:1024px){.lg\:flex{display:flex!important}.lg\:block{display:block!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.navbar-title-desktop{font-size:1.5rem!important}}@media (max-width:768px){.md\:grid-cols-2{grid-template-columns:1fr}}.text-center{text-align:center}.text-left{text-align:left}.font-bold{font-weight:700}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-muted{color:var(--text-muted)}.text-sm{font-size:.875rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-8>*+*{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-12{margin-bottom:3rem}.ml-4{margin-left:1rem}.mt-6{margin-top:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.text-lg{font-size:1.125rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.leading-relaxed{line-height:1.625}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-purple-300{color:#d8b4fe}.text-purple-400{color:#c084fc}.text-white{color:#fff}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.z-0{z-index:0}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.max-w-4xl{max-width:56rem}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.blur-3xl{filter:blur(64px)}.w-80{width:20rem}.h-80{height:20rem}.w-64{width:16rem}.h-64{height:16rem}.bg-purple-600\/10{background-color:rgba(124,58,237,.1)}.bg-pink-600\/10{background-color:rgba(219,39,119,.1)}.bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.underline{text-decoration:underline}.transition-colors{transition:color .2s}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius);font-weight:500;cursor:pointer;transition:all .2s;border:none;background:transparent;color:var(--foreground);outline:none!important}.btn:active,.btn:focus{outline:none!important;box-shadow:none!important}.btn-primary{background:var(--primary-gradient);color:#fff}.btn-primary:hover{opacity:.9}.btn-outline{border:1px solid var(--border-color)}.btn-ghost:hover,.btn-outline:hover{background-color:var(--secondary)}.input,.textarea{width:100%;padding:.75rem;background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius);color:var(--foreground);outline:none}.input:focus,.textarea:focus{border-color:var(--primary)}.card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(8px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 0;transition:background-color .3s;outline:none;min-height:80px;border:none!important}.navbar.scrolled{background-color:var(--navbar-bg-scrolled);backdrop-filter:blur(10px);border:none!important}.nav-link{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .2s}.nav-link,.nav-link:focus{outline:none}.hero-section{min-height:100vh;display:flex;align-items:center;padding-top:80px;padding-bottom:2rem;position:relative;overflow:hidden}.hero-bg-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;z-index:-1}.hero-title{font-size:1.5rem;line-height:1.2;margin-bottom:1.5rem}@media (min-width:768px){.hero-title{font-size:1.875rem}}.gradient-text{background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.about-section,.books-section,.contact-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 0;position:relative;scroll-margin-top:0}.art-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.art-item{aspect-ratio:1;position:relative;border-radius:.5rem;overflow:hidden}.art-item img{width:100%;height:100%;object-fit:cover}.book-cover-container{position:relative;max-width:300px;margin:0 auto}.book-cover{width:100%;height:auto;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.book-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.stat-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:.5rem;padding:1rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.icon-box{background-color:var(--secondary);padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer{border-top:1px solid var(--border-color);background-color:var(--footer-bg);padding:3rem 0}.footer-links a{display:block;color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem}.footer-links a:hover{color:var(--foreground)}.social-links{display:flex;gap:1rem;margin-top:1rem}@media (max-width:1023px){.about-section,.books-section,.contact-section{min-height:auto;display:block;padding-top:1.5rem;padding-bottom:3rem;scroll-margin-top:100px}.navbar{position:fixed!important;top:0!important;min-height:80px!important}.hero-section{padding-bottom:16rem}.hero-title{font-size:2rem}:root{--container-padding:1.5rem}.text-muted,p{font-size:1.0625rem;line-height:1.7}.btn,button[class*=btn-]{padding:.75rem 1.25rem;font-size:1rem}.navbar-title-mobile{font-size:1.5rem!important}}@media (max-width:768px){.hero-section{min-height:auto;padding:8rem 0 16rem;scroll-margin-top:100px}}.policy-page-section{min-height:100vh;padding:6rem 0 3rem}@media (max-width:768px){.policy-page-section{padding:8rem 0 2rem}}.policy-card{background-color:var(--card-bg);backdrop-filter:blur(4px);border:1px solid var(--border-color);border-radius:1rem;padding:2rem}.policy-page-section .text-gray-300{color:var(--policy-text-secondary)}.policy-page-section .text-gray-400{color:var(--policy-text-muted)}.policy-page-section .text-white{color:var(--policy-heading-color)}.policy-page-section .text-purple-300,.policy-page-section .text-purple-400{color:var(--policy-subheading-color)}.policy-page-section h1{color:var(--policy-heading-color)}.policy-page-section strong{color:var(--policy-text-primary)}.policy-page-section li{color:var(--policy-text-secondary)}.policy-page-section .bg-gray-800\/50{background-color:var(--card-bg)}@font-face{font-family:__Inter_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}