.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5}#root{width:100vw;min-height:100vh;margin:0 auto;text-align:center}.canvas-container{position:relative;width:100%;height:100%;overflow:hidden}.toolbar{position:absolute;top:20px;left:20px;z-index:1000;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;display:flex;gap:4px}.tool-button{width:40px;height:40px;border:none;border-radius:6px;background:#f0f0f0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.tool-button:hover{background:#e0e0e0}.tool-button.active{background:#007aff;color:#fff}.tool-button svg{width:20px;height:20px}.settings-panel{position:absolute;top:20px;right:20px;z-index:1000;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px;min-width:200px}.settings-panel h3{margin:0 0 12px;font-size:14px;font-weight:600}.setting-item{margin-bottom:12px}.setting-item label{display:block;margin-bottom:4px;font-size:12px;color:#666}.setting-item input,.setting-item select{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px}.selection-info{position:absolute;bottom:20px;left:20px;z-index:1000;background:#000c;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px}canvas{display:block;cursor:crosshair}.canvas-container[data-mode="pointer/select"] canvas{cursor:default}.canvas-container[data-mode=lasso] canvas{cursor:crosshair}.canvas-container[data-mode=brush] canvas{cursor:crosshair}.canvas-container[data-mode="smart/text"] canvas{cursor:text}@media(max-width:768px){.toolbar{top:10px;left:10px;padding:6px;gap:2px}.tool-button{width:36px;height:36px}.settings-panel{top:10px;right:10px;padding:12px;min-width:180px}}._layoutRoot_dsjz3_2{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}._contentContainer_dsjz3_15{overflow-y:auto;overflow-x:hidden;width:100%;flex:1;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;position:relative;z-index:1}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--safe-area-inset-top: env(safe-area-inset-top, 0px);--safe-area-inset-right: env(safe-area-inset-right, 0px);--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--safe-area-inset-left: env(safe-area-inset-left, 0px)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:radial-gradient(ellipse at top,#fff,#f7fafc 70%);background-color:#f7fafc;overflow:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:touch;position:fixed;width:100%}.chakra-ui-dark body,.chakra-ui-dark html{background:radial-gradient(ellipse at top,#1a202c,#171923 70%);background-color:#171923}@supports (padding-top: env(safe-area-inset-top)){body{min-height:100vh;min-height:-webkit-fill-available}html{height:-webkit-fill-available}}body{font-family:Roboto,Helvetica,Arial,sans-serif;min-height:100vh}#root{display:flex;flex-direction:column;height:100%;width:100%;margin:0;padding:0;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}@media(min-width:1280px){#root{max-width:1280px;margin:0 auto}}@media(max-width:768px){header{min-height:180px!important}header img[alt*=Tailored]{height:120px!important;width:auto!important;max-width:none!important;object-fit:contain!important}header .chakra-text{font-size:inherit!important}canvas,[class*=canvas],.chakra-canvas{max-width:100%!important;width:100%!important;height:auto!important;touch-action:none!important}[class*=toolbar],[class*=tool-panel]{flex-direction:column!important;width:100%!important}.chakra-card h1,.chakra-card h2,.chakra-card h3,.chakra-card h4,.chakra-card h5,.chakra-card h6,.chakra-card .chakra-heading,.chakra-card [class*=heading],h1,h2,h3,h4,h5,h6,.chakra-heading{display:block!important;visibility:visible!important;opacity:1!important;font-size:1rem!important;margin-bottom:.5rem!important;color:inherit!important}[class*=course] h3,[class*=course] .chakra-heading,[class*=history] h3,[class*=history] .chakra-heading{display:block!important;visibility:visible!important;font-size:1.1rem!important;font-weight:600!important}[class*=gradient] .chakra-button,[class*=hero] .chakra-button{min-height:3.5rem!important;padding:1rem!important;font-size:.875rem!important}#root,#root>*,body,html{max-width:100vw!important;overflow-x:hidden!important}.chakra-container{max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important}.chakra-stack,.chakra-box{max-width:100%!important;min-width:0!important}table,.chakra-table{max-width:100%!important;overflow-x:auto!important;display:block!important}img{max-width:100%!important;height:auto!important}.chakra-modal__content,.chakra-drawer__content{max-width:100vw!important;margin:0!important}header{height:auto!important;min-height:60px!important;max-height:none!important;padding-left:.5rem!important;padding-right:.5rem!important}header img[alt="Tailored Learning Hub"]{height:90px!important;max-height:90px!important;width:auto!important}header>div{height:auto!important}main{margin-top:60px!important}table,.chakra-table,[role=table]{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}thead,tbody,tr,td,th{display:block!important;width:100%!important}tr{margin-bottom:1rem!important;border:1px solid #e2e8f0!important;border-radius:.375rem!important;padding:.5rem!important}th{text-align:left!important;font-weight:700!important;background-color:#f7fafc!important;padding:.5rem!important}td{text-align:left!important;padding:.5rem!important;position:relative!important;padding-left:50%!important}td:before{content:attr(data-label)!important;position:absolute!important;left:.5rem!important;font-weight:700!important;width:45%!important}.chakra-step{flex-direction:column!important;align-items:flex-start!important;padding:.5rem!important;max-width:100%!important;overflow:visible!important}.chakra-step__indicator{margin-bottom:.5rem!important;flex-shrink:0!important}.chakra-step__title{font-size:.875rem!important;word-break:break-word!important;width:100%!important;max-width:100%!important}.chakra-step__description{font-size:.75rem!important;word-break:break-word!important;width:100%!important;max-width:100%!important}.chakra-step__content{width:100%!important;max-width:100%!important;overflow:visible!important}.chakra-step *,.chakra-step__content *{max-width:100%!important;box-sizing:border-box!important}.chakra-step .chakra-badge{font-size:.625rem!important;padding:.15rem .35rem!important;white-space:nowrap!important}.chakra-step .chakra-stack,.chakra-step .chakra-flex,.chakra-step__content .chakra-stack,.chakra-step__content .chakra-flex{flex-direction:column!important;align-items:flex-start!important;width:100%!important}[data-orientation=horizontal],.css-1p4w6mv,.chakra-stack[data-orientation=horizontal]{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important;justify-content:flex-start!important}.chakra-stack,.chakra-flex,[data-orientation=horizontal]{justify-content:flex-start!important}.chakra-card .chakra-stack[data-orientation=horizontal],.chakra-card__body .chakra-stack{flex-direction:column!important;align-items:stretch!important}[data-orientation=horizontal]>*,.chakra-stack[data-orientation=horizontal]>*{width:100%!important;max-width:100%!important}.chakra-button__group{flex-direction:column!important;width:100%!important}.chakra-button__group>button{width:100%!important;margin:.25rem 0!important}.chakra-card{max-width:100%!important}.chakra-input,.chakra-select,.chakra-textarea{width:100%!important;font-size:16px!important}.chakra-grid{grid-template-columns:1fr!important}.chakra-flex{flex-wrap:wrap!important}.chakra-badge,.chakra-tag{font-size:.75rem!important;padding:.25rem .5rem!important}h1,.chakra-heading[data-size="2xl"],.chakra-heading[data-size=xl]{font-size:1.5rem!important}h2,.chakra-heading[data-size=lg]{font-size:1.25rem!important}h3,.chakra-heading[data-size=md]{font-size:1.125rem!important}.chakra-stat{text-align:left!important}.chakra-stat__group{flex-direction:column!important}.chakra-list__item{font-size:.875rem!important}.chakra-card__header{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}.chakra-card__body{padding:.75rem!important}.chakra-card__footer{flex-direction:column!important;gap:.5rem!important}.chakra-button-group,[role=group]{flex-direction:column!important;width:100%!important;gap:.25rem!important}.chakra-button-group .chakra-button,[role=group] .chakra-button{width:100%!important;justify-content:center!important}.chakra-tabs__tablist{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important}.chakra-tabs__tab{white-space:nowrap!important;font-size:.875rem!important;padding:.5rem .75rem!important}.chakra-accordion__item{border-radius:.375rem!important;margin-bottom:.5rem!important}.chakra-accordion__button{padding:.75rem!important;font-size:.875rem!important}.chakra-menu__menu-list{max-width:calc(100vw - 2rem)!important}.chakra-menu__menu-button{width:100%!important;justify-content:space-between!important}.chakra-select__wrapper,.chakra-input__group{width:100%!important}.chakra-input__left-addon,.chakra-input__right-addon{font-size:.875rem!important;padding:.5rem!important}.chakra-pagination{flex-wrap:wrap!important;justify-content:center!important;gap:.25rem!important}.chakra-toast{max-width:calc(100vw - 2rem)!important;margin:1rem!important}.chakra-drawer__content{max-width:100vw!important;width:100%!important}.chakra-modal__content{margin:1rem!important;max-width:calc(100vw - 2rem)!important}.chakra-breadcrumb{flex-wrap:wrap!important}.chakra-breadcrumb__link{font-size:.875rem!important}.chakra-avatar{width:2rem!important;height:2rem!important}.chakra-avatar__group{flex-wrap:wrap!important}.chakra-progress{width:100%!important}pre,code{max-width:100%!important;overflow-x:auto!important;font-size:.75rem!important}.chakra-divider{margin:.5rem 0!important}.chakra-icon-button{min-width:2.5rem!important;min-height:2.5rem!important}.chakra-tooltip{max-width:calc(100vw - 2rem)!important;font-size:.875rem!important}.chakra-stepper{flex-direction:column!important}.chakra-stepper__step{width:100%!important}.react-calendar,.calendar-view{width:100%!important;font-size:.75rem!important}.react-calendar__month-view__days{font-size:.75rem!important}.table-actions,.row-actions{display:flex!important;flex-direction:column!important;gap:.25rem!important;width:100%!important}.editor-toolbar{flex-wrap:wrap!important;gap:.25rem!important}.editor-toolbar button{min-width:2rem!important;padding:.25rem!important}.chakra-dropzone,.upload-area{padding:1rem!important;min-height:8rem!important}.search-bar,.chakra-input-group{width:100%!important;margin-bottom:.5rem!important}.filter-panel,.chakra-filter{flex-direction:column!important;width:100%!important}.chakra-stat__number{font-size:1.25rem!important}.chakra-stat__label{font-size:.875rem!important}.chakra-alert{padding:.75rem!important;font-size:.875rem!important}.chakra-skeleton{height:2rem!important}.chakra-table__container{overflow-x:visible!important}table.chakra-table{border:0!important;display:block!important}table.chakra-table thead{display:none!important}table.chakra-table tbody{display:block!important}table.chakra-table tr{display:block!important;margin-bottom:1rem!important;background:#fff!important;border-radius:.5rem!important;box-shadow:0 1px 3px #0000001a!important;padding:.75rem!important;border:1px solid #e2e8f0!important}table.chakra-table td{display:block!important;padding:.5rem 0!important;border:none!important;text-align:left!important;font-size:.875rem!important}table.chakra-table td:first-child{font-weight:600!important;font-size:1rem!important;color:#2d3748!important;margin-bottom:.5rem!important}table.chakra-table td:last-child{margin-top:.5rem!important;padding-top:.5rem!important;border-top:1px solid #f7fafc!important}table.chakra-table td:last-child .chakra-stack{flex-wrap:wrap!important;justify-content:flex-start!important;gap:.5rem!important}table.chakra-table td .chakra-icon-button{min-width:2.5rem!important;min-height:2.5rem!important}table.chakra-table td .chakra-badge{display:inline-block!important}.chakra-heading{font-size:1.25rem!important}[class*=css-]>.chakra-container{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.chakra-simple-grid{grid-template-columns:repeat(1,1fr)!important;gap:.75rem!important}.chakra-container{padding-left:1rem!important;padding-right:1rem!important}.chakra-card{margin-bottom:.75rem!important}.chakra-button{white-space:normal!important;text-align:center!important;min-height:3rem!important;height:auto!important;padding:.75rem 1rem!important;font-size:.875rem!important;line-height:1.4!important;word-break:keep-all!important;overflow-wrap:break-word!important}.chakra-stack[data-orientation=horizontal]{flex-direction:column!important;align-items:stretch!important;gap:.5rem!important}.chakra-stack[data-orientation=horizontal]>*{width:100%!important}button[aria-label]{position:relative!important;min-width:auto!important;width:100%!important;padding:.65rem 1rem!important;min-height:2.75rem!important;justify-content:flex-start!important;text-align:left!important}button[aria-label=View]:after{content:"View"!important;margin-left:.5rem!important}button[aria-label=Edit]:after{content:"Edit"!important;margin-left:.5rem!important}button[aria-label=Delete]:after{content:"Delete"!important;margin-left:.5rem!important}button[aria-label=Duplicate]:after{content:"Duplicate"!important;margin-left:.5rem!important}button[aria-label="Generate Presentation"]:after{content:"Create Presentation"!important;margin-left:.5rem!important}button[aria-label=Approve]:after{content:"Approve"!important;margin-left:.5rem!important}button[aria-label=Reject]:after{content:"Reject"!important;margin-left:.5rem!important}button[aria-label="Download PDF"]:after{content:"Download"!important;margin-left:.5rem!important}button[aria-label=Add]:after,button[aria-label="Add student"]:after,button[aria-label="Add class"]:after{content:"Add"!important;margin-left:.5rem!important}button[aria-label=Cancel]:after{content:"Cancel"!important;margin-left:.5rem!important}button[aria-label=Save]:after{content:"Save"!important;margin-left:.5rem!important}button[aria-label=Close]:after{content:"Close"!important;margin-left:.5rem!important}button[aria-label=Search]:after{content:"Search"!important;margin-left:.5rem!important}button[aria-label=Filter]:after{content:"Filter"!important;margin-left:.5rem!important}button[aria-label=Refresh]:after{content:"Refresh"!important;margin-left:.5rem!important}button[aria-label=Send]:after{content:"Send"!important;margin-left:.5rem!important}button[aria-label=Reply]:after{content:"Reply"!important;margin-left:.5rem!important}button[aria-label="Submit assignment with camera"]:after{content:"Camera Submit"!important;margin-left:.5rem!important}button[aria-label="Open canvas for student work"]:after{content:"Student Canvas"!important;margin-left:.5rem!important}button[aria-label="Open canvas for parent view"]:after{content:"Parent Canvas"!important;margin-left:.5rem!important}button[aria-label="Open canvas for teacher view"]:after{content:"Teacher Canvas"!important;margin-left:.5rem!important}button[aria-label="List view"]:after{content:"List"!important;margin-left:.5rem!important}button[aria-label="Grid view"]:after{content:"Grid"!important;margin-left:.5rem!important}button[aria-label="Calendar view"]:after{content:"Calendar"!important;margin-left:.5rem!important}button[aria-label="Card view"]:after{content:"Card"!important;margin-left:.5rem!important}button[aria-label="Table view"]:after{content:"Table"!important;margin-left:.5rem!important}button[aria-label="Subject grid view"]:after{content:"Subject Grid"!important;margin-left:.5rem!important}button[aria-label="Planner view"]:after{content:"Planner"!important;margin-left:.5rem!important}button[aria-label="Edit course group"]:after{content:"Edit Group"!important;margin-left:.5rem!important}button[aria-label="Delete course group"]:after{content:"Delete Group"!important;margin-left:.5rem!important}button[aria-label*=Summary]:after,button[aria-label*=summary]:after{content:"Summary"!important;margin-left:.5rem!important}button[aria-label*=Detail]:after,button[aria-label*=detail]:after{content:"Details"!important;margin-left:.5rem!important}button[aria-label*=Delete]:after{content:"Delete"!important;margin-left:.5rem!important}button[aria-label*=Edit]:after{content:"Edit"!important;margin-left:.5rem!important}button[aria-label*=View]:after{content:"View"!important;margin-left:.5rem!important}button[aria-label]:after{font-size:.875rem!important;font-weight:500!important;display:inline!important}.chakra-button-group button[aria-label]{width:auto!important;min-width:auto!important;padding:.5rem .75rem!important;justify-content:flex-start!important}.chakra-button-group button[aria-label]:after{display:inline!important}button[aria-label] svg{flex-shrink:0!important}table.chakra-table td:last-child button{width:100%!important;margin-bottom:.25rem!important}.chakra-form-control{width:100%!important}.chakra-input,.chakra-select{font-size:1rem!important;min-height:2.75rem!important}.chakra-badge{font-size:.75rem!important;padding:.25rem .5rem!important}p:not(header *),.chakra-text:not(header *){font-size:.875rem!important;line-height:1.5!important}}
