*{margin:0;padding:0}*{box-sizing:border-box}body{margin:0;font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.navbar{height:64px;background-color:#11224e;color:#eee;display:flex;align-items:center;padding:0 20px;box-shadow:0 2px 10px #0006;position:sticky;top:0;z-index:1000}.navbar-title{font-size:20px;font-weight:600;margin-left:16px;color:#f87b1b}.hamburger-btn{background:none;border:none;color:#eee;font-size:26px;cursor:pointer;padding:6px}.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background-color:#11224e;padding-top:80px;transform:translate(-100%);transition:transform .3s ease;z-index:1100;box-shadow:4px 0 20px #00000080}.sidebar.open{transform:translate(0)}.sidebar-nav{display:flex;flex-direction:column}.sidebar-link{padding:14px 24px;color:#eee;text-decoration:none;font-size:16px;transition:background-color .2s ease,color .2s ease}.sidebar-link:hover{background-color:#f87b1b26;color:#f87b1b}.sidebar-overlay{position:fixed;inset:0;background-color:#00000073;z-index:1050}.home-page{min-height:calc(100vh - 64px);background-color:#11224e;padding:40px 20px;color:#eee;font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.home-container{max-width:900px;margin:0 auto}.home-title{font-size:34px;color:#f87b1b;margin-bottom:16px}.home-description{font-size:18px;line-height:1.7;color:#eee;margin-bottom:32px}.home-card{background-color:#ffffff0a;border-radius:14px;padding:24px;margin-bottom:24px;box-shadow:0 8px 24px #0000004d;transition:transform .25s ease,box-shadow .25s ease}.home-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #00000073}.home-card-title{color:#f87b1b;margin-bottom:12px;font-size:20px}.home-card-text{font-size:16px;line-height:1.7;color:#eee}.home-list{padding-left:18px;margin:0}.home-list li{margin-bottom:8px;font-size:16px;color:#cbd99b}@media(max-width:600px){.home-title{font-size:26px}.home-description{font-size:16px}}.story-page{min-height:100vh;background-color:#11224e;padding:40px 20px;color:#eee;font-family:system-ui,-apple-system,sans-serif}.story-container{max-width:900px;margin:0 auto}.story-card{background-color:#ffffff0a;border-radius:14px;margin-bottom:20px;box-shadow:0 8px 24px #0000004d;overflow:hidden}.story-title-btn{width:100%;background:none;border:none;padding:20px 24px;color:#f87b1b;font-size:22px;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .25s ease}.story-title-btn:hover{background-color:#f87b1b14}.story-title-btn.active{background-color:#f87b1b1f}.story-arrow{font-size:26px;line-height:1;color:#cbd99b}.story-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.story-content.open{max-height:5000px}.story-paragraph{padding:0 24px;margin:16px 0;line-height:1.8;text-align:justify;font-size:16px}.story-image-wrapper{display:flex;justify-content:center;margin:28px 0}.story-image{max-width:90%;max-height:360px;border-radius:12px;object-fit:cover;transition:transform .3s ease}.story-image:hover{transform:scale(1.02)}.story-moral{margin:26px 24px 30px;padding:16px 20px;border-left:4px solid #f87b1b;background-color:#f87b1b1a;color:#cbd99b;font-size:15px}.story-moral span{color:#f87b1b;font-weight:600}@media(max-width:600px){.story-title-btn{font-size:18px}.story-paragraph{font-size:15px}}
