/* ========== Excalidraw 模板适配样式 ==========
 * 满屏画布工具页：主内容区无内边距，画布容器继承剩余高度。
 * 原 <style> 中的全局重置（*、html/body）由模板提供，不再重复。 */

.main {
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#excalidraw {
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* 隐藏 Excalidraw 内嵌版自带入口 */
[data-testid="search-menu-button"],
.ExcalidrawLogo {
    display: none !important;
}
