.bottom-sheet-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-modal,1300);background:#0d1b2e73;position:fixed;inset:0}.bottom-sheet-container{background:var(--surface,#fff);z-index:calc(var(--z-modal,1300) + 1);border-radius:24px 24px 0 0;flex-direction:column;max-height:92vh;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -10px 40px #00366626}.bottom-sheet-handle-wrapper{cursor:grab;justify-content:center;padding:12px 0 8px;display:flex}.bottom-sheet-handle-wrapper:active{cursor:grabbing}.bottom-sheet-handle{background:var(--border,#d8e6f0);border-radius:99px;width:36px;height:5px}.bottom-sheet-header{border-bottom:1px solid var(--border-light,#ebf2f8);text-align:center;padding:0 1.5rem 1rem}.bottom-sheet-title{color:var(--primary,#003666);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:800}.bottom-sheet-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.bottom-sheet-content .ai-chat-inner{height:auto!important;max-height:none!important;box-shadow:none!important;border:none!important}
