.resizer {
    width: 8px;
    cursor: col-resize;
    position: relative;
    z-index: 30;
    transition: background 0.2s;
}
.resizer:hover {
    background: rgba(251, 146, 60, 0.3);
}

/* モバイル・iPad用のドロワー表示用ユーティリティクラス */
.drawer-open {
    transform: translateX(0) !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}