@import "https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Poppins:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box}html,body{background-color:#0b1120;margin:0;padding:0}body.light{background-color:#f0f2f8}body.dark{background-color:#0b1120}body.high-contrast{background-color:#000}body.colorblind{background-color:#e6f0ff}body.dawn{background-color:#f5f3ff}body.lagoon{background-color:#ecfeff}body.meadow{background-color:#f0fdf4}body.sunrise{background-color:#fff7ed}.topbar{z-index:1000;background-color:#0f172a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:54px;padding:0 16px 0 0;display:flex;position:fixed;top:0;left:0;right:0}.topbar__logo{width:80px;height:54px;font-family:var(--font-body);letter-spacing:-.2px;color:#fff;border-right:1px solid #ffffff14;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:flex}.topbar__logo:hover{opacity:.8}.topbar__right{align-items:center;gap:4px;display:flex}.topbar__icon-btn{color:#ffffffa6;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s;display:flex}.topbar__icon-btn:hover{color:#fff;background:#ffffff14}.topbar__icon-btn--settings{transition:background .15s,color .15s,transform .35s}.topbar__icon-btn--settings:hover{transform:rotate(30deg)}.topbar__divider{background:#ffffff1f;width:1px;height:20px;margin:0 4px}.topbar__signin-btn{font-family:var(--font-body);color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:6px;padding:.38rem .8rem;font-size:.82rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.topbar__signin-btn:hover{color:#fff;background:#ffffff1a;border-color:#fff6}.topbar__signup-btn{font-family:var(--font-body);color:#1a1a1a;cursor:pointer;background-color:#ffd814;border:1px solid #ffd814;border-radius:7px;padding:.38rem .85rem;font-size:.82rem;font-weight:700;transition:background-color .2s,color .2s,transform .15s}.topbar__signup-btn:hover{color:#ffd814;background-color:#1a1a1a;transform:translateY(-1px)}.topbar__hamburger{cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;margin-left:4px;padding:6px;transition:background .15s;display:none}.topbar__hamburger:hover{background:#ffffff1a}.topbar__hamburger-bar{transform-origin:50%;background:#fff;border-radius:2px;width:100%;height:2px;transition:transform .22s,opacity .22s;display:block}.topbar__hamburger-bar.open:first-child{transform:translateY(7px)rotate(45deg)}.topbar__hamburger-bar.open:nth-child(2){opacity:0;transform:scaleX(0)}.topbar__hamburger-bar.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.left-sidebar{z-index:900;background-color:#0f172a;border-right:1px solid #ffffff14;flex-direction:column;width:80px;display:flex;position:fixed;top:54px;bottom:0;left:0;overflow:visible}.left-sidebar__nav{flex-direction:column;flex:1;align-items:center;gap:2px;padding:10px 0;display:flex}.left-sidebar__bottom{border-top:1px solid #ffffff14;flex-direction:column;align-items:center;padding:8px 0 14px;display:flex}.left-sidebar__item{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:64px;height:58px;padding-bottom:2px;transition:background .15s,color .15s;display:flex;position:relative;overflow:visible}.left-sidebar__item:hover{color:#ffffffe6;background:#ffffff14}.left-sidebar__item--active{color:#fff!important;background:#ffffff1f!important}.left-sidebar__icon{flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:flex}.left-sidebar__label{font-family:var(--font-body);white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:70px;color:inherit;padding-top:1.5px;font-size:10.75px;font-weight:500;line-height:1.3;overflow:hidden}.left-sidebar__badge{color:#fff;pointer-events:none;background:#ef4444;border:1.5px solid #0f172a;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:9px;font-weight:700;display:flex;position:absolute;top:6px;right:6px}.left-sidebar__item:after{content:attr(title);color:#fff;font-size:11px;font-family:var(--font-body);white-space:nowrap;pointer-events:none;opacity:0;z-index:2000;background:#0f172af2;border:.5px solid #ffffff26;border-radius:6px;padding:4px 9px;transition:opacity .1s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.left-sidebar__item:hover:after{opacity:1}body.light .topbar{background-color:#fff;border-bottom-color:#e2e8f0;box-shadow:0 1px #e2e8f0}body.light .topbar__logo{color:#0f172a;border-right-color:#e2e8f0}body.light .topbar__icon-btn{color:#64748b}body.light .topbar__icon-btn:hover{color:#0f172a;background:#f1f5f9}body.light .topbar__divider{background:#e2e8f0}body.light .topbar__signin-btn{color:#475569;border-color:#e2e8f0}body.light .topbar__signin-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#c4b5fd}body.light .topbar__hamburger{border-color:#e2e8f0}body.light .topbar__hamburger:hover{background:#f1f5f9}body.light .topbar__hamburger-bar{background:#1f2937}body.high-contrast .topbar{background-color:#000;border-bottom-color:#ff0}body.high-contrast .topbar__logo{color:#ff0;border-right-color:#ff0}body.high-contrast .topbar__icon-btn{color:#ff0}body.high-contrast .topbar__icon-btn:hover{background:#ffff0026}body.high-contrast .topbar__divider{background:#ff0}body.high-contrast .topbar__signin-btn{color:#ff0;background:#000;border-color:#ff0}body.high-contrast .topbar__signin-btn:hover{color:#000;background:#ff0}body.high-contrast .topbar__signup-btn{color:#000;background:#ff0;border-color:#ff0}body.high-contrast .topbar__signup-btn:hover{color:#ff0;background:#000}body.high-contrast .topbar__hamburger{border-color:#ff0}body.high-contrast .topbar__hamburger-bar{background:#ff0}body.colorblind .topbar{background-color:#0b3d91;border-bottom-color:#ffdd444d}body.colorblind .topbar__logo{color:#fd4;border-right-color:#ffdd444d}body.colorblind .topbar__icon-btn{color:#fd4}body.colorblind .topbar__icon-btn:hover{background:#ffdd441f}body.colorblind .topbar__divider{background:#ffdd444d}body.colorblind .topbar__signin-btn{color:#fd4;background:#004080;border-color:#fd4}body.colorblind .topbar__signin-btn:hover{color:#0b3d91;background:#fd4}body.colorblind .topbar__signup-btn{color:#0b3d91;background:#fd4;border-color:#fd4}body.colorblind .topbar__signup-btn:hover{color:#fd4;background:#0b3d91}body.colorblind .topbar__hamburger{border-color:#fd4}body.colorblind .topbar__hamburger-bar{background:#fd4}body.dawn .topbar,body.lagoon .topbar,body.meadow .topbar,body.sunrise .topbar{background-color:#fff;border-bottom-color:#e2e8f0;box-shadow:0 1px #e2e8f0}body.dawn .topbar__logo,body.lagoon .topbar__logo,body.meadow .topbar__logo,body.sunrise .topbar__logo{color:#0f172a;border-right-color:#e2e8f0}body.dawn .topbar__icon-btn,body.lagoon .topbar__icon-btn,body.meadow .topbar__icon-btn,body.sunrise .topbar__icon-btn{color:#64748b}body.dawn .topbar__icon-btn:hover,body.lagoon .topbar__icon-btn:hover,body.meadow .topbar__icon-btn:hover,body.sunrise .topbar__icon-btn:hover{color:#0f172a;background:#f1f5f9}body.dawn .topbar__divider,body.lagoon .topbar__divider,body.meadow .topbar__divider,body.sunrise .topbar__divider{background:#e2e8f0}body.dawn .topbar__signin-btn,body.lagoon .topbar__signin-btn,body.meadow .topbar__signin-btn,body.sunrise .topbar__signin-btn{color:#475569;border-color:#e2e8f0}body.dawn .topbar__signin-btn:hover,body.lagoon .topbar__signin-btn:hover,body.meadow .topbar__signin-btn:hover,body.sunrise .topbar__signin-btn:hover{color:#0f172a;border-color:var(--accent-border);background:#f1f5f9}body.dawn .topbar__hamburger,body.lagoon .topbar__hamburger,body.meadow .topbar__hamburger,body.sunrise .topbar__hamburger{border-color:#e2e8f0}body.dawn .topbar__hamburger:hover,body.lagoon .topbar__hamburger:hover,body.meadow .topbar__hamburger:hover,body.sunrise .topbar__hamburger:hover{background:#f1f5f9}body.dawn .topbar__hamburger-bar,body.lagoon .topbar__hamburger-bar,body.meadow .topbar__hamburger-bar,body.sunrise .topbar__hamburger-bar{background:#1f2937}body.light .left-sidebar{background-color:#fff;border-right-color:#e2e8f0}body.light .left-sidebar__bottom{border-top-color:#e2e8f0}body.light .left-sidebar__item{color:#64748b}body.light .left-sidebar__item:hover{color:#0f172a;background:#f1f5f9}body.light .left-sidebar__item--active{color:#2563eb!important;background:#eff6ff!important}body.light .left-sidebar__badge{border-color:#fff}body.light .left-sidebar__item:after{background:#0f172a;border-color:#e2e8f0}body.high-contrast .left-sidebar{background-color:#000;border-right-color:#ff0}body.high-contrast .left-sidebar__bottom{border-top-color:#ff0}body.high-contrast .left-sidebar__item{color:#ff0}body.high-contrast .left-sidebar__item:hover{background:#ffff001a}body.high-contrast .left-sidebar__item--active{color:#ff0!important;background:#ff03!important}body.high-contrast .left-sidebar__badge{border-color:#000}body.high-contrast .left-sidebar__item:after{background:#000;border-color:#ff0}body.colorblind .left-sidebar{background-color:#0b3d91;border-right-color:#ffdd444d}body.colorblind .left-sidebar__bottom{border-top-color:#ffdd444d}body.colorblind .left-sidebar__item{color:#fd4}body.colorblind .left-sidebar__item:hover{background:#ffdd441a}body.colorblind .left-sidebar__item--active{color:#fd4!important;background:#fd43!important}body.colorblind .left-sidebar__badge{border-color:#0b3d91}body.colorblind .left-sidebar__item:after{background:#0b3d91;border-color:#fd4}body.dawn .left-sidebar,body.lagoon .left-sidebar,body.meadow .left-sidebar,body.sunrise .left-sidebar{background-color:#fff;border-right-color:#e2e8f0}body.dawn .left-sidebar__bottom,body.lagoon .left-sidebar__bottom,body.meadow .left-sidebar__bottom,body.sunrise .left-sidebar__bottom{border-top-color:#e2e8f0}body.dawn .left-sidebar__item,body.lagoon .left-sidebar__item,body.meadow .left-sidebar__item,body.sunrise .left-sidebar__item{color:#64748b}body.dawn .left-sidebar__item:hover,body.lagoon .left-sidebar__item:hover,body.meadow .left-sidebar__item:hover,body.sunrise .left-sidebar__item:hover{color:#0f172a;background:#f1f5f9}body.dawn .left-sidebar__item--active,body.lagoon .left-sidebar__item--active,body.meadow .left-sidebar__item--active,body.sunrise .left-sidebar__item--active{background:var(--accent-light)!important;color:var(--accent)!important}body.dawn .left-sidebar__badge,body.lagoon .left-sidebar__badge,body.meadow .left-sidebar__badge,body.sunrise .left-sidebar__badge{border-color:#fff}body.dawn .left-sidebar__item:after,body.lagoon .left-sidebar__item:after,body.meadow .left-sidebar__item:after,body.sunrise .left-sidebar__item:after{color:#fff;background:#0f172a;border-color:#e2e8f0}@media (max-width:768px){.topbar__hamburger{display:flex}.topbar__signin-btn,.left-sidebar{display:none}.topbar__logo{border-right:none;justify-content:flex-start;width:auto;padding-left:12px;padding-right:12px}.ai-search-label{display:none}#main-content{padding-left:0!important}}.mobile-overlay{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;animation:.2s fadeIn;position:fixed;inset:0}.mobile-sidebar{z-index:1200;background:#0f172a;flex-direction:column;width:280px;max-width:85vw;height:100dvh;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 32px #0006}.mobile-sidebar--open{transform:translate(0)}.mobile-sidebar__header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.mobile-sidebar__logo{font-family:var(--font-body);color:#fff;letter-spacing:-.2px;font-size:1.3rem;font-weight:700}.mobile-sidebar__close{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .15s,color .15s;display:flex}.mobile-sidebar__close:hover{color:#fff;background:#ffffff1a}.mobile-sidebar__nav{flex-direction:column;flex:1;gap:4px;padding:12px;display:flex;overflow-y:auto}.mobile-sidebar__item{font-family:var(--font-body);color:#fffc;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;width:100%;padding:12px 14px;font-size:.95rem;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative}.mobile-sidebar__item:hover{color:#fff;background:#ffffff14}.mobile-sidebar__item--icon{gap:10px}.mobile-sidebar__signup{font-family:var(--font-body);color:#1a1a1a;cursor:pointer;text-align:center;background:#ffd814;border:none;border-radius:9px;width:100%;margin:8px 0 0;padding:12px 14px;font-size:.9rem;font-weight:700;transition:background .15s,color .15s}.mobile-sidebar__signup:hover{color:#ffd814;background:#1a1a1a}.unread-badge{color:#fff;pointer-events:none;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex;position:absolute;top:8px;right:10px}body.light .mobile-sidebar{background:#fff;box-shadow:-8px 0 32px #0000001f}body.light .mobile-sidebar__header{border-bottom-color:#e8eaf0}body.light .mobile-sidebar__logo{color:#0f172a}body.light .mobile-sidebar__close{color:#64748b;border-color:#e2e8f0}body.light .mobile-sidebar__close:hover{color:#0f172a;background:#f1f5f9}body.light .mobile-sidebar__item{color:#475569}body.light .mobile-sidebar__item:hover{color:#0f172a;background:#f1f5f9}body.high-contrast .mobile-sidebar{background:#000;border-left:2px solid #ff0}body.high-contrast .mobile-sidebar__header{border-bottom-color:#ff0}body.high-contrast .mobile-sidebar__logo{color:#ff0}body.high-contrast .mobile-sidebar__close{color:#ff0;border-color:#ff0}body.high-contrast .mobile-sidebar__close:hover{color:#000;background:#ff0}body.high-contrast .mobile-sidebar__item{color:#ff0}body.high-contrast .mobile-sidebar__item:hover{background:#ffff001f}body.high-contrast .mobile-sidebar__signup{color:#000;background:#ff0}body.colorblind .mobile-sidebar{background:#0b3d91}body.colorblind .mobile-sidebar__header{border-bottom-color:#ffdd4440}body.colorblind .mobile-sidebar__logo{color:#fd4}body.colorblind .mobile-sidebar__close{color:#fd4;border-color:#fd4}body.colorblind .mobile-sidebar__close:hover{background:#ffdd4426}body.colorblind .mobile-sidebar__item{color:#fd4}body.colorblind .mobile-sidebar__item:hover{background:#ffdd441f}body.colorblind .mobile-sidebar__signup{color:#0b3d91;background:#fd4}body.colorblind .mobile-sidebar__signup:hover{color:#fd4;background:#0b3d91;border:1px solid #fd4}body.dawn .mobile-sidebar,body.lagoon .mobile-sidebar,body.meadow .mobile-sidebar,body.sunrise .mobile-sidebar{background:#fff;box-shadow:-8px 0 32px #0000001f}body.dawn .mobile-sidebar__header,body.lagoon .mobile-sidebar__header,body.meadow .mobile-sidebar__header,body.sunrise .mobile-sidebar__header{border-bottom-color:#e8eaf0}body.dawn .mobile-sidebar__logo,body.lagoon .mobile-sidebar__logo,body.meadow .mobile-sidebar__logo,body.sunrise .mobile-sidebar__logo{color:#0f172a}body.dawn .mobile-sidebar__close,body.lagoon .mobile-sidebar__close,body.meadow .mobile-sidebar__close,body.sunrise .mobile-sidebar__close{color:#64748b;border-color:#e2e8f0}body.dawn .mobile-sidebar__close:hover,body.lagoon .mobile-sidebar__close:hover,body.meadow .mobile-sidebar__close:hover,body.sunrise .mobile-sidebar__close:hover{color:#0f172a;background:#f1f5f9}body.dawn .mobile-sidebar__item,body.lagoon .mobile-sidebar__item,body.meadow .mobile-sidebar__item,body.sunrise .mobile-sidebar__item{color:#475569}body.dawn .mobile-sidebar__item:hover,body.lagoon .mobile-sidebar__item:hover,body.meadow .mobile-sidebar__item:hover,body.sunrise .mobile-sidebar__item:hover{color:#0f172a;background:#f1f5f9}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dashboard-layout{background:#f8fafc;min-height:100vh;display:flex}.add-item-fab{z-index:200;color:#fff;cursor:pointer;font-size:14px;font-weight:700;font-family:var(--font-body);background:#2563eb;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;transition:background .15s,transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 16px #2563eb59}.add-item-fab:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb73}.add-item-fab__icon{font-size:18px;line-height:1}
.global-chat-fab{background:var(--accent);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:700;transition:background .2s,transform .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #00000040}.global-chat-fab:hover{background:var(--accent-hover);transform:scale(1.05)}.global-chat-panel{background:var(--bg-card);border:1px solid var(--border-default);width:340px;max-height:480px;box-shadow:var(--card-shadow);z-index:1000;border-radius:12px;flex-direction:column;display:flex;position:fixed;bottom:90px;right:24px;overflow:hidden}.global-chat-header{background:var(--bg-input);border-bottom:1px solid var(--border-default);color:var(--text-primary);align-items:center;gap:8px;padding:12px 14px;font-weight:600;display:flex}.global-chat-header-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.global-chat-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:18px;transition:color .15s}.global-chat-close:hover{color:var(--text-primary)}.global-chat-messages{background:var(--bg-page);scrollbar-width:thin;scrollbar-color:var(--border-default)transparent;flex-direction:column;flex:1;gap:10px;max-height:340px;padding:12px;display:flex;overflow-y:auto}.global-chat-bubble-wrap{gap:8px;display:flex}.global-chat-bubble-wrap--user{justify-content:flex-end}.global-chat-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.global-chat-bubble{word-wrap:break-word;border-radius:10px;max-width:75%;padding:8px 12px;font-size:14px;line-height:1.45}.global-chat-bubble--assistant{background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-default)}.global-chat-bubble--user{background:var(--accent);color:#fff}.global-chat-input-row{border-top:1px solid var(--border-default);background:var(--bg-card);gap:8px;padding:10px;display:flex}.global-chat-textarea{resize:none;background:var(--bg-input);border:1.5px solid var(--border-input);color:var(--text-primary);border-radius:8px;outline:none;flex:1;padding:8px;font-family:inherit;font-size:14px;transition:border-color .15s}.global-chat-textarea:focus{border-color:var(--accent)}.global-chat-textarea::placeholder{color:var(--text-muted)}.global-chat-send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;width:36px;font-size:16px;transition:background .15s}.global-chat-send:hover{background:var(--accent-hover)}
body{background-color:var(--bg);color:var(--fg);font-family:var(--font-body,"DM Sans",sans-serif);overflow-x:hidden}html[data-font-family] *{font-family:var(--font-body,"DM Sans",sans-serif)!important}html[data-font-size=sm]{font-size:14px}html[data-font-size=md]{font-size:16px}html[data-font-size=lg]{font-size:18px}html[data-font-size=xl]{font-size:20px}
