body,html{height:100%;margin:0;padding:0;display:flex;flex-direction:column}body,h1,h2,h3,h4,h5,h6,html{font-family:Noto Sans KR,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700}a,div,p,span{font-family:Noto Sans KR,Arial,sans-serif;font-weight:400}.wrapper{display:flex;flex-direction:column;min-height:100%}.main-content{padding:20px}.header{background-color:#fff;justify-content:space-between;padding:20px;border-bottom:1px solid #eaeaea;position:-webkit-sticky;position:sticky;top:0;z-index:1000;max-width:100%;margin:0 auto;width:100%;box-sizing:border-box}.header,.header-logo{display:flex;align-items:center}.header-logo{font-size:24px;font-weight:700;color:#3588b4;text-decoration:none}.header-logo span{font-size:16px;font-weight:400;color:#333;margin-left:8px}.header-right .header-button{background-color:#3588b4;color:#fff;border:none;padding:8px 15px;margin-left:10px;font-size:14px;border-radius:4px;text-decoration:none;display:inline-block}.header-right .header-button:hover{background-color:#2d769c;cursor:pointer}.main-content{flex:1 1;display:flex;justify-content:center;align-items:center;text-align:center}.footer{background-color:#f9f9f9;padding:15px;color:#333}.footer-links{text-align:left;flex:1 1;margin:0;padding:0}.footer-link{color:#555;margin:0 8px}.separator{font-size:10px;color:#aaa;margin:0 4px}.footer-copy{text-align:right;flex-shrink:0;white-space:nowrap;color:#555}.container{max-width:80%;text-align:left;min-width:400px}.button,.input{width:100%;box-sizing:border-box;margin-bottom:15px}@media (max-width:768px){.container{padding:15px}}.title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px}.input{margin-bottom:10px}.footer-text{margin-top:20px;font-size:14px;color:#333}.link{color:#3588b4;text-decoration:none}.link:hover{text-decoration:underline}.header-user{font-size:16px;color:#333;margin-right:10px}.header-button{font-size:14px;padding:8px 12px;background-color:#3588b4;color:#fff;border:none;border-radius:5px;cursor:pointer}.header-button:hover{background-color:#276b91}.footer{margin-top:40px;text-align:center}.footer-links{margin-bottom:10px}.footer-link{color:#333}.separator{margin:0 8px}.footer-copy{font-size:14px;color:#666}.container{max-width:600px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#333}h2{font-size:24px;font-weight:700;color:#333;margin-bottom:20px}.form{display:flex;flex-direction:column}.field{margin-bottom:15px}label{display:block;font-size:14px;color:#333;margin-bottom:5px}.static-text{font-size:16px;color:#333}.button{font-size:16px;padding:12px;background-color:#3588b4;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.button:hover{background-color:#276b91}.message{margin-top:10px;color:#3588b4}.register-prompt{margin-top:20px;text-align:center;font-size:14px;color:#333}.register-link{color:#3588b4;text-decoration:none;font-weight:700}.register-link:hover{text-decoration:underline;color:#276b91}.button-delete{font-size:16px;padding:12px;background-color:#ccc;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;margin-top:10px}.button-delete:hover{background-color:#999}.field-inline{display:flex;align-items:center;gap:10px;margin-bottom:15px}.input{flex:1 1;font-size:16px;padding:12px;border:1px solid #ccc;border-radius:8px;outline:none;transition:border-color .2s}.input:focus{border-color:#3588b4}.button-inline{padding:8px 12px;font-size:14px;background-color:#3588b4;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.button-inline:hover{background-color:#276b91}.chat-container{flex-direction:column;height:70vh;margin:0 auto;background-color:#fff;border:1px solid #eaeaea;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.chat-container,.chat-messages{display:flex;width:100%;max-width:100%}.chat-messages{flex:1 1;overflow-y:auto;padding:10px;background-color:#f9f9f9;flex-direction:column}.chat-message{margin:5px 10px;padding:10px 15px;border-radius:15px;font-size:14px;line-height:1.5;max-width:75%;word-wrap:break-word}.chat-message.user{align-self:flex-end;background-color:#3588b4;color:#fff;text-align:left;margin-right:20px}.chat-message.ai{align-self:flex-start;background-color:#eaeaea;color:#000;text-align:left;margin-left:20px}.chat-input-container{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-top:1px solid #ccc;background-color:#fff}.chat-input{flex:1 1;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:8px;outline:none;margin-right:10px;box-sizing:border-box}.chat-send-button{padding:10px 20px;font-size:16px;background-color:#3588b4;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.chat-send-button:hover{background-color:#276a8a}@media (max-width:768px){.chat-message{max-width:90%}}.chat-send-button:hover{background-color:#276b91}.header-logo a{color:#3588b4;text-decoration:none;font-weight:700;font-size:24px;line-height:1.2;white-space:pre-line}.header-logo a .line2{font-weight:400;font-size:16px;color:#333;margin-left:8px}.footer{padding:20px;background-color:#f8f9fa;justify-content:space-between;font-size:14px;color:#666}.footer,.footer-links{display:flex;align-items:center}.footer-links{gap:8px}.footer-link{color:#3588b4;text-decoration:none}.footer-link:hover{text-decoration:underline}.separator{color:#333}