body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#4e6cef;--secondary-color:#f5f5f7;--background-color:#f8fafc;--card-bg:#fff;--primary-button-color:#4e6cef;--warning-color:#ffa50080}.background,.background-pages{background-color:#f8fafc;background-color:var(--background-color)}.background{align-items:flex-start;display:flex;justify-content:center;min-height:100vh;padding-top:20px;width:100%}.container{width:80%}.header{color:#333;font-weight:700}.subheader{color:#666}.stats-container{display:flex;gap:20px;justify-content:center;margin:20px 0}.stat-card{align-items:center;background:#fff;background:var(--card-bg);border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;gap:10px;min-width:180px;padding:15px}.main-sections{display:flex;justify-content:space-between}.section-title{font-weight:700;margin-bottom:10px}.submissions-section{margin-top:20px}.modal-content{scroll-behavior:smooth}.MuiDialog-root .MuiDialog-container{align-items:center!important;display:flex!important;justify-content:center!important;padding:16px!important}.MuiDialog-paper{margin:0!important;max-height:calc(100vh - 32px)!important}@media (min-width:900px){.MuiDialog-root .MuiDialog-container{padding:24px!important}}@media (min-width:1200px){.MuiDialog-root .MuiDialog-container{padding:32px!important}}@media (max-width:600px){.MuiDialog-root .MuiDialog-container{align-items:flex-start!important;padding:0!important}.MuiDialog-paper{max-height:100vh!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.enrollment-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.enrollment-card:hover{box-shadow:0 12px 40px -12px #00000026;transform:translateY(-2px)}.file-upload-area{cursor:pointer;transition:all .2s ease}.file-upload-area:hover{transform:scale(1.02)}@keyframes buttonPulse{0%,to{opacity:1}50%{opacity:.7}}.loading-button{animation:buttonPulse 1.5s infinite}.focus-visible{outline:2px solid #4e6cef!important;outline-offset:2px!important}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:#0000}.modal-content::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.modal-content::-webkit-scrollbar-thumb:hover{background:#0000004d}[data-theme=dark] .modal-content::-webkit-scrollbar-thumb{background:#fff3}[data-theme=dark] .modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@keyframes ripple{0%{opacity:.6;transform:scale(0)}to{opacity:0;transform:scale(4)}}.ripple-effect{overflow:hidden;position:relative}.ripple-effect:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.ripple-effect:active:before{height:300px;width:300px}@media (max-width:600px){.modal-content{animation:slideInFromRight .3s ease-out}}@media (min-width:601px){.modal-content{animation:fadeInUp .3s ease-out}}.status-chip{transition:all .2s ease}.status-chip:hover{transform:scale(1.05)}.form-field{transition:all .2s ease}.form-field:focus-within{box-shadow:0 4px 12px #4e6cef26;transform:translateY(-1px)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner{animation:spin 1s linear infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.gradient-text{-webkit-text-fill-color:#0000;animation:gradientShift 3s ease infinite;background:linear-gradient(-45deg,#4e6cef,#3b82f6,#06b6d4,#10b981);-webkit-background-clip:text;background-clip:text;background-size:400% 400%}.success-bounce{animation:successBounce .6s ease-out}@keyframes successBounce{0%{transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.shadow-soft{box-shadow:0 2px 15px -3px #00000012,0 10px 20px -2px #0000000a}.shadow-soft-dark{box-shadow:0 2px 15px -3px #0000004d,0 10px 20px -2px #0003}.interactive-card{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.interactive-card:hover{transform:translateY(-4px) scale(1.02)}.interactive-card:active{transform:translateY(-2px) scale(1.01)}.progress-indicator{overflow:hidden;position:relative}.progress-indicator:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.resize-handle{background-color:#666;border:2px solid #fff;border-radius:3px;box-shadow:0 3px 8px #0000004d;min-height:10px;min-width:10px;opacity:.9;pointer-events:auto;transition:all .2s ease;z-index:1100}.resize-handle:hover{background-color:#555;border-color:#fff;box-shadow:0 4px 12px #0006;opacity:1;transform:scale(1.2)}.resize-handle-bottom,.resize-handle-top{background-color:#666;cursor:ns-resize}.resize-handle-left,.resize-handle-right{background-color:#666;cursor:ew-resize}.resize-handle-corner{background-color:#666;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;cursor:nw-resize;height:12px!important;width:12px!important}.resize-handle-corner:nth-child(2){cursor:ne-resize}.resize-handle-corner:nth-child(3){cursor:se-resize}.resize-handle-corner:nth-child(4){cursor:sw-resize}.template-editor-container{display:flex;height:100vh;overflow:hidden}.canvas-container{background:#f5f5f5;flex:1 1;overflow:auto;position:relative}.text-overflow-warning{background:#d32f2f;border-radius:4px;box-shadow:0 2px 4px #0003;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;pointer-events:none;position:absolute;right:4px;top:4px;z-index:20}.locked-margin-canvas{bottom:0;left:0;pointer-events:none;position:absolute;right:0;z-index:5}.locked-margin-canvas,.locked-margin-canvas.overflow-fail{background:#0000;border:none;color:#0000}.image-element-selected{box-shadow:0 0 0 1px #9696964d;outline:3px solid #666;outline-offset:2px}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (max-width:1200px){.template-editor-container{flex-direction:column}.resize-handle{min-height:12px;min-width:12px;transform:scale(1.3)}.resize-handle-corner{height:14px!important;width:14px!important}}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:url(/static/media/Roboto-Thin.b09e218bb83bb7003cc2.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:200;src:url(/static/media/Roboto-ExtraLight.58345135598c1c7281f0.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/Roboto-Light.8f977c8591803dd0978f.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/Roboto-Regular.5dd918926d41224c8142.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/Roboto-Medium.116fcd4fd987818c5d98.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:600;src:url(/static/media/Roboto-SemiBold.1bcaefbe559355f802fd.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/Roboto-Bold.cb02a42f24299e95adb5.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:800;src:url(/static/media/Roboto-ExtraBold.52c0fd430aaca71c6c4b.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(/static/media/Roboto-Black.b1cacdcefbeb5ff74e75.ttf) format("truetype")}@font-face{font-family:NewsGoth BT;font-style:normal;font-weight:700;src:url(/static/media/newsgothicbt_bold.c4d2365b66ce3391edf1.ttf) format("truetype")}
/*# sourceMappingURL=main.adfb812f.css.map*/