:root{--bg:#e6d9f5;--text:#2b2530;color:var(--text);font:18px/145% system-ui,Segoe UI,Roboto,sans-serif}body{background:var(--bg);min-height:100vh;margin:0}#root{min-height:100vh}.nav{justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.nav-logo img{height:248px;display:block}.nav-menu{gap:24px;display:flex}.nav-menu span,.nav-menu a{color:var(--text);font-size:18px;text-decoration:none}.nav-menu a:hover{text-decoration:underline}.home{justify-content:center;align-items:center;min-height:calc(100vh - 88px);display:flex}.placeholder-row{gap:24px;display:flex}.placeholder-box{background:#ffffff80;border:2px dashed #2b25304d;border-radius:8px;width:220px;height:220px}.about{flex-direction:column;align-items:center;gap:24px;padding-top:60px;display:flex}.about-logo{height:140px}.placeholder-text-box{width:400px;min-height:120px;color:var(--text);background:#ffffff80;border:2px dashed #2b25304d;border-radius:8px;justify-content:center;align-items:center;display:flex}
