:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6f7f9;color:#172033}*{box-sizing:border-box}body,html{margin:0;height:100%;min-height:100%;background:#f6f7f9}.ak-page{height:100dvh;overflow:hidden;background:#ffffff}.ak-page,.ak-sidebar{display:flex;min-height:0}.ak-sidebar{width:280px;flex:0 0 280px;flex-direction:column;border-right:1px solid #e2e8f0;background:#f7f9fc;padding:12px 8px 10px;color:#172033}.ak-sidebar__header{flex:0 0 auto;padding:4px 4px 14px;border-bottom:1px solid #e2e8f0}.ak-sidebar__brand{min-height:34px;display:flex;align-items:center;gap:10px;padding:0 8px 12px;color:#111827;font-size:15px;font-weight:650}.ak-sidebar__avatar,.ak-sidebar__logo{width:30px;height:30px;flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#111827;color:#ffffff;font-size:12px;font-weight:750}.ak-sidebar__new{width:100%;height:38px;display:flex;align-items:center;justify-content:flex-start;gap:9px;border:1px solid #d8e0eb;border-radius:9px;background:#ffffff;color:#243045;font:inherit;font-size:14px;font-weight:560;padding:0 12px;cursor:pointer;transition:background-color .14s ease,border-color .14s ease}.ak-sidebar__new:hover{border-color:#cbd5e1;background:#edf2f8}.ak-sidebar__new span:first-child{font-size:18px;line-height:1;transform:translateY(-1px)}.ak-sidebar__section-title{padding:14px 12px 8px;color:#64748b;font-size:13px;font-weight:650}.ak-session-list,.ak-sidebar__sessions{min-height:0;display:flex;flex:1 1;flex-direction:column}.ak-session-list{gap:2px;overflow-y:auto;padding:0 0 10px}.ak-session{display:flex;min-height:46px;flex-direction:column;justify-content:center;border-radius:10px;padding:8px 12px;color:#334155;text-decoration:none;border:0;transition:background-color .14s ease,color .14s ease}.ak-session:hover{background:#edf2f8}.ak-session--active{background:#e3e8ef;color:#111827}.ak-session__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.25;font-weight:400}.ak-sidebar__footer{flex:0 0 auto;border-top:1px solid #e2e8f0;padding:12px 4px 0}.ak-sidebar__account{display:flex;align-items:center;gap:11px;padding:8px 6px 14px;color:#172033}.ak-sidebar__account-name,.ak-sidebar__account-plan{display:block;line-height:1.2}.ak-sidebar__account-name{font-size:15px;color:#111827}.ak-sidebar__account-plan{margin-top:3px;font-size:13px;color:#64748b}.ak-chat-panel{position:relative;display:flex;flex:1 1;min-width:0;min-height:0;flex-direction:column;background:#ffffff}.ak-chat{flex:1 1;min-height:0;width:100%}.ak-chat-panel .ak-chat{height:100%}.ak-model-menu{position:fixed;z-index:30;pointer-events:none}[data-testid=copilot-add-menu-button]{opacity:0;pointer-events:none}.ak-model-menu__trigger{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96)),#ffffff;box-shadow:0 7px 18px rgba(15,23,42,.1),inset 0 0 0 1px rgba(15,23,42,.1);color:#334155;font:inherit;line-height:1;padding:0;pointer-events:auto;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease}.ak-model-menu__trigger:hover{background:linear-gradient(180deg,#ffffff,rgba(241,245,249,.98)),#ffffff;box-shadow:0 9px 24px rgba(15,23,42,.14),inset 0 0 0 1px rgba(15,23,42,.14);color:#0f172a;transform:translateY(-1px)}.ak-model-menu__plus{position:relative;width:18px;height:18px}.ak-model-menu__plus:after,.ak-model-menu__plus:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:2.5px;border-radius:999px;background:currentColor;transform:translate(-50%,-50%)}.ak-model-menu__plus:after{transform:translate(-50%,-50%) rotate(90deg)}.ak-model-menu__panel,.ak-model-menu__submenu{position:absolute;min-width:188px;border:1px solid rgba(15,23,42,.12);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 48px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:8px;pointer-events:auto}.ak-model-menu__panel{left:0;bottom:calc(100% + 10px)}.ak-model-menu__submenu{left:calc(100% + 8px);top:0}.ak-model-menu__item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:12px;background:transparent;color:#0f172a;font:inherit;font-size:14px;font-weight:500;text-align:left;padding:10px 12px;cursor:pointer}.ak-model-menu__item:hover{background:rgba(241,245,249,.9)}.ak-model-menu__item--selected{background:rgba(239,246,255,.95);color:#1d4ed8}.ak-model-menu__check,.ak-model-menu__chevron{color:#64748b;font-size:14px;font-weight:700}@media (max-width:760px){.ak-page{flex-direction:column;background:#ffffff;overflow:auto}.ak-sidebar{width:100%;flex:0 0 auto;max-height:42dvh;border-right:0;border-bottom:1px solid #e2e8f0}.ak-chat-panel{min-height:58dvh}}