html,body,#root{margin:0;padding:0;height:100%;width:100%;font-family:Arial,sans-serif;overflow-x:hidden;background-color:#f6fff6}:root{--text-color: #3d3b3b}.scroll-arrow{position:fixed;right:20px;z-index:1000;width:40px;height:40px;background-color:#444;color:#fff;border:none;border-radius:50%;font-size:24px;line-height:40px;text-align:center;cursor:pointer;opacity:.7;transition:opacity .3s ease}.scroll-arrow:hover{opacity:1}.scroll-up{bottom:80px}.scroll-down{bottom:20px}body,html{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.navbar{width:100%;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 40px;background-color:#f5f4f4;box-shadow:0 2px 8px #0000001a;position:fixed;top:0;left:0;z-index:999}.navbar-logo img.logo-img{height:50px;object-fit:contain;transition:transform .3s ease}.navbar-logo img.logo-img:hover{transform:scale(1.05)}.navbar-links{list-style:none;display:flex;gap:30px}.navbar-links li a{text-decoration:none;color:#333;font-weight:500;transition:color .2s ease}.navbar-links li a:hover{color:#0f9d58}.navbar-signin .signin-button{padding:10px 20px;background-color:#0f9d58;color:#fff;border-radius:5px;font-weight:600;text-decoration:none;transition:background-color .3s ease}.navbar-signin .signin-button:hover{background-color:#0c7c43}.user-button{background:#0c7c43;border:none;color:#fff;font-weight:700;cursor:pointer}.user-dropdown{position:relative}.dropdown-menu{background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:14px;box-shadow:0 4px 12px #0000001a;min-width:200px;position:absolute;right:0;top:40px;z-index:100}.dropdown-menu p{display:flex;align-items:center;margin:10px 0;font-size:16px;color:#333}.dropdown-menu p svg{color:#444}.logout-button{display:flex;align-items:center;gap:10px;background-color:#f44336;color:#fff;border:none;padding:10px 14px;border-radius:6px;cursor:pointer;margin-top:14px;font-weight:600;font-size:16px;transition:background-color .3s ease}.logout-button svg{color:#fff}.logout-button:hover{background-color:#d32f2f}.footer{background-color:#f0f0f0;color:#10710a;text-align:center;padding:15px 0;position:fixed;width:100%;bottom:0;left:0}.admin-home{height:100vh;width:100vw;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}.welcome-box{background-color:#1f1e1e7c;border-radius:16px;height:100vh;width:100vw;text-align:center;box-shadow:0 8px 16px #0003}.welcome-box h1{font-size:2.5rem;color:#fbfafa;margin-bottom:15px;margin-top:350px}.welcome-box p{font-size:1.2rem;color:#f1eded}.home-button{margin-top:20px;padding:10px 20px;background-color:#4caf50;color:#fff;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.home-button:hover{background-color:#45a049}body,html{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f0f4f8}.signin-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;width:100%;max-width:600px;margin:0 auto}.signin-container h2{font-size:2.5rem;margin-bottom:30px;color:#0a5a0a}.signin-form{background-color:#fff;padding:40px 50px;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:24px;width:100%;max-width:1000px}.signin-form input{background-color:#f0f4f8;color:#0a5a0a;padding:14px 18px;border:2px solid #4caf50;border-radius:8px;font-size:1rem;transition:border-color .3s}.signin-form input[type=text],.signin-form input[type=password]{background-color:#f0f4f8!important;color:#0a5a0a!important;padding:14px 18px!important;border:2px solid #4caf50!important;border-radius:8px!important;font-size:1rem!important;width:100%}.signin-form input:focus{border-color:#0f9d58;outline:none}.signin-form button{padding:14px;background:linear-gradient(90deg,#0a5a0a,#2ecc40);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.signin-form button:hover{background:linear-gradient(90deg,#0f9d58,#27ae60)}.signin-message{margin-top:10px;font-size:16px;font-weight:500;text-align:center}.signin-message.success{color:green}.signin-message.error{color:red}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{width:100%;padding-right:40px}.toggle-icon{position:absolute;right:15px;cursor:pointer;color:#0b8308}@media (max-width: 768px){.signin-container{padding:20px}.signin-form{padding:25px 20px}.signin-container h2{font-size:2rem}.signin-form input,.signin-form button{font-size:.95rem}}@media (max-width: 480px){.signin-container h2{font-size:1.75rem}.signin-form{padding:20px 15px}.signin-form input,.signin-form button{font-size:.9rem;padding:12px}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:Arial,sans-serif;overflow-x:hidden;background-color:#f6fff6}.container{display:flex;height:100vh;width:100vw;overflow:hidden;margin-top:70px}.dis{margin-top:0;color:#c0d8c3;background:#046504;border-radius:0}.dis:hover{color:#0a5a0a;background:linear-gradient(135deg,#388e3c,#66bb6a)}.sidebar{width:250px;padding:20px;background-color:#0f1012;color:#fff;flex-shrink:0}.sidebar.hidden{display:none}.sidebar h2{color:#4caf50;margin-bottom:10px}.sidebar ul{list-style:none}.sidebar li{display:flex;align-items:center;gap:10px;padding:10px;margin-bottom:10px;border:1px solid #2ecc40;border-radius:8px;background-color:#0f1012;color:#fff;cursor:pointer;transition:background-color .3s ease}.sidebar li:hover{background-color:#14304f}.sidebar li.active{background-color:#299227;font-weight:700}.sidebar li .icon{color:#4caf50;font-size:18px}.sidebar li.empty{font-style:italic;color:#ccc}.main{flex:1;padding:40px;max-width:100%;overflow-y:auto;background-color:#e8e8e8}.main h3{color:#0a5a0a;margin-bottom:20px}.header{background:linear-gradient(to bottom,#fff,#f0fdf4);padding:24px;border-radius:0;box-shadow:0 4px 12px #0080001a;height:550px}.subs{font-size:30px}.summary-box{margin-bottom:20px}.summary-dropdown{width:100%;padding:14px 16px;font-size:16px;border-radius:12px;border:2px solid #cceacc;background-color:#f8fff8;color:#333;box-shadow:0 2px 8px #0080000d}.summary-dropdown:focus{outline:none;border-color:#4caf50;box-shadow:0 0 6px #4caf5066}.mode-switch-container{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;gap:10px;margin-top:-90px;min-height:calc(100vh - 140px)}.mode-button.uniform{width:420px;padding:44px 0;font-size:22px;font-weight:700;border-radius:12px;background:linear-gradient(90deg,#0e8a16,#3ddc84);color:#fff;border:none;box-shadow:0 6px 20px #00000026;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-align:center;margin-top:50px}.mode-button.uniform:hover{transform:scale(1.05);box-shadow:0 8px 24px #0003}.form{margin-top:20px}.form input[type=text]{width:100%;padding:12px;border:2px solid #4caf50;border-radius:8px;margin-bottom:20px;font-size:16px;background-color:#e7f4e8;color:#0a5a0a}.buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.buttons button{padding:20px;margin-bottom:20px;margin-top:20px;font-size:16px;font-weight:700;color:#fff;border:none;border-radius:12px;cursor:pointer;background-image:linear-gradient(90deg,#0a5a0a,#2ecc40);box-shadow:0 4px 10px #00800026;transition:transform .2s ease}.buttons button:hover{transform:scale(1.03)}.buttons button:disabled{background:#aaa;cursor:not-allowed}.buttons button:nth-child(2),.buttons button:nth-child(3){background-image:linear-gradient(90deg,#2ecc40,#0a5a0a)}.buttons button:nth-child(4){background-image:linear-gradient(90deg,#0a5a0a,#2ecc40)}@media (max-width: 1024px){.container{flex-direction:column;height:auto}.sidebar{width:100%;padding:15px 10px;text-align:center;order:1}.sidebar ul{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.sidebar li{flex:1 1 45%;max-width:45%}.main{padding:20px;order:2}.header{height:auto}.subs{font-size:24px}.summary-dropdown{font-size:14px;padding:10px 12px}.form input[type=text]{font-size:14px;padding:10px}.buttons{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 600px){.sidebar ul{flex-direction:column}.sidebar li{flex:1 1 100%;max-width:100%}.buttons{grid-template-columns:1fr}.buttons button{padding:16px;font-size:14px}.subs{font-size:20px}.summary-dropdown{font-size:13px;padding:8px 10px}.form input[type=text]{font-size:13px;padding:8px}.main{padding:15px 10px}}@media (max-width: 768px){.dis{top:10px;left:10px;z-index:1001;padding:10px 14px;font-size:24px;background:linear-gradient(135deg,#388e3c,#66bb6a);border-radius:8px;cursor:pointer}@media (max-width: 600px){.mode-switch-container{margin-top:0;padding:0 10px}.mode-button.uniform{width:100%;padding:16px 0;font-size:16px;margin-top:20px}}}.sidebar.hidden+.main{width:100%;padding-left:20px;padding-right:20px}.cards-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:20px}.cards-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.card{cursor:pointer;border-radius:12px;box-shadow:0 2px 8px #2091041a;background-color:#fff;min-width:300px;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center}.card-subtitle{margin-bottom:8px;font-size:14px;color:#555}.card-title{font-size:20px;font-weight:600;margin-bottom:12px;color:#0a5a0a}.card-button{margin-top:auto;padding:10px 20px;background-color:#2ecc40;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.card-cancel-wrapper{margin-top:10px;margin-bottom:10px;display:flex;justify-content:center}.card-cancel-button{padding:8px 16px;background-color:#f62626;color:#fff;border:none;border-radius:6px;cursor:pointer}.card-cancel-button:hover{background-color:#7c7b7b}.selected-info{margin-bottom:8px;color:#0a5a0a}.italic-text{font-style: italic}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.adminright-container{padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#e7f0ea,#fff);min-height:100vh;margin-top:70px;color:#2d3a2d}.drag-handle{opacity:.6;transition:opacity .2s ease}.drag-handle:hover{opacity:1;color:#1890ff}li[draggable=true]{cursor:move}li.drag-over{background-color:#e6f7ff;border-left:3px solid #1890ff}.subtopic-item{display:flex;align-items:center;padding:5px 0}.lesson-item{background-color:#fafafa}.title{font-size:28px;font-weight:700;margin-bottom:30px;text-align:center;color:#14532d}.adminright-grid{display:flex;gap:24px;flex-wrap:nowrap;align-items:flex-start;margin-bottom:40px;height:calc(100vh - 140px);position:relative}.left-panel{flex:1;min-width:400px;max-width:500px;display:flex;flex-direction:column;gap:10px;background-color:#fff;border-radius:12px;padding:12px 15px;height:calc(100vh - 140px);overflow-y:hidden;position:sticky;top:80px;align-self:flex-start;box-shadow:0 3px 12px #228b221f}.top-box{background-color:#fff;padding:12px 15px;border-radius:10px;box-shadow:0 2px 8px #228b221a;flex-shrink:0;margin-bottom:5px}.bottom-box{background-color:#fff;padding:12px 15px;border-radius:10px;box-shadow:0 2px 8px #228b221a;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;margin-top:5px}.bottom-box>h3,.bottom-box>h4{flex-shrink:0;margin-bottom:8px}.bottom-box>div{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding-right:3px;margin-top:3px}.bottom-box>div::-webkit-scrollbar{width:6px}.bottom-box>div::-webkit-scrollbar-track{background:#f1f8f2;border-radius:3px}.bottom-box>div::-webkit-scrollbar-thumb{background:#a5d6a7;border-radius:3px}.bottom-box>div::-webkit-scrollbar-thumb:hover{background:#81c784}.left-panel h3{margin-bottom:8px;color:#205c38;font-size:18px;text-align:center;font-weight:600;margin-top:5px}.left-panel h3:first-of-type{font-size:16px;margin-bottom:5px;margin-top:0}.left-panel .bottom-box h3{font-size:16px;margin-bottom:5px;margin-top:0}.left-panel h4{margin-bottom:5px;color:#1b1c1b;font-size:14px;font-weight:500;margin-top:3px}input[type=text],input[type=number],input[type=file],select,textarea{width:100%;padding:8px 10px;margin:3px 0 8px;border:1px solid #98cfa2;border-radius:6px;font-size:14px;background-color:#f4fdf6;color:#1b4d3e;box-sizing:border-box}.left-panel input[type=text]::placeholder{font-size:12px;color:#999}textarea{resize:vertical;min-height:80px}button{padding:8px 12px;background-color:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:13px;transition:background-color .3s ease;margin-top:3px;margin-bottom:5px}button:hover{background-color:#218838}.btn{margin-left:10px}.remove-button{background-color:#dc3545!important;color:#fff}.remove-button:hover{background-color:#c82333!important}.explanation-buttons{display:flex;gap:15px;margin-bottom:15px;justify-content:center}.explanation-buttons button{background-color:#218838;padding:22px 34px;font-size:18px;border-radius:8px}.explanation-buttons button:hover{background-color:#1a6e2d}.right-panel{flex:2;min-width:340px;height:calc(100vh - 140px);overflow-y:auto;overflow-x:hidden;padding-right:10px}.right-panel::-webkit-scrollbar{width:8px}.right-panel::-webkit-scrollbar-track{background:#f1f8f2;border-radius:4px}.right-panel::-webkit-scrollbar-thumb{background:#a5d6a7;border-radius:4px}.right-panel::-webkit-scrollbar-thumb:hover{background:#81c784}.explanation-box{background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 3px 12px #228b221f}.explanation-box h4{margin-bottom:12px;color:#205c38;font-size:24px;text-align:center}.explanation-form,.test-form{margin-top:20px;padding:18px;background-color:#f3fef5;border:1px solid #cce8cc;border-radius:10px;margin-bottom:30px}.explanation-form h4,.test-form h4{margin-bottom:12px;color:#2d6331;font-size:18px}.explanation-form ul{list-style-type:disc;margin-top:12px;padding-left:20px}.explanation-form ul li{margin-bottom:6px}.option-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.test-form ol{padding-left:20px;margin-top:12px}.test-form ol li{margin-bottom:6px}.action-buttons{display:flex;gap:20px;margin-top:10px;flex-wrap:wrap}.recordaudio{margin-top:10px}.action-buttons button{background-color:#34a853}.action-buttons button:hover{background-color:#2c8c45}.action-buttons button:last-child{background-color:#dc3545}.action-buttons button:last-child:hover{background-color:#c82333}audio{margin-top:10px;width:100%}.left-panel ul,.left-panel li{list-style:none;margin:0;padding:0}.left-panel>div>ul,.bottom-box>div>ul{padding-left:0}.left-panel li{margin-bottom:1px}.lesson-btn{display:flex!important;align-items:center;width:100%;text-align:left!important;background:linear-gradient(90deg,#e8f5e9,#f1f8f2)!important;color:#1b5e20!important;font-weight:700!important;font-size:16px!important;padding:10px 12px!important;margin:4px 0!important;border-radius:8px!important;border-left:4px solid #2e7d32!important;box-shadow:0 2px 6px #0000001a;transition:background .2s ease,box-shadow .2s ease;gap:8px;flex:1}.lesson-btn:hover{background:linear-gradient(90deg,#c8e6c9,#e8f5e9)!important;box-shadow:0 3px 10px #2e7d3233}.left-panel li button[style*="color: blue"],.left-panel li button[style*='color: "blue"']{display:flex!important;align-items:center;width:100%;text-align:left!important;background:none!important;color:#1565c0!important;font-size:18px!important;font-weight:600!important;padding:6px 10px 6px 14px!important;margin:3px 0!important;border-radius:5px!important;border:none!important;box-shadow:none!important;transition:background .15s ease,color .15s ease}.left-panel li button[style*="color: blue"]:hover{background:#e3f2fd!important;color:#0d47a1!important}.left-panel button[style*="color: blue"][style*="background: none"],div[style*="display: flex"][style*="alignItems: center"]>button[style*="color: blue"]{font-size:15px!important;padding:4px 8px 4px 16px!important;margin:2px 0!important;color:#0d47a1!important;background:none!important;border:none!important;text-align:left!important;font-weight:500}.icon-btn{display:inline-flex!important;align-items:center;justify-content:center;flex-shrink:0;padding:4px 6px!important;margin:0!important;background:transparent!important;border:1px solid #c8e6c9!important;border-radius:5px!important;color:#388e3c!important;cursor:pointer;transition:background .15s,color .15s;min-width:28px;min-height:28px}.move-btn,button[title="Move Up"],button[title="Move Down"],button[title="Move Test Up"],button[title="Move Test Down"]{padding:2px 5px!important;font-size:11px!important;background:#f5f5f5!important;color:#555!important;border:1px solid #ddd!important;border-radius:4px!important;cursor:pointer;margin:0 1px!important;transition:background .15s;flex-shrink:0}.move-btn:hover,button[title="Move Up"]:hover,button[title="Move Down"]:hover{background:#e0e0e0!important}.move-btn:disabled,button[title="Move Up"]:disabled,button[title="Move Down"]:disabled{opacity:.35!important;cursor:not-allowed!important}.left-panel li>ul{padding-left:12px;border-left:1px solid #e0f0e3;margin-left:5px;margin-top:1px}@media (max-width: 768px){.adminright-grid{flex-direction:column;height:auto;flex-wrap:wrap;gap:16px}.left-panel{width:100%;max-width:none;height:auto;position:static;overflow-y:visible;top:auto;gap:10px;padding:12px 15px}.bottom-box{max-height:400px}.right-panel{width:100%;height:auto;overflow-y:visible;padding-right:0}.explanation-buttons{flex-direction:column;gap:10px}.explanation-buttons button{width:100%;padding:15px 20px;font-size:16px}.dis{display:flex;flex-direction:column;align-items:center;justify-content:center;height:5vh}}@media (max-width: 480px){.adminright-container{padding:10px;margin-top:60px}.left-panel,.right-panel{min-width:100%;padding:10px 12px}.bottom-box{padding:10px 12px}.title{font-size:22px;margin-bottom:20px}.option-row{flex-direction:column;align-items:flex-start;gap:5px}.option-row input[type=text]{width:100%}}.student-info-notice{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-left:6px solid #2196f3;padding:20px;margin-bottom:30px;border-radius:12px;box-shadow:0 4px 15px #2196f31a}.student-info-notice p{margin:0;color:#1565c0;font-size:15px;line-height:1.6}.student-info-notice strong{font-weight:700}.user-form{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;padding:30px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #e2e8f0}.user-form input,.user-form select{padding:14px 18px;font-size:16px;border:2px solid #cbd5e0;border-radius:10px;transition:all .3s ease;background:#fff}.user-form input:focus,.user-form select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 4px #3498db33}.user-form button[type=submit]{padding:16px;background:linear-gradient(135deg,#28a745,#218838);color:#fff;font-size:18px;font-weight:600;border:none;border-radius:10px;cursor:pointer;margin-top:20px;transition:all .3s ease;letter-spacing:.5px}.user-form button[type=submit]:hover{background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-3px);box-shadow:0 6px 20px #28a74566}.create-teacher-btn{background:linear-gradient(135deg,#3498db,#2980b9)!important}.create-teacher-btn:hover{background:linear-gradient(135deg,#2980b9,#1c5d87)!important;box-shadow:0 6px 20px #3498db66!important}.cancel-btn{padding:14px;background:#6c757d;color:#fff;font-size:16px;border:none;border-radius:10px;cursor:pointer;margin-top:10px;transition:all .3s ease}.cancel-btn:hover{background:#545b62;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.restrictions{padding:25px;background:#fff;border-radius:10px;border:2px solid #e2e8f0;margin-top:20px}.restrictions label{font-weight:600;margin-top:20px;display:block;color:#2d3748;font-size:16px;margin-bottom:8px}.subject-options{display:flex;flex-wrap:wrap;gap:15px;margin:15px 0}.subject-options label{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#e6f0ff,#d0e1ff);padding:12px 20px;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent;min-width:120px;justify-content:center}.subject-options label:hover{background:linear-gradient(135deg,#d0e1ff,#b3d4ff);transform:translateY(-2px);border-color:#3498db}.subject-options input[type=checkbox]{width:18px;height:18px;accent-color:#3498db}.custom-subject-input{display:flex;gap:15px;margin-top:20px;width:100%}.custom-subject-input input{flex:1}.custom-subject-input button{padding:12px 30px;background:linear-gradient(135deg,#28a745,#218838);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}.custom-subject-input button:hover{background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.subject-list{margin-top:20px;list-style:none;padding:0;width:100%}.subject-list li{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:14px 20px;border-radius:8px;border:2px solid #e2e8f0;font-weight:500}.subject-list li button{background:transparent;border:none;font-size:18px;font-weight:700;color:#e53e3e;cursor:pointer;padding:4px 12px;border-radius:6px;transition:all .2s ease}.subject-list li button:hover{background:#fed7d7;color:#c53030;transform:scale(1.1)}.user-list{margin-top:40px;padding:30px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px}.user-list h3{margin-bottom:25px;font-size:26px;color:#2c3e50;border-bottom:3px solid #3498db;padding-bottom:15px;font-weight:600}.user-list ul{list-style:none;padding:0}.user-list li{background:#fff;border:2px solid #e2e8f0;padding:25px;margin-bottom:20px;border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.user-list li:before{content:"";position:absolute;left:0;top:0;height:100%;width:6px}.teacher-item:before{background:linear-gradient(180deg,#3498db,#2980b9)}.student-item:before{background:linear-gradient(180deg,#4caf50,#388e3c)}.user-list li:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;border-color:#3498db}.students-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:25px;margin-top:20px}.student-card{background:#fff;border:1px solid #e0e0e0;border-radius:15px;padding:25px;box-shadow:0 4px 15px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;height:100%;border-left:6px solid #4CAF50;background:linear-gradient(135deg,#fff,#f9f9f9)}.student-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 35px #00000026;border-color:#3498db}.student-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e8f5e9}.student-card-header h4{margin:0;color:#2c3e50;font-size:20px;font-weight:700;flex:1}.student-id{font-size:12px;color:#666;background:linear-gradient(135deg,#f5f5f5,#eee);padding:4px 10px;border-radius:20px;font-weight:500;white-space:nowrap}.student-card-body{flex:1;max-height:450px;overflow-y:auto;margin-bottom:20px;padding-right:10px}.student-card-body::-webkit-scrollbar{width:8px}.student-card-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.student-card-body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4caf50,#388e3c);border-radius:4px}.student-card-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#388e3c,#2e7d32)}.info-section{margin-bottom:20px;padding-bottom:18px;border-bottom:1px dashed #e0e0e0}.info-section:last-child{border-bottom:none;margin-bottom:0}.info-section h5{margin:0 0 15px;color:#3498db;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.info-section h5:before{content:"▶";font-size:12px;color:#3498db}.info-section p{margin:8px 0;font-size:14px;line-height:1.6;color:#555;display:flex}.info-section p strong{color:#2c3e50;min-width:160px;display:inline-block;font-weight:600;margin-right:10px}.status-badge{display:inline-block;padding:3px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-left:10px}.status-active{background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff}.status-trial{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.status-expired{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff}.student-card-actions{display:flex;justify-content:flex-end;gap:15px;padding-top:20px;border-top:1px solid #e0e0e0;margin-top:auto}.student-profile-header{display:flex;align-items:center;gap:24px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px}.profile-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid #f0f0f0}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:48px;border:4px solid #f0f0f0}.profile-info h1{margin:0 0 8px;font-size:28px;color:#333}.profile-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:8px}.student-id{font-family:Courier New,monospace;background:#f5f5f5;padding:4px 8px;border-radius:4px;font-size:12px;color:#666}.student-email{display:inline-flex;align-items:center;gap:4px;color:#666;font-size:14px}.location-info{display:flex;align-items:center;gap:6px;color:#666;font-size:14px}.status-badge,.plan-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase}.plan-highlight{font-weight:600}.info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}.info-label{font-weight:500;color:#666;min-width:180px}.info-value{flex:1;color:#333;display:flex;align-items:center;gap:8px}.payment-history-list{max-height:400px;overflow-y:auto}.payment-item{background:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:12px;border:1px solid #e9ecef}.payment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #dee2e6}.payment-index{font-weight:600;color:#333}.payment-date{color:#666;font-size:14px}.payment-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}.payment-row{display:flex;justify-content:space-between}.payment-row .label{font-weight:500;color:#666}.payment-row .value{color:#333}.payment-row .amount{font-weight:600;color:#4caf50}.payment-row .discount{color:#ff9800}.coupon-code{background:#e3f2fd;padding:2px 8px;border-radius:4px;font-family:Courier New,monospace;font-size:12px}.course-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.course-detail-item{padding:12px;background:#f8f9fa;border-radius:8px}.course-detail-item.full-width{grid-column:1 / -1}.detail-label{display:block;font-weight:500;color:#666;margin-bottom:4px;font-size:14px}.detail-value{display:block;color:#333;font-size:16px}.course-json{background:#f5f5f5;padding:12px;border-radius:4px;font-family:Courier New,monospace;font-size:12px;overflow-x:auto;max-height:200px;overflow-y:auto}.severity-indicator{width:8px;height:8px;border-radius:50%;display:inline-block;margin-left:8px}.completeness-bar{flex:1;height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden;margin-right:12px}.completeness-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:3px;transition:width .3s ease}.completeness-text{font-size:12px;color:#666;min-width:100px;text-align:right}.view-photo-btn{margin-left:12px;padding:4px 12px;background:#2196f3;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background .3s}.view-photo-btn:hover{background:#1976d2}.plan-tag{background:#e3f2fd;color:#1976d2;padding:4px 12px;border-radius:4px;font-size:14px;font-weight:500}.action-type{background:#e8f5e9;color:#2e7d32;padding:4px 12px;border-radius:4px;font-size:14px;font-weight:500}.highlight.warning{color:#ff9800;font-weight:600}.highlight.expired{color:#f44336;font-weight:600}.active-status{color:#4caf50;display:flex;align-items:center;gap:4px}.inactive-status{color:#ff9800;display:flex;align-items:center;gap:4px}@media (max-width: 768px){.student-profile-header{flex-direction:column;text-align:center}.profile-meta{justify-content:center}.info-row{flex-direction:column;gap:4px}.info-label{min-width:auto}.course-details-grid{grid-template-columns:1fr}}.payment-history-list::-webkit-scrollbar,.course-json::-webkit-scrollbar{width:6px}.payment-history-list::-webkit-scrollbar-track,.course-json::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.payment-history-list::-webkit-scrollbar-thumb,.course-json::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.payment-history-list::-webkit-scrollbar-thumb:hover,.course-json::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.view-btn{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;padding:12px 24px;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:8px;letter-spacing:.5px}.view-btn:before{content:"👁";font-size:14px}.view-btn:hover{background:linear-gradient(135deg,#2980b9,#1c5d87);transform:translateY(-3px);box-shadow:0 6px 20px #3498db66}.student-card-actions button:last-child{display:none}.role-badge{display:inline-block;padding:5px 15px;border-radius:20px;font-size:12px;font-weight:700;text-transform:capitalize;color:#fff;margin:2px 0;letter-spacing:.5px}.role-badge.teacher{background:linear-gradient(135deg,#3498db,#2980b9)}.role-badge.admin{background:linear-gradient(135deg,#9c27b0,#7b1fa2)}.role-badge.student{background:linear-gradient(135deg,#4caf50,#388e3c)}.checkbox-group{display:flex;flex-wrap:wrap;gap:15px;margin:15px 0}.checkbox-group label{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:2px solid #cbd5e0;padding:12px 20px;border-radius:8px;cursor:pointer;display:flex;align-items:center;font-size:15px;transition:all .2s ease;min-width:80px;justify-content:center;font-weight:500}.checkbox-group label:hover{border-color:#3498db;background:linear-gradient(135deg,#ebf8ff,#bee3f8);transform:translateY(-2px)}.checkbox-group input[type=checkbox]{margin-right:10px;width:18px;height:18px;accent-color:#3498db}.back-btn{width:100%;padding:18px;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:18px;font-weight:700;margin-top:40px;transition:all .3s ease;letter-spacing:.8px;display:flex;align-items:center;justify-content:center;gap:10px}.back-btn:before{content:"←";font-size:20px}.back-btn:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-4px);box-shadow:0 8px 25px #007bff66}@media (max-width: 1200px){.students-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width: 1024px){.sidebar{width:220px}.main-content{margin-left:220px}.students-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width: 768px){.manage-account-container{flex-direction:column;margin-top:60px}.sidebar{position:static;width:100%;height:auto;padding:15px}.main-content{margin-left:0;padding:15px}.sidebar-btn{padding:12px 15px;font-size:15px;margin-bottom:8px}.manage-container{padding:20px;margin:10px 0}.manage-container h2{font-size:24px}.user-form{padding:20px}.user-form input,.user-form select{padding:12px}.students-grid{grid-template-columns:1fr;gap:20px}.student-card{padding:20px}.student-card-header{flex-direction:column;align-items:flex-start;gap:10px}.student-id{align-self:flex-start}.info-section p{flex-direction:column;gap:2px}.info-section p strong{min-width:auto;margin-bottom:2px}.action-buttons{flex-direction:column}.action-buttons button{width:100%;margin:5px 0}.student-card-actions{justify-content:stretch}.view-btn{width:100%;justify-content:center}}@media (max-width: 480px){.manage-container,.student-card{padding:15px}.student-card-body{max-height:350px}.info-section h5{font-size:15px}.info-section p{font-size:13px}.view-btn{padding:10px 20px;font-size:14px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.student-card{animation:fadeInUp .5s ease-out forwards;animation-delay:calc(var(--card-index, 0) * .1s);opacity:0}.student-card:focus-within{outline:3px solid #3498db;outline-offset:2px}@media print{.sidebar,.back-btn,.student-card-actions,.user-form,.test-endpoints-btn{display:none!important}.main-content{margin-left:0;padding:0;background:#fff}.manage-container{box-shadow:none;border-radius:0;padding:20px}.students-grid{grid-template-columns:1fr!important;gap:15px}.student-card{break-inside:avoid;border:1px solid #ddd;box-shadow:none;page-break-inside:avoid}.student-card-body{max-height:none;overflow:visible}}.loading{opacity:.6;pointer-events:none}.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}html{scroll-behavior:smooth}.manage-account-container *{margin:0;padding:0;box-sizing:border-box}.manage-account-container{display:flex;min-height:100vh;margin-top:70px;background:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.manage-account-container .sidebar{width:250px;background:linear-gradient(180deg,#2c3e50,#1a252f);color:#fff;padding:20px;position:fixed;height:calc(100vh - 70px);overflow-y:auto;box-shadow:2px 0 10px #0000001a;z-index:100}.manage-account-container .sidebar-title{font-size:22px;font-weight:600;margin-bottom:30px;text-align:center;padding-bottom:15px;border-bottom:2px solid #3498db;color:#fff}.manage-account-container .sidebar-btn{display:block;width:100%;padding:14px 20px;margin-bottom:12px;background:#ffffff1a;border:none;border-radius:10px;color:#fff;text-align:left;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.manage-account-container .sidebar-btn:hover{background:#3498db4d;transform:translate(5px);box-shadow:0 4px 12px #3498db33}.manage-account-container .sidebar-btn.active{background:linear-gradient(135deg,#3498db,#2980b9);font-weight:600;box-shadow:0 4px 15px #3498db66}.main-content{flex:1;margin-left:250px;padding:30px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:calc(100vh - 70px)}.manage-container{max-width:1400px;width:100%;margin:0 auto;padding:30px;background:#fff;border-radius:15px;box-shadow:0 8px 30px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.manage-container h2{font-size:32px;margin-bottom:30px;text-align:center;color:#2c3e50;border-bottom:3px solid #3498db;padding-bottom:20px;font-weight:600}.student-management-panel{display:flex;flex-direction:column;gap:25px}.search-filter-bar{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:25px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 15px #0000000d}.search-box{display:flex;align-items:center;background:#fff;border:2px solid #cbd5e0;border-radius:10px;padding:12px 20px;margin-bottom:20px;transition:all .3s ease}.search-box:focus-within{border-color:#3498db;box-shadow:0 0 0 4px #3498db33}.search-box svg{color:#718096;margin-right:12px}.search-box input{flex:1;border:none;outline:none;font-size:16px;padding:5px;background:transparent}.clear-search{background:none;border:none;font-size:24px;color:#718096;cursor:pointer;padding:0 5px;transition:color .2s ease}.clear-search:hover{color:#e53e3e}.filter-controls{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.filter-group{display:flex;flex-direction:column;min-width:180px}.filter-group label{font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px;display:flex;align-items:center;gap:6px}.filter-group select{padding:12px;border:2px solid #cbd5e0;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:all .3s ease}.filter-group select:hover{border-color:#a0aec0}.filter-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.reset-filters-btn{padding:12px 24px;background:linear-gradient(135deg,#718096,#4a5568);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;margin-left:auto}.reset-filters-btn:hover{background:linear-gradient(135deg,#4a5568,#2d3748);transform:translateY(-2px);box-shadow:0 4px 12px #4a55684d}.export-btn{padding:12px 24px;background:linear-gradient(135deg,#38a169,#2f855a);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease}.export-btn:hover{background:linear-gradient(135deg,#2f855a,#276749);transform:translateY(-2px);box-shadow:0 4px 12px #38a1694d}.student-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px}.stat-card{background:linear-gradient(135deg,#fdfdfd,#fff);color:#7600f5;padding:20px;border-radius:12px;text-align:center;box-shadow:0 4px 15px #667eea4d}.stat-card:nth-child(2){background:linear-gradient(135deg,#fff,#fff);color:#0e9912}.stat-card:nth-child(3){background:linear-gradient(135deg,#fff,#fff);color:#d81212}.stat-card:nth-child(4){background:linear-gradient(135deg,#fff,#fff);color:#f2820b}.stat-number{font-size:36px;font-weight:700;display:block;margin-bottom:5px}.stat-label{font-size:14px;opacity:.9}.student-list-container{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.list-header{padding:20px 25px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-bottom:2px solid #e2e8f0}.list-header h3{margin:0;color:#2c3e50;font-size:22px;display:flex;align-items:center;gap:10px}.search-summary{font-size:16px;color:#718096;font-weight:400}.student-table-container{overflow-x:auto}.student-table{width:100%;border-collapse:collapse;min-width:1000px}.student-table thead{background:linear-gradient(135deg,#edf2f7,#e2e8f0)}.student-table th{padding:18px 20px;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #cbd5e0;font-size:15px}.student-table tbody tr{border-bottom:1px solid #e2e8f0;transition:all .3s ease}.student-table tbody tr:hover{background-color:#f7fafc;transform:scale(1.01)}.student-table td{padding:16px 20px;vertical-align:middle}.student-info{display:flex;align-items:center;gap:15px}.student-avatar{width:50px;height:50px;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0}.student-details{display:flex;flex-direction:column}.student-name{font-weight:600;color:#2c3e50;font-size:16px;margin-bottom:4px}.student-id{font-size:12px;color:#718096;font-family:Courier New,monospace}.contact-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#4a5568}.contact-item svg{color:#718096;flex-shrink:0}.course-info{display:flex;flex-direction:column;gap:4px}.course-type{font-weight:600;color:#2c3e50;font-size:14px}.course-name{font-size:13px;color:#718096}.plan-badge,.status-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:capitalize;letter-spacing:.3px}.plan-badge{background:linear-gradient(135deg,#9c27b0,#7b1fa2)}.status-badge{background:linear-gradient(135deg,#4caf50,#388e3c)}.days-count{font-size:11px;opacity:.9}.subscription-info{display:flex;flex-direction:column;gap:6px}.date-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#4a5568}.date-item svg{color:#718096;flex-shrink:0}.view-btn{padding:8px 16px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;transition:all .3s ease}.view-btn:hover{background:linear-gradient(135deg,#2980b9,#1c5d87);transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.student-details-container{background:#fff;border-radius:15px;padding:30px;box-shadow:0 8px 30px #0000001a;max-width:1400px;margin:0 auto}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.back-button{padding:10px 20px;background:linear-gradient(135deg,#718096,#4a5568);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease}.back-button:hover{background:linear-gradient(135deg,#4a5568,#2d3748);transform:translateY(-2px)}.details-header h2{margin:0;color:#2c3e50;font-size:28px}.export-details-btn{padding:10px 20px;background:linear-gradient(135deg,#38a169,#2f855a);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease}.export-details-btn:hover{background:linear-gradient(135deg,#2f855a,#276749);transform:translateY(-2px)}.student-profile-header{display:flex;align-items:center;gap:25px;margin-bottom:40px;padding:25px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #e2e8f0}.profile-avatar{width:100px;height:100px;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;flex-shrink:0}.profile-info{flex:1}.profile-info h1{margin:0 0 10px;color:#2c3e50;font-size:32px}.profile-meta{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.student-id{font-family:Courier New,monospace;color:#718096;font-size:14px;background:#edf2f7;padding:4px 12px;border-radius:6px}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px;margin-bottom:30px}.details-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.details-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:#3498db}.details-card.full-width{grid-column:1 / -1}.card-header{padding:20px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:12px}.card-header h3{margin:0;color:#2c3e50;font-size:18px}.card-content{padding:20px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed #e2e8f0}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;color:#4a5568;font-size:14px}.info-value{color:#2c3e50;font-size:14px;display:flex;align-items:center;gap:8px;text-align:right}.info-value.code{font-family:Courier New,monospace;font-size:12px;word-break:break-all;max-width:200px}.info-value.highlight{font-weight:700;color:#2b6cb0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.info-item{padding:10px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.item-label{display:block;font-size:12px;color:#718096;margin-bottom:4px}.item-value{display:block;font-size:14px;color:#2c3e50;font-weight:500}.empty-state{text-align:center;padding:60px 40px;background:#f8f9fa;border-radius:15px;border:3px dashed #dee2e6;color:#6c757d;font-size:16px;margin:20px 0}.student-empty{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-color:#4caf50}.empty-icon{font-size:70px;margin-bottom:25px;opacity:.6;display:block}.empty-state h4{color:#2c3e50;margin-bottom:15px;font-size:24px;font-weight:600}.empty-state p{color:#6c757d;font-size:16px;max-width:500px;margin:0 auto 25px;line-height:1.6}@media (max-width: 1200px){.details-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.sidebar{width:220px}.main-content{margin-left:220px}}@media (max-width: 768px){.manage-account-container{flex-direction:column;margin-top:60px}.sidebar{position:static;width:100%;height:auto;padding:15px}.main-content{margin-left:0;padding:15px}.filter-controls{flex-direction:column;align-items:stretch}.filter-group{min-width:auto}.reset-filters-btn,.export-btn{margin-left:0;justify-content:center}.student-table{font-size:13px}.student-table th,.student-table td{padding:12px 15px}.student-profile-header{flex-direction:column;text-align:center}.profile-meta{justify-content:center}}@media (max-width: 480px){.manage-container{padding:15px}.student-avatar{width:40px;height:40px;font-size:20px}.profile-avatar{width:80px;height:80px;font-size:36px}.info-row{flex-direction:column;align-items:flex-start;gap:5px}.info-value{text-align:left;width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.student-row{animation:fadeIn .3s ease-out forwards;opacity:0}.student-row:nth-child(1){animation-delay:.1s}.student-row:nth-child(2){animation-delay:.2s}.student-row:nth-child(3){animation-delay:.3s}.student-row:nth-child(4){animation-delay:.4s}.student-row:nth-child(5){animation-delay:.5s}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:20px auto}@media (max-width: 1400px){.manage-container{padding:25px;max-width:95%}.students-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:22px}.details-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}}@media (max-width: 1200px){.students-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.details-grid{grid-template-columns:1fr;gap:20px}.student-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.manage-account-container .sidebar{width:220px;padding:18px}.main-content{margin-left:220px;padding:25px}.students-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}.student-table{min-width:900px}.filter-controls{gap:12px}.filter-group{min-width:160px}}@media (max-width: 900px){.student-stats{grid-template-columns:1fr}.student-profile-header{flex-direction:column;text-align:center;gap:20px}.profile-meta{justify-content:center}.details-header{flex-direction:column;gap:15px;align-items:flex-start}.details-header>div{width:100%;display:flex;justify-content:space-between}}@media (max-width: 768px){.manage-account-container{flex-direction:column;margin-top:60px}.manage-account-container .sidebar{position:static;width:100%;height:auto;padding:15px;box-shadow:none}.main-content{margin-left:0;padding:20px;min-height:auto}.manage-container{padding:20px;margin:0;border-radius:10px}.manage-container h2{font-size:26px;margin-bottom:25px}.sidebar-btn{padding:12px 16px;font-size:15px;margin-bottom:10px}.students-grid{grid-template-columns:1fr;gap:16px}.student-card{padding:20px;border-radius:12px}.student-card-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}.student-id{align-self:flex-start}.student-card-body{max-height:380px}.info-section p{flex-direction:column;gap:2px;margin:6px 0}.info-section p strong{min-width:auto;margin-bottom:2px;margin-right:0}.student-card-actions{justify-content:stretch;flex-direction:column;gap:10px}.view-btn{width:100%;justify-content:center}.student-table-container{margin:0 -20px;padding:0 20px}.student-table{min-width:800px}.student-table th,.student-table td{padding:14px 16px;font-size:14px}.student-avatar{width:44px;height:44px;font-size:20px}.search-filter-bar{padding:20px}.filter-controls{flex-direction:column;align-items:stretch;gap:15px}.filter-group{min-width:auto}.reset-filters-btn,.export-btn{margin-left:0;justify-content:center;width:100%}.filter-controls>*:last-child{display:flex;gap:10px}.reset-filters-btn,.export-btn{width:auto;flex:1}.student-details-container{padding:20px}.details-grid{gap:16px}.card-header,.card-content{padding:16px}.info-row{flex-direction:column;align-items:flex-start;gap:5px;padding:10px 0}.info-value{text-align:left;width:100%}.info-grid{grid-template-columns:1fr;gap:12px}.profile-avatar{width:85px;height:85px;font-size:40px}.profile-info h1{font-size:26px}.user-form{padding:20px;gap:16px}.user-form input,.user-form select{padding:12px 16px;font-size:15px}.subject-options{gap:12px}.subject-options label{min-width:110px;padding:10px 16px}.custom-subject-input{flex-direction:column;gap:12px}.custom-subject-input button{width:100%}}@media (max-width: 640px){.main-content{padding:15px}.manage-container{padding:18px}.student-table th,.student-table td{padding:12px;font-size:13px}.student-info{flex-direction:column;align-items:flex-start;gap:10px}.student-details{width:100%}.action-buttons{flex-direction:column;gap:8px}.view-btn{width:100%;justify-content:center}.subject-options{justify-content:center}.subject-options label{min-width:calc(50% - 12px);justify-content:center;text-align:center}.checkbox-group{justify-content:center}.checkbox-group label{min-width:calc(50% - 12px);justify-content:center}}@media (max-width: 480px){.manage-container{padding:16px;border-radius:8px}.manage-container h2{font-size:22px;margin-bottom:20px;padding-bottom:15px}.student-card{padding:16px}.student-card-body{max-height:350px}.info-section{margin-bottom:16px;padding-bottom:14px}.info-section h5{font-size:15px;margin-bottom:12px}.info-section p{font-size:13px}.view-btn{padding:10px 18px;font-size:14px}.student-avatar{width:40px;height:40px;font-size:18px}.profile-avatar{width:75px;height:75px;font-size:36px}.profile-info h1{font-size:22px}.stat-card{padding:16px}.stat-number{font-size:28px}.user-form{padding:16px;margin-bottom:30px}.user-form input,.user-form select{padding:10px 14px;font-size:14px}.user-form button[type=submit]{padding:14px;font-size:16px}.subject-options label,.checkbox-group label{min-width:100%;margin-bottom:8px}.empty-state{padding:40px 20px}.empty-icon{font-size:50px;margin-bottom:20px}.empty-state h4{font-size:20px}.empty-state p{font-size:14px}}@media (max-width: 360px){.main-content{padding:12px}.manage-container{padding:14px}.student-table{font-size:12px}.student-table th,.student-table td{padding:10px}.plan-badge,.status-badge{padding:4px 12px;font-size:11px}.view-btn{padding:8px 16px;font-size:13px}.stat-card{padding:14px}.stat-number{font-size:24px}}@media (hover: none) and (pointer: coarse){.sidebar-btn:hover{transform:none;background:#ffffff1a}.sidebar-btn.active:hover{background:linear-gradient(135deg,#3498db,#2980b9)}.view-btn:hover,.back-btn:hover,.user-form button[type=submit]:hover,.export-btn:hover,.reset-filters-btn:hover,.student-card:hover{transform:none}.subject-options label:hover,.checkbox-group label:hover{transform:none;border-color:#cbd5e0}.sidebar-btn,.view-btn,.back-btn,.user-form button,.export-btn,.reset-filters-btn,.subject-options label,.checkbox-group label{min-height:44px}input[type=checkbox]{min-width:22px;min-height:22px}.student-card-body,.student-table-container{-webkit-overflow-scrolling:touch}}@media print{.sidebar,.back-btn,.student-card-actions,.user-form,.export-btn,.reset-filters-btn,.search-filter-bar,.action-buttons,.profile-avatar,.details-header button{display:none!important}.main-content{margin-left:0;padding:0;background:#fff}.manage-container{box-shadow:none;border-radius:0;padding:10mm}.students-grid{grid-template-columns:1fr!important;gap:5mm}.student-card{break-inside:avoid;border:1px solid #ddd;box-shadow:none;page-break-inside:avoid}.student-card-body{max-height:none;overflow:visible}.student-table{width:100%;border-collapse:collapse}.student-table th{background:#f0f0f0!important;-webkit-print-color-adjust:exact;color-adjust:exact}.student-table td,.student-table th{border:1px solid #ddd}.student-details-container{box-shadow:none;border:1px solid #ddd}.details-grid{display:block}.details-card{break-inside:avoid;margin-bottom:5mm;border:1px solid #ddd}.status-badge:before,.plan-badge:before,.view-btn:before,.back-btn:before{display:none!important}.student-card,.stat-card,.details-card,.card-header{background:#fff!important;border:1px solid #ddd!important}.stat-card{color:#000!important;border:1px solid #000!important}}*{box-sizing:border-box}.support-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:16px}.support-loading-spinner{width:40px;height:40px;border:3px solid rgba(37,99,235,.1);border-top-color:#2563eb;border-radius:50%;animation:support-spin .8s linear infinite}@keyframes support-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.support-loading-state p{color:#64748b;font-size:14px;margin:0}.support-error-alert{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin:12px 0;font-size:14px;line-height:1.5;display:flex;align-items:flex-start;gap:8px}.support-error-alert:before{content:"⚠️";font-size:16px}.support-page-header{margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.support-header-content{display:flex;align-items:center;gap:12px;margin-bottom:+3 20px}.support-header-content h1{font-size:28px;color:#1e293b;font-weight:700;margin:0}.support-page-subtitle{color:#64748b;font-size:14px;margin:0;font-weight:400}.support-filters-panel{display:flex;gap:20px;align-items:flex-end;margin-bottom:24px;flex-wrap:wrap;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.support-filter-control{display:flex;flex-direction:column;gap:6px;min-width:200px;flex:1}.support-filter-control label{font-size:13px;color:#475569;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.support-filter-control select{padding:10px 36px 10px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:14px;color:#334155;cursor:pointer;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.support-filter-control select:hover{border-color:#94a3b8}.support-filter-control select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.support-refresh-action-btn{padding:10px 20px;border-radius:8px;border:1px solid #2563eb;background:#2563eb;color:#fff;cursor:pointer;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;transition:all .2s;height:40px;white-space:nowrap}.support-refresh-action-btn:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.support-refresh-action-btn:active{transform:translateY(0)}.support-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:32px}.support-stat-card-base{background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.support-stat-card-base:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6)}.support-stat-card-base:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.support-stat-card-base h3{font-size:32px;margin-bottom:8px;color:#1e293b;font-weight:700}.support-stat-card-base p{font-size:14px;color:#64748b;margin:0;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.support-stat-pending:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.support-stat-assigned:before{background:linear-gradient(90deg,#2563eb,#3b82f6)}.support-stat-completed:before{background:linear-gradient(90deg,#10b981,#34d399)}.support-enquiries-container{margin-top:20px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.support-enquiries-table{width:100%;border-collapse:collapse;min-width:800px}.support-enquiries-table thead{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.support-enquiries-table th{padding:16px 20px;text-align:left;font-size:13px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;white-space:nowrap}.support-enquiries-table td{padding:16px 20px;text-align:left;font-size:14px;color:#475569;border-bottom:1px solid #f1f5f9}.support-enquiry-row-item{transition:background-color .2s}.support-enquiry-row-item:hover{background:#f8fafc;cursor:pointer}.support-enquiry-row-item:last-child td{border-bottom:none}.support-enquiry-user{display:flex;flex-direction:column;gap:4px}.support-enquiry-user strong{font-size:14px;color:#1e293b;font-weight:600}.support-enquiry-email-text{font-size:12px;color:#64748b;font-weight:400}.support-enquiry-date-field{white-space:nowrap;color:#64748b;font-size:13px;font-weight:400}.support-enquiry-actions-field{white-space:nowrap}.support-status-indicator,.support-category-tag,.support-priority-label,.support-user-type-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1;text-transform:uppercase;letter-spacing:.3px}.support-status-indicator{min-width:100px}.support-status-pending{background:#fffbeb;color:#d97706;border:1px solid #fbbf24}.support-status-assigned{background:#eff6ff;color:#1d4ed8;border:1px solid #60a5fa}.support-status-completed{background:#f0fdf4;color:#15803d;border:1px solid #4ade80}.support-status-unknown{background:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.support-category-tag{min-width:80px}.support-category-video{background:#e0f2fe;color:#0369a1;border:1px solid #7dd3fc}.support-category-technical{background:#ede9fe;color:#5b21b6;border:1px solid #c4b5fd}.support-category-general,.support-category-default{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.support-priority-label{min-width:80px}.support-priority-low{background:#f8fafc;color:#64748b;border:1px solid #cbd5e1}.support-priority-medium{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.support-priority-high{background:#fee2e2;color:#991b1b;border:1px solid #f87171}.support-priority-urgent{background:#7f1d1d;color:#fff;border:1px solid #991b1b}.support-user-type-badge{background:#e0f2fe;color:#0369a1;border:1px solid #7dd3fc}.support-row-actions{display:flex;gap:8px;align-items:center}.support-assign-row-btn,.support-complete-row-btn,.support-view-row-btn{padding:8px 16px;border-radius:6px;font-size:12px;border:none;cursor:pointer;font-weight:600;transition:all .2s;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.support-assign-row-btn{background:#2563eb;color:#fff}.support-assign-row-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.support-complete-row-btn{background:#10b981;color:#fff}.support-complete-row-btn:hover{background:#059669;transform:translateY(-1px)}.support-view-row-btn{background:#64748b;color:#fff}.support-view-row-btn:hover{background:#475569;transform:translateY(-1px)}.support-file-action-btn{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px;cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;transition:all .2s}.support-file-action-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8;transform:translateY(-1px)}.support-file-action-btn:disabled{opacity:.5;cursor:wait}.support-empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:12px}.support-empty-icon{font-size:64px;margin-bottom:24px;opacity:.3}.support-empty-state h3{font-size:20px;margin-bottom:12px;color:#1e293b;font-weight:600}.support-empty-state p{color:#64748b;margin-bottom:24px;font-size:14px;max-width:400px;margin-left:auto;margin-right:auto}.support-retry-action-btn{background:#2563eb;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.support-retry-action-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.support-detail-page{background:#f8fafc;min-height:calc(100vh - 48px)}.support-detail-header-section{background:#fff;padding:24px;border-bottom:1px solid #e2e8f0;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.support-detail-header-section h2{font-size:28px;color:#1e293b;margin:16px 0 8px;font-weight:700}.support-back-button{background:none;border:none;color:#2563eb;cursor:pointer;font-size:14px;padding:8px 0;display:inline-flex;align-items:center;gap:8px;font-weight:600;transition:color .2s}.support-back-button:hover{color:#1d4ed8;text-decoration:underline}.support-detail-card-container{background:#fff;border-radius:12px;margin:0 24px 24px;overflow:hidden;box-shadow:0 4px 20px #00000014}.support-detail-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.support-detail-user-section h3{font-size:24px;margin-bottom:12px;color:#1e293b;font-weight:700}.support-detail-meta-tags{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.support-detail-submission-section{text-align:right;min-width:250px}.support-detail-submission-section p{margin:6px 0;color:#64748b;font-size:14px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.support-detail-submission-section strong{color:#475569;min-width:80px;text-align:left}.support-attachment-info{margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.support-view-attachment-btn{background:#fff;border:1px solid #cbd5e1;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:14px;margin-top:8px;display:inline-flex;align-items:center;gap:8px;transition:all .2s;color:#475569;font-weight:500}.support-view-attachment-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8;transform:translateY(-1px)}.support-view-attachment-btn:disabled{opacity:.5;cursor:wait}.support-detail-content{padding:24px}.support-contact-info-section,.support-message-section,.support-assignment-section,.support-completion-section{margin-bottom:32px}.support-detail-content h4{font-size:16px;margin-bottom:16px;color:#1e293b;font-weight:600;display:flex;align-items:center;gap:8px}.support-contact-grid-layout,.support-assignment-grid,.support-completion-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;background:#f8fafc;padding:20px;border-radius:8px;border:1px solid #e2e8f0}.support-contact-field,.support-assignment-field,.support-completion-field{display:flex;flex-direction:column;gap:4px}.support-full-width-field{grid-column:1 / -1}.support-contact-label,.support-assignment-label,.support-completion-label{font-size:13px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.support-contact-value,.support-assignment-value,.support-completion-value{font-size:15px;color:#1e293b;font-weight:500}.support-deadline-text{color:#dc2626!important;font-weight:600!important}.support-message-content,.support-task-description,.support-employee-notes,.support-resolution-notes{background:#f8fafc;padding:20px;border-radius:8px;line-height:1.6;white-space:pre-wrap;font-size:14px;color:#475569;border:1px solid #e2e8f0}.support-task-description,.support-employee-notes,.support-resolution-notes{background:#fff;border-left:4px solid #2563eb;margin-top:8px}.support-detail-actions-panel{display:flex;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}.support-assign-action-btn,.support-edit-assignment-btn,.support-complete-action-btn,.support-reopen-action-btn{padding:12px 24px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .2s;text-transform:uppercase;letter-spacing:.3px}.support-assign-action-btn{background:#2563eb;color:#fff}.support-assign-action-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.support-edit-assignment-btn{background:#f59e0b;color:#fff}.support-edit-assignment-btn:hover{background:#d97706;transform:translateY(-2px)}.support-complete-action-btn{background:#10b981;color:#fff}.support-complete-action-btn:hover{background:#059669;transform:translateY(-2px)}.support-reopen-action-btn{background:#64748b;color:#fff}.support-reopen-action-btn:hover{background:#475569;transform:translateY(-2px)}.support-modal-overlay,.support-file-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.support-file-modal-overlay{background:#0f172ae6}.support-modal-dialog{background:#fff;width:540px;max-width:95vw;max-height:90vh;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.support-modal-header-section,.support-modal-footer-section{padding:20px 24px;background:#f8fafc;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0}.support-modal-footer-section{border-top:1px solid #e2e8f0;border-bottom:none}.support-modal-header-section h2{font-size:20px;color:#1e293b;margin:0;font-weight:700}.support-modal-close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#64748b;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.support-modal-close-btn:hover{background:#e2e8f0;color:#1e293b}.support-modal-body-section{padding:24px;overflow-y:auto;flex:1}.support-enquiry-preview-card{background:#f8fafc;padding:20px;border-radius:8px;margin-bottom:24px;border:1px solid #e2e8f0}.support-enquiry-preview-card h4{font-size:15px;margin-bottom:12px;color:#1e293b;font-weight:600;display:flex;align-items:center;gap:8px}.support-enquiry-preview-card p{margin:8px 0;color:#475569;font-size:14px;line-height:1.5}.support-enquiry-preview-card strong{color:#334155;min-width:80px;display:inline-block}.support-form-control{margin-bottom:20px}.support-form-control label{font-size:13px;margin-bottom:8px;display:block;color:#475569;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.support-form-control input,.support-form-control select,.support-form-control textarea,.support-employee-selector{width:100%;padding:12px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px;color:#334155;background:#fff;transition:all .2s}.support-form-control input:focus,.support-form-control select:focus,.support-form-control textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.support-form-control textarea{resize:vertical;min-height:100px;line-height:1.5}.support-form-row-layout{display:flex;gap:20px;margin-bottom:20px}.support-form-half{flex:1}.support-priority-selector{display:flex;gap:12px;flex-wrap:wrap}.support-priority-option{padding:12px 20px;border:2px solid #cbd5e1;background:#fff;border-radius:8px;cursor:pointer;font-size:13px;transition:all .2s;flex:1;text-align:center;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.support-priority-option:hover{transform:translateY(-2px);border-color:#94a3b8}.support-priority-active{font-weight:700;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.support-priority-low.support-priority-active{background:#f8fafc;border-color:#64748b;color:#334155}.support-priority-medium.support-priority-active{background:#fef3c7;border-color:#d97706;color:#92400e}.support-priority-high.support-priority-active{background:#fee2e2;border-color:#dc2626;color:#991b1b}.support-priority-urgent.support-priority-active{background:#7f1d1d;border-color:#991b1b;color:#fff}.support-modal-footer-section{gap:16px}.support-modal-cancel-btn{background:#fff;border:2px solid #cbd5e1;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;color:#475569;flex:1;transition:all .2s;text-transform:uppercase;letter-spacing:.3px}.support-modal-cancel-btn:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.support-modal-submit-btn{background:#2563eb;color:#fff;border:2px solid #2563eb;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;flex:1;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.3px}.support-modal-submit-btn:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.support-file-modal-dialog{background:#fff;width:85%;max-width:1000px;max-height:90vh;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}.support-file-modal-header-section{padding:20px 24px;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #334155}.support-file-modal-header-section h2{font-size:18px;color:#fff;margin:0 16px 0 0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.support-file-modal-close-btn{background:#ffffff1a;border:none;font-size:28px;cursor:pointer;color:#fff;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.support-file-modal-close-btn:hover{background:#fff3}.support-file-modal-body-section{padding:0;overflow-y:auto;flex:1;background:#1e293b}.support-file-preview-area{display:flex;justify-content:center;align-items:center;min-height:500px;background:#0f172a;margin-bottom:0;overflow:hidden;position:relative}.support-file-image-viewer{max-width:100%;max-height:70vh;object-fit:contain;display:block}.support-file-video-player{width:100%;max-height:70vh;background:#000}.support-file-audio-player{width:100%;max-width:600px;background:#1e293b;border-radius:8px;padding:20px}.support-file-pdf-viewer{width:100%;height:70vh;border:none;background:#fff}.support-file-text-content{padding:40px;text-align:center;background:#fff;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.support-open-external-btn{display:inline-flex;padding:12px 24px;background:#2563eb;color:#fff;text-decoration:none;border-radius:8px;margin-top:24px;font-size:14px;font-weight:600;transition:all .2s;align-items:center;gap:8px}.support-open-external-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.support-file-unsupported-format{text-align:center;padding:60px 40px;color:#cbd5e1;background:#0f172a;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.support-file-large-icon{font-size:72px;margin-bottom:24px;opacity:.5}.support-file-unsupported-format h3{margin-bottom:12px;color:#e2e8f0;font-size:20px;font-weight:600}.support-file-unsupported-format p{margin:8px 0;font-size:14px;color:#94a3b8;max-width:400px}.support-file-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;background:#0f172a}.support-file-loading-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.1);border-top-color:#60a5fa;border-radius:50%;animation:support-spin .8s linear infinite;margin-bottom:20px}.support-file-loading-state p{color:#cbd5e1;font-size:14px}.support-file-info-card{background:#fff;padding:20px;font-size:14px;border-top:1px solid #e2e8f0}.support-file-info-card p{margin:8px 0;color:#475569;display:flex;align-items:center;gap:8px}.support-file-info-card strong{color:#334155;min-width:100px;font-weight:600}.support-file-error-message{text-align:center;padding:60px 40px;color:#fecaca;background:#7f1d1d;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;margin:20px}.support-file-modal-footer-section{padding:20px 24px;background:#fff;display:flex;gap:16px;border-top:1px solid #e2e8f0}.support-file-download-btn{flex:1;background:#2563eb;color:#fff;border:2px solid #2563eb;padding:14px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;text-transform:uppercase;letter-spacing:.3px}.support-file-download-btn:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.support-file-download-btn:disabled{opacity:.5;cursor:not-allowed}.support-file-close-btn{flex:1;background:#fff;border:2px solid #cbd5e1;padding:14px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;color:#475569;transition:all .2s;text-transform:uppercase;letter-spacing:.3px}.support-file-close-btn:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}@media (max-width: 1024px){.support-system-container{padding:16px}.support-detail-card-container{margin:0 16px 16px}}@media (max-width: 768px){.support-system-container{padding:12px}.support-filters-panel{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.support-filter-control{min-width:100%}.support-refresh-action-btn{width:100%;justify-content:center}.support-stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.support-detail-card-header{flex-direction:column;gap:20px;padding:20px}.support-detail-submission-section{text-align:left;width:100%}.support-detail-submission-section p{justify-content:flex-start}.support-contact-grid-layout,.support-assignment-grid,.support-completion-grid{grid-template-columns:1fr}.support-detail-content{padding:20px}.support-detail-actions-panel{flex-direction:column;gap:12px}.support-form-row-layout{flex-direction:column;gap:16px}.support-file-modal-dialog{width:95%;margin:0 12px}.support-enquiries-table{display:block;overflow-x:auto;min-width:600px}.support-row-actions{flex-direction:column;gap:6px;min-width:100px}.support-assign-row-btn,.support-complete-row-btn,.support-view-row-btn{width:100%}.support-modal-dialog,.support-file-modal-dialog{width:95%;max-height:85vh}.support-priority-selector,.support-file-modal-footer-section,.support-modal-footer-section{flex-direction:column}}@media (max-width: 480px){.support-stats-grid{grid-template-columns:1fr}.support-stat-card-base{padding:20px}.support-stat-card-base h3{font-size:28px}.support-header-content h1,.support-detail-header-section h2{font-size:24px}.support-detail-user-section h3{font-size:20px}.support-modal-cancel-btn,.support-modal-submit-btn,.support-file-download-btn,.support-file-close-btn{width:100%}.support-file-preview-area{min-height:300px}.support-file-unsupported-format{padding:40px 20px}.support-enquiries-table th,.support-enquiries-table td{padding:12px}}.support-modal-body-section::-webkit-scrollbar,.support-file-modal-body-section::-webkit-scrollbar{width:6px}.support-modal-body-section::-webkit-scrollbar-track,.support-file-modal-body-section::-webkit-scrollbar-track{background:#f1f5f9}.support-modal-body-section::-webkit-scrollbar-thumb,.support-file-modal-body-section::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.support-modal-body-section::-webkit-scrollbar-thumb:hover,.support-file-modal-body-section::-webkit-scrollbar-thumb:hover{background:#94a3b8}.people-enquiry-container{padding:24px;background-color:#f5f7fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.enquiry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.enquiry-header h2{margin:0;color:#2c3e50;font-size:28px;font-weight:600}.header-stats{display:flex;gap:32px}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:28px;font-weight:700;color:#3498db}.stat-label{font-size:14px;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px}.filter-bar{background:#fff;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d}.search-box{position:relative;margin-bottom:16px}.search-box input{width:100%;padding:12px 16px 12px 44px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#f8f9fa}.search-box input:focus{outline:none;border-color:#3498db;background-color:#fff;box-shadow:0 0 0 3px #3498db1a}.search-box svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#95a5a6}.clear-search{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:20px;color:#95a5a6;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.clear-search:hover{color:#e74c3c}.filter-controls{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.filter-group{flex:1;min-width:180px}.filter-group select{width:100%;padding:10px 12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;background-color:#fff;color:#2c3e50;cursor:pointer;transition:all .3s ease}.filter-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.reset-btn{padding:10px 20px;background-color:#95a5a6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;height:fit-content;margin-bottom:8px}.reset-btn:hover{background-color:#7f8c8d;transform:translateY(-1px)}.enquiries-list{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.enquiries-table-container{overflow-x:auto}.enquiries-table{width:100%;border-collapse:collapse}.enquiries-table thead{background-color:#f8f9fa;border-bottom:2px solid #e0e0e0}.enquiries-table th{padding:16px;text-align:left;font-weight:600;color:#2c3e50;font-size:14px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.enquiries-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.enquiries-table tbody tr:hover{background-color:#f8f9fa}.enquiries-table td{padding:16px;vertical-align:top}.person-info{display:flex;align-items:center;gap:12px}.person-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3498db,#2ecc71);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.person-details{display:flex;flex-direction:column;gap:4px}.person-name{font-weight:600;color:#2c3e50}.person-registered{font-size:12px;padding:2px 8px;border-radius:4px;background-color:#e8f5e9;color:#2e7d32;display:inline-block;width:fit-content}.contact-info{display:flex;flex-direction:column;gap:8px}.contact-item{display:flex;align-items:center;gap:8px;color:#34495e;font-size:14px}.contact-item svg{color:#7f8c8d;flex-shrink:0}.category-badge,.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.registered-badge,.not-registered-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;margin-left:8px}.registered-badge{background-color:#e8f5e9;color:#2e7d32}.not-registered-badge{background-color:#ffebee;color:#c62828}.message-preview{color:#34495e;font-size:14px;line-height:1.5;max-width:250px}.date-info{font-size:14px;color:#7f8c8d;white-space:nowrap}.assigned-to{margin-top:4px;font-size:11px;color:#95a5a6}.view-btn,.quick-action-btn{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.view-btn{background-color:#3498db;color:#fff}.view-btn:hover{background-color:#2980b9;transform:translateY(-1px);box-shadow:0 2px 4px #3498db33}.quick-action-btn{background-color:#f1f3f4;color:#34495e}.quick-action-btn:hover{background-color:#e8eaed;transform:translateY(-1px)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-state p{color:#7f8c8d;font-size:16px;margin:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.empty-state svg{color:#bdc3c7;margin-bottom:20px}.empty-state h3{color:#2c3e50;margin:0 0 8px;font-size:20px}.people-enquiry-detail{padding:24px;background-color:#f5f7fa;min-height:100vh}.detail-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.back-button{padding:8px 16px;background-color:#fff;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;font-weight:600;color:#34495e;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:4px}.back-button:hover{background-color:#f8f9fa;border-color:#3498db;color:#3498db}.detail-header h2{margin:0;color:#2c3e50;font-size:24px}.detail-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 12px #00000014}.detail-section{margin-bottom:32px}.detail-section:last-child{margin-bottom:0}.detail-section h3{color:#2c3e50;margin:0 0 16px;font-size:18px;font-weight:600;padding-bottom:8px;border-bottom:2px solid #f0f0f0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-item{display:flex;align-items:center;gap:8px;font-size:15px;color:#34495e}.info-item strong{color:#2c3e50;font-weight:600;min-width:100px}.info-item svg{color:#7f8c8d;flex-shrink:0}.message-box{display:flex;gap:12px;padding:20px;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #3498db}.message-box svg{color:#3498db;flex-shrink:0;margin-top:2px}.message-box p{margin:0;color:#34495e;line-height:1.6;font-size:15px}.attachment-box{display:flex;align-items:center;gap:12px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px dashed #bdc3c7}.attachment-box svg{color:#e74c3c}.download-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;margin-left:auto;transition:all .3s ease}.download-btn:hover{background-color:#2980b9;transform:translateY(-1px)}.detail-section .action-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;margin-top:16px}.action-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.action-btn.primary{background-color:#3498db;color:#fff}.action-btn.success{background-color:#2ecc71;color:#fff}.action-btn.danger{background-color:#e74c3c;color:#fff}.action-btn.secondary{background-color:#95a5a6;color:#fff}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.action-btn.primary:hover{background-color:#2980b9}.action-btn.success:hover{background-color:#27ae60}.action-btn.danger:hover{background-color:#c0392b}.action-btn.secondary:hover{background-color:#7f8c8d}@media (max-width: 768px){.people-enquiry-container,.people-enquiry-detail{padding:16px}.enquiry-header{flex-direction:column;align-items:flex-start;gap:16px}.header-stats{width:100%;justify-content:space-around}.filter-controls{flex-direction:column}.filter-group{min-width:100%}.info-grid{grid-template-columns:1fr}.detail-section .action-buttons{flex-direction:column}.action-btn{width:100%}.enquiries-table{min-width:800px}}@media (max-width: 480px){.stat-number{font-size:24px}.detail-card{padding:20px}.message-box,.attachment-box{flex-direction:column;align-items:flex-start;gap:12px}.download-btn{margin-left:0;width:100%;justify-content:center}}.assign-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.assign-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.assign-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.assign-modal-header h2{margin:0;color:#2c3e50;font-size:20px}.assign-modal-close{background:none;border:none;font-size:24px;color:#7f8c8d;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.assign-modal-close:hover{background-color:#f0f0f0;color:#e74c3c}.assign-modal-body{flex:1;overflow-y:auto;padding:24px}.enquiry-preview{background-color:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:20px;border-left:4px solid #3498db}.enquiry-preview h4{margin:0 0 12px;color:#2c3e50;font-size:16px}.enquiry-preview p{margin:4px 0;color:#34495e;font-size:14px}.enquiry-preview strong{color:#2c3e50}.form-group{margin-bottom:20px}.form-group label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#2c3e50;margin-bottom:8px}.form-group select,.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .3s ease;font-family:inherit}.form-group select:focus,.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.priority-selector{display:flex;gap:8px;flex-wrap:wrap}.priority-option{flex:1;padding:8px 12px;border:none;border-radius:6px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:70px}.priority-option:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.priority-option.active{box-shadow:0 0 0 3px #ffffff80;transform:scale(1.05)}.priority-option:disabled{opacity:.6;cursor:not-allowed}.assign-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e0e0e0;background-color:#f8f9fa;border-radius:0 0 12px 12px}.cancel-btn,.submit-btn{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn{background-color:#95a5a6;color:#fff}.cancel-btn:hover:not(:disabled){background-color:#7f8c8d;transform:translateY(-1px)}.submit-btn{background-color:#3498db;color:#fff;display:flex;align-items:center;gap:8px}.submit-btn:hover:not(:disabled){background-color:#2980b9;transform:translateY(-1px);box-shadow:0 4px 8px #3498db33}.cancel-btn:disabled,.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.priority-badge{display:inline-block;padding:4px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:600;text-transform:capitalize;margin-left:8px}.assigned-employee{display:inline-flex;align-items:center;gap:6px;background-color:#e3f2fd;padding:4px 12px;border-radius:6px;color:#1565c0;font-size:14px;margin-left:8px}.deadline{display:inline-flex;align-items:center;gap:6px;color:#f57c00;margin-left:8px}.task-description{background-color:#f8f9fa;padding:12px;border-radius:6px;margin-top:8px;border-left:3px solid #3498db;color:#34495e;font-size:14px;line-height:1.5}.notes-content{background-color:#f8f9fa;padding:12px;border-radius:6px;margin-top:8px;border-left:3px solid #9e9e9e;color:#34495e;font-size:14px;line-height:1.5;white-space:pre-line}.assign-btn{background-color:#673ab7;color:#fff}.assign-btn:hover{background-color:#5e35b1}.edit-assign-btn{background-color:#ff9800;color:#fff}.edit-assign-btn:hover{background-color:#f57c00}.complete-btn{background-color:#4caf50;color:#fff}.complete-btn:hover{background-color:#388e3c}.assign-btn-small{padding:6px 12px;background-color:#673ab7;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .3s ease}.assign-btn-small:hover{background-color:#5e35b1;transform:translateY(-1px)}.complete-btn-small{padding:6px 12px;background-color:#4caf50;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .3s ease}.complete-btn-small:hover{background-color:#388e3c;transform:translateY(-1px)}.priority-indicator{display:inline-block;padding:2px 8px;border-radius:12px;color:#fff;font-size:10px;font-weight:600;text-transform:uppercase;margin-top:4px}.assigned-info{margin-top:4px;display:flex;flex-direction:column;gap:2px}.assigned-info small{display:flex;align-items:center;gap:4px;color:#5d4037;font-size:11px}.deadline-info{color:#e65100!important}@media (max-width: 768px){.assign-modal{max-width:95%}.form-row{flex-direction:column;gap:0}.priority-selector,.assign-modal-footer{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.marketing-btn{background-color:#9c27b0;color:#fff;display:flex;align-items:center;gap:8px}.marketing-btn:hover{background-color:#7b1fa2;transform:translateY(-2px);box-shadow:0 4px 8px #9c27b033}.marketing-btn-small{padding:6px 12px;background-color:#9c27b0;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .3s ease;margin-top:8px}.marketing-btn-small:hover{background-color:#7b1fa2;transform:translateY(-1px)}.marketing-status{margin-top:4px}.marketing-status small{display:flex;align-items:center;gap:4px;color:#9c27b0;font-size:11px}.info-alert{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#f3e5f5;border-radius:6px;color:#7b1fa2;font-size:14px}.info-alert svg{color:#4caf50}.filter-group label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#2c3e50;margin-bottom:8px;text-transform:uppercase}.coupon-container{padding:24px;background-color:#f5f7fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.coupon-header{margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.coupon-header h2{margin:0;color:#2c3e50;font-size:28px;font-weight:600}.coupon-header p{margin:8px 0 0;color:#7f8c8d;font-size:16px}.coupon-content{display:flex;gap:24px;flex-wrap:wrap}.coupon-form-section{flex:1;min-width:400px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.coupon-list-section{flex:2;min-width:600px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.form-header h3{margin:0;color:#2c3e50;font-size:20px;font-weight:600}.generated-code-display{padding:8px 16px;background-color:#f8f9fa;border-radius:6px;font-size:14px;color:#34495e}.code-highlight{font-family:Courier New,monospace;font-weight:600;color:#3498db;margin-left:4px;letter-spacing:1px}.coupon-form{display:flex;flex-direction:column;gap:20px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#2c3e50}.form-group label svg{color:#7f8c8d}.form-group input,.form-group textarea,.form-group select{padding:10px 12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#fff;color:#2c3e50}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-group textarea{resize:vertical;min-height:80px}.percentage-input{position:relative}.percentage-symbol{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#7f8c8d;font-size:14px}.code-input-group{display:flex;gap:8px}.code-input-group input{flex:1}.generate-btn{padding:10px 16px;background-color:#f1f3f4;color:#34495e;border:2px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .3s ease}.generate-btn:hover{background-color:#3498db;color:#fff;border-color:#3498db}.hint{font-size:12px;color:#7f8c8d;font-style:italic;margin-top:2px}.form-actions{display:flex;gap:12px;margin-top:8px}.save-btn{padding:12px 24px;background-color:#3498db;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.save-btn:hover:not(:disabled){background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #3498db33}.save-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{padding:12px 24px;background-color:#95a5a6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn:hover{background-color:#7f8c8d;transform:translateY(-2px)}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.list-header h3{margin:0;color:#2c3e50;font-size:20px;font-weight:600}.status-legend{display:flex;gap:16px}.legend-item{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}.legend-item.active{background-color:#e8f5e9;color:#2e7d32}.legend-item.expired{background-color:#ffebee;color:#c62828}.legend-item.inactive{background-color:#f5f5f5;color:#616161}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:20px}.empty-state h4{color:#2c3e50;margin:0 0 8px;font-size:18px}.empty-state p{color:#7f8c8d;margin:0;font-size:14px}.coupon-table-container{overflow-x:auto}.coupon-table{width:100%;border-collapse:collapse;font-size:14px}.coupon-table thead{background-color:#f8f9fa;border-bottom:2px solid #e0e0e0}.coupon-table th{padding:16px;text-align:left;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.coupon-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.coupon-table tbody tr:hover{background-color:#f8f9fa}.coupon-table td{padding:16px;vertical-align:top}.coupon-table tbody tr.expired-row{background-color:#fff8e1}.coupon-table tbody tr.expired-row:hover{background-color:#fff5d6}.expired-text{color:#c62828;font-weight:600}.org-info{display:flex;flex-direction:column;gap:4px}.org-info strong{color:#2c3e50}.org-info small{color:#7f8c8d;font-size:12px;font-style:italic}.coupon-code{font-family:Courier New,monospace;font-weight:600;color:#3498db;background-color:#f8f9fa;padding:4px 8px;border-radius:4px;letter-spacing:1px}.discount-badge{display:inline-block;padding:6px 12px;background-color:#e3f2fd;color:#1565c0;border-radius:20px;font-weight:600;font-size:14px}.date-info{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#34495e}.members-info{display:flex;flex-direction:column;gap:4px}.limit-reached-hint{font-size:11px;color:#c62828;background-color:#ffebee;padding:2px 6px;border-radius:4px;width:fit-content}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;white-space:nowrap}.status-badge.active{background-color:#e8f5e9;color:#2e7d32}.status-badge.expired{background-color:#ffebee;color:#c62828}.status-badge.inactive{background-color:#f5f5f5;color:#616161}.action-buttons{display:flex;gap:8px}.edit-btn,.delete-btn{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.edit-btn{background-color:#3498db;color:#fff}.edit-btn:hover:not(:disabled){background-color:#2980b9;transform:translateY(-1px)}.delete-btn{background-color:#e74c3c;color:#fff}.delete-btn:hover:not(:disabled){background-color:#c0392b;transform:translateY(-1px)}.edit-btn:disabled,.delete-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media (max-width: 1200px){.coupon-content{flex-direction:column}.coupon-form-section,.coupon-list-section{min-width:100%}}@media (max-width: 768px){.coupon-container{padding:16px}.form-grid{grid-template-columns:1fr}.status-legend{flex-direction:column;gap:8px;align-items:flex-start}.list-header{flex-direction:column;align-items:flex-start;gap:16px}.coupon-table{min-width:800px}.form-actions{flex-direction:column}.save-btn,.cancel-btn{width:100%;justify-content:center}}@media (max-width: 480px){.coupon-header h2{font-size:24px}.coupon-form-section,.coupon-list-section{padding:16px}.code-input-group,.action-buttons{flex-direction:column}.edit-btn,.delete-btn{width:100%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-badge[title]{cursor:help}input[type=date]:invalid{border-color:#ff9800}.form-group input:invalid,.form-group textarea:invalid{border-color:#ff9800}.form-group input:valid,.form-group textarea:valid{border-color:#4caf50}.coupon-container{padding:16px;background-color:#f5f7fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.coupon-content{display:flex;flex-direction:column;gap:20px}.coupon-form-section,.coupon-list-section{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000d;width:100%}.form-header{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.form-grid{display:grid;grid-template-columns:1fr;gap:16px}.full-width{grid-column:1 / -1}.code-input-group{display:flex;flex-direction:column;gap:8px}.generate-btn{width:100%;padding:10px 16px}.form-actions{display:flex;flex-direction:column;gap:12px;margin-top:8px}.save-btn,.cancel-btn{width:100%;text-align:center;justify-content:center}.list-header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.status-legend{display:flex;flex-wrap:wrap;gap:12px}.coupon-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.coupon-table{width:100%;min-width:800px;font-size:13px}.coupon-table th,.coupon-table td{padding:12px 8px}.action-buttons{display:flex;flex-direction:column;gap:8px}.edit-btn,.delete-btn{width:100%;text-align:center;padding:8px 12px}.status-badge{min-width:70px;justify-content:center;padding:5px 10px;font-size:11px}@media (min-width: 768px){.coupon-container,.coupon-form-section,.coupon-list-section{padding:20px}.form-header{flex-direction:row;justify-content:space-between;align-items:center;gap:20px}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px}.code-input-group{flex-direction:row}.generate-btn{width:auto;min-width:100px}.form-actions{flex-direction:row}.save-btn,.cancel-btn{width:auto;min-width:150px}.list-header{flex-direction:row;justify-content:space-between;align-items:center;gap:20px}.coupon-table{font-size:14px;min-width:900px}.coupon-table th,.coupon-table td{padding:14px 12px}.action-buttons{flex-direction:row;min-width:120px}.edit-btn,.delete-btn{width:auto;min-width:60px}.status-badge{min-width:80px;font-size:12px;padding:6px 12px}}@media (min-width: 1024px){.coupon-container{padding:24px}.coupon-content{flex-direction:row;gap:24px}.coupon-form-section{flex:1;max-width:500px}.coupon-list-section{flex:2;min-width:0}.coupon-form-section,.coupon-list-section{padding:24px}.coupon-table{min-width:0;width:100%}.form-grid{grid-template-columns:repeat(2,1fr)}.full-width{grid-column:1 / -1}}@media (min-width: 1200px){.coupon-container{max-width:1400px;margin:0 auto}.coupon-content{gap:32px}.coupon-form-section{max-width:550px}.form-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 480px){.coupon-container{padding:12px}.coupon-content{gap:16px}.coupon-form-section,.coupon-list-section{padding:14px;border-radius:10px}.coupon-header h2{font-size:22px}.form-header h3,.list-header h3{font-size:18px}.form-grid{gap:14px}.form-group input,.form-group textarea,.form-group select{padding:8px 10px;font-size:13px}.legend-item{font-size:11px;padding:3px 8px}.coupon-table{min-width:700px;font-size:12px}.coupon-table th,.coupon-table td{padding:10px 6px}.status-badge{min-width:65px;font-size:10px;padding:4px 8px}.edit-btn,.delete-btn{padding:6px 8px;font-size:11px}}@media (max-width: 360px){.coupon-container{padding:10px}.coupon-form-section,.coupon-list-section{padding:12px}.coupon-header h2{font-size:20px}.form-header h3,.list-header h3{font-size:16px}.form-grid{gap:12px}.form-group label{font-size:13px}.form-group input,.form-group textarea,.form-group select{padding:7px 9px;font-size:12px}.save-btn,.cancel-btn{padding:10px 14px;font-size:13px}.coupon-table{min-width:650px}.coupon-table th,.coupon-table td{padding:8px 5px}.status-badge{min-width:60px;font-size:10px;padding:3px 6px}}@media (max-height: 500px) and (orientation: landscape){.coupon-container{padding:12px}.coupon-content{flex-direction:row;flex-wrap:wrap;gap:16px}.coupon-form-section,.coupon-list-section{flex:1 1 calc(50% - 8px);min-width:0;max-width:none}.coupon-table-container{max-height:300px}}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-y:auto}main{flex-grow:1;width:100%}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1e1e1e;border-radius:6px}::-webkit-scrollbar-thumb{background-color:#555;border-radius:6px;border:3px solid #1e1e1e}::-webkit-scrollbar-thumb:hover{background-color:#777}*{scrollbar-width:thin;scrollbar-color:#555 #1e1e1e}
