@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
:root{--buklio-green:#0F3D2E;--buklio-green-deep:#071D16;--buklio-green-soft:#8DA28F;--buklio-cream:#F6F3ED;--buklio-gold:#C99B64;--buklio-blue:#A9B3E0;--safeT:env(safe-area-inset-top,0px);--safeB:env(safe-area-inset-bottom,0px)}
html[data-brand="buklio"]{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
html[data-brand="buklio"] body{margin:0;background:var(--bg,#081a14);color:var(--text,#f5f2ea)}
html[data-theme="light"] body{background:#F7F3EC;color:#12372C}
.buklio-topbar{box-sizing:border-box;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.buklio-brand{display:flex;align-items:center;text-decoration:none;color:inherit;min-width:0}.buklio-top-actions{display:flex;align-items:center}.buklio-icon-btn{display:grid;place-items:center;cursor:pointer}.buklio-icon-btn svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.buklio-official-logo{display:block;height:auto}.buklio-top-avatar{width:100%;height:100%;object-fit:cover}
.bottom-nav{box-sizing:border-box}.nav-btn{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:3px}.nav-btn .icon{display:grid;place-items:center}.nav-btn .icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.btn,input,select,textarea,button{font-family:inherit}
@media(max-width:620px){.buklio-topbar{padding-top:max(8px,var(--safeT))}.app{padding-bottom:calc(78px + var(--safeB))}}
