*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-inter),"Be Vietnam Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-size:16px;line-height:1.6}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.page-wrapper main{flex:1;padding-top:80px}h1,h2,h3,h4,h5,h6{font-family:var(--font-playfair),"Noto Serif","Times New Roman",Georgia,serif;color:var(--text);margin-top:0;font-weight:700;line-height:1.25}h1{letter-spacing:-.02em;font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-top:0;margin-bottom:16px}a{color:var(--primary);text-decoration:none;transition:color .15s}a:hover{color:var(--primary-dark)}.container{max-width:1100px;margin:0 auto;padding:32px 16px}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;transition:box-shadow .25s,border-color .25s;box-shadow:0 1px 3px #2d242014}.card:hover{border-color:var(--border-dark);box-shadow:0 4px 12px #2d24201a}.card{padding:24px}.muted{color:var(--muted)}input,textarea,select{border:1px solid var(--border);background:var(--card);width:100%;color:var(--text);border-radius:8px;padding:12px 16px;font-family:inherit;font-size:16px;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}input::placeholder,textarea::placeholder,select::placeholder{color:var(--muted)}button,.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .25s;display:inline-flex}button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed}button,.btn{background:var(--card);color:var(--text);border:1px solid var(--border)}button:hover,.btn:hover{border-color:var(--primary);background:var(--card-hover)}.btn-primary{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .25s;display:inline-flex}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-secondary{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .25s;display:inline-flex}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--secondary);color:var(--text);border-color:var(--secondary)}.btn-secondary:hover{background:var(--secondary-dark);border-color:var(--secondary-dark)}.row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:767px){.row{grid-template-columns:1fr}}.prose{color:var(--text-secondary);font-size:18px;line-height:1.8}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:var(--text);margin-top:32px;margin-bottom:16px}.prose h2{border-bottom:2px solid var(--border);padding-bottom:12px}.prose p{margin-bottom:20px}.prose a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.prose a:hover{color:var(--primary-dark)}.prose strong{color:var(--text);font-weight:600}.prose blockquote{border-left:4px solid var(--primary);background:var(--earth-cream);color:var(--text-secondary);border-radius:0 8px 8px 0;margin:24px 0;padding:20px 24px;font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose ul,.prose ol{margin-bottom:20px;padding-left:24px}.prose ul li,.prose ol li{margin-bottom:8px}.prose code{background:var(--earth-cream);color:var(--primary-dark);border-radius:4px;padding:2px 8px;font-size:.9em}.prose pre{background:var(--bg-dark);color:#e6edf3;border-radius:12px;margin:24px 0;padding:20px;overflow-x:auto}.prose pre code{color:inherit;background:0 0;padding:0}.prose img{border-radius:12px;max-width:100%;height:auto;margin:24px 0;box-shadow:0 4px 12px #2d24201a}.prose hr{background:linear-gradient(90deg,transparent,var(--border-dark),transparent);border:none;height:2px;margin:40px 0}.section{padding:48px 0}.section-title{font-family:var(--font-playfair),"Noto Serif","Times New Roman",Georgia,serif;text-align:center;color:var(--text);margin-bottom:8px;font-size:2rem}.section-subtitle{text-align:center;color:var(--muted);margin-bottom:32px;font-size:18px}.divider{align-items:center;gap:16px;margin:32px 0;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.divider .divider-icon{color:var(--primary);font-size:18px}.tag{background:var(--primary-light);color:var(--primary-dark);text-transform:uppercase;letter-spacing:.02em;border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .15s;display:inline-block}.tag:hover{background:var(--primary);color:#fff}[id]{scroll-margin-top:100px}
:root,[data-theme=light]{--bg:#faf8f5;--bg-dark:#1a1512;--card:#fff;--card-hover:#fffdfb;--text:#2d2420;--text-secondary:#5c524a;--muted:#6e6255;--primary:#c4402f;--primary-dark:#9e3325;--primary-light:#e8d4cf;--secondary:#d4a853;--secondary-dark:#b8923a;--accent:#2d5a4a;--accent-light:#3d7a64;--earth-brown:#6b5344;--earth-cream:#f5efe8;--earth-terracotta:#c67b5c;--border:#e5ddd4;--border-dark:#d4c8ba;--link:#c4402f;--link-hover:#9e3325;--shadow-sm:0 1px 3px #2d242014;--shadow-md:0 4px 12px #2d24201a;--shadow-lg:0 8px 24px #2d24201f;--overlay-light:#faf8f5f2;--overlay-dark:#1a1512d9}[data-theme=dark]{--bg:#1a1512;--bg-dark:#0f0d0b;--card:#262220;--card-hover:#302c28;--text:#f5efe8;--text-secondary:#c9bfb3;--muted:#9a8d80;--primary:#e05545;--primary-dark:#c4402f;--primary-light:#3d2825;--secondary:#e8bb5e;--secondary-dark:#d4a853;--accent:#4d9a7a;--accent-light:#5db88e;--earth-brown:#a08775;--earth-cream:#2a2622;--earth-terracotta:#d89070;--border:#3d3632;--border-dark:#4d463f;--link:#e05545;--link-hover:#f06555;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--overlay-light:#1a1512f2;--overlay-dark:#000000d9}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14e23f9b59180572-s.p.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/14e23f9b59180572-s.p.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.p.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/14e23f9b59180572-s.p.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_b2bd7705-module__vXy6xq__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_b2bd7705-module__vXy6xq__variable{--font-playfair:"Playfair Display","Playfair Display Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.p.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.p.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.p.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.p.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.p.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_aa4e67b0-module__6tKzuG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_aa4e67b0-module__6tKzuG__variable{--font-inter:"Inter","Inter Fallback"}
.SearchModal-module-scss-module__IO1X3q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0009;animation:.2s SearchModal-module-scss-module__IO1X3q__fadeIn;position:fixed;inset:0}.SearchModal-module-scss-module__IO1X3q__modal{background:var(--card);z-index:9999;border-radius:12px;width:90%;max-width:600px;animation:.3s SearchModal-module-scss-module__IO1X3q__slideDown;position:fixed;top:80px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 20px 60px #0000004d}@keyframes SearchModal-module-scss-module__IO1X3q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SearchModal-module-scss-module__IO1X3q__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.SearchModal-module-scss-module__IO1X3q__searchBox{border-bottom:1px solid var(--border);background:var(--card);align-items:center;padding:16px;display:flex}.SearchModal-module-scss-module__IO1X3q__searchIcon{color:var(--muted);flex-shrink:0;margin-right:12px}.SearchModal-module-scss-module__IO1X3q__input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:18px}.SearchModal-module-scss-module__IO1X3q__input::placeholder{color:var(--muted)}.SearchModal-module-scss-module__IO1X3q__closeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px;transition:all .15s}.SearchModal-module-scss-module__IO1X3q__closeBtn:hover{background:var(--background);color:var(--text)}.SearchModal-module-scss-module__IO1X3q__results{max-height:400px;overflow-y:auto}.SearchModal-module-scss-module__IO1X3q__resultItem{color:inherit;border-bottom:1px solid var(--border);gap:12px;padding:12px 16px;text-decoration:none;transition:background .15s;display:flex}.SearchModal-module-scss-module__IO1X3q__resultItem:last-child{border-bottom:none}.SearchModal-module-scss-module__IO1X3q__resultItem:hover{background:var(--background)}.SearchModal-module-scss-module__IO1X3q__resultImage{object-fit:cover;background:var(--background);border-radius:4px;flex-shrink:0;width:60px;height:45px}.SearchModal-module-scss-module__IO1X3q__resultPlaceholder{background:linear-gradient(135deg,#f5f0eb 0%,#e8ddd4 100%);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:45px;display:flex}.SearchModal-module-scss-module__IO1X3q__resultPlaceholder img{opacity:.5;width:30px;height:30px}.SearchModal-module-scss-module__IO1X3q__resultContent{flex:1;min-width:0}.SearchModal-module-scss-module__IO1X3q__resultTitle{color:var(--text);margin:0 0 4px;font-size:16px;font-weight:500;line-height:1.3}.SearchModal-module-scss-module__IO1X3q__resultTitle mark{color:var(--primary);background:#8b451333;border-radius:2px;padding:0 2px}.SearchModal-module-scss-module__IO1X3q__resultExcerpt{color:var(--muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:14px;display:-webkit-box;overflow:hidden}.SearchModal-module-scss-module__IO1X3q__loading,.SearchModal-module-scss-module__IO1X3q__noResults{text-align:center;color:var(--muted);padding:24px}.SearchModal-module-scss-module__IO1X3q__hint{text-align:center;color:var(--muted);padding:16px;font-size:14px}.SearchModal-module-scss-module__IO1X3q__shortcuts{background:var(--background);border-top:1px solid var(--border);color:var(--muted);justify-content:center;gap:16px;padding:12px 16px;font-size:12px;display:flex}@media (max-width:768px){.SearchModal-module-scss-module__IO1X3q__shortcuts{display:none}}.SearchModal-module-scss-module__IO1X3q__shortcuts kbd{background:var(--card);border:1px solid var(--border);border-radius:4px;padding:2px 6px;font-family:inherit;font-size:11px;display:inline-block}
.Header-module-scss-module__R6eCJW__header{z-index:1030;background:var(--bg);border-bottom:1px solid var(--border);transition:transform .25s;position:fixed;top:0;left:0;right:0}.Header-module-scss-module__R6eCJW__header.Header-module-scss-module__R6eCJW__hide{transform:translateY(-100%)}.Header-module-scss-module__R6eCJW__header.Header-module-scss-module__R6eCJW__show{transform:translateY(0)}.Header-module-scss-module__R6eCJW__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1100px;height:80px;margin:0 auto;padding-left:16px;padding-right:16px;display:flex}@media (min-width:768px) and (max-width:992px){.Header-module-scss-module__R6eCJW__inner{gap:8px;padding-left:12px;padding-right:12px}}@media (max-width:576px){.Header-module-scss-module__R6eCJW__inner{gap:8px;padding-left:12px;padding-right:12px}}.Header-module-scss-module__R6eCJW__brand{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module-scss-module__R6eCJW__brand:hover{text-decoration:none}@media (min-width:768px) and (max-width:992px){.Header-module-scss-module__R6eCJW__brand{gap:8px}}.Header-module-scss-module__R6eCJW__brandIcon{color:#fff;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Header-module-scss-module__R6eCJW__brandIcon svg{width:36px;height:36px}@media (min-width:768px) and (max-width:992px){.Header-module-scss-module__R6eCJW__brandIcon{width:36px;height:36px}.Header-module-scss-module__R6eCJW__brandIcon svg{width:28px;height:28px}}.Header-module-scss-module__R6eCJW__brandText{flex-direction:column;display:flex}.Header-module-scss-module__R6eCJW__brandName{font-family:var(--font-playfair),"Noto Serif","Times New Roman",Georgia,serif;color:var(--text);font-size:20px;font-weight:700;line-height:1.2}@media (min-width:768px) and (max-width:992px){.Header-module-scss-module__R6eCJW__brandName{font-size:16px}}.Header-module-scss-module__R6eCJW__brandTagline{color:var(--muted);letter-spacing:.02em;font-size:12px}.Header-module-scss-module__R6eCJW__nav{align-items:center;gap:8px;display:flex}@media (max-width:991px){.Header-module-scss-module__R6eCJW__nav{display:none}}.Header-module-scss-module__R6eCJW__navLink{color:var(--text-secondary);text-align:center;border-radius:8px;padding:8px;font-size:14px;font-weight:500;line-height:1.3;text-decoration:none;transition:all .15s;position:relative}.Header-module-scss-module__R6eCJW__navLink:hover,.Header-module-scss-module__R6eCJW__navLink.Header-module-scss-module__R6eCJW__active{color:var(--primary);background:var(--primary-light);text-decoration:none}.Header-module-scss-module__R6eCJW__navLink:after{content:"";background:var(--primary);border-radius:9999px;width:0;height:2px;transition:width .15s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.Header-module-scss-module__R6eCJW__navLink:hover:after{width:calc(100% - 32px)}@media (min-width:768px) and (max-width:992px){.Header-module-scss-module__R6eCJW__navLink{padding:4px;font-size:12px}}.Header-module-scss-module__R6eCJW__adminIconBtn{width:36px;height:36px;color:var(--text-secondary);background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:18px;text-decoration:none;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__adminIconBtn:hover{color:var(--primary);background:var(--primary-light);text-decoration:none}@media (max-width:991px){.Header-module-scss-module__R6eCJW__adminIconBtn{display:none}}.Header-module-scss-module__R6eCJW__controls{flex-shrink:0;align-items:center;gap:8px;display:flex}@media (min-width:768px) and (max-width:992px){.Header-module-scss-module__R6eCJW__controls{gap:4px}}@media (max-width:576px){.Header-module-scss-module__R6eCJW__controls{flex-shrink:1;gap:2px}}.Header-module-scss-module__R6eCJW__mobileSearchInput{background:var(--background);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:0;max-width:200px;padding:8px 12px;font-size:14px;transition:all .15s;display:none}.Header-module-scss-module__R6eCJW__mobileSearchInput svg{opacity:.6;flex-shrink:0}.Header-module-scss-module__R6eCJW__mobileSearchInput span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Header-module-scss-module__R6eCJW__mobileSearchInput:hover{border-color:var(--primary);color:var(--text)}@media (max-width:991px){.Header-module-scss-module__R6eCJW__mobileSearchInput{display:flex}}@media (max-width:576px){.Header-module-scss-module__R6eCJW__mobileSearchInput{justify-content:center;min-width:34px;max-width:34px;padding:6px}.Header-module-scss-module__R6eCJW__mobileSearchInput svg{width:16px;height:16px}.Header-module-scss-module__R6eCJW__mobileSearchInput span{display:none}}.Header-module-scss-module__R6eCJW__searchBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__searchBtn:hover{color:var(--primary);background:var(--background)}@media (max-width:991px){.Header-module-scss-module__R6eCJW__searchBtn{display:none}}.Header-module-scss-module__R6eCJW__langSwitcher{flex-shrink:0;align-items:center;gap:4px;display:flex}@media (max-width:576px){.Header-module-scss-module__R6eCJW__langSwitcher{gap:3px}}.Header-module-scss-module__R6eCJW__langBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:14px;font-weight:500;transition:color .15s}.Header-module-scss-module__R6eCJW__langBtn:hover{color:var(--text);background:0 0}.Header-module-scss-module__R6eCJW__langBtn.Header-module-scss-module__R6eCJW__active{color:var(--primary);font-weight:600}@media (max-width:576px){.Header-module-scss-module__R6eCJW__langBtn{padding:4px 8px;font-size:14px}}.Header-module-scss-module__R6eCJW__langDivider{color:var(--border-dark);font-size:14px}.Header-module-scss-module__R6eCJW__themeToggle{background:var(--card);border:1px solid var(--border);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__themeToggle svg{width:18px;height:18px}@media (min-width:768px) and (max-width:992px){.Header-module-scss-module__R6eCJW__themeToggle{width:32px;height:32px}.Header-module-scss-module__R6eCJW__themeToggle svg{width:16px;height:16px}}.Header-module-scss-module__R6eCJW__themeToggle:hover{border-color:var(--primary);color:var(--primary);background:var(--card)}@media (max-width:991px){.Header-module-scss-module__R6eCJW__themeToggle{display:none}}.Header-module-scss-module__R6eCJW__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:flex}.Header-module-scss-module__R6eCJW__mobileMenuBtn:hover{background:0 0}.Header-module-scss-module__R6eCJW__hamburger{flex-direction:column;gap:5px;width:24px;display:flex}.Header-module-scss-module__R6eCJW__hamburger span{background:var(--text);border-radius:9999px;height:2px;transition:all .15s;display:block}.Header-module-scss-module__R6eCJW__hamburger.Header-module-scss-module__R6eCJW__open span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module-scss-module__R6eCJW__hamburger.Header-module-scss-module__R6eCJW__open span:nth-child(2){opacity:0}.Header-module-scss-module__R6eCJW__hamburger.Header-module-scss-module__R6eCJW__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module-scss-module__R6eCJW__offcanvasOverlay{z-index:1049;opacity:0;background:#00000080;transition:opacity .25s;display:none;position:fixed;inset:0}.Header-module-scss-module__R6eCJW__offcanvasOverlay.Header-module-scss-module__R6eCJW__open{opacity:1;display:block}.Header-module-scss-module__R6eCJW__offcanvas{background:var(--bg);z-index:1050;flex-direction:column;width:100%;max-width:320px;height:auto;max-height:100vh;transition:transform .25s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Header-module-scss-module__R6eCJW__offcanvas.Header-module-scss-module__R6eCJW__open{transform:translate(0)}.Header-module-scss-module__R6eCJW__offcanvasHeader{background:var(--card);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.Header-module-scss-module__R6eCJW__offcanvasBrand{align-items:center;gap:8px;text-decoration:none;display:flex}.Header-module-scss-module__R6eCJW__offcanvasBrand .Header-module-scss-module__R6eCJW__brandIcon{width:36px;height:36px}.Header-module-scss-module__R6eCJW__offcanvasBrand .Header-module-scss-module__R6eCJW__brandIcon svg{width:28px;height:28px}.Header-module-scss-module__R6eCJW__offcanvasBrand .Header-module-scss-module__R6eCJW__brandName{font-size:16px}.Header-module-scss-module__R6eCJW__offcanvasBrand .Header-module-scss-module__R6eCJW__brandTagline{font-size:10px}.Header-module-scss-module__R6eCJW__offcanvasHeaderRight{align-items:center;gap:8px;display:flex}.Header-module-scss-module__R6eCJW__closeBtn{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__closeBtn:hover{background:var(--primary-light);color:var(--primary)}.Header-module-scss-module__R6eCJW__offcanvasBody{-webkit-overflow-scrolling:touch;padding:0;overflow-y:auto}.Header-module-scss-module__R6eCJW__loadingState{color:var(--text-muted);justify-content:center;align-items:center;padding:24px 16px;font-size:16px;display:flex}.Header-module-scss-module__R6eCJW__loadingState span{animation:1.5s ease-in-out infinite Header-module-scss-module__R6eCJW__pulse}@keyframes Header-module-scss-module__R6eCJW__pulse{0%,to{opacity:1}50%{opacity:.5}}.Header-module-scss-module__R6eCJW__homeLink{background:var(--card);border-bottom:1px solid var(--border);color:var(--primary);align-items:center;gap:12px;padding:12px 16px;font-size:16px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.Header-module-scss-module__R6eCJW__homeLink:hover{background:var(--primary-light);text-decoration:none}.Header-module-scss-module__R6eCJW__homeIcon{font-size:18px}.Header-module-scss-module__R6eCJW__accordionItem{border-bottom:1px solid var(--border);background:var(--card)}.Header-module-scss-module__R6eCJW__accordionHeader{cursor:pointer;align-items:center;padding:12px 16px;transition:background .15s;display:flex}.Header-module-scss-module__R6eCJW__accordionHeader:hover{background:var(--primary-light)}.Header-module-scss-module__R6eCJW__categoryIcon{width:28px;color:var(--primary);font-size:18px}.Header-module-scss-module__R6eCJW__categoryTitle{color:var(--text);flex:1;font-size:14px;font-weight:600}.Header-module-scss-module__R6eCJW__categoryTitle a{color:inherit;text-decoration:none}.Header-module-scss-module__R6eCJW__categoryTitle a:hover{color:var(--primary)}.Header-module-scss-module__R6eCJW__accordionToggle{color:var(--muted);transition:color .15s}.Header-module-scss-module__R6eCJW__accordionContent{background:var(--bg);border-top:1px solid var(--border);padding:8px 16px}.Header-module-scss-module__R6eCJW__subList{margin:0;padding:0;list-style:none}.Header-module-scss-module__R6eCJW__subItem{padding:4px 0}.Header-module-scss-module__R6eCJW__subItemRow{justify-content:space-between;align-items:center;display:flex}.Header-module-scss-module__R6eCJW__subItemRow a{color:var(--text-secondary);flex:1;padding:4px 0;font-size:14px;text-decoration:none}.Header-module-scss-module__R6eCJW__subItemRow a:hover{color:var(--primary)}.Header-module-scss-module__R6eCJW__arrowBtn{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__arrowBtn:hover{background:var(--primary-light);color:var(--primary)}.Header-module-scss-module__R6eCJW__noSub{color:var(--muted);font-size:14px;font-style:italic}.Header-module-scss-module__R6eCJW__subMenu{padding:16px}.Header-module-scss-module__R6eCJW__subMenuHeader{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding-bottom:16px;display:flex}.Header-module-scss-module__R6eCJW__subMenuHeader strong{color:var(--text);font-size:16px}.Header-module-scss-module__R6eCJW__backBtn{background:var(--card);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__backBtn:hover{border-color:var(--primary);color:var(--primary)}.Header-module-scss-module__R6eCJW__subMenuList{margin:16px 0 0;padding:0;list-style:none}.Header-module-scss-module__R6eCJW__subMenuList li{padding:8px 0}.Header-module-scss-module__R6eCJW__subMenuList li a{color:var(--text-secondary);font-size:14px;text-decoration:none}.Header-module-scss-module__R6eCJW__subMenuList li a:hover{color:var(--primary)}.Header-module-scss-module__R6eCJW__offcanvasControls{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:16px;padding:16px;display:flex}.Header-module-scss-module__R6eCJW__searchBtnCompact{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__searchBtnCompact:hover{color:var(--primary);background:var(--background)}.Header-module-scss-module__R6eCJW__langSwitcherCompact{align-items:center;gap:3px;display:flex}.Header-module-scss-module__R6eCJW__langBtnCompact{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:14px;font-weight:500;transition:color .15s}.Header-module-scss-module__R6eCJW__langBtnCompact:hover{color:var(--text)}.Header-module-scss-module__R6eCJW__langBtnCompact.Header-module-scss-module__R6eCJW__active{color:var(--primary);font-weight:600}.Header-module-scss-module__R6eCJW__themeToggleCompact{background:var(--card);border:1px solid var(--border);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__themeToggleCompact:hover{border-color:var(--primary);color:var(--primary)}.Header-module-scss-module__R6eCJW__adminIconCompact{width:40px;height:40px;color:var(--text-secondary);background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:0;font-size:20px;text-decoration:none;transition:all .15s;display:flex}.Header-module-scss-module__R6eCJW__adminIconCompact:hover{color:var(--primary);background:var(--primary-light);text-decoration:none}
.NewsletterForm-module-scss-module__SApN4a__newsletter{width:100%}.NewsletterForm-module-scss-module__SApN4a__card{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:12px;padding:24px}.NewsletterForm-module-scss-module__SApN4a__inline .NewsletterForm-module-scss-module__SApN4a__form{max-width:100%}.NewsletterForm-module-scss-module__SApN4a__inline .NewsletterForm-module-scss-module__SApN4a__inputGroup{flex-direction:row}.NewsletterForm-module-scss-module__SApN4a__header{margin-bottom:20px}.NewsletterForm-module-scss-module__SApN4a__icon{margin-bottom:12px;font-size:2.5rem;display:block}.NewsletterForm-module-scss-module__SApN4a__title{font-family:var(--font-playfair),"Noto Serif","Times New Roman",Georgia,serif;color:var(--text);margin:0 0 8px;font-size:1.25rem;font-weight:600}.NewsletterForm-module-scss-module__SApN4a__subtitle{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.8}.NewsletterForm-module-scss-module__SApN4a__form{max-width:400px;margin:0 auto}.NewsletterForm-module-scss-module__SApN4a__inputGroup{flex-direction:column;gap:12px;display:flex}@media (min-width:480px){.NewsletterForm-module-scss-module__SApN4a__inputGroup{flex-direction:row}}.NewsletterForm-module-scss-module__SApN4a__input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;flex:1;padding:12px 16px;font-size:16px;transition:border-color .15s}.NewsletterForm-module-scss-module__SApN4a__input::placeholder{color:var(--muted)}.NewsletterForm-module-scss-module__SApN4a__input:focus{border-color:var(--primary);outline:none}.NewsletterForm-module-scss-module__SApN4a__input:disabled{opacity:.7;cursor:not-allowed}.NewsletterForm-module-scss-module__SApN4a__button{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:12px 20px;font-size:16px;font-weight:500;transition:all .15s}.NewsletterForm-module-scss-module__SApN4a__button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.NewsletterForm-module-scss-module__SApN4a__button:disabled{opacity:.7;cursor:not-allowed}.NewsletterForm-module-scss-module__SApN4a__message{text-align:center;margin:12px 0 0;font-size:14px}.NewsletterForm-module-scss-module__SApN4a__message.NewsletterForm-module-scss-module__SApN4a__success{color:#22c55e}.NewsletterForm-module-scss-module__SApN4a__message.NewsletterForm-module-scss-module__SApN4a__error{color:#ef4444}
.SocialLinks-module-scss-module__v22QtW__socialLinks{flex-wrap:wrap;gap:.75rem;display:flex}.SocialLinks-module-scss-module__v22QtW__socialLinks a{background:var(--bg-tertiary,#f3f4f6);width:36px;height:36px;color:var(--text-secondary,#6b7280);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.SocialLinks-module-scss-module__v22QtW__socialLinks a:hover{background:var(--primary,#8b4513);color:#fff;transform:translateY(-2px)}.SocialLinks-module-scss-module__v22QtW__socialLinks a svg{width:18px;height:18px}[data-theme=dark] .SocialLinks-module-scss-module__v22QtW__socialLinks a{background:var(--bg-tertiary,#374151);color:var(--text-secondary,#9ca3af)}[data-theme=dark] .SocialLinks-module-scss-module__v22QtW__socialLinks a:hover{background:var(--primary,#d4a574);color:var(--bg-primary,#1f2937)}
.Footer-module-scss-module__K1pO7W__footer{background:var(--earth-cream);border-top:1px solid var(--border);margin-top:auto}.Footer-module-scss-module__K1pO7W__container{max-width:1100px;margin:0 auto;padding-left:16px;padding-right:16px}.Footer-module-scss-module__K1pO7W__footerMain{padding:48px 0}.Footer-module-scss-module__K1pO7W__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;display:grid}@media (max-width:991px){.Footer-module-scss-module__K1pO7W__footerGrid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:575px){.Footer-module-scss-module__K1pO7W__footerGrid{grid-template-columns:1fr;gap:32px}}.Footer-module-scss-module__K1pO7W__brandColumn .Footer-module-scss-module__K1pO7W__brand{align-items:center;gap:12px;margin-bottom:16px;text-decoration:none;display:inline-flex}.Footer-module-scss-module__K1pO7W__brandColumn .Footer-module-scss-module__K1pO7W__brand:hover{text-decoration:none}.Footer-module-scss-module__K1pO7W__brandColumn .Footer-module-scss-module__K1pO7W__brandIcon{color:#fff;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Footer-module-scss-module__K1pO7W__brandColumn .Footer-module-scss-module__K1pO7W__brandIcon svg{width:32px;height:32px}.Footer-module-scss-module__K1pO7W__brandColumn .Footer-module-scss-module__K1pO7W__brandName{font-family:var(--font-playfair),"Noto Serif","Times New Roman",Georgia,serif;color:var(--text);font-size:20px;font-weight:700}.Footer-module-scss-module__K1pO7W__brandColumn .Footer-module-scss-module__K1pO7W__brandDesc{color:var(--text-secondary);margin-bottom:20px;font-size:14px;line-height:1.8}.Footer-module-scss-module__K1pO7W__socialLinks{gap:12px;display:flex}.Footer-module-scss-module__K1pO7W__socialLinks a{background:var(--card);width:40px;height:40px;color:var(--text-secondary);border:1px solid var(--border);border-radius:9999px;justify-content:center;align-items:center;transition:all .15s;display:flex}.Footer-module-scss-module__K1pO7W__socialLinks a:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px)}.Footer-module-scss-module__K1pO7W__linksColumn .Footer-module-scss-module__K1pO7W__columnTitle{font-family:var(--font-playfair),"Noto Serif","Times New Roman",Georgia,serif;color:var(--text);border-bottom:2px solid var(--primary);margin-bottom:16px;padding-bottom:8px;font-size:16px;font-weight:700;display:inline-block}.Footer-module-scss-module__K1pO7W__linksColumn .Footer-module-scss-module__K1pO7W__linksList{margin:0;padding:0;list-style:none}.Footer-module-scss-module__K1pO7W__linksColumn .Footer-module-scss-module__K1pO7W__linksList li{margin-bottom:12px}.Footer-module-scss-module__K1pO7W__linksColumn .Footer-module-scss-module__K1pO7W__linksList li a{color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .15s}.Footer-module-scss-module__K1pO7W__linksColumn .Footer-module-scss-module__K1pO7W__linksList li a:hover{color:var(--primary)}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__columnTitle{font-family:var(--font-playfair),"Noto Serif","Times New Roman",Georgia,serif;color:var(--text);border-bottom:2px solid var(--primary);margin-bottom:16px;padding-bottom:8px;font-size:16px;font-weight:700;display:inline-block}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__newsletterDesc{color:var(--text-secondary);margin-bottom:16px;font-size:14px}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__newsletterForm{flex-direction:column;gap:12px;display:flex}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__newsletterForm input{border:1px solid var(--border);background:var(--card);border-radius:8px;padding:12px 16px;font-size:14px}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__newsletterForm input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__newsletterForm button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .25s;display:inline-flex}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__newsletterForm button:disabled{opacity:.5;cursor:not-allowed}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__newsletterForm button{background:var(--primary);color:#fff;border:none;font-weight:600}.Footer-module-scss-module__K1pO7W__newsletterColumn .Footer-module-scss-module__K1pO7W__newsletterForm button:hover{background:var(--primary-dark)}.Footer-module-scss-module__K1pO7W__footerBottom{background:var(--bg-dark);padding:20px 0}.Footer-module-scss-module__K1pO7W__footerBottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}@media (max-width:575px){.Footer-module-scss-module__K1pO7W__footerBottomInner{text-align:center;flex-direction:column}}.Footer-module-scss-module__K1pO7W__copyright,.Footer-module-scss-module__K1pO7W__madeWith{color:#ffffffb3;margin:0;font-size:14px}.Footer-module-scss-module__K1pO7W__madeWith .Footer-module-scss-module__K1pO7W__heart{color:var(--primary);animation:1.5s infinite Footer-module-scss-module__K1pO7W__heartbeat}@keyframes Footer-module-scss-module__K1pO7W__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}
