:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:450px}.login-header{text-align:center;margin-bottom:30px}.login-logo{height:64px;width:auto;margin-bottom:16px}.login-header h2{margin-bottom:8px}.ant-tabs{margin-bottom:20px}.ant-tabs-tab{font-size:16px;font-weight:500}.ant-form-item{margin-bottom:20px}.ant-input-affix-wrapper,.ant-input{border-radius:8px;padding:10px 12px}.ant-btn-primary{height:44px;border-radius:8px;font-size:16px;font-weight:500;margin-top:10px}.forgot-password{text-align:center;margin-top:16px}.forgot-password a{text-decoration:none}.forgot-password a:hover{text-decoration:underline}@media(max-width:768px){.login-card{padding:30px 20px}.login-header h2{font-size:24px}}.app-header{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:64px;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}.header-brand{display:flex;align-items:center;gap:12px}.header-logo{height:32px;width:auto}.header-user{cursor:pointer;padding:8px 12px;border-radius:6px;transition:background .2s}.header-user:hover{background:#0000000a}@media(max-width:768px){.app-header{padding:0 16px}.header-user .ant-typography{display:none}}.chat-container{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}@media(max-width:768px){.chat-container{border-radius:0;box-shadow:none}}.chat-header{display:flex;align-items:center;gap:12px;padding:16px 20px}.chat-header-info{display:flex;flex-direction:column}.chat-header-info .ant-typography{margin:0}.chat-status{font-size:12px;opacity:.9}.chat-messages{flex:1;overflow-y:auto;padding:20px}.chat-messages .ant-list-item{border:none;padding:0;margin-bottom:16px}.message-wrapper{display:flex;margin-bottom:12px}.message-wrapper.received{justify-content:flex-start}.message-wrapper.sent{justify-content:flex-end}.message-bubble{max-width:70%;padding:12px 16px;border-radius:12px;display:flex;flex-direction:column;gap:4px}.message-bubble.received{border-bottom-left-radius:4px}.message-bubble.sent{border-bottom-right-radius:4px}.message-time{font-size:11px;align-self:flex-end}.loading-bubble{display:flex;align-items:center;padding:12px 16px}.chat-input{padding:16px 20px;display:flex;gap:8px;align-items:center}.chat-input .ant-input{flex:1}.chat-input .ant-btn{border:none;background:transparent;color:#595959;box-shadow:none;height:auto;padding:4px 8px}.chat-input .ant-btn:not(:disabled):hover{background:transparent}.chat-input .ant-btn[disabled]{background:transparent;opacity:.4}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.goal-card{width:100%;box-shadow:0 2px 8px #0000001a;border-radius:12px}.goal-card .ant-card-body{padding:24px}.goal-logs-table{margin-top:16px;position:relative}.goal-logs-table .ant-table{font-size:12px}.goal-logs-table .ant-table-thead>tr>th{font-size:12px}.goal-logs-table .ant-table-tbody>tr>td{font-size:12px}.goal-logs-table .ant-pagination{font-size:12px}.goal-logs-loading{text-align:center;padding:40px}.goal-logs-error{margin-top:16px}.delete-confirm-overlay{position:absolute;inset:0;background-color:#00000073;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:8px}.delete-confirm-dialog{background-color:#fff;padding:24px;border-radius:8px;max-width:400px;box-shadow:0 4px 12px #00000026}.delete-confirm-title{margin-top:0;margin-bottom:16px}.delete-confirm-message{margin-bottom:24px;color:#666}.delete-confirm-actions{display:flex;justify-content:flex-end;gap:8px}.action-button-spacing{margin-right:8px}.input-number-time{width:100px}.tags-placeholder{color:#999}@media(max-width:768px){.goal-logs-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.goal-logs-table .ant-table{min-width:600px}}.goal-item-card{transition:all .3s ease;display:flex;flex-direction:column;margin:24px;width:300px;height:280px;flex-shrink:0}.goal-item-card:not(.goal-item-card-expanded):hover{box-shadow:0 4px 12px #667eea26}.goal-item-card-expanded{flex:1 1 100%;max-width:100%;width:100%;height:auto;background-color:#fff;cursor:default;margin:0;border-radius:0}.goal-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.goal-item-title{margin-bottom:0!important}.goal-title-container .goal-edit-button{opacity:0;transition:opacity .2s ease}.goal-title-container:hover .goal-edit-button{opacity:1}.goal-pin-button{opacity:0;transition:opacity .2s ease}.goal-item-card:hover .goal-pin-button,.goal-item-card-expanded .goal-pin-button{opacity:1}.chart-expand-container{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}.chart-expand-container.expanded{max-height:3000px;opacity:1}@media(max-width:768px){.goal-item-card-expanded{height:auto}.goal-item-card:not(.goal-item-card-expanded){margin:16px}.goal-pin-button{opacity:1}}.goal-list-container{max-height:calc(100vh - 190px);overflow-y:auto;padding-right:24px}.goals-grid{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;justify-content:center}.empty-state-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 300px);padding:60px 20px}.empty-state-content{text-align:center;max-width:500px}@media(max-width:768px){.goal-list-container{max-height:none;overflow-y:visible;padding-right:0;padding-bottom:36px}.goals-grid{gap:12px}}.dashboard-container{display:grid;grid-template-columns:67fr 33fr;gap:10px;padding:24px;height:calc(100vh - 64px);background:#f5f5f5}.dashboard-container.no-goals{grid-template-columns:1fr}.dashboard-main{overflow:hidden;padding:0}.goals-content{padding:0}.goals-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 24px 0}.dashboard-chat{height:calc(100vh - 112px);position:sticky;top:24px}@media(max-width:1024px){.dashboard-container{grid-template-columns:1fr}.dashboard-chat{height:500px;position:relative;top:0}}@media(max-width:768px){.dashboard-container{padding:0;gap:0;height:100%}.dashboard-main{min-height:calc(100vh - 64px)}.goals-header{padding-left:24px;padding-right:24px}.goals-header h3{flex:1;justify-content:space-between!important}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh}
