:root{--landing-bg: #f5e8dc;--landing-brown: #4e332b;--landing-brown-soft: rgba(78, 51, 43, .78);--landing-white: rgba(255, 255, 255, .94);--landing-shadow: 0 14px 34px rgba(78, 51, 43, .12)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--landing-bg)}.landing-page{position:relative;min-height:100vh;overflow:hidden;background:var(--landing-bg)}.landing-visual{position:absolute;inset:0;z-index:0;pointer-events:none;user-select:none}.landing-visual-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.landing-user-link,.landing-content,.landing-footer{position:relative;z-index:2}.landing-user-link{position:absolute;top:34px;right:34px;width:58px;height:58px;border-radius:999px;background:var(--landing-white);box-shadow:var(--landing-shadow);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--landing-brown);transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.landing-user-link:hover{transform:translateY(-1px);box-shadow:0 18px 38px #4e332b29}.landing-user-link:focus-visible{outline:2px solid var(--landing-brown);outline-offset:3px}.landing-user-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.landing-user-icon-svg{width:100%;height:100%;display:block;overflow:visible}.landing-user-icon-svg circle,.landing-user-icon-svg path{stroke:currentColor;stroke-width:3.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.landing-content{position:absolute;inset:0}.landing-title{position:absolute;margin:0;left:49.6%;top:51.8%;transform:translate(-50%,-50%);font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:clamp(3rem,4.5vw,4.9rem);line-height:1;letter-spacing:.01em;color:var(--landing-brown);white-space:nowrap}.landing-footer{position:absolute;left:50%;bottom:18px;transform:translate(-50%);width:min(980px,calc(100% - 48px));display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.landing-footer-line{margin:0;font-family:Georgia,Times New Roman,serif;font-size:.95rem;line-height:1.35;color:var(--landing-brown-soft);text-wrap:balance}.landing-footer-copy{margin-top:2px;font-size:.92rem}@media (max-width: 767px){.landing-user-link{top:22px;right:22px;width:52px;height:52px}.landing-title{left:50%;top:50.8%;font-size:clamp(2.1rem,8.4vw,3.3rem);white-space:nowrap}.landing-footer{bottom:14px;width:calc(100% - 28px);gap:4px}.landing-footer-line{font-size:.84rem;line-height:1.32}.landing-footer-copy{font-size:.8rem}}@media (min-width: 768px) and (max-width: 1200px){.landing-title{font-size:clamp(3rem,4.8vw,4.2rem)}.landing-footer-line{font-size:.92rem}}
