@import"https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&family=Quicksand:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Quicksand,sans-serif;background:#f7f1ff;color:#2b1840}.app-root{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;background:rgba(247,241,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(180,150,230,.25)}.site-nav .nav-link{border:none;background:none;font:inherit;color:#6c4ad3;cursor:pointer}.about-button{border:none;background:rgba(255,255,255,.7);padding:.45rem 1rem;border-radius:999px;font-size:.85rem;font-weight:500;color:#6c4ad3;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .2s ease,box-shadow .2s ease}.about-button:hover{background:rgba(255,255,255,.95);box-shadow:0 4px 12px #321e6426}.about-button:focus{outline:none}.logo-button{border:none;background:rgba(255,255,255,.75);padding:.45rem 1.1rem;border-radius:999px;font-size:.95rem;font-weight:600;color:#4c33a6;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .2s ease,box-shadow .2s ease}.logo-button:hover{background:rgba(255,255,255,.95);box-shadow:0 4px 12px #321e6426}.logo-button:focus{outline:none}.logo-button,.about-button,.back-button,.hero-text-card h1,.section-card-label h2,.view-header-card h1,.story-card h3{font-family:Balsamiq Sans,cursive;font-weight:700}.site-main{flex:1}.hero-section{width:100%}.hero-image-wrapper{position:relative;width:100%}.hero-image{width:100%;height:auto;display:block;max-height:none}.hero-text-card{position:absolute;left:50%;top:14%;transform:translate(-50%);padding:clamp(.6rem,1.2vw,1rem) clamp(1.2rem,2vw,2rem);border-radius:999px;background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);text-align:center;max-width:min(80%,30rem);box-shadow:0 8px 24px #00000026}.hero-text-card h1{margin:0;font-size:clamp(1.3rem,2vw,1.9rem);color:#2f1d42;font-weight:700}@media (max-width: 600px){.hero-text-card{padding:.7rem 1.2rem;max-width:95%;border-radius:1.4rem}.hero-text-card h1{font-size:1.3rem;white-space:nowrap}}.sections-strip{padding:2.5rem 1.5rem 3rem;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.3rem}.section-card{position:relative;border-radius:1.2rem;overflow:hidden;padding:0;box-shadow:0 10px 30px #3c1e781f;background:#000;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.section-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 36px #3c1e782e}.section-card:hover img{filter:brightness(1.05);transition:filter .25s ease}.section-card img{width:100%;height:auto;display:block}.section-card-label{position:absolute;left:50%;top:16%;transform:translate(-50%);padding:.6rem 1.4rem;border-radius:999px;background:rgba(255,255,255,.8);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);text-align:center;white-space:nowrap;box-shadow:0 6px 18px #00000029}.section-card-label h2{margin:0;font-size:1.1rem;color:#2f1d42}@media (max-width: 700px){.section-card{min-height:190px}.section-card-label{top:18%;padding:.5rem 1.2rem;max-width:90%;white-space:nowrap}.section-card-label h2{font-size:1rem}}.site-footer{margin-top:2.5rem;padding:2.2rem 1.5rem 2.6rem;background:linear-gradient(to bottom,#f4edff 0%,#ece3ff 100%);border-top:1px solid rgba(140,110,210,.25);box-shadow:0 -12px 30px #2814501a}.site-footer>*{max-width:100%;margin-left:0;margin-right:0;font-family:Quicksand,sans-serif}.site-footer h2{margin:0 0 .6rem;font-size:1.15rem;font-weight:600;color:#3a2854}.site-footer p{margin:0 0 .6rem;font-size:.85rem;line-height:1.5;color:#5c4a71}.footer-meta{margin-top:.3rem;font-size:.78rem;color:#6a5882}@media (max-width: 700px){.site-footer h2{font-size:1.05rem}.site-footer p,.footer-meta{font-size:.8rem}}.view-section{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.view-header-card{margin-top:1.2rem;margin-bottom:1.8rem;padding:1.4rem 1.8rem;border-radius:1.4rem;background:rgba(255,255,255,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 12px 30px #2814501f;text-align:center}.view-header-card h1{margin:0 0 .45rem;font-size:1.8rem;color:#2f1d42}.view-header-card p{margin:0;font-size:.95rem;line-height:1.5;color:#5a486f}@media (max-width: 700px){.view-header-card{padding:1.1rem 1.3rem;border-radius:1.2rem}.view-header-card h1{font-size:1.4rem}.view-header-card p{font-size:.9rem}}.back-button{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;margin-bottom:1.4rem;border-radius:999px;border:1px solid rgba(195,175,255,.6);background:rgba(255,255,255,.85);font-size:.85rem;font-weight:500;color:#6a4fbf;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .2s ease,box-shadow .2s ease}.back-button:hover{background:rgba(255,255,255,.98);box-shadow:0 4px 14px #28145026}.stories-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}@media (max-width: 900px){.stories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.stories-grid{grid-template-columns:1fr}}.story-card{background:#ffffff;border-radius:1.1rem;box-shadow:0 10px 28px #28145014;padding:.9rem .9rem 1.1rem;display:flex;flex-direction:column;gap:.6rem;cursor:pointer}.story-card-title{order:0;margin:0;text-align:center}.story-card h3,.story-title{margin:0;font-size:1rem;color:#2f1d42;text-align:center}.story-thumb{order:1;width:100%;border-radius:.9rem;overflow:hidden;background:#f7f1ff}.story-thumb img{width:100%;height:auto;display:block;object-fit:contain}.placeholder-thumb{width:100%;height:100%;border-radius:.7rem;background:linear-gradient(135deg,#f3e6ff,#e0f1ff)}.story-card h3{margin:0;font-size:1rem;color:#2f1d42;text-align:center}.story-detail{margin-top:1.6rem;padding:1.6rem 1.8rem 2rem;border-radius:1.4rem;background:#ffffff;box-shadow:0 14px 32px #2814501f}.story-detail-title{margin:0 0 .8rem;text-align:center}.story-detail-body{margin-top:.4rem}.story-body p{margin:0 0 .8rem;font-size:.95rem;line-height:1.6}.story-body img{width:100%;display:block;border-radius:1.1rem;margin:1.2rem 0}.story-figure{margin:1.2rem 0}.home-hero-panel{max-width:900px;margin:2.2rem auto 2.6rem;padding:1.8rem 2rem;border-radius:1.6rem;background:rgba(255,255,255,.78);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 14px 32px #28145024;text-align:center}.home-hero-panel h1{margin:0 0 .6rem;font-family:Balsamiq Sans,cursive;font-weight:700;font-size:1.9rem;color:#2f1d42}.home-hero-subtitle{margin:0 0 .6rem;font-size:.98rem;font-weight:600;color:#4a3a68}.home-hero-body{margin:0;font-size:.9rem;line-height:1.6;color:#5a486f}@media (max-width: 700px){.home-hero-panel{margin:1.6rem 1.1rem 2.2rem;padding:1.3rem;border-radius:1.4rem}.home-hero-panel h1{font-size:1.6rem}.home-hero-subtitle{font-size:.9rem}.home-hero-body{font-size:.85rem}}@media (max-width: 480px){.home-hero-body{font-size:.75rem;line-height:1.4}}
