@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap);*{margin:0;padding:0}body{background:linear-gradient(1.35turn,#f2edff,#ffbaec) no-repeat;background-color:#a9caff;font-family:Arial,Helvetica,sans-serif;min-height:100vh}.landing-container{background:linear-gradient(135deg,#cbebf3,#e3f4f9);color:#002c33;font-family:Outfit,sans-serif;min-height:100vh;overflow-x:hidden;width:100%}.landing-nav{justify-content:space-between;padding:1.5rem 4rem}.landing-logo,.landing-nav{align-items:center;display:flex}.landing-logo{gap:10px}.landing-logo img{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#135d6633;border-radius:30px;height:50px;padding:8px 16px}.landing-logo-sub{color:#004d40;display:block;font-size:.7rem;font-weight:600;margin-left:10px}.nav-links{gap:2rem}.nav-item,.nav-links{align-items:center;display:flex}.nav-item{color:#004d40;font-size:.95rem;font-weight:600;gap:8px;text-decoration:none;transition:color .3s ease}.nav-item:hover{color:#006064}.nav-btn-home{align-items:center;background-color:#135d66;border-radius:30px;color:#fff;display:flex;gap:8px;padding:.6rem 1.5rem}.nav-btn-home:hover{background-color:#004d40;color:#fff}.hero-section{align-items:center;display:flex;justify-content:space-between;min-height:80vh;padding:2rem 4rem}.hero-content{flex:1 1;max-width:50%;padding-right:2rem}.hero-title{color:#131313;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:#37474f;font-size:1.2rem;font-weight:500;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1.5rem}.btn-primary{background:#135d66;border:none;border-radius:8px;box-shadow:0 4px 15px #135d664d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.8rem 2.5rem;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{background:#004d40;box-shadow:0 6px 20px #135d6666;transform:translateY(-2px)}.btn-secondary{background:#fff;border:1px solid #cfd8dc;border-radius:8px;box-shadow:0 4px 10px #0000000d;color:#131313;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.8rem 2.5rem;transition:transform .2s ease,box-shadow .2s ease}.btn-secondary:hover{background:#fafafa;box-shadow:0 6px 15px #00000014;transform:translateY(-2px)}.back-button{cursor:pointer}.hero-features{flex:1 1;gap:1.5rem;max-width:45%}.feature-card,.hero-features{display:flex;flex-direction:column}.feature-card{border:2px solid #fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.card-theme-blue{background:linear-gradient(135deg,#d0f0fd,#b3e5fc)}.card-theme-orange{background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.card-theme-pink{background:linear-gradient(135deg,#ffebee,#ffcdd2)}.card-header{align-items:flex-start;gap:1rem}.card-icon{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.icon-pink{background:#e91e63}.icon-blue{background:#2979ff}.icon-yellow{background:#7b1fa2}.card-content h3{color:#131313;font-size:1.2rem;font-weight:700;margin:0 0 .3rem}.card-content p{color:#37474f;font-size:.9rem;line-height:1.4;margin:0}.card-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.5rem}.tag{align-items:center;color:#263238;display:flex;font-size:.8rem;font-weight:600;gap:5px}.tag-icon{color:#00c853;font-size:1rem}.auth-logo-container{display:flex;justify-content:center;margin-bottom:2rem}.auth-logo-container img{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:35px;box-shadow:0 4px 10px #00000026;height:60px;padding:10px 20px}@media (max-width:1024px){.hero-section{flex-direction:column;padding:2rem;text-align:center}.hero-content{margin-bottom:3rem;max-width:100%;padding-right:0}.hero-features{max-width:100%;width:100%}.hero-buttons{justify-content:center}.card-header{text-align:left}.landing-nav{padding:1.5rem 2rem}.landing-nav .nav-links{display:none}}@media (max-width:768px){.hero-title{font-size:2.5rem}.landing-nav{padding:1rem}.landing-logo img{height:40px}}.my-quiz-page{background:linear-gradient(135deg,#cbebf3,#e3f4f9);box-sizing:border-box;font-family:Outfit,sans-serif;min-height:100vh;padding:20px;width:100%}.quiz-list-wrapper{margin:0 auto;max-width:1350px}.quiz-list{display:flex;flex-direction:column;gap:20px}.quiz-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.quiz-list .title{color:#131313;flex-grow:1;font-size:2.5rem;font-weight:800;margin:0;text-align:center}.quiz-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:0;justify-content:center;margin-bottom:30px}.quiz-tab{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border:none;border-bottom:2px solid #0000;border-radius:0;box-shadow:none;color:#546e7a;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:-2px;padding:12px 30px;position:relative;top:0;transition:all .2s ease}.quiz-tab:hover{background:#135d660d;color:#135d66}.quiz-tab:active,.quiz-tab:hover{box-shadow:none;top:0}.quiz-tab.active{background:#0000;border-color:#135d66;box-shadow:none;color:#135d66}.quiz-tab.active:hover{background:#0000;box-shadow:none;top:0}.quiz-tab.active:active{box-shadow:none;top:0}.quiz-content{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.quiz-card-modern{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #00000008;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.quiz-card-modern:hover{border-color:#135d6626;box-shadow:0 12px 30px #00000014;transform:translateY(-4px)}.highlighted-card{border:2px solid #135d66!important;box-shadow:0 0 20px #135d6626!important}.card-header{align-items:center;display:flex;justify-content:space-between;padding:16px 24px 8px}.category-chip{background:#f0f9fa;border-radius:100px;color:#135d66;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:6px 14px;text-transform:uppercase}.secondary-actions{display:flex;gap:6px}.secondary-action-btn{align-items:center;background:#f9fafb;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.secondary-action-btn:hover{background:#f3f4f6;color:#135d66}.secondary-action-btn.delete:hover{background:#fef2f2;color:#ef4444}.card-body{flex-grow:1;padding:0 24px 12px}.quiz-title-modern{color:#111827;font-size:1.25rem;font-weight:800;line-height:1.4;margin:0 0 8px}.stats-row{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:12px}.stat-group{display:flex;gap:24px}.stat-item{gap:12px}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon{border-radius:10px;height:36px;justify-content:center;padding:6px;width:36px}.stat-icon.prize{background:#fffbeb;color:#d97706}.stat-icon.questions{background:#f0f9fa;color:#135d66}.stat-text{display:flex;flex-direction:column}.stat-label{color:#9ca3af;font-size:.7rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.stat-value{color:#1f2937;font-size:.95rem;font-weight:700}.live-date-time{text-align:right}.live-label{color:#135d66;display:block;font-size:.65rem;font-weight:800;margin-bottom:4px}.live-value{color:#374151;font-size:.85rem;font-weight:600}.registration-section-modern{margin-top:20px}.registration-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.registration-label{color:#6b7280;font-size:.8rem;font-weight:600}.registration-count{color:#9ca3af;font-size:.8rem}.registration-count b{color:#111827}.modern-progress-bg{background:#f3f4f6;border-radius:100px;height:8px;overflow:hidden;width:100%}.modern-progress-fill{background:linear-gradient(90deg,#135d66,#17838e);border-radius:100px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.card-footer-modern{align-items:center;background:#f9fafb;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:16px 24px}.footer-info{display:flex;flex-direction:column;gap:4px}.footer-line{color:#9ca3af;font-size:.7rem;margin:0}.highlight-text{color:#4b5563;font-weight:600}.players-floating-btn{align-items:center;background:#fff;border:1px solid #f0f9fa;border-radius:50%;box-shadow:0 4px 12px #0000001a;color:#135d66;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:24px;top:60px;transition:all .2s ease;width:32px;z-index:10}.players-floating-btn:hover{background:#f0f9fa;transform:scale(1.1)}.no-quiz-message{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff80;border:2px dashed #fff9;border-radius:20px;color:#546e7a;font-size:1.2rem;grid-column:1/-1;padding:60px;text-align:center}@media (max-width:768px){.my-quiz-page{padding:10px}.quiz-header{align-items:flex-start;flex-direction:column;gap:15px}.quiz-list .title{font-size:2rem;text-align:left}.quiz-tabs{flex-direction:column;gap:10px;width:100%}.quiz-tab{text-align:center;width:100%}.quiz-content{grid-template-columns:1fr}}.quiz-page-wrapper{background:linear-gradient(135deg,#cbebf3,#e3f4f9);box-sizing:border-box;display:flex;font-family:Outfit,sans-serif;justify-content:center;min-height:100vh;padding:40px 20px;width:100%}#exam,#quiz{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1000px;width:100%}#toggle-info{cursor:pointer;position:fixed;right:15px;top:15px;width:20px}#quiz .section,.section{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff9;border-radius:20px;box-shadow:0 8px 32px 0 #1f26870d;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;margin-bottom:0;padding:30px}.section .title{border-bottom:2px solid #135d661a;color:#135d66;font-size:1.8rem;font-weight:700;margin-bottom:15px;padding-bottom:15px;text-align:center;width:100%}.exam-question,.quiz-question{align-items:flex-start;background:#fffc;border:1px solid #ffffff80;border-radius:16px;box-shadow:0 4px 6px #00000005;display:flex;flex-direction:column;gap:30px;justify-content:flex-start;margin-top:20px;padding:25px;transition:all .3s ease;width:100%}.exam-question:hover,.quiz-question:hover{box-shadow:0 10px 20px #0000000d;transform:translateY(-2px)}.question-title{align-items:center;margin-bottom:10px}.question-title,.quiz-compact-questions{display:flex;gap:15px;width:100%}.quiz-source{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;width:100%}.toggle-extra-details{background:none;border:none;color:#135d66;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:15px;outline:none;text-decoration:none;transition:color .2s}.toggle-extra-details:hover{color:#0e464d;text-decoration:underline}#exam input,#quiz input,.exam-details input,.exam-question input,.quiz-details input,.quiz-question input,select,textarea{background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;box-sizing:border-box;font-family:Outfit,sans-serif;font-size:.95rem;outline:none;padding:12px 15px;transition:all .2s ease;width:100%}#exam input:focus,#quiz input:focus,.exam-question input:focus,.quiz-question input:focus,select:focus,textarea:focus{background:#fff;border-color:#135d66;box-shadow:0 0 0 3px #135d661a}input[type=checkbox]{accent-color:#135d66;cursor:pointer;flex-shrink:0;height:18px!important;margin:0;width:18px!important}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}label{color:#37474f;display:block;font-size:1rem;font-weight:600;margin-bottom:5px}#add-quiz-section,#load-quiz-button,#submit-quiz,.add-description,.add-description:hover,.add-exam-appearances,.add-more-question,.add-prize-distribution,.add-quiz-question-body,.add-quiz-question-fun-fact,.add-quiz-question-option,.delete-question,.remove-exam-appearance,.remove-quiz-question-body,.remove-quiz-question-fun-facts,.remove-quiz-question-option,.remove-quiz-section{border:none;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:600;height:auto;letter-spacing:.5px;min-width:100px;padding:8px 16px;text-transform:uppercase;transition:all .2s ease;width:auto}#add-quiz-section,#load-quiz-button,.add-description,.add-exam-appearances,.add-more-question,.add-prize-distribution,.add-quiz-question-body,.add-quiz-question-fun-fact,.add-quiz-question-option{background:#135d66;color:#fff}.add-description:hover,.add-more-question:hover,.add-quiz-question-body:hover{background:#0e464d;transform:translateY(-1px)}.delete-question,.remove-exam-appearance,.remove-quiz-question-body,.remove-quiz-question-fun-facts,.remove-quiz-question-option,.remove-quiz-section{background:#ff5252;color:#fff}.delete-question:hover{background:#d32f2f}.submit-section{display:flex;justify-content:center;margin-top:20px;width:100%}#submit-quiz{background:#135d66;box-shadow:0 4px 15px #135d664d;color:#fff;font-size:1.1rem;height:50px;max-width:400px;width:100%}#submit-quiz:hover{background:#0e464d;box-shadow:0 6px 20px #135d6666;transform:translateY(-2px)}#submit-quiz:disabled{background:#b0bec5;box-shadow:none;cursor:not-allowed;transform:none}.header-view-btn{align-items:center;background:#fff;border:1.5px solid #135d66;border-radius:12px;box-sizing:border-box;color:#135d66;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:8px;height:48px;padding:8px 16px;transition:all .2s ease}.header-view-btn:hover{background:#f0f9fa;box-shadow:0 4px 12px #135d661a}.header-submit-btn{align-items:center;background:#135d66;border:none;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:8px;height:48px;justify-content:center;padding:8px 16px;transition:all .2s ease}.header-submit-btn:hover:not(:disabled){background:#104c54;box-shadow:0 6px 16px #135d6633;transform:translateY(-1px)}.header-submit-btn:disabled{background:#b0bec5;cursor:not-allowed}.exam-question-body,.quiz-question-body{display:flex;flex-direction:column;gap:15px;list-style-type:none;padding:0;width:100%}.exam-question-body>li,.quiz-question-body>li{display:flex;flex-direction:column;gap:10px;width:100%}.quiz-collapse-label{align-items:center;background:#00000005;border-radius:8px;display:flex;flex:1 1;justify-content:space-between;padding:10px;width:100%}.quiz-collapse-label:hover{background:#0000000d;cursor:pointer}.quiz-collapse-section{display:flex;flex-direction:column;width:100%}.quiz-collapse-section.open{gap:15px}.quiz-prize-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));width:100%}.quiz-prize-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;width:100%}.quiz-prize-list .prize-rank-wrapper{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;display:flex;justify-content:space-between;padding:10px 15px}.prize-rank-wrapper .prize-amount{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;font-weight:600;padding:8px;text-align:center;width:80px}.quiz-question-option{align-items:center;background:#fafafa;border:1px solid #eee;border-radius:8px;display:flex;gap:15px;padding:10px;width:100%}.quiz-question-option input[type=text]{flex-grow:1}.exam-sub-topic,.exam-topic,.quiz-labels,.quiz-question-keywords,.quiz-question-sub-topic,.quiz-question-topic,.quiz-sub-topic{align-items:center;background:#fafafa;border:1px dashed #bdbdbd;border-radius:12px;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;list-style-type:none;padding:15px;width:100%}.associated-exams,.exam-year,.keywords,.sub-topics,.topic{align-items:center;background:#eceff1;border-radius:20px;color:#455a64;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:5px;justify-content:center;padding:6px 12px;transition:all .2s}.keywords:hover,.sub-topics:hover,.topic:hover{background:#cfd8dc}.topic.selected{background:#135d66;color:#fff;font-weight:600}.back-button{align-items:center;background:#ffffff80;border:1px solid #fff9;border-radius:8px;color:#135d66;display:flex;font-weight:600;gap:8px;height:40px;margin-bottom:20px;padding:0 15px;text-decoration:none;transition:background .2s ease;width:-webkit-fit-content;width:fit-content}.back-button:hover{background-color:#fffc}.questions-tab-content{display:flex;flex-direction:column;gap:20px;max-width:100%;width:95%}.quiz-question-layout{display:flex;flex-direction:column;gap:40px;padding-top:20px;width:100%}.question-component-group{display:flex;flex-direction:column;gap:8px;width:100%}.quiz-question-additional-options{display:flex;flex-direction:column;gap:30px;padding-top:15px;width:100%}.quiz-question{animation:slideIn .2s ease-out forwards;position:relative}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quiz-pagination-container{align-items:center;border-top:1px solid #135d661a;display:flex;justify-content:space-between;margin-top:30px;padding:20px 0;width:100%}.pagination-summary{color:#546e7a;font-size:.95rem;font-weight:500}.pagination-summary strong{color:#135d66;font-weight:700}.pagination-controls{align-items:center;background:#f8fafb;border-radius:50px;box-shadow:0 2px 5px #00000008;display:flex;gap:15px;padding:5px}.pagination-pages{display:flex;gap:5px}.pagination-btn{align-items:center;background:#0000;border:none;color:#546e7a;cursor:pointer;display:flex;font-family:Outfit,sans-serif;font-size:.9rem;justify-content:center;outline:none;transition:all .2s ease}.pagination-btn.nav-btn{border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.pagination-btn.nav-btn:hover:not(:disabled){background:#e0f2f1;color:#135d66}.pagination-btn.nav-btn:disabled{color:#b0bec5;cursor:not-allowed;opacity:.5}.pagination-btn.page-number{border-radius:50%;font-weight:600;height:32px;width:32px}.pagination-btn.page-number:hover{background:#eceff1;color:#37474f}.pagination-btn.page-number.active{background:#135d66;box-shadow:0 2px 4px #135d664d;color:#fff;transform:scale(1.05)}.quiz-details-container{background:#fafafa;border:1px dashed #bdbdbd;border-radius:12px;display:flex;flex-direction:column;gap:15px;padding:15px;width:100%}.quiz-detail-item{align-items:center;display:flex;gap:10px}.quiz-detail-item label{cursor:pointer;font-weight:500;margin-bottom:0}.trophy-rank-wrapper{align-items:center;display:flex;gap:8px}.trophy{filter:brightness(0);height:auto;width:20px}.rank{color:#000;font-weight:700}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#282c34;color:#abb2bf}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.checks-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;width:100%}.checks-wrapper .quiz-check{align-items:center;display:flex;gap:10px;padding:5px 10px}.quiz-check .checkbox{aspect-ratio:1;width:16px}.distribution-wrapper{display:flex;flex-direction:column;gap:15px;width:100%}.distribution-wrapper .distribution{align-items:center;display:flex;gap:10px;margin-bottom:10px}.private-quiz{border-bottom:1px solid #0003;border-top:1px solid #0003;display:flex;flex-direction:column;gap:10px;padding:5px 0;width:100%}.private-quiz .private-toggle-wrap{display:flex;justify-content:space-between;width:100%}.heading-wrap .subheading{color:#585858;font-size:14px}.private-quiz .pin-wrapper{align-items:center;display:flex;gap:10px;margin-left:25px}.operation-mode-wrap{display:flex;gap:20px;width:100%}.operation-mode-wrap .operation-switch{width:100%}.operation-switch .operation-switch-wrap{background-color:#0000000d;border-radius:10px;display:flex;justify-content:space-between;padding:10px;width:95%}.heading-wrap .heading{font-size:20px}.heading-wrap .sub-heading{color:#585858;font-size:13px}.control-button-wrap{display:flex;justify-content:space-evenly;width:100%}.control-button-wrap .control-button{font-size:20px;padding:5px 20px}.auth-section{background:linear-gradient(135deg,#cbebf3,#e3f4f9);font-family:Outfit,sans-serif;height:100vh;width:100vw}.auth-section,.auth-wrapper{align-items:center;display:flex;justify-content:center}.auth-wrapper{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff4d;border:1px solid #ffffff2e;border-radius:25px;box-shadow:0 8px 32px 0 #1f268726;flex-direction:column;gap:20px;min-height:550px;padding:40px 30px;width:380px}.auth-wrapper .title{color:#131313;font-size:2rem;font-weight:700;margin:0}.auth-wrapper .form-wrapper{display:flex;flex-direction:column;gap:20px;width:100%}.form-wrapper .button{background:#135d66;border:none;border-radius:8px;box-shadow:0 4px 15px #135d664d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;height:50px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.form-wrapper .button:hover{background:#004d40;box-shadow:0 6px 20px #135d6666;transform:translateY(-2px)}.auth-wrapper a{color:#135d66;font-weight:600;text-decoration:none}.auth-wrapper a:hover{text-decoration:underline}.quiz-detail-page{background:linear-gradient(135deg,#f0f9fa,#e3f4f9);font-family:Outfit,sans-serif;min-height:100vh;padding:40px 20px}.quiz-detail-container{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:900px}.overview-card,.quiz-detail-container{word-wrap:break-word;overflow-wrap:break-word}.overview-card{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:0 10px 40px #0000000a;padding:32px}.overview-header{margin-bottom:24px}.pill-group{display:flex;gap:10px;margin-bottom:12px}.category-pill{background:#e0f2fe;color:#0369a1}.category-pill,.mode-pill{border-radius:99px;font-size:.8rem;font-weight:700;letter-spacing:.02em;padding:6px 14px;text-transform:uppercase}.mode-pill.automatic{background:#ecfdf5;color:#059669}.mode-pill.semiautomatic{background:#fff7ed;color:#d97706}.mode-pill.manual{background:#fef2f2;color:#dc2626}.participation-pill{border-radius:99px;font-size:.8rem;font-weight:700;letter-spacing:.02em;padding:6px 14px;text-transform:uppercase}.participation-pill.any{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.participation-pill.solo{background:#eef2ff;color:#4f46e5}.participation-pill.team{background:#faf5ff;color:#7e22ce}.title-row-modern{align-items:center;display:flex;gap:20px;justify-content:space-between}.contest-title{color:#111827;font-size:2rem;font-weight:800;line-height:1.2;margin:0;overflow-wrap:break-word;word-break:break-word}.header-actions-group{align-items:center;display:flex;gap:12px}.instructions-action-btn{align-items:center;background:#fff;border:1.5px solid #135d66;border-radius:12px;color:#135d66;cursor:pointer;display:flex;font-size:.85rem;font-weight:700;gap:8px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.instructions-action-btn:hover{background:#135d66;box-shadow:0 4px 12px #135d6633;color:#fff}.edit-action-btn{align-items:center;background:#135d66;border:1.5px solid #135d66;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:700;gap:8px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.edit-action-btn:hover{background:#104c54;border-color:#104c54;box-shadow:0 4px 12px #135d664d;transform:translateY(-1px)}.instructions-modal-content{display:flex;flex-direction:column;gap:20px;padding:10px 0}.instruction-item-modern{align-items:flex-start;display:flex;gap:16px}.instruction-number-mini{align-items:center;background:#eef2ff;border-radius:8px;color:#4f46e5;display:flex;flex-shrink:0;font-size:.8rem;font-weight:800;height:28px;justify-content:center;width:28px}.instruction-value-wrapper{color:#374151;flex:1 1;font-size:1rem;line-height:1.6}.instruction-value-wrapper p{margin:0}.instruction-value-wrapper div{width:100%}.description-section-modern{margin-bottom:10px}.description-content-list{display:flex;flex-direction:column;gap:15px;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.description-content-list.collapsed{mask-image:linear-gradient(180deg,#000 60%,#0000);-webkit-mask-image:linear-gradient(180deg,#000 60%,#0000);max-height:100px}.description-expand-btn{align-items:center;background:none;border:none;color:#135d66;cursor:pointer;display:flex;font-size:.85rem;font-weight:700;gap:4px;letter-spacing:.05em;margin-top:4px;padding:8px 0;text-transform:uppercase;transition:all .2s ease}.description-expand-btn:hover{color:#104c54;gap:6px}.expand-btn{align-items:center;background:none;border:none;color:#135d66;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:4px;margin-top:8px;padding:0}.contest-snapshot-section{margin-bottom:30px}.snapshot-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;padding:24px}.snapshot-times{display:flex;flex-direction:column;gap:12px}.snapshot-time-row{align-items:center;display:flex;justify-content:space-between}.snapshot-time-label{color:#6b7280;font-size:.85rem;font-weight:600}.snapshot-time-value{align-items:center;color:#111827;display:flex;font-size:.95rem;font-weight:700;gap:12px}.time-separator{color:#d1d5db;font-weight:400}.anytime-helper-mini{align-items:center;background:#f0f9ff;border-radius:8px;color:#0284c7;display:flex;font-size:.75rem;font-weight:600;gap:6px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.snapshot-divider-horizontal{background:#f3f4f6;height:1px;margin:20px 0}.snapshot-stats-row{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.snapshot-stat-pill{align-items:center;display:flex;gap:10px}.snapshot-stat-pill.clickable{border-radius:8px;cursor:pointer;padding:4px 8px;transition:all .2s ease}.snapshot-stat-pill.clickable:hover{background:#f3f4f6;transform:translateY(-2px)}.snapshot-icon{font-size:1.25rem!important}.snapshot-icon.purple{color:#6366f1}.snapshot-icon.green{color:#10b981}.snapshot-icon.amber{color:#f59e0b}.snapshot-icon.indigo{color:#4f46e5}.snapshot-stat-value{color:#111827;font-size:1.15rem;font-weight:800}@media (max-width:600px){.snapshot-stat-pill{width:calc(50% - 15px)}}.winners-section{border-top:1px solid #f3f4f6;padding-top:30px}.section-title-modern{align-items:center;color:#111827;display:flex;font-size:1.1rem;font-weight:700;gap:10px;margin-bottom:20px}.winners-grid{display:flex;gap:15px;margin-bottom:20px}.winner-podium{background:#f9fafb;border:1px solid #0000;border-radius:12px;flex:1 1;padding:16px;text-align:center;transition:all .2s ease}.winner-podium.rank-1{background:#fffbeb;border-color:#fef3c7}.winner-podium.rank-2{background:#f3f4f6;border-color:#e5e7eb}.winner-podium.rank-3{background:#fff7ed;border-color:#ffedd5}.rank-badge{color:#9ca3af;display:block;font-size:.8rem;font-weight:800;margin-bottom:8px}.rank-1 .rank-badge{color:#d97706}.reward-amount{color:#1f2937;font-size:1.25rem;font-weight:800}.questions-section-wrapper{margin-top:20px}.questions-header-modern{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.questions-count-badge{background:#135d66;border-radius:100px;color:#fff;font-size:.85rem;font-weight:600;padding:4px 12px}.questions-list-modern{display:flex;flex-direction:column;gap:20px}.question-card-compact{background:#fff;border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 20px #00000005;padding:24px;position:relative;transition:all .3s ease}.question-card-compact.has-multiplier{background:linear-gradient(to bottom right,#fff,#f5f3ff);border:2px solid #8b5cf6}.question-body-modern{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.question-header-row{align-items:center;display:flex;justify-content:space-between;width:100%}.multiplier-badge-modern{background:#8b5cf6;border-radius:99px;box-shadow:0 2px 8px #8b5cf64d;color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.05em;padding:4px 12px;text-transform:uppercase}.question-number{color:#135d66;flex-shrink:0;font-size:1.15rem;font-weight:800;margin-top:1px}.question-content-items{display:flex;flex:1 1;flex-direction:column;gap:12px}.body-text{color:#1f2937;font-size:1.15rem;font-weight:700;line-height:1.4}.body-text,.info-text{margin:0;overflow-wrap:break-word}.info-text{color:#4b5563;font-size:.95rem;font-weight:400;line-height:1.6}.body-image{background:#f9fafb;border:1px solid #0000000d;border-radius:12px;object-fit:contain}.body-image,.body-video{max-height:400px;max-width:100%}.body-video{background:#000;border-radius:12px}.body-audio{max-width:400px;width:100%}.body-html{color:#374151;font-size:1rem;line-height:1.6}.options-grid-compact{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.option-item-compact{align-items:flex-start;background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;color:#4b5563;display:flex;font-size:.95rem;gap:12px;padding:12px 16px;transition:all .2s ease}.option-item-compact.correct{background:#ecfdf5;border-color:#a7f3d0;box-shadow:0 2px 8px #10b98114;color:#065f46}.option-item-compact.has-image{align-items:flex-start;flex-direction:column}.option-letter{color:#9ca3af;font-size:.75rem;font-weight:800;margin-top:3px}.correct .option-letter{color:#10b981}.option-content-modern{display:flex;flex-direction:column;gap:8px;width:100%}.option-image-preview{background:#fff;border:1px solid #0000000d;border-radius:8px;max-height:150px;object-fit:contain;width:100%}.option-text{font-weight:500;overflow-wrap:break-word;word-break:break-word}.info-boxes{border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:10px;margin-top:16px;padding-top:16px}.info-box{border-radius:12px;display:flex;font-size:.9rem;gap:12px;line-height:1.5;padding:12px 16px}.info-box.fact{background:#f0f9fa;color:#135d66}.info-box.hint{background:#fff7ed;color:#c2410c}.info-icon{flex-shrink:0;font-size:1.2rem!important}.info-content{display:flex;flex-direction:column}.info-label-modern{font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.media-content-list{display:flex;flex-direction:column;gap:10px}.fact-item{width:100%}.questions-pagination-modern{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:20px;justify-content:center;margin-top:30px;padding-top:20px}.pagination-btn-modern{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#135d66;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .2s ease}.pagination-btn-modern:hover:not(:disabled){background:#f0f9fa;border-color:#135d66}.pagination-btn-modern:disabled{cursor:not-allowed;opacity:.5}.pagination-info-modern{color:#6b7280;font-size:.9rem;font-weight:500}.winners-section-modern{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:0 10px 40px #0000000a;margin-top:40px;padding:32px}.full-distribution-list-modern{display:flex;flex-direction:column;gap:12px;margin-top:20px}.distribution-row-modern{align-items:center;background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;display:flex;justify-content:space-between;padding:12px 20px;transition:transform .2s ease}.distribution-row-modern:hover{border-color:#e5e7eb;transform:translateX(4px)}.dist-rank-chip-modern{background:#eef2ff;border-radius:8px;color:#4f46e5;font-size:.85rem;font-weight:700;padding:4px 12px}.dist-reward-modern{color:#111827;font-size:1.05rem;font-weight:800}.no-prizes-box{background:#f9fafb;border:2px dashed #e5e7eb;border-radius:16px;color:#9ca3af;padding:30px;text-align:center}@media (max-width:900px){.stats-grid-modern{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.options-grid-compact,.stats-grid-modern{grid-template-columns:1fr}}.support-container{background:linear-gradient(135deg,#cbebf3,#e3f4f9);color:#002c33;font-family:Outfit,sans-serif;min-height:100vh;padding:2rem 4rem}.support-header{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem}.support-title-section{flex:1 1}.support-title{color:#131313;font-size:2.5rem;font-weight:800;margin:0 0 .5rem}.support-subtitle{color:#37474f;font-size:1.1rem;font-weight:500;margin:0}.btn-create-ticket{align-items:center;background:#135d66;border:none;border-radius:8px;box-shadow:0 4px 15px #135d664d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:.8rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.btn-create-ticket:hover{background:#004d40;box-shadow:0 6px 20px #135d6666;transform:translateY(-2px)}.tickets-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.ticket-card{background:#fff;border:2px solid #fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;cursor:pointer;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.ticket-card:hover{border-color:#135d66;box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.ticket-header{justify-content:space-between}.ticket-header,.ticket-id{align-items:center;display:flex}.ticket-id{font-size:.95rem;font-weight:700;gap:6px}.ticket-id,.ticket-id svg{color:#135d66}.status-badge{border-radius:20px;font-size:.85rem;gap:6px;padding:.4rem .8rem}.status-icon{font-size:1.1rem!important}.ticket-content{flex:1 1}.ticket-subject{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;display:-webkit-box;font-weight:700;margin:0 0 1rem;overflow:hidden}.ticket-meta{display:flex;flex-direction:column;gap:.6rem}.meta-item{font-size:.9rem}.meta-row-timestamps{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.meta-item svg{font-size:1.1rem!important}.ticket-footer{align-items:center;border-top:1px solid #eceff1;display:flex;padding-top:.5rem}.footer-meta-item{color:#78909c;font-size:.8rem;margin-right:1rem}.view-details{color:#135d66;font-size:.9rem;font-weight:600;margin-left:auto;transition:color .2s ease}.ticket-card:hover .view-details{color:#004d40}@media (max-width:1024px){.support-container{padding:2rem}.tickets-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.support-header{align-items:flex-start;flex-direction:column}.btn-create-ticket{justify-content:center;width:100%}}@media (max-width:768px){.support-container{padding:1.5rem}.support-title{font-size:2rem}.tickets-grid{grid-template-columns:1fr}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ticket-detail-container{background:linear-gradient(135deg,#cbebf3,#e3f4f9);color:#002c33;display:flex;flex-direction:column;font-family:Outfit,sans-serif;gap:2rem;min-height:100vh;padding:2rem 4rem}.ticket-detail-header{background:#fff;border:2px solid #fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.ticket-header-main{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1.5rem}.ticket-id-section{align-items:flex-start;display:flex;gap:1rem}.ticket-id-section svg{color:#135d66;margin-top:.2rem}.ticket-title{color:#135d66;font-size:1.8rem;font-weight:800;margin:0 0 .5rem}.ticket-subject{color:#131313;font-size:1.2rem;font-weight:600;line-height:1.4;margin:0}.ticket-meta-info{border-top:1px solid #eceff1;display:flex;gap:1.5rem;padding-top:1rem}.meta-item{align-items:center;color:#546e7a;display:flex;font-size:1rem;font-weight:500;gap:8px}.meta-item svg{color:#78909c}.status-badge{align-items:center;border-radius:25px;display:flex;font-size:.95rem;font-weight:600;gap:8px;padding:.6rem 1.2rem;text-transform:capitalize;white-space:nowrap}.status-badge.status-resolved{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.status-badge.status-pending{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#e65100}.status-badge.status-closed{background:linear-gradient(135deg,#eceff1,#cfd8dc);color:#455a64}.status-icon{font-size:1.2rem!important}.status-icon.status-resolved{color:#2e7d32}.status-icon.status-pending{color:#e65100}.status-icon.status-closed{color:#455a64}.status-dropdown-wrapper{position:relative}.status-clickable{cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.status-clickable:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.status-dropdown-menu{background:#fff;border:2px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 24px #00000026;margin-top:.5rem;min-width:160px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.status-dropdown-item{color:#37474f;cursor:pointer;font-weight:500;padding:.8rem 1.2rem;transition:background .2s ease}.status-dropdown-item:hover{background:#f5f5f5;color:#135d66}.status-dropdown-item:not(:last-child){border-bottom:1px solid #eceff1}.chat-container{background:#fff;border:2px solid #fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;height:calc(100vh - 400px);min-height:500px}.messages-wrapper{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:2rem}.messages-wrapper::-webkit-scrollbar{width:8px}.messages-wrapper::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.messages-wrapper::-webkit-scrollbar-thumb{background:#b0bec5;border-radius:10px}.messages-wrapper::-webkit-scrollbar-thumb:hover{background:#90a4ae}.message{display:flex;margin-bottom:.5rem}.message-user{justify-content:flex-start}.message-admin{justify-content:flex-end}.message-bubble{border-radius:16px;box-shadow:0 2px 8px #0000000d;max-width:70%;padding:1rem 1.2rem}.message-user .message-bubble{background:linear-gradient(135deg,#e3f4f9,#d0f0fd);border-bottom-left-radius:4px}.message-admin .message-bubble{background:linear-gradient(135deg,#135d66,#004d40);border-bottom-right-radius:4px;color:#fff}.message-header{margin-bottom:.5rem}.message-sender{font-size:.85rem;font-weight:700;opacity:.8}.message-admin .message-sender{color:#b2dfdb}.message-user .message-sender{color:#135d66}.message-body{word-wrap:break-word;font-size:1rem;line-height:1.5}.message-attachment-previews{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-bottom:1rem;max-width:100%}.attachment-preview{border-radius:8px;display:block;overflow:hidden;text-decoration:none;transition:transform .2s ease}.attachment-preview:hover{transform:scale(1.02)}.attachment-image,.attachment-video{border-radius:8px;display:block;height:150px;object-fit:cover;width:100%}.video-thumbnail-wrapper{cursor:pointer;position:relative}.video-play-overlay{align-items:center;background:#0003;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:background .2s ease;width:100%}.video-thumbnail-wrapper:hover .video-play-overlay{background:#0000004d}.play-icon{color:#fff;font-size:2rem;text-shadow:0 2px 4px #00000080;transition:transform .2s ease}.video-thumbnail-wrapper:hover .play-icon{transform:scale(1.1)}.attachment-pdf{align-items:center;background:#ffffff26;border-radius:8px;color:inherit;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-height:100px;padding:1rem;text-decoration:none}.message-admin .attachment-pdf{background:#ffffff1a}.message-user .attachment-pdf{background:#135d661a}.pdf-icon{color:#d32f2f;font-size:3rem!important}.pdf-name{font-size:.85rem;font-weight:500;text-align:center;word-break:break-word}.message-attachments{display:flex;flex-direction:column;gap:.5rem;margin-top:.8rem}.attachment-item{align-items:center;background:#fff3;border-radius:8px;color:inherit;cursor:pointer;display:flex;font-size:.9rem;gap:6px;padding:.4rem .8rem;text-decoration:none;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.attachment-item:hover{background:#ffffff4d;transform:translateX(2px)}.message-admin .attachment-item{background:#ffffff26;color:#fff}.message-admin .attachment-item:hover{background:#ffffff40}.message-user .attachment-item{color:#135d66}.message-user .attachment-item:hover{background:#135d661a}.no-messages{align-items:center;color:#90a4ae;display:flex;font-style:italic;height:100%;justify-content:center}.message-input-container{background:#fafafa;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top:2px solid #eceff1;display:flex;gap:1rem;padding:1.5rem 2rem}.message-input{border:2px solid #e0e0e0;border-radius:25px;flex:1 1;font-family:Outfit,sans-serif;font-size:1rem;outline:none;padding:.8rem 1.2rem;transition:border-color .2s ease}.message-input:focus{border-color:#135d66}.message-input::placeholder{color:#b0bec5}.send-button{align-items:center;background:#135d66;border:none;border-radius:50%;box-shadow:0 4px 12px #135d664d;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .2s ease;width:48px}.send-button:hover:not(:disabled){background:#004d40;box-shadow:0 6px 16px #135d6666;transform:scale(1.05)}.send-button:disabled{background:#b0bec5;box-shadow:none;cursor:not-allowed}.error-state{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:4rem 2rem;text-align:center}.error-state h2{color:#c62828;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.error-state p{color:#37474f;font-size:1.1rem;margin-bottom:2rem}@media (max-width:1024px){.ticket-detail-container{padding:2rem}.ticket-header-main{flex-direction:column}.message-bubble{max-width:85%}.chat-container{height:calc(100vh - 450px)}}@media (max-width:768px){.ticket-detail-container{padding:1.5rem}.ticket-title{font-size:1.4rem}.ticket-subject{font-size:1rem}.message-bubble{max-width:90%}.chat-container{height:calc(100vh - 400px);min-height:400px}.message-input-container,.messages-wrapper{padding:1rem}}.video-full-preview-overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:10000}.video-full-preview-overlay,.video-preview-content{align-items:center;display:flex;justify-content:center}.video-preview-content{height:90%;position:relative;width:90%}.full-screen-video{border-radius:8px;box-shadow:0 8px 32px #0000004d;max-height:100%;max-width:100%;outline:none}.video-preview-close-btn{align-items:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;right:2rem;top:2rem;transition:all .2s ease;width:50px;z-index:10001}.video-preview-close-btn:hover{background:#ffffff4d;transform:scale(1.1) rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.users-container{background:linear-gradient(135deg,#cbebf3,#e3f4f9);color:#002c33;font-family:Outfit,sans-serif;min-height:100vh;padding:2rem 4rem}.users-header{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem}.users-title-section{flex:1 1}.users-title{color:#131313;font-size:2.5rem;font-weight:800;margin:0 0 .5rem}.users-subtitle{color:#37474f;font-size:1.1rem;font-weight:500;margin:0}.error-message{background:linear-gradient(135deg,#ffebee,#ffcdd2);border:2px solid #ef5350;border-radius:12px;margin-bottom:2rem;padding:2rem;text-align:center}.error-message p{color:#c62828;font-weight:600;margin-bottom:1rem}.retry-button{background:#ef5350;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.5rem;transition:background .2s ease}.retry-button:hover{background:#c62828}.empty-state{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:4rem 2rem}.empty-icon{color:#b0bec5;font-size:5rem!important;margin-bottom:1.5rem}.empty-state h2{color:#131313;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.empty-state p{color:#37474f;font-size:1.1rem;margin-bottom:2rem}.users-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin-bottom:2rem;overflow:hidden}.users-table{border-collapse:collapse;text-align:left;width:100%}.users-table th{background-color:#f8fafb;border-bottom:2px solid #eceff1;color:#546e7a;font-weight:600;white-space:nowrap}.users-table td,.users-table th{font-size:.95rem;padding:1.2rem 1.5rem}.users-table td{border-bottom:1px solid #eceff1;color:#37474f;vertical-align:middle}.users-table tr:last-child td{border-bottom:none}.users-table tbody tr{cursor:pointer;transition:background-color .2s ease}.users-table tbody tr:hover{background-color:#f0f7f9}.user-cell-avatar{align-items:center;display:flex;gap:12px}.table-avatar{align-items:center;background-color:#135d66;border-radius:50%;color:#fff;display:flex;font-size:.8rem;height:36px;justify-content:center;object-fit:cover;width:36px}.user-name-text{color:#002c33;font-weight:600}.user-email-text{color:#546e7a}.user-phone-text{color:#135d66;font-weight:500}.user-gender-tag{background-color:#eceff1;border-radius:20px;color:#546e7a;display:inline-block;font-size:.8rem;font-weight:500;padding:4px 10px;text-transform:capitalize}.table-loading-row td{color:#78909c;padding:2rem;text-align:center}@media (max-width:1024px){.users-container{padding:2rem}.users-header{align-items:flex-start;flex-direction:column}.users-table-container{overflow-x:auto}}@media (max-width:768px){.users-container{padding:1.5rem}.users-title{font-size:2rem}}.user-detail-container{background-color:#f4f6f8;color:#1a1a1a;font-family:Outfit,sans-serif;min-height:100vh;padding-bottom:2rem}.user-detail-header{border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d;gap:1.5rem;padding:.8rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.back-button-detail,.user-detail-header{align-items:center;background:#fff;display:flex}.back-button-detail{border:1px solid #cfd8dc;border-radius:6px;color:#546e7a;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:500;gap:.4rem;padding:.4rem .8rem;transition:all .2s ease}.back-button-detail:hover{background:#f5f5f5;border-color:#135d66;color:#135d66}.header-title{color:#263238;font-size:1.25rem;font-weight:700;margin:0}.compact-content-wrapper{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem auto;max-width:1400px;padding:0 1.5rem}.compact-profile-row{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;padding:1.5rem 2rem}.profile-left{align-items:flex-start;display:flex;flex:1 1;gap:1.2rem;min-width:250px}.compact-avatar{border:3px solid #e0f7fa;margin-top:4px}.user-basic-info{display:flex;flex-direction:column;gap:.4rem}.user-phone-main{color:#135d66;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;line-height:1;margin:0}.user-sub-details{display:flex;flex-direction:column;gap:.2rem}.u-detail{align-items:center;color:#546e7a;display:flex;font-size:.95rem;font-weight:500}.u-detail.name{color:#263238;font-size:1.1rem;font-weight:700}.u-detail.email{font-size:.9rem}.u-detail.gender{background:#f5f5f5;border-radius:4px;display:inline-block;font-size:.8rem;margin-top:.2rem;padding:.1rem .5rem;text-transform:capitalize;width:-webkit-fit-content;width:fit-content}.profile-middle{border-left:1px solid #eceff1;border-right:1px solid #eceff1;display:flex;flex-direction:column;gap:.6rem;justify-content:center;min-width:220px;padding-left:2rem;padding-right:2rem}.meta-row-compact{align-items:center;cursor:default;display:flex;font-size:.9rem;gap:.6rem}.meta-row-compact.large{font-size:1.1rem;margin-bottom:.4rem}.meta-row-compact.large .meta-value{color:#00695c;font-size:1.2rem;font-weight:700}.meta-label{color:#90a4ae;font-weight:500;min-width:60px}.meta-value{color:#37474f;font-weight:600}.meta-value.code{background:#e0f2f1;border-radius:6px;color:#00695c;font-family:monospace;padding:.1rem .5rem}.profile-right{display:flex;flex-direction:column;gap:.8rem;justify-content:center;min-width:200px}.status-pill-vertical{align-items:center;border:1px solid #0000;border-radius:8px;display:flex;font-size:.85rem;font-weight:600;gap:.6rem;padding:.4rem .8rem}.status-pill-vertical.large{font-size:1rem;padding:.6rem 1rem}.pill-icon{font-size:1.1rem!important}.status-pill-vertical.large .pill-icon{font-size:1.4rem!important}.status-pill-vertical.verified{background:#f1f8e9;border-color:#dcedc8;color:#33691e}.status-pill-vertical.unverified{background:#ffebee;border-color:#ffcdd2;color:#b71c1c}.elevated-tabs-card{background:#0000;box-shadow:none;display:flex;flex-direction:column;min-height:500px}.compact-tabs{margin-bottom:-1px;padding-left:1rem;z-index:2}.compact-tabs .MuiTabs-flexContainer{align-items:flex-end;gap:.5rem}.compact-tabs .MuiTab-root{background:#b0bec5;border-radius:12px 12px 0 0;color:#fff;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;margin:0;min-height:48px;opacity:1!important;padding:0 2rem;text-transform:none;transition:all .2s ease}.compact-tabs .MuiTab-root:hover{background:#90a4ae}.compact-tabs .Mui-selected{background:#fff!important;box-shadow:0 -2px 6px #0000000d;color:#135d66!important;font-weight:700;height:54px}.tab-content-area{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;position:relative;z-index:1}.tab-summary-header{align-items:center;display:flex;gap:2rem;margin-bottom:1.5rem}.tab-summary-header.right-aligned{justify-content:flex-end}.summary-stat{align-items:center;display:flex;gap:.5rem}.summary-stat .label{color:#78909c;font-size:.95rem;font-weight:500}.summary-stat .value{color:#131313;font-size:1.2rem;font-weight:700}.wallet-multi-stats{align-items:center;display:flex;gap:1rem}.wallet-stat-badge{align-items:flex-end;background:#fafafa;border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;min-width:120px;padding:.5rem 1rem}.wallet-stat-badge.total{background:#e0f2f1;border-color:#b2dfdb}.wallet-stat-badge.total .ws-label{color:#00695c}.wallet-stat-badge.total .ws-value{color:#004d40}.ws-label{color:#78909c;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ws-value{color:#135d66;font-size:1.1rem;font-weight:800}.dense-table-wrapper{border:1px solid #eee;border-radius:8px;overflow-x:auto}.dense-table{border-collapse:collapse;font-size:.9rem;width:100%}.dense-table th{background:#fafafa;border-bottom:1px solid #eee;color:#455a64;font-weight:600;padding:.8rem 1rem;text-align:left;white-space:nowrap}.dense-table td{border-bottom:1px solid #f5f5f5;color:#37474f;padding:.8rem 1rem;vertical-align:middle}.dense-table tbody tr:hover{background:#f8f9fa}.fw-500{font-weight:500}.fw-600{font-weight:600}.text-secondary{color:#78909c}.text-small{font-size:.85rem}.text-right{text-align:right}.monospace{font-family:monospace}.text-green{color:#2e7d32}.text-red{color:#c62828}.capitalize{text-transform:capitalize}.truncate-text{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dot-pill{align-items:center;border-radius:12px;display:inline-flex;font-size:.8rem;font-weight:600;padding:.2rem .6rem}.status-dot-pill.registered{background:#fff3e0;color:#f57c00}.status-dot-pill.played{background:#e8f5e9;color:#2e7d32}.type-badge{border-radius:4px;font-size:.75rem;font-weight:700;padding:.1rem .4rem;text-transform:uppercase}.type-badge.credit,.type-badge.recharge{background:#e8f5e9;color:#2e7d32}.type-badge.debit,.type-badge.withdraw{background:#ffebee;color:#c62828}.load-more-wrapper{background:#fafafa;border-top:1px solid #eee;padding:1rem;text-align:center}.link-button{background:none;border:none;color:#135d66;cursor:pointer;font-family:inherit;font-weight:600;text-decoration:underline}.empty-state{color:#90a4ae;font-style:italic;padding:3rem;text-align:center}@media (max-width:1024px){.compact-profile-row{align-items:flex-start;flex-direction:column}.profile-middle{border:1px solid #eee;border-left:none;border-right:none;padding:1rem 0;width:100%}}.financial-content-layout{display:flex;flex-direction:column;gap:2.5rem}.financial-section{display:flex;flex-direction:column;gap:1.2rem}.sub-section-title{align-items:center;border-bottom:2px solid #e0f2f1;color:#135d66;display:flex;font-size:1.15rem;font-weight:700;gap:.5rem;margin:0;padding-bottom:.5rem}.info-grid-compact{grid-gap:1.5rem;background:#fafafa;border:1px solid #eee;border-radius:10px;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:1.5rem}.grid-item{display:flex;flex-direction:column;gap:.2rem}.g-label{color:#90a4ae;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.g-value{color:#37474f;font-size:.95rem;font-weight:600}.address-box-compact{background:#fff;border:1px solid #e0f2f1;border-left:4px solid #135d66;border-radius:4px 10px 10px 4px;margin-top:.5rem;padding:1rem 1.5rem}.full-address{color:#455a64;font-size:.95rem;font-weight:600;margin-bottom:.3rem}.address-details-row{align-items:center;color:#78909c;display:flex;font-size:.85rem;font-weight:500;gap:.6rem}.empty-state-card{background:#f8f9fa;border:1px dashed #cfd8dc;border-radius:10px;color:#90a4ae;font-style:italic;padding:2rem;text-align:center}.color-primary{color:#135d66}@media (max-width:768px){.info-grid-compact{grid-template-columns:1fr 1fr}}@media (max-width:480px){.info-grid-compact{grid-template-columns:1fr}}
/*# sourceMappingURL=main.22a00cb2.css.map*/