*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body,#root{background-color:#0b111e;height:100dvh;overflow:hidden}body{font-family:Inter,-apple-system,sans-serif}.splash-text,.app-header-title,.home-header-title{font-family:Bebas Neue,-apple-system,sans-serif}button,input,a,button:focus,input:focus,a:focus{outline:none}button,.no-select{-webkit-user-select:none;user-select:none}.splash-container{opacity:1;background-color:#0b111e;justify-content:center;align-items:center;height:100dvh;transition:opacity .5s ease-out;display:flex}.splash-fade-out{opacity:0}.app-container{background-color:#0b111e;flex-direction:column;height:100dvh;display:flex}.fade-in{animation:.5s ease-in fade-in}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.logo-splash-wrapper{flex-direction:column;align-items:center;gap:24px;display:flex}.logo-splash{width:120px;height:120px;animation:20s ease-in-out 2s forwards logo-splash-spin}@keyframes logo-splash-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.petal,.petal-center{opacity:0;transform-origin:100px 100px;animation:.5s ease-out forwards petal-appear;transform:scale(.3)}.petal-1{animation-delay:0s}.petal-2{animation-delay:.3s}.petal-3{animation-delay:.6s}.petal-4{animation-delay:.9s}.petal-5{animation-delay:1.2s}.petal-center{animation-delay:1.5s}@keyframes petal-appear{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.splash-text{opacity:0;color:#81d4fa;letter-spacing:.05em;margin:0;font-size:2rem;animation:1s ease-out 2s forwards text-fade-in}@keyframes text-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.logo-idle{width:48px;height:48px;animation:30s linear infinite logo-idle-spin}@keyframes logo-idle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-header{background-color:#0b111e;border-bottom:1px solid #81d4fa26;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.home-header-brand{align-items:center;gap:8px;display:flex}.home-header-title{color:#81d4fa;letter-spacing:.02em;font-size:1.75rem;font-weight:600}.home-header-menu-wrapper{position:relative}.home-header-menu-button{color:#81d4fa;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px 10px;display:flex}.home-header-menu-button svg{width:20px;height:20px}.home-header-menu-button:active{background-color:#81d4fa1a}.home-header-dropdown{z-index:10;background-color:#10192b;border:1px solid #81d4fa26;border-radius:12px;flex-direction:column;min-width:140px;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.dropdown-item{color:#e8f4fb;text-align:left;cursor:pointer;background:0 0;border:none;padding:12px 16px;font-size:.9rem}.dropdown-item:active{background-color:#81d4fa1a}.search-bar{background-color:#81d4fa0d;border:1px solid #81d4fa26;border-radius:12px;align-items:center;gap:10px;margin:8px 20px 16px;padding:10px 16px;display:flex}.search-bar-icon{color:#e8f4fb80;flex-shrink:0;width:18px;height:18px}.search-bar-field{color:#e8f4fb;background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.search-bar-field::placeholder{color:#e8f4fb59}.label-tabs{scrollbar-width:none;gap:8px;padding:0 20px 16px;display:flex;overflow-x:auto}.label-tabs::-webkit-scrollbar{display:none}.label-chip{color:#e8f4fb99;cursor:pointer;white-space:nowrap;background-color:#0000;border:1px solid #81d4fa33;border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:.85rem}.label-chip-active{color:#81d4fa;background-color:#81d4fa1f;border-color:#81d4fa}.label-chip-add{color:#81d4fa;justify-content:center;align-items:center;padding:8px 12px;display:flex}.label-chip-add svg{width:14px;height:14px}.chat-history-item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #81d4fa2e;align-items:center;width:100%;padding:14px 20px;display:flex}.chat-history-item:active{background-color:#81d4fa0d}.chat-history-text{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-history-title{color:#e8f4fb;font-size:.95rem;font-weight:600}.chat-history-preview{color:#e8f4fb80;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.new-chat-button{color:#0b111e;cursor:pointer;background-color:#81d4fa;border:none;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:fixed;bottom:24px;right:20px;box-shadow:0 4px 16px #81d4fa40}.new-chat-button svg{width:24px;height:24px}.new-chat-button:active{opacity:.85}.home-page{background-color:#0b111e;flex-direction:column;height:100dvh;display:flex}.home-history-list{flex-direction:column;flex:1;display:flex;overflow-y:auto}.app-header{background-color:#0b111e;align-items:center;gap:8px;padding:16px 20px;display:flex;position:relative}.app-header:after{content:"";background:linear-gradient(90deg,#0000,#81d4fa80,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.app-header-back{color:#81d4fa;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 6px;font-size:1.2rem;line-height:1}.app-header-back:active{background-color:#81d4fa1a}.app-header-title{color:#81d4fa;letter-spacing:.02em;font-size:1.4rem;font-weight:600}.chat-bubble-row{margin-bottom:12px;display:flex}.row-user{justify-content:flex-end}.row-ai{justify-content:flex-start}.chat-bubble{word-wrap:break-word;border-radius:16px;max-width:75%;padding:10px 16px;font-size:.95rem;line-height:1.4}.bubble-user{color:#e8f4fb;background-color:#81d4fa1f;border:1px solid #81d4fa40;border-bottom-right-radius:4px}.bubble-ai{color:#e8f4fb;background-color:#ffffff0d;border:1px solid #ffffff14;border-bottom-left-radius:4px}.chat-area{flex-direction:column;flex:1;padding:20px;display:flex;overflow-y:auto}.input-bar{background-color:#0b111e;border-top:1px solid #81d4fa26;gap:10px;padding:16px 20px;display:flex}.input-bar-field{color:#e8f4fb;background-color:#81d4fa0d;border:1px solid #81d4fa40;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-size:.95rem}.input-bar-field::placeholder{color:#e8f4fb59}.input-bar-field:focus{border-color:#81d4fa}.input-bar-send{color:#0b111e;cursor:pointer;background-color:#81d4fa;border:none;border-radius:20px;padding:10px 20px;font-weight:600}.input-bar-send:active{opacity:.85}.profile-page{background-color:#0b111e;flex-direction:column;height:100dvh;display:flex}.profile-header{border-bottom:1px solid #81d4fa26;align-items:center;gap:8px;padding:16px 20px;display:flex}.profile-back{color:#81d4fa;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 6px;font-size:1.2rem}.profile-back:active{background-color:#81d4fa1a}.profile-title{color:#81d4fa;font-family:Bebas Neue,-apple-system,sans-serif;font-size:1.4rem;font-weight:600}.profile-content{flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.profile-placeholder{color:#e8f4fb66;text-align:center;font-size:.95rem}.settings-page{background-color:#0b111e;flex-direction:column;height:100dvh;display:flex}.settings-header{border-bottom:1px solid #81d4fa26;align-items:center;gap:8px;padding:16px 20px;display:flex}.settings-back{color:#81d4fa;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 6px;font-size:1.2rem}.settings-back:active{background-color:#81d4fa1a}.settings-title{color:#81d4fa;font-family:Bebas Neue,-apple-system,sans-serif;font-size:1.4rem;font-weight:600}.settings-content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:20px;display:flex}.settings-placeholder{color:#e8f4fb66;text-align:center;font-size:.95rem}.settings-logout{color:#ff8080;cursor:pointer;background-color:#ff646414;border:1px solid #ff64644d;border-radius:12px;padding:10px 24px;font-size:.9rem}.settings-logout:active{background-color:#ff646426}
