:root{--orange: #f7941d;--green: #3f6618;--green-dark: #2e4d10;--bg: #f2ede3;--white: #ffffff;--text: #333333}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,Arial,sans-serif;background-color:var(--bg);color:var(--text)}#root{display:flex;flex-direction:column;height:100vh;overflow:hidden}header{background-color:var(--bg);border-bottom:3px solid var(--orange);padding:0 32px;display:flex;align-items:center;gap:24px;height:80px;flex-shrink:0}.logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.logo img{height:56px;width:auto}.header-title{display:flex;flex-direction:column;justify-content:center}.header-title h1{font-family:Bebas Neue,Bebas Neue Pro,sans-serif;font-size:22px;font-weight:400;letter-spacing:2.5px;color:var(--green);text-transform:uppercase;line-height:1.1}.header-title p{font-family:Outfit,sans-serif;font-size:12px;font-weight:300;color:#666;margin-top:4px;letter-spacing:.2px}.chat-wrapper{flex:1;padding:24px 32px 28px;display:flex;flex-direction:column;align-items:center;min-height:0}.chat-container{width:100%;max-width:760px;flex:1;background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 2px 20px #0000001f;border-top:4px solid var(--orange);min-height:0}.chat-container iframe{width:100%;height:100%;border:none;display:block}footer{font-family:Outfit,sans-serif;background-color:var(--green-dark);color:#ffffffb3;text-align:center;padding:10px 32px;font-size:12px;flex-shrink:0}footer a{color:var(--orange);text-decoration:none}footer a:hover{text-decoration:underline}@media (max-width: 600px){header{padding:0 16px;height:68px}.logo img{height:44px}.header-title h1{font-size:17px}.header-title p{display:none}.chat-wrapper{padding:12px 16px 16px}}
