.layout-container{display:flex;min-height:100vh;background:#f3f4f6}.layout-sidebar{width:240px;background:#1f2937;color:#fff;display:flex;flex-direction:column;padding:24px 18px}.sidebar-title{font-size:22px;font-weight:700;margin-bottom:18px}.sidebar-nav{display:flex;flex-direction:column;gap:10px;flex:1}.sidebar-link{padding:10px 12px;border-radius:8px;color:#fff;opacity:.9}.sidebar-link:hover{background:rgba(255,255,255,.08);opacity:1}.sidebar-link-active{background:rgba(255,255,255,.12);opacity:1}.sidebar-logout{background:#dc2626;color:#fff;border:none;padding:10px 12px;border-radius:8px;cursor:pointer;margin-top:18px}.sidebar-logout:hover{background:#b91c1c}.app-main{flex:1;padding:24px;margin-left:0!important;width:100%;max-width:100%}.bottom-nav{display:none}@media (max-width: 768px){.layout-sidebar{display:none}.app-main{padding:16px 16px 86px;margin-left:0!important;width:100%;max-width:100%}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;height:70px;background:#111827;border-top:1px solid rgba(255,255,255,.08);z-index:9999;padding:10px;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.bottom-nav-link{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:13px;border:none;cursor:pointer;white-space:nowrap}.bottom-nav-link-active{background:rgba(255,255,255,.16)}.bottom-nav-logout{background:rgba(220,38,38,.9)}.bottom-nav-logout:hover{background:rgba(185,28,28,.95)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#f3f4f6;color:#111827;-webkit-font-smoothing:antialiased}html,body{width:100%;max-width:100%;overflow-x:hidden}a{text-decoration:none;color:inherit}.page-container{padding:24px}.page-title{font-size:28px;font-weight:600;margin-bottom:20px}.field-group{margin-bottom:16px}.field-label{font-size:14px;font-weight:500;margin-bottom:6px;display:block}.field-input,.field-select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:white}.field-input:focus,.field-select:focus{outline:none;border-color:#2563eb}.field-inline{display:flex;gap:20px;flex-wrap:wrap}.btn-primary{background:#2563eb;color:#fff;padding:10px 16px;border:none;border-radius:6px;font-size:14px;cursor:pointer;margin-top:10px}.btn-danger{background:#dc2626;color:#fff;padding:8px 12px;border:none;border-radius:6px;cursor:pointer}.btn-danger.small{padding:4px 8px;font-size:12px}.list-box{list-style:none;margin-top:14px;border:1px solid #d1d5db;border-radius:6px}.list-row{padding:12px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.section-box{background:white;padding:20px;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:30px}.section-title{font-size:20px;font-weight:600;margin-bottom:16px}.toggle-label{display:flex;align-items:center;gap:10px;cursor:pointer}.alert-success{background:#d1fae5;border:1px solid #10b981;padding:10px;border-radius:6px;margin-bottom:10px}.alert-error{background:#fee2e2;border:1px solid #ef4444;padding:10px;border-radius:6px;margin-bottom:10px}:root{--border-light: #e5e7eb;--card-bg: #ffffff;--header-bg: #f3f4f6;--text-primary: #111827;--text-secondary: #6b7280}*{box-sizing:border-box}.page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.page-title{font-size:28px;font-weight:700;color:var(--text-primary)}.field-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.field-input,.field-select,textarea{width:100%;border:1px solid var(--border-light);padding:10px 12px;border-radius:6px;font-size:14px;background:#ffffff}.field-inline{display:flex;gap:12px;flex-wrap:wrap}.field-input.small{max-width:150px}.btn-primary{background:#2563eb;color:#fff;border:none;padding:10px 12px;border-radius:8px;cursor:pointer;font-weight:600}.btn-primary:hover{background:#1d4ed8}.btn-danger{background:#dc2626;color:#fff;border:none;padding:10px 12px;border-radius:8px;cursor:pointer;font-weight:600}.btn-danger:hover{background:#b91c1c}.card{background:#ffffff;border:1px solid var(--border-light);border-radius:10px;padding:20px 24px;margin-bottom:16px}.list-box{list-style:none;margin-top:14px;border:1px solid var(--border-light);border-radius:6px;background:#ffffff}.list-row{padding:12px;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.list-row:last-child{border-bottom:none}.alert-success{background:#d1fae5;padding:10px 12px;border-radius:6px;color:#065f46;margin-bottom:12px;border:1px solid #6ee7b7}.alert-error{background:#fee2e2;padding:10px 12px;border-radius:6px;color:#991b1b;margin-bottom:12px;border:1px solid #fecaca}:root{--room-col: 220px;--time-col: 160px}.page-header{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px;width:100%}.date-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:100%}.field-input.small{width:160px;max-width:160px}@media (max-width: 380px){.field-input.small{width:140px;max-width:140px}}.planning-banner{background:#f97316;color:#fff;padding:8px 12px;border-radius:6px;margin-bottom:12px;font-weight:600}.schedule-grid-wrapper{margin-top:8px;border-radius:8px;border:1px solid var(--border-light, #e5e7eb);background:var(--card-bg, #ffffff);overflow:auto;position:relative;max-height:calc(100vh - 220px);padding-right:16px;padding-bottom:2px}@media (max-width: 768px){.schedule-grid-wrapper{-webkit-overflow-scrolling:touch}}.schedule-grid{display:grid;grid-template-columns:var(--room-col) repeat(12,var(--time-col));min-width:max-content}.schedule-room-row{display:contents}.schedule-corner-cell{position:sticky;top:0;left:0;z-index:50;background:var(--header-bg, #f3f4f6);border-bottom:1px solid var(--border-light, #e5e7eb);border-right:1px solid var(--border-light, #e5e7eb);padding:8px 10px;font-size:14px;font-weight:700;color:var(--text-secondary, #4b5563);width:var(--room-col);min-width:var(--room-col);max-width:var(--room-col);box-sizing:border-box}.schedule-time-header{position:sticky;top:0;z-index:30;background:var(--header-bg, #f3f4f6);border-bottom:1px solid var(--border-light, #e5e7eb);border-right:1px solid var(--border-light, #e5e7eb);padding:8px 10px;font-size:14px;font-weight:700;color:var(--text-secondary, #4b5563);white-space:nowrap;width:var(--time-col);min-width:var(--time-col);max-width:var(--time-col);box-sizing:border-box}.schedule-room-cell{position:sticky;left:0;z-index:40;background:#f9fafb;border-right:1px solid var(--border-light, #e5e7eb);border-bottom:1px solid var(--border-light, #e5e7eb);padding:10px 12px;font-size:14px;font-weight:700;color:var(--text-secondary, #6b7280);width:var(--room-col);min-width:var(--room-col);max-width:var(--room-col);box-sizing:border-box;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.schedule-cell{min-height:52px;border-right:1px solid var(--border-light, #e5e7eb);border-bottom:1px solid var(--border-light, #e5e7eb);position:relative;cursor:pointer;background:#ffffff;width:var(--time-col);min-width:var(--time-col);max-width:var(--time-col);box-sizing:border-box;padding:4px}.schedule-cell:hover{background:#f9fafb}.schedule-cell-viewer{cursor:default}.schedule-cell-viewer:hover{background:#ffffff}.room-timeline{grid-column:2 / -1;display:grid;grid-template-columns:repeat(12,var(--time-col));position:relative}.meeting-block{border-radius:6px;padding:6px 8px;color:#fff;font-size:12px;margin-bottom:4px;cursor:pointer;box-shadow:0 1px 2px #0f172a1f}.meeting-block:last-child{margin-bottom:0}.meeting-title{font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.meeting-time{font-size:11px;opacity:.9}.meeting-block-span{position:absolute;top:4px;bottom:4px;z-index:15;margin:0;padding:6px 8px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.recurrence-warning{margin-top:16px;padding:12px 14px;border-radius:8px;background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.recurrence-warning h3{margin:0 0 6px;font-size:14px;font-weight:600}.recurrence-warning ul{margin:0 0 8px;padding-left:20px;font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.4);display:flex;align-items:center;justify-content:center;z-index:60}.modal-panel{width:100%;max-width:540px;max-height:90vh;background:#ffffff;border-radius:10px;box-shadow:0 20px 30px #0f172a4d;display:flex;flex-direction:column}.modal-title{padding:16px 20px 0;font-size:20px;font-weight:700;color:var(--text-primary, #111827)}.modal-body{padding:12px 20px 8px;overflow-y:auto}.modal-footer{padding:10px 20px 14px;display:flex;align-items:center;border-top:1px solid var(--border-light, #e5e7eb)}.spacer{flex:1}
