*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#fff;font-family:Arial,sans-serif;line-height:1.5}:root{--primary:#ab54a2;--secondary:#198754;--gray-light:#ededed;--light:#fff;--dark:#333}
header{background:var(--light);border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}header a.logo{color:var(--dark);align-items:center;gap:8px;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}header nav a{color:var(--dark);margin-left:20px;text-decoration:none}header nav a:hover{color:var(--primary)}footer{border-top:1px solid #ddd;justify-content:center;font-size:.9rem}footer.footer-section{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:1rem 2rem 0;display:flex;background:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.footer-section h3{font-size:14px}footer.footer-section ul li::marker{color:#4caf50;content:"🔗 ";font-size:1.2em}.logo-img{width:150px;height:auto;transition:all .3s}@media (max-width:768px){.logo-img{width:106px;height:auto}}.modern-link{transition:color .2s;position:relative}.modern-link:hover{color:#0d6efd}.modern-link:after{content:"";background:#0d6efd;width:0;height:2px;transition:width .3s;display:block;position:absolute;bottom:0;left:0}.modern-link:hover:after{width:100%}.megamenu{opacity:0;pointer-events:none;z-index:1000;background:#fff;border-radius:12px;min-width:320px;max-width:min(90vw,700px);padding:20px;transition:all .25s;position:absolute;top:100%;left:-100%;transform:translateY(15px);box-shadow:0 10px 25px #0000001f}.megamenu.show{opacity:1;pointer-events:auto;transform:translateY(0)}.megamenu-content{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.megamenu-item{color:#333;background:#fafafa;border:1px solid #eee;border-radius:10px;align-items:flex-start;padding:6px;text-decoration:none;transition:all .25s;display:flex}.megamenu-item:hover{color:#9b59b6;background:#f4e1fa;border-color:#e3c6f1;transform:translateY(-3px);box-shadow:0 4px 10px #9b59b61a}.megamenu-item.active{color:#fff;background:#9b59b6;box-shadow:0 3px 10px #9b59b666}.megamenu-icon{color:#9b59b6;margin-right:5px;font-size:22px}.megamenu-text strong{color:#333;font-size:15px}.megamenu-text p{color:#666;margin:0;font-size:13px}@media (min-width:1600px) and (max-width:3000px){.megamenu{min-width:850px}.megamenu-content{grid-template-columns:repeat(3,1fr)}}@media (min-width:1400px) and (max-width:1600px){.megamenu{min-width:650px}.megamenu-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px) and (max-width:1399px){.megamenu{min-width:550px;left:-150%}.megamenu-content{grid-template-columns:repeat(2,1fr)}.nav-link,.megamenu-text strong{font-size:13px}}@media (min-width:1120px) and (max-width:1199px){.megamenu{min-width:500px;padding:8px;left:-150%}.megamenu-content{grid-template-columns:repeat(2,1fr)}.nav-link,.megamenu-text strong{font-size:13px}}@media (min-width:992px) and (max-width:1119px){.megamenu{min-width:300px;max-height:380px;padding:8px;left:-100%;overflow:auto}.megamenu-content{grid-template-columns:repeat(1,1fr);gap:8px}.nav-link,.megamenu-text strong{font-size:13px}.megamenu-text p{display:none}.megamenu-item{padding:5px}.megamenu-icon{font-size:18px}}@media (max-width:992px){.megamenu{display:none}}.drawer{z-index:1060;background:#fff;width:320px;height:100%;transition:right .3s ease-in-out;position:fixed;top:0;right:-320px;overflow-y:auto;box-shadow:-2px 0 10px #00000026}.drawer.open{right:0}.drawer-overlay{opacity:0;visibility:hidden;z-index:1055;background:#0006;width:100%;height:100%;transition:opacity .3s ease-in-out;position:fixed;top:0;left:0}.drawer-overlay.show{opacity:1;visibility:visible}button.btn.btn-more{color:#fff;background:#9b59b6;border:none;border-radius:6px;padding:5px 15px;font-weight:500;transition:all .3s}button.btn.btn-more:hover{color:#fff;background:#ab54a2;transform:scale(1.05)}button.btn.btn-more:active{background:#8e44ad;transform:scale(.97)}@media (max-width:768px){button.btn.btn-more{width:100%;padding:10px 20px;font-size:15px}}.homepage-tools .card h3.h5{color:var(--primary);text-align:left;margin-bottom:.5rem}.homepage-tools .card p.text-muted{text-align:left}.card-gradient{border-radius:10px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 20px #0000001a}.card-gradient:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0003}.card-light{background:var(--light)}.bg-gradient-orange{background:linear-gradient(145deg,#ff9a9e,#fad0c4)}.bg-gradient-purple{background:linear-gradient(145deg,#a18cd1,#fbc2eb)}.bg-gradient-blue{background:linear-gradient(145deg,#89f7fe,#66a6ff)}.chart-container{background:#fff;border-radius:1rem;padding:1rem}.table-scrollable{max-height:500px;overflow-y:auto}.loader-overlay{z-index:9999;background:#fffc;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loader-spinner{border:6px solid #0d6efd;border-top-color:#0000;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:.6s ease-in-out fadeIn}.fade-in-slow{animation:1.2s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ticker-container{white-space:nowrap;background:linear-gradient(90deg,#f8f9fa,#fff);border-radius:12px;position:relative}.ticker-text{animation:25s linear infinite tickerScroll;display:inline-block}.ticker-item{color:#198754;margin-right:40px;font-weight:500}@keyframes tickerScroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}.page-top-section{font-size:15px;line-height:25px}.page-top-section h1{font-size:24px}.page-middle-section{min-height:50vh}.page-top-section p.text-muted,.page-middle-section p.text-muted,.page-bottom-section p.text-muted{font-size:17px;line-height:30px}.page-top-section p.text-muted strong,.page-middle-section p.text-muted strong,.page-bottom-section p.text-muted strong{font-weight:700}.page-middle-section h3{font-size:20px}.page-middle-section .card p.text-muted{margin-bottom:4px;font-size:13px}.page-middle-section .card h3{font-size:18px}.page-bottom-section section{margin:20px 0}.page-bottom-section h2{font-size:22px}.page-bottom-section h3{margin:0 0 30px;font-size:20px}.page-bottom-section ul.text-muted,.page-bottom-section ul{line-height:30px}.main-container{max-width:1600px;margin-left:auto;margin-right:auto}.list-group.position-absolute{box-shadow:0 8px 20px #0000001f}.list-group-item.active{color:#0b3bff;background-color:#f1f5ff}.navbar .main-container{align-items:center;gap:12px;width:100%;display:flex!important}@media (min-width:992px){.navbar .collapse.navbar-collapse{align-items:center;display:flex!important}}@media (min-width:1400px){.main-container{padding-left:32px;padding-right:32px}}.review-card{background:#fff;border-radius:14px;margin:0 auto;padding:14px}.review-card .heading{font-size:24px;font-weight:600}.review-card .subheading{font-size:16px!important}.review-card button.starbutton,.review-card .summarystar{cursor:pointer;background:0 0;border:none;font-size:3rem;line-height:50px;transition:transform .15s,color .15s}.review-card button.starbutton:hover{transform:scale(1.15);color:#ffdf00!important}.review-card button.starbutton.active,.review-card .summarystar.active{color:#ffdf00!important}.review-card input.form-control,.review-card textarea.form-control{border:1px solid #e5e5e5;border-radius:10px;width:100%;margin-bottom:8px;padding:8px 10px;font-size:.85rem}.review-card input.form-control:focus,.review-card textarea.form-control:focus{border-color:#ab54a2;outline:none;box-shadow:0 0 0 2px #ab54a226}.review-card .review-button{color:#fff;cursor:pointer;background:#ab54a2;border:none;border-radius:10px;width:50%;padding:9px;font-size:.85rem;font-weight:500;transition:background .2s,transform .1s}.review-button:hover{background:#9a4791}.review-button:active{transform:scale(.98)}.review-button:disabled{opacity:.7;cursor:not-allowed}.review-card .total-reviews-count{font-size:20px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;animation:1.4s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.embed-code-box{background:var(--gray-light)}.not-found-container{justify-content:center;align-items:center;display:flex}.not-found-content{text-align:center;background:linear-gradient(135deg,#76d79a 10%,#bf32ca 100%);border-radius:1rem;min-width:100%;padding:3rem;box-shadow:0 20px 25px #0000001a}.not-found-title{color:#fff;margin:0;font-size:5rem;font-weight:900}.not-found-subtitle{color:#333;margin-top:.5rem;font-size:1.5rem}.not-found-description{color:#333;margin:1rem 0 2rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}
.hover-shadow:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0003!important}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.text-center{text-align:center}.text-right{text-align:right}.table-scrollable{max-height:500px;overflow-y:auto}@media (max-width:768px){.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-10{flex:0 0 100%;max-width:100%}}

