@charset "UTF-8";@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Medium-DZarjTSE.ttf)}*{margin:0;padding:0;text-decoration:none;list-style:none;box-sizing:border-box;-webkit-user-select:none;user-select:none}body,#root{height:100%}html{height:100%;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal}html.dark,body.dark{background:#1f1f1f;color:#f8fafc}html:not(.dark),body:not(.dark){background:#e9ecef;color:#000}.container{max-width:1940px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:15px}@media(max-width:900px){.pagination{flex-wrap:wrap;gap:5px}.pagination button{padding:8px 10px;font-size:14px}.pagination .dots{padding:8px 4px}}.pagination button{padding:6px 12px;border-radius:4px;border:1px solid #ccc;background-color:#0068e0;color:#fff;cursor:pointer;transition:background .2s}.pagination button:hover{background-color:#0050ad}.pagination button.active{background-color:#004494;font-weight:700}.pagination button:disabled{background-color:#ccc;cursor:not-allowed}.error-box{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#ff4d4f;color:#fff;text-align:center;padding:.8rem 2rem;border-radius:8px;box-shadow:0 4px 12px #0003;font-weight:500;z-index:10000;animation:slideDownError .5s forwards,fadeOutError .5s 3s forwards}@media screen and (max-width:480px){.error-box{padding:.6rem 1rem;font-size:14px;max-width:350px}}@keyframes slideDownError{0%{top:-50px;opacity:0}to{top:20px;opacity:1}}@keyframes fadeOutError{0%{opacity:1}to{opacity:0;top:-50px}}.success-box{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#52c41a;color:#fff;padding:.8rem 2rem;border-radius:8px;box-shadow:0 4px 12px #0003;font-weight:500;z-index:10000;animation:slideDownSuccess .5s forwards,fadeOutSuccess .5s 3s forwards}@keyframes slideDownSuccess{0%{top:-50px;opacity:0}to{top:20px;opacity:1}}@keyframes fadeOutSuccess{0%{opacity:1}to{opacity:0;top:-50px}}.sidebar{position:fixed;left:0;bottom:0;top:0;width:300px;height:100vh;background:#0068e0;box-shadow:#64646f33 0 7px 29px;color:#fff;z-index:100;scrollbar-color:#c2dbf1 #0068e0}@media screen and (max-width:1300px){.sidebar{width:300px}}@media screen and (max-width:800px){.sidebar{display:none}}.sidebar .container h1{cursor:pointer;margin-top:30px;font-size:32px;font-weight:700;text-align:center;line-height:normal;color:#fff}.sidebar .container h1 span{color:#00b074;font-size:40px;font-weight:700;line-height:normal}.sidebar .container .services-header{display:flex;align-items:center;justify-content:space-between;margin-top:30px;cursor:pointer}.sidebar .container .services-header h2.title{font-size:17px;font-weight:900;letter-spacing:2px;cursor:pointer;margin:0;line-height:normal;-webkit-user-select:none;user-select:none}.sidebar .container .services-header .arrow{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:8px}.sidebar .container .services-header .arrow img{width:100%;height:100%;transform:rotate(0)}.sidebar .container .services-header .arrow.open img{animation:rotateOpen .3s forwards}.sidebar .container .services-header .arrow.closed img{animation:rotateClose .3s forwards}.sidebar .container .services{list-style:none;overflow:hidden}.sidebar .container .services.open{animation:slideDown .25s ease-in-out forwards}.sidebar .container .services.closed{animation:slideUp .25s ease-in-out forwards}@keyframes slideDown{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:500px;opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{max-height:500px;opacity:1;transform:translateY(0)}to{max-height:0;opacity:0;transform:translateY(-10px)}}.sidebar .container ul{margin-top:30px;display:flex;flex-direction:column;align-items:center;gap:15px}.sidebar .container ul.open{max-height:500px}.sidebar .container ul li{color:#fff;position:relative;border-radius:8px;cursor:pointer;padding:0 20px;font-feature-settings:"liga" off,"clig" off;width:250px;height:54.035px;flex-shrink:0;font-size:18px;font-style:normal;font-weight:500;line-height:normal;display:flex;align-items:center;gap:24px;transition:background-color .3s ease,transform .3s ease}.sidebar .container ul li:hover{background-color:#0057bb}.sidebar .container ul li.active:hover{background-color:#044a9b}.sidebar .container ul li img{width:30px;height:30px;opacity:.8;transition:transform .3s ease}.sidebar .container ul li p{font-size:16px}.sidebar .container ul li div{position:absolute;top:18%;transform:translateY(-50%);left:-43px;width:8px;height:43.742px;border-radius:0 58px 58px 0;height:35px;background-color:#fff;transition:background-color .3s ease,transform .3s ease}.sidebar .container ul .active{background-color:#0057bb}.sidebar .container ul .active div{background-color:#0057bb;transform:translate(0)}.sidebar.light{background:#0068e0;color:#fff}.sidebar.dark{background:#1e1e1e;color:#e0e0e0}.sidebar.dark ul li:hover{background-color:#333}.sidebar.dark ul li.active:hover{background-color:#494949}.sidebar.dark ul .active{background-color:#333}.navbar{position:fixed;top:0;left:0;right:0;background-color:#fff;width:100vw;height:60px;padding-left:20px;padding-right:20px;display:flex;justify-content:space-between;align-items:center;z-index:99;box-shadow:#00000026 1.95px 1.95px 2.6px}@media screen and (max-width:800px){.navbar{padding:10px}}.navbar .theme-btn{color:#0068e0;background:none;border:none;font-size:18px;cursor:pointer;transition:.3s;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.navbar .theme-btn img{width:20px;height:20px}.navbar .theme-btn:hover{background-color:#007bff;color:#fff}.navbar .theme-btn:hover img{filter:brightness(0) invert(1)}.navbar .hamburger{display:none;width:25px;height:25px;position:absolute;top:50%;transform:translateY(-50%);left:15px}@media screen and (max-width:800px){.navbar .hamburger{display:block}}.navbar .close-btn{position:absolute;width:25px;height:25px;top:0;right:20px}.navbar .container{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:30px;width:100%;margin-left:300px}@media screen and (max-width:800px){.navbar .container{margin:0}}@media screen and (max-width:550px){.navbar .container{gap:10px}}.navbar .profile-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 25px 10px 20px;border:1px solid #0068e0;border-radius:8px;cursor:pointer;background-color:#0068e0;color:#fff;font-size:16px;transition:.3s}.navbar .profile-btn:hover{background-color:#0056b3}@media screen and (max-width:960px){.navbar .profile-btn{display:none}}.navbar .profile-mobile-btn{display:none;gap:10px;padding:10px 15px;border:1px solid #0068e0;border-radius:8px;cursor:pointer;background-color:#0068e0;color:#fff;font-size:16px;transition:.3s}.navbar .profile-mobile-btn:hover{background-color:#0056b3}@media screen and (max-width:960px){.navbar .profile-mobile-btn{display:block}}.navbar hr{width:1px;height:40px}.navbar .language-box{font-size:14px;position:relative;cursor:pointer}.navbar .language-box .language-selected{display:flex;align-items:center;text-transform:capitalize;gap:5px;font-weight:500}.navbar .language-box .arrow{display:inline-block;transition:transform .2s ease}.navbar .language-box .arrow.open{transform:rotate(180deg)}.navbar .language-box .language-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ccc;border-radius:6px;margin-top:5px;width:max-content;min-width:120px;box-shadow:0 4px 8px #0000001a;list-style:none;padding:0;overflow:hidden;opacity:0;transform:translateY(-10px);pointer-events:none;transition:all .3s ease}.navbar .language-box .language-dropdown.open{opacity:1;transform:translateY(0);pointer-events:auto}.navbar .language-box .language-dropdown li{padding:8px 12px;transition:background .2s ease;transition:.3s all}.navbar .language-box .language-dropdown li:hover{background:#007bff}.navbar .search-box button{background:transparent;padding:7px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:none;cursor:pointer;transition:.3s}.navbar .search-box button img{width:30px;height:30px}.navbar .search-box button:hover{background-color:#007bff}.navbar .search-box button:hover img{filter:brightness(0) invert(1)}.navbar .contact-box button{background:transparent;padding:7px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:3px solid #007bff;cursor:pointer;transition:.3s}.navbar .contact-box button img{width:20px;height:20px}.navbar .contact-box button:hover{background-color:#007bff}.navbar .contact-box button:hover img{filter:brightness(0) invert(1)}.navbar.light{background:#fff;color:#0068e0}.navbar.light .language-dropdown{background:#fff;color:#007bff}.navbar.light .language-dropdown li{color:#000}.navbar.light .language-dropdown li:hover{background:#007bff;color:#fff}.navbar.light .profile-btn,.navbar.light .profile-mobile-btn{background-color:#007bff;color:#fff}.navbar.light .profile-btn:hover,.navbar.light .profile-mobile-btn:hover{background-color:#0056b3}.navbar.dark{background:#1e1e1e;color:#e0e0e0}.navbar.dark .language-dropdown{background:#2c2c2c}.navbar.dark .language-dropdown li{color:#fff;background:#3a3a3a}.navbar.dark .language-dropdown li:hover{background:#fff;color:#3a3a3a}.navbar.dark .search-box button{border-color:#1e1e1e}.navbar.dark .search-box button img{filter:brightness(0) invert(1)}.navbar.dark .search-box button:hover{background-color:#2c2c2c}.navbar.dark .contact-box button{border-color:#2c2c2c}.navbar.dark .contact-box button:hover{background-color:#2c2c2c}.navbar.dark .contact-box button:hover img{filter:brightness(0) invert(1)}.navbar.dark .profile-btn,.navbar.dark .profile-mobile-btn{background:#cbddf1;border:#cbddf1;color:#000}.navbar.dark .profile-btn:hover,.navbar.dark .profile-mobile-btn:hover{background-color:#b3cdeb}.navbar.dark .theme-btn{color:#e0e0e0}.navbar.dark .theme-btn:hover{background-color:#333}.navbar h1{font-size:20px}.sidebar-mobile{position:fixed;left:0;bottom:0;top:0;width:300px;height:100vh;background:#0068e0;box-shadow:#64646f33 0 7px 29px;color:#fff;z-index:100;scrollbar-color:#c2dbf1 #0068e0;transform:translate(-100%);transition:transform .3s ease-in-out}.sidebar-mobile.show{transform:translate(0)}.sidebar-mobile .close-btn{position:absolute;top:15px;right:15px;width:30px;height:30px;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;transition:background-color .3s ease;z-index:101}.sidebar-mobile .close-btn:hover{background:#ffffff4d}.sidebar-mobile .close-btn:active{background:#fff6;transform:scale(.95)}.sidebar-mobile .container{height:100%;overflow-y:auto}.sidebar-mobile .container::-webkit-scrollbar{width:8px}.sidebar-mobile .container::-webkit-scrollbar-track{background:#e6f0ff;border-radius:10px}.sidebar-mobile .container::-webkit-scrollbar-thumb{background:#0068e0;border-radius:10px}.sidebar-mobile .container::-webkit-scrollbar-thumb:hover{background:#0050ad}.sidebar-mobile .container{scrollbar-width:thin;scrollbar-color:#0068e0 #e6f0ff}.sidebar-mobile .container h1{cursor:pointer;margin-top:50px;font-size:24px;font-weight:700;text-align:center;line-height:normal;color:#fff}.sidebar-mobile .container h1 span{color:#00b074;font-size:40px;font-weight:700;line-height:normal}.sidebar-mobile .container .services-header,.sidebar-mobile .container .users-header,.sidebar-mobile .container .applications-header{display:flex;align-items:center;justify-content:space-between;margin-top:30px;cursor:pointer}.sidebar-mobile .container .services-header h2.title,.sidebar-mobile .container .users-header h2.title,.sidebar-mobile .container .applications-header h2.title{font-size:17px;font-weight:900;letter-spacing:2px;cursor:pointer;margin:0;line-height:normal;-webkit-user-select:none;user-select:none}.sidebar-mobile .container .services-header .arrow,.sidebar-mobile .container .users-header .arrow,.sidebar-mobile .container .applications-header .arrow{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:8px}.sidebar-mobile .container .services-header .arrow img,.sidebar-mobile .container .users-header .arrow img,.sidebar-mobile .container .applications-header .arrow img{width:100%;height:100%;transform:rotate(0)}.sidebar-mobile .container .services-header .arrow.open img,.sidebar-mobile .container .users-header .arrow.open img,.sidebar-mobile .container .applications-header .arrow.open img{animation:rotateOpen .3s forwards}.sidebar-mobile .container .services-header .arrow.closed img,.sidebar-mobile .container .users-header .arrow.closed img,.sidebar-mobile .container .applications-header .arrow.closed img{animation:rotateClose .3s forwards}@keyframes rotateOpen{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes rotateClose{0%{transform:rotate(0)}to{transform:rotate(-90deg)}}.sidebar-mobile .container .services,.sidebar-mobile .container .users,.sidebar-mobile .container .applications{list-style:none;overflow:hidden}.sidebar-mobile .container .services.open,.sidebar-mobile .container .users.open,.sidebar-mobile .container .applications.open{animation:slideDown .25s ease-in-out forwards}.sidebar-mobile .container .services.closed,.sidebar-mobile .container .users.closed,.sidebar-mobile .container .applications.closed{animation:slideUp .25s ease-in-out forwards}@keyframes slideDown{0%{max-height:0;transform:translateY(-10px)}to{max-height:500px;transform:translateY(0)}}@keyframes slideUp{0%{max-height:500px;transform:translateY(0)}to{max-height:0;transform:translateY(-10px)}}.sidebar-mobile .container ul{margin:30px 0;display:flex;flex-direction:column;align-items:center;gap:15px}.sidebar-mobile .container ul.open{max-height:500px}.sidebar-mobile .container ul li{color:#fff;position:relative;border-radius:8px;cursor:pointer;padding:0 20px;font-feature-settings:"liga" off,"clig" off;width:250px;height:45.035px;flex-shrink:0;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:flex;align-items:center;gap:15px;transition:background-color .3s ease,transform .3s ease}.sidebar-mobile .container ul li:hover{background-color:#0057bb}.sidebar-mobile .container ul li.active:hover{background-color:#044a9b}.sidebar-mobile .container ul li img{width:30px;height:30px;opacity:.8;transition:transform .3s ease}.sidebar-mobile .container ul li p{color:#fff;font-size:14px;margin:0;flex:1;white-space:wrap;overflow:hidden}.sidebar-mobile .container ul li div{position:absolute;top:18%;transform:translateY(-50%);left:-43px;width:8px;height:43.742px;border-radius:0 58px 58px 0;height:35px;background-color:#fff;transition:background-color .3s ease,transform .3s ease}.sidebar-mobile .container ul .active{background-color:#0057bb}.sidebar-mobile .container ul .active div{background-color:#0057bb;transform:translate(0)}.sidebar-mobile.light{background:#0068e0;color:#fff}.sidebar-mobile.light .close-btn{background:#0000001a;color:#fff}.sidebar-mobile.light .close-btn:hover{background:#0003}.sidebar-mobile.light .close-btn:active{background:#0000004d}.sidebar-mobile.dark{background:#1e1e1e;color:#e0e0e0;box-shadow:#fff3 0 7px 10px}.sidebar-mobile.dark .close-btn{background:#ffffff1a;color:#e0e0e0}.sidebar-mobile.dark .close-btn:hover{background:#fff3}.sidebar-mobile.dark .close-btn:active{background:#ffffff4d}.sidebar-mobile.dark ul li:hover{background-color:#333}.sidebar-mobile.dark ul li.active:hover{background-color:#494949}.sidebar-mobile.dark ul .active{background-color:#333}.sidebar-mobile.dark .container::-webkit-scrollbar-track{background:#2e2e2e}.sidebar-mobile.dark .container::-webkit-scrollbar-thumb{background:#0068e0}.sidebar-mobile.dark .container::-webkit-scrollbar-thumb:hover{background:#1a1a1a}.sidebar-mobile.dark .container{scrollbar-width:thin;scrollbar-color:#7a7a7a #2e2e2e}@media screen and (max-width:350px){.sidebar-mobile{width:280px}.sidebar-mobile .container h1{font-size:20px;margin-top:45px}.sidebar-mobile .container ul li{width:220px;font-size:14px;height:40px}.sidebar-mobile .container ul li img{width:25px;height:25px}.sidebar-mobile .container ul li p{font-size:12px}.sidebar-mobile .close-btn{width:25px;height:25px;font-size:16px;top:12px;right:12px}}@media screen and (max-width:320px){.sidebar-mobile{width:260px}.sidebar-mobile .container h1{font-size:18px}.sidebar-mobile .container ul li{width:200px;font-size:13px;height:38px}.sidebar-mobile .container ul li img{width:22px;height:22px}}.layout{display:flex;width:100%;height:100vh}.mainContainer{width:100%;margin-left:300px}@media screen and (max-width:1300px){.mainContainer{margin-left:300px}}@media screen and (max-width:800px){.mainContainer{margin:0}}.all-services{margin-top:60px;padding:20px;min-height:100vh;transition:all .3s ease}.all-services.dark{background-color:#121212;color:#e0e0e0}.all-services.light{background-color:#f4f6f8;color:#333}.all-services__header{text-align:center;margin-bottom:30px}.all-services__header h1{font-size:2.2rem;font-weight:700;margin-bottom:8px;color:#0068e0}.dark .all-services__header h1{color:#4da3ff}@media(max-width:768px){.all-services__header h1{font-size:24px}}.all-services__header p{font-size:1rem;opacity:.8;max-width:500px;margin:0 auto}.all-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:0 auto}@media(max-width:768px){.all-services__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;padding:0 10px}}@media(max-width:480px){.all-services__grid{grid-template-columns:1fr}}.all-services__card{border-radius:8px;padding:20px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;border-top:3px solid #0068e0}.all-services__card:hover{box-shadow:0 4px 12px #0000001a}.dark .all-services__card{background:#1e1e1e;border:1px solid #333;border-top:3px solid #0068e0}.dark .all-services__card:hover{background:#252525}.light .all-services__card{background:#fff;border:1px solid #eaeaea;border-top:3px solid #0068e0}.light .all-services__card:hover{background:#fafafa}.all-services__card-header{margin-bottom:12px}.all-services__card-title{font-size:1.1rem;font-weight:600;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.all-services__card-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.all-services__card-price-badge{padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.all-services__card-price-badge.free{background:#e8f5e9;color:#2e7d32}.dark .all-services__card-price-badge.free{background:#2e7d3233;color:#81c784}.all-services__card-price-badge.paid{background:#ffebee;color:#c62828}.dark .all-services__card-price-badge.paid{background:#c6282833;color:#e57373}.all-services__card-price-amount{font-size:.95rem;font-weight:600}.all-services__card-description{margin-bottom:15px;line-height:1.5;opacity:.8;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.all-services__card-info{margin-bottom:15px;padding:12px;border-radius:6px;font-size:.85rem;line-height:1.5}.dark .all-services__card-info{background:#2a2a2a}.light .all-services__card-info{background:#f8f9fa;border:1px solid #eee}.all-services__card-fields{margin-bottom:8px}.all-services__card-fields strong{color:#0068e0}.dark .all-services__card-fields strong{color:#4da3ff}.all-services__card-requests strong{color:#0068e0}.dark .all-services__card-requests strong{color:#4da3ff}.all-services__card-button{width:100%;padding:10px 20px;border:1px solid #0068e0;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent;color:#0068e0;margin-top:auto}.dark .all-services__card-button{border-color:#4da3ff;color:#4da3ff}.all-services__card-button:hover{background:#0068e0;color:#fff}.dark .all-services__card-button:hover{background:#4da3ff;color:#121212}.all-services__card-button:active{transform:translateY(1px)}.all-services__loading{display:flex;justify-content:center;align-items:center;min-height:300px}.all-services__loading-spinner{width:40px;height:40px;border:3px solid rgba(0,104,224,.2);border-top:3px solid #0068e0;border-radius:50%;animation:spin 1s linear infinite}.all-services__error{text-align:center;padding:30px;color:#c62828;font-size:1rem;background:#ffebee;border-radius:6px;margin-bottom:20px}.dark .all-services__error{background:#c6282833;color:#e57373}.all-services__pagination{display:flex;justify-content:center;align-items:center;margin-top:35px;gap:6px;flex-wrap:wrap}.all-services__pagination button{min-width:38px;height:38px;border:1px solid transparent;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.dark .all-services__pagination button{background:#2a2a2a;color:#e0e0e0;border-color:#333}.dark .all-services__pagination button:hover:not(:disabled){background:#333}.dark .all-services__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.dark .all-services__pagination button:disabled{opacity:.5;cursor:not-allowed}.light .all-services__pagination button{background:#fff;color:#333;border-color:#ddd}.light .all-services__pagination button:hover:not(:disabled){background:#f5f5f5}.light .all-services__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.light .all-services__pagination button:disabled{opacity:.5;cursor:not-allowed;background:#f9f9f9}.all-services__pagination button.prev-next{padding:0 12px;min-width:auto}.all-services__pagination .dots{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;opacity:.7}@media(max-width:480px){.all-services,.all-services__card{padding:15px}}.top-progress-bar{position:fixed;top:0;left:0;height:5px;width:0%;background:#0068e0;z-index:9999;overflow:hidden;transition:width .2s ease;border-bottom:1px solid #ffffff;border-radius:15px}.top-progress-bar.dark{background:#7a7a7a;border-bottom:none}.top-progress-bar:after{content:"";position:absolute;top:0;left:-50%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer .8s linear infinite}@keyframes shimmer{0%{left:-50%}to{left:100%}}.service-detail{margin-top:60px;min-height:calc(100vh - 60px);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s ease}.service-detail.dark{background-color:#121212;color:#e0e0e0}.service-detail.light{background-color:#f4f6f8;color:#333}.service-detail__container{max-width:900px;margin:0 auto;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #eaeaea;border-top:4px solid #0068e0;box-shadow:0 2px 4px #0000000d;position:relative;padding:30px}.dark .service-detail__container{background:#1e1e1e;border:1px solid #333;border-top:4px solid #0068e0}@media(max-width:768px){.service-detail__container{padding:20px}}.service-detail__back-btn{background:transparent;color:#0068e0;border:1px solid #0068e0;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;margin-bottom:25px}.dark .service-detail__back-btn{color:#4da3ff;border-color:#4da3ff}.service-detail__back-btn:hover{background:#0068e0;color:#fff}.dark .service-detail__back-btn:hover{background:#4da3ff;color:#121212}.service-detail .title{display:none}.service-detail__header{border-bottom:1px solid #eaeaea;padding-bottom:25px;margin-bottom:25px}.dark .service-detail__header{border-color:#333}.service-detail__title-section{margin-bottom:20px}.service-detail__title-section h1{font-size:24px;font-weight:600;margin:0 0 15px;line-height:1.4;color:#0068e0}.dark .service-detail__title-section h1{color:#4da3ff}@media(max-width:768px){.service-detail__title-section h1{font-size:20px}}.service-detail__price{display:flex;align-items:center;gap:15px}.service-detail__price .price-badge{padding:6px 12px;border-radius:4px;font-weight:600;font-size:12px;text-transform:uppercase}.service-detail__price .price-badge.free{background:#e8f5e9;color:#2e7d32}.dark .service-detail__price .price-badge.free{background:#2e7d3233;color:#81c784}.service-detail__price .price-badge.paid{background:#ffebee;color:#c62828}.dark .service-detail__price .price-badge.paid{background:#c6282833;color:#e57373}.service-detail__price .price-amount{font-size:18px;font-weight:600;color:#333}.dark .service-detail__price .price-amount{color:#e0e0e0}.service-detail__info{background:#f8f9fa;border:1px solid #eee;border-radius:6px;padding:15px;font-size:14px;line-height:1.6}.dark .service-detail__info{background:#2a2a2a;border-color:#333}.service-detail__info .info-fields{margin-bottom:10px}.service-detail__info .info-fields strong{color:#0068e0}.dark .service-detail__info .info-fields strong{color:#4da3ff}.service-detail__info .info-requests strong{color:#0068e0}.dark .service-detail__info .info-requests strong{color:#4da3ff}.service-detail__content h2{font-size:18px;font-weight:600;margin-bottom:15px;color:#333;border-bottom:2px solid #0068e0;padding-bottom:5px;display:inline-block}.dark .service-detail__content h2{color:#e0e0e0;border-color:#4da3ff}.service-detail__content p{font-size:15px;line-height:1.6;margin:0 0 25px;color:#444}.dark .service-detail__content p{color:#ccc}.service-detail__video{margin-bottom:30px}.service-detail__video .video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;border:1px solid #eaeaea;border-radius:6px;overflow:hidden}.dark .service-detail__video .video-container{border-color:#333}.service-detail__video .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.service-detail__actions{text-align:center;padding-top:20px;border-top:1px solid #eaeaea}.dark .service-detail__actions{border-color:#333}.service-detail__use-btn{padding:12px 30px;border:none;border-radius:6px;font-size:15px;font-weight:500;color:#fff;background:#0068e0;cursor:pointer;transition:all .2s ease;display:inline-block;min-width:200px}.dark .service-detail__use-btn{background:#4da3ff;color:#121212}.service-detail__use-btn:hover{background:#0056b3;transform:translateY(-1px)}.dark .service-detail__use-btn:hover{background:#38f}.service-detail__loading,.service-detail__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem}.service-detail__loading-spinner,.service-detail__error-spinner{width:40px;height:40px;border:3px solid rgba(0,104,224,.2);border-top:3px solid #0068e0;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dark .service-detail__loading-spinner,.dark .service-detail__error-spinner{border-top-color:#4da3ff;border-color:#4da3ff33}.service-detail__loading p,.service-detail__error p{font-size:14px;margin:0;color:#666}.dark .service-detail__loading p,.dark .service-detail__error p{color:#ccc}.service-detail::-webkit-scrollbar{width:8px}.service-detail::-webkit-scrollbar-track{background:#0000000d}.dark .service-detail::-webkit-scrollbar-track{background:#ffffff0d}.service-detail::-webkit-scrollbar-thumb{background:#0068e0;border-radius:4px}.dark .service-detail::-webkit-scrollbar-thumb{background:#4da3ff}.service-detail::-webkit-scrollbar-thumb:hover{background:#0056b3}.dark .service-detail::-webkit-scrollbar-thumb:hover{background:#38f}.service-use{margin-top:60px;min-height:calc(100vh - 60px);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s ease}@media(max-width:800px){.service-use{margin-left:0}}.service-use .not-logged-in{text-align:center;margin-top:100px;font-size:18px}.service-use .not-logged-in p{margin-bottom:20px;color:#333}.dark .service-use .not-logged-in p{color:#e0e0e0}.service-use .not-logged-in button{padding:12px 30px;background:#0068e0;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-block;min-width:200px}.dark .service-use .not-logged-in button{background:#4da3ff;color:#121212}.service-use .not-logged-in button:hover{background:#0056b3;transform:translateY(-1px)}.dark .service-use .not-logged-in button:hover{background:#38f}.service-use.light{background:#f4f6f8;color:#333}.service-use.dark{background:#121212;color:#e0e0e0}.service-use__container{max-width:700px;margin:0 auto;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #eaeaea;border-top:4px solid #0068e0;box-shadow:0 2px 4px #0000000d;position:relative;padding:30px}.dark .service-use__container{background:#1e1e1e;border:1px solid #333;border-top:4px solid #0068e0}@media(max-width:768px){.service-use__container{padding:20px}}.service-use__back-btn{background:transparent;color:#0068e0;border:1px solid #0068e0;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;margin-bottom:25px}.dark .service-use__back-btn{color:#4da3ff;border-color:#4da3ff}.service-use__back-btn:hover{background:#0068e0;color:#fff}.dark .service-use__back-btn:hover{background:#4da3ff;color:#121212}.service-use__header{border-bottom:1px solid #eaeaea;padding-bottom:20px;margin-bottom:25px;text-align:center}.dark .service-use__header{border-color:#333}.service-use__header h1{font-size:24px;font-weight:600;margin:0 0 10px;color:#0068e0}.dark .service-use__header h1{color:#4da3ff}@media(max-width:768px){.service-use__header h1{font-size:20px}}.service-use__header h2{font-size:16px;font-weight:500;margin:0;color:#555}.dark .service-use__header h2{color:#ccc}.service-use__form{padding:10px 0}.service-use .form-field{margin-bottom:20px}.service-use .form-field__label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#333}.dark .service-use .form-field__label{color:#e0e0e0}.service-use .form-field__label .required{color:#d32f2f;margin-left:4px}.dark .service-use .form-field__label .required{color:#f44336}.service-use .form-field__input,.service-use .form-field__select{width:100%;padding:12px 16px;border-radius:6px;font-size:14px;transition:all .2s ease;box-sizing:border-box;background:#fff;border:1px solid #ddd;color:#333}.dark .service-use .form-field__input,.dark .service-use .form-field__select{background:#2a2a2a;border-color:#444;color:#e0e0e0}.dark .service-use .form-field__input::placeholder,.dark .service-use .form-field__select::placeholder{color:#888}.service-use .form-field__input:focus,.service-use .form-field__select:focus{outline:none;border-color:#0068e0;box-shadow:0 0 0 3px #0068e01a}.dark .service-use .form-field__input:focus,.dark .service-use .form-field__select:focus{border-color:#4da3ff;box-shadow:0 0 0 3px #4da3ff1a}.service-use .form-field__file{position:relative;background:#f8f9fa;border:1px dashed #ccc;border-radius:6px;padding:15px;text-align:center;transition:all .2s ease}.dark .service-use .form-field__file{background:#2a2a2a;border-color:#444}.service-use .form-field__file:hover{border-color:#0068e0;background:#f1f8ff}.dark .service-use .form-field__file:hover{border-color:#4da3ff;background:#333}.service-use .form-field__file-input{display:none}.service-use .form-field__file-label{display:inline-block;padding:8px 16px;background:#e9ecef;color:#333;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:8px}.dark .service-use .form-field__file-label{background:#404040;color:#e0e0e0}.service-use .form-field__file-label:hover{background:#dde0e3}.dark .service-use .form-field__file-label:hover{background:#505050}.service-use .form-field__file-remove{display:block;margin:0 auto 8px;padding:4px 12px;background:transparent;color:#d32f2f;border:1px solid #d32f2f;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease}.dark .service-use .form-field__file-remove{color:#f44336;border-color:#f44336}.service-use .form-field__file-remove:hover{background:#ffebee}.dark .service-use .form-field__file-remove:hover{background:#f443361a}.service-use .form-field__file-hint{display:block;font-size:12px;color:#666;margin-top:4px}.dark .service-use .form-field__file-hint{color:#aaa}.service-use__actions{text-align:center;padding-top:25px;border-top:1px solid #eaeaea;margin-top:10px}.dark .service-use__actions{border-color:#333}.service-use__submit-btn{padding:12px 30px;border:none;border-radius:6px;font-size:15px;font-weight:500;color:#fff;background:#0068e0;cursor:pointer;transition:all .2s ease;min-width:200px}.dark .service-use__submit-btn{background:#4da3ff;color:#121212}.service-use__submit-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.dark .service-use__submit-btn:hover:not(:disabled){background:#38f}.service-use__submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media(max-width:768px){.service-use__submit-btn{width:100%}}.service-use__loading,.service-use__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem}.service-use__loading-spinner,.service-use__error-spinner{width:40px;height:40px;border:3px solid rgba(0,104,224,.2);border-top:3px solid #0068e0;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dark .service-use__loading-spinner,.dark .service-use__error-spinner{border-top-color:#4da3ff;border-color:#4da3ff33}.service-use__loading p,.service-use__error p{font-size:14px;margin:0;color:#666}.dark .service-use__loading p,.dark .service-use__error p{color:#ccc}.paid-services{margin-top:60px;padding:20px;min-height:100vh;transition:all .3s ease}.paid-services.dark{background-color:#121212;color:#e0e0e0}.paid-services.light{background-color:#f4f6f8;color:#333}.paid-services__header{text-align:center;margin-bottom:30px}.paid-services__header h1{font-size:2.2rem;font-weight:700;margin-bottom:8px;color:#0068e0}.dark .paid-services__header h1{color:#4da3ff}@media(max-width:768px){.paid-services__header h1{font-size:24px}}.paid-services__header p{font-size:1rem;opacity:.8;max-width:500px;margin:0 auto}.paid-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:0 auto}@media(max-width:768px){.paid-services__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;padding:0 10px}}@media(max-width:480px){.paid-services__grid{grid-template-columns:1fr}}.paid-services__card{border-radius:8px;padding:20px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;border-top:3px solid #0068e0}.paid-services__card:hover{box-shadow:0 4px 12px #0000001a}.dark .paid-services__card{background:#1e1e1e;border:1px solid #333;border-top:3px solid #0068e0}.dark .paid-services__card:hover{background:#252525}.light .paid-services__card{background:#fff;border:1px solid #eaeaea;border-top:3px solid #0068e0}.light .paid-services__card:hover{background:#fafafa}.paid-services__card-header{margin-bottom:12px}.paid-services__card-title{font-size:1.1rem;font-weight:600;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.paid-services__card-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.paid-services__card-price-badge{padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.paid-services__card-price-badge.free{background:#e8f5e9;color:#2e7d32}.dark .paid-services__card-price-badge.free{background:#2e7d3233;color:#81c784}.paid-services__card-price-badge.paid{background:#ffebee;color:#c62828}.dark .paid-services__card-price-badge.paid{background:#c6282833;color:#e57373}.paid-services__card-price-amount{font-size:.95rem;font-weight:600}.paid-services__card-description{margin-bottom:15px;line-height:1.5;opacity:.8;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.paid-services__card-info{margin-bottom:15px;padding:12px;border-radius:6px;font-size:.85rem;line-height:1.5}.dark .paid-services__card-info{background:#2a2a2a}.light .paid-services__card-info{background:#f8f9fa;border:1px solid #eee}.paid-services__card-fields{margin-bottom:8px}.paid-services__card-fields strong{color:#0068e0}.dark .paid-services__card-fields strong{color:#4da3ff}.paid-services__card-requests strong{color:#0068e0}.dark .paid-services__card-requests strong{color:#4da3ff}.paid-services__card-button{width:100%;padding:10px 20px;border:1px solid #0068e0;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent;color:#0068e0;margin-top:auto}.dark .paid-services__card-button{border-color:#4da3ff;color:#4da3ff}.paid-services__card-button:hover{background:#0068e0;color:#fff}.dark .paid-services__card-button:hover{background:#4da3ff;color:#121212}.paid-services__card-button:active{transform:translateY(1px)}.paid-services__loading{display:flex;justify-content:center;align-items:center;min-height:300px}.paid-services__loading-spinner{width:40px;height:40px;border:3px solid rgba(0,104,224,.2);border-top:3px solid #0068e0;border-radius:50%;animation:spin 1s linear infinite}.paid-services__error{text-align:center;padding:30px;color:#c62828;font-size:1rem;background:#ffebee;border-radius:6px;margin-bottom:20px}.dark .paid-services__error{background:#c6282833;color:#e57373}.paid-services__pagination{display:flex;justify-content:center;align-items:center;margin-top:35px;gap:6px;flex-wrap:wrap}.paid-services__pagination button{min-width:38px;height:38px;border:1px solid transparent;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.dark .paid-services__pagination button{background:#2a2a2a;color:#e0e0e0;border-color:#333}.dark .paid-services__pagination button:hover:not(:disabled){background:#333}.dark .paid-services__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.dark .paid-services__pagination button:disabled{opacity:.5;cursor:not-allowed}.light .paid-services__pagination button{background:#fff;color:#333;border-color:#ddd}.light .paid-services__pagination button:hover:not(:disabled){background:#f5f5f5}.light .paid-services__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.light .paid-services__pagination button:disabled{opacity:.5;cursor:not-allowed;background:#f9f9f9}.paid-services__pagination button.prev-next{padding:0 12px;min-width:auto}.paid-services__pagination .dots{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;opacity:.7}@media(max-width:480px){.paid-services,.paid-services__card{padding:15px}}.free-services{margin-top:60px;padding:20px;min-height:100vh;transition:all .3s ease}.free-services.dark{background-color:#121212;color:#e0e0e0}.free-services.light{background-color:#f4f6f8;color:#333}.free-services__header{text-align:center;margin-bottom:30px}.free-services__header h1{font-size:2.2rem;font-weight:700;margin-bottom:8px;color:#0068e0}.dark .free-services__header h1{color:#4da3ff}@media(max-width:768px){.free-services__header h1{font-size:24px}}.free-services__header p{font-size:1rem;opacity:.8;max-width:500px;margin:0 auto}.free-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:0 auto}@media(max-width:768px){.free-services__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;padding:0 10px}}@media(max-width:480px){.free-services__grid{grid-template-columns:1fr}}.free-services__card{border-radius:8px;padding:20px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;border-top:3px solid #0068e0}.free-services__card:hover{box-shadow:0 4px 12px #0000001a}.dark .free-services__card{background:#1e1e1e;border:1px solid #333;border-top:3px solid #0068e0}.dark .free-services__card:hover{background:#252525}.light .free-services__card{background:#fff;border:1px solid #eaeaea;border-top:3px solid #0068e0}.light .free-services__card:hover{background:#fafafa}.free-services__card-header{margin-bottom:12px}.free-services__card-title{font-size:1.1rem;font-weight:600;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.free-services__card-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.free-services__card-price-badge{padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.free-services__card-price-badge.free{background:#e8f5e9;color:#2e7d32}.dark .free-services__card-price-badge.free{background:#2e7d3233;color:#81c784}.free-services__card-price-badge.paid{background:#ffebee;color:#c62828}.dark .free-services__card-price-badge.paid{background:#c6282833;color:#e57373}.free-services__card-price-amount{font-size:.95rem;font-weight:600}.free-services__card-description{margin-bottom:15px;line-height:1.5;opacity:.8;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.free-services__card-info{margin-bottom:15px;padding:12px;border-radius:6px;font-size:.85rem;line-height:1.5}.dark .free-services__card-info{background:#2a2a2a}.light .free-services__card-info{background:#f8f9fa;border:1px solid #eee}.free-services__card-fields{margin-bottom:8px}.free-services__card-fields strong{color:#0068e0}.dark .free-services__card-fields strong{color:#4da3ff}.free-services__card-requests strong{color:#0068e0}.dark .free-services__card-requests strong{color:#4da3ff}.free-services__card-button{width:100%;padding:10px 20px;border:1px solid #0068e0;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent;color:#0068e0;margin-top:auto}.dark .free-services__card-button{border-color:#4da3ff;color:#4da3ff}.free-services__card-button:hover{background:#0068e0;color:#fff}.dark .free-services__card-button:hover{background:#4da3ff;color:#121212}.free-services__card-button:active{transform:translateY(1px)}.free-services__loading{display:flex;justify-content:center;align-items:center;min-height:300px}.free-services__loading-spinner{width:40px;height:40px;border:3px solid rgba(0,104,224,.2);border-top:3px solid #0068e0;border-radius:50%;animation:spin 1s linear infinite}.free-services__error{text-align:center;padding:30px;color:#c62828;font-size:1rem;background:#ffebee;border-radius:6px;margin-bottom:20px}.dark .free-services__error{background:#c6282833;color:#e57373}.free-services__pagination{display:flex;justify-content:center;align-items:center;margin-top:35px;gap:6px;flex-wrap:wrap}.free-services__pagination button{min-width:38px;height:38px;border:1px solid transparent;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.dark .free-services__pagination button{background:#2a2a2a;color:#e0e0e0;border-color:#333}.dark .free-services__pagination button:hover:not(:disabled){background:#333}.dark .free-services__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.dark .free-services__pagination button:disabled{opacity:.5;cursor:not-allowed}.light .free-services__pagination button{background:#fff;color:#333;border-color:#ddd}.light .free-services__pagination button:hover:not(:disabled){background:#f5f5f5}.light .free-services__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.light .free-services__pagination button:disabled{opacity:.5;cursor:not-allowed;background:#f9f9f9}.free-services__pagination button.prev-next{padding:0 12px;min-width:auto}.free-services__pagination .dots{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;opacity:.7}@media(max-width:480px){.free-services,.free-services__card{padding:15px}}.most-used-services{margin-top:60px;padding:20px;min-height:100vh;transition:all .3s ease}.most-used-services.dark{background-color:#121212;color:#e0e0e0}.most-used-services.light{background-color:#f4f6f8;color:#333}.most-used-services__header{text-align:center;margin-bottom:30px}.most-used-services__header h1{font-size:2.2rem;font-weight:700;margin-bottom:8px;color:#0068e0}.dark .most-used-services__header h1{color:#4da3ff}@media(max-width:768px){.most-used-services__header h1{font-size:24px}}.most-used-services__header p{font-size:1rem;opacity:.8;max-width:500px;margin:0 auto}.most-used-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:0 auto}@media(max-width:768px){.most-used-services__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;padding:0 10px}}@media(max-width:480px){.most-used-services__grid{grid-template-columns:1fr}}.most-used-services__card{border-radius:8px;padding:20px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;border-top:3px solid #0068e0}.most-used-services__card:hover{box-shadow:0 4px 12px #0000001a}.dark .most-used-services__card{background:#1e1e1e;border:1px solid #333;border-top:3px solid #0068e0}.dark .most-used-services__card:hover{background:#252525}.light .most-used-services__card{background:#fff;border:1px solid #eaeaea;border-top:3px solid #0068e0}.light .most-used-services__card:hover{background:#fafafa}.most-used-services__card-header{margin-bottom:12px}.most-used-services__card-title{font-size:1.1rem;font-weight:600;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.most-used-services__card-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.most-used-services__card-price-badge{padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.most-used-services__card-price-badge.free{background:#e8f5e9;color:#2e7d32}.dark .most-used-services__card-price-badge.free{background:#2e7d3233;color:#81c784}.most-used-services__card-price-badge.paid{background:#ffebee;color:#c62828}.dark .most-used-services__card-price-badge.paid{background:#c6282833;color:#e57373}.most-used-services__card-price-amount{font-size:.95rem;font-weight:600}.most-used-services__card-description{margin-bottom:15px;line-height:1.5;opacity:.8;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.most-used-services__card-info{margin-bottom:15px;padding:12px;border-radius:6px;font-size:.85rem;line-height:1.5}.dark .most-used-services__card-info{background:#2a2a2a}.light .most-used-services__card-info{background:#f8f9fa;border:1px solid #eee}.most-used-services__card-fields{margin-bottom:8px}.most-used-services__card-fields strong{color:#0068e0}.dark .most-used-services__card-fields strong{color:#4da3ff}.most-used-services__card-requests strong{color:#0068e0}.dark .most-used-services__card-requests strong{color:#4da3ff}.most-used-services__card-button{width:100%;padding:10px 20px;border:1px solid #0068e0;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent;color:#0068e0;margin-top:auto}.dark .most-used-services__card-button{border-color:#4da3ff;color:#4da3ff}.most-used-services__card-button:hover{background:#0068e0;color:#fff}.dark .most-used-services__card-button:hover{background:#4da3ff;color:#121212}.most-used-services__card-button:active{transform:translateY(1px)}.most-used-services__loading{display:flex;justify-content:center;align-items:center;min-height:300px}.most-used-services__loading-spinner{width:40px;height:40px;border:3px solid rgba(0,104,224,.2);border-top:3px solid #0068e0;border-radius:50%;animation:spin 1s linear infinite}.most-used-services__error{text-align:center;padding:30px;color:#c62828;font-size:1rem;background:#ffebee;border-radius:6px;margin-bottom:20px}.dark .most-used-services__error{background:#c6282833;color:#e57373}.most-used-services__pagination{display:flex;justify-content:center;align-items:center;margin-top:35px;gap:6px;flex-wrap:wrap}.most-used-services__pagination button{min-width:38px;height:38px;border:1px solid transparent;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.dark .most-used-services__pagination button{background:#2a2a2a;color:#e0e0e0;border-color:#333}.dark .most-used-services__pagination button:hover:not(:disabled){background:#333}.dark .most-used-services__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.dark .most-used-services__pagination button:disabled{opacity:.5;cursor:not-allowed}.light .most-used-services__pagination button{background:#fff;color:#333;border-color:#ddd}.light .most-used-services__pagination button:hover:not(:disabled){background:#f5f5f5}.light .most-used-services__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.light .most-used-services__pagination button:disabled{opacity:.5;cursor:not-allowed;background:#f9f9f9}.most-used-services__pagination button.prev-next{padding:0 12px;min-width:auto}.most-used-services__pagination .dots{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;opacity:.7}@media(max-width:480px){.most-used-services,.most-used-services__card{padding:15px}}.my-applications{margin:60px auto 0;padding:20px;min-height:100vh;transition:background-color .3s ease,color .3s ease}.my-applications.dark{background-color:#121212;color:#e0e0e0;--border-color: #333;--card-bg: #1e1e1e;--card-hover: #252525;--section-bg: #2a2a2a;--text-color: #e0e0e0;--text-muted: #999}.my-applications.light{background-color:#f4f6f8;color:#333;--border-color: #eaeaea;--card-bg: #ffffff;--card-hover: #fafafa;--section-bg: #f8f9fa;--text-color: #333333;--text-muted: #666}.my-applications h1{font-size:2.2rem;font-weight:700;margin-bottom:30px;color:#0068e0;text-align:center}.dark .my-applications h1{color:#4da3ff}@media(max-width:768px){.my-applications h1{font-size:24px}}.my-applications .not-logged-in{text-align:center;margin-top:100px;font-size:1.1rem;color:var(--text-color)}.my-applications .not-logged-in .btn-primary{margin-top:20px;padding:10px 24px;background:#0068e0;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s ease}.dark .my-applications .not-logged-in .btn-primary{background:#4da3ff;color:#121212}.my-applications .not-logged-in .btn-primary:hover{background:#0056b8}.dark .my-applications .not-logged-in .btn-primary:hover{background:#338df0}.my-applications .controls{margin-bottom:25px}.my-applications .controls .filter-section{display:flex;align-items:center;gap:15px}.my-applications .controls .filter-section label{font-weight:600;color:#0056b8}.my-applications .controls .filter-section .status-filter{padding:10px 15px;border:1px solid var(--border-color);background:var(--card-bg);color:var(--text-color);border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:border-color .2s;min-width:200px}.my-applications .controls .filter-section .status-filter:focus{outline:none;border-color:#0068e0}.dark .my-applications .controls .filter-section .status-filter:focus{border-color:#4da3ff}.my-applications .no-applications{text-align:center;padding:50px;color:var(--text-muted);font-size:1rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px}.my-applications .applications-list{display:flex;flex-direction:column;gap:20px}.my-applications .applications-list .application-card{border:1px solid var(--border-color);border-radius:8px;background:var(--card-bg);box-shadow:0 2px 4px #0000000d;border-top:3px solid #0068e0;transition:box-shadow .2s}.dark .my-applications .applications-list .application-card{border-top:3px solid #4da3ff}.my-applications .applications-list .application-card:hover{box-shadow:0 4px 12px #00000014}.my-applications .applications-list .application-card.pending{border-top-color:#f39c12}.my-applications .applications-list .application-card.approved{border-top-color:#27ae60}.my-applications .applications-list .application-card.rejected{border-top-color:#e74c3c}.my-applications .applications-list .application-card.payment-waiting{border-top-color:#0068e0}.dark .my-applications .applications-list .application-card.payment-waiting{border-top-color:#4da3ff}.my-applications .applications-list .application-card.expired{border-top-color:#95a5a6}.my-applications .applications-list .application-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border-color)}.my-applications .applications-list .application-card .card-header h3{margin:0;font-size:1.2rem;color:var(--text-color)}.my-applications .applications-list .application-card .card-header .status-container{display:flex;align-items:center;gap:15px}.my-applications .applications-list .application-card .card-header .status-container .status{padding:6px 14px;border-radius:4px;font-size:.85rem;font-weight:600}.my-applications .applications-list .application-card .card-header .status-container .status.pending{background:#f39c121a;color:#f39c12}.my-applications .applications-list .application-card .card-header .status-container .status.approved{background:#27ae601a;color:#27ae60}.my-applications .applications-list .application-card .card-header .status-container .status.rejected{background:#e74c3c1a;color:#e74c3c}.my-applications .applications-list .application-card .card-header .status-container .status.payment-waiting{background:#0068e01a;color:#0068e0}.dark .my-applications .applications-list .application-card .card-header .status-container .status.payment-waiting{background:#4da3ff1a;color:#4da3ff}.my-applications .applications-list .application-card .card-header .status-container .status.expired{background:#95a5a61a;color:#95a5a6}.my-applications .applications-list .application-card .card-header .status-container .payment-section{display:flex;align-items:center}.my-applications .applications-list .application-card .card-header .status-container .payment-section .timer{display:flex;align-items:center;gap:10px}.my-applications .applications-list .application-card .card-header .status-container .payment-section .timer .time{background:#e74c3c;color:#fff;padding:6px 12px;border-radius:4px;font-weight:600;font-size:.9rem;font-family:monospace}.my-applications .applications-list .application-card .card-header .status-container .payment-section .expired-text{color:#e74c3c;font-size:.9rem;font-weight:500;background:#e74c3c1a;padding:6px 12px;border-radius:4px}.my-applications .applications-list .application-card .card-body{padding:20px}.my-applications .applications-list .application-card .card-body .application-details{display:grid;gap:24px}.my-applications .applications-list .application-card .card-body .application-details .service-info p{margin:8px 0;font-size:.95rem}.my-applications .applications-list .application-card .card-body .application-details .service-info p strong{color:var(--text-color);font-weight:600}.my-applications .applications-list .application-card .card-body .application-details .service-info .payment-info{margin-top:15px;background:var(--section-bg);padding:12px;border-radius:6px;border-left:3px solid #27ae60}.my-applications .applications-list .application-card .card-body .application-details .service-info .payment-info p{margin:0;font-size:.9rem}.my-applications .applications-list .application-card .card-body .application-details .form-data h4{margin:0 0 15px;color:var(--text-color);font-size:1rem;border-bottom:1px solid var(--border-color);padding-bottom:8px}.my-applications .applications-list .application-card .card-body .application-details .form-data .field-value{display:flex;align-items:flex-start;margin-bottom:12px;font-size:.9rem}.my-applications .applications-list .application-card .card-body .application-details .form-data .field-value label{font-weight:600;color:var(--text-color);min-width:180px;margin-right:15px}.my-applications .applications-list .application-card .card-body .application-details .form-data .field-value span{color:var(--text-muted);word-break:break-word}.my-applications .applications-list .application-card .card-body .application-details .answer-section{background:var(--section-bg);padding:16px;border-radius:6px;border-left:3px solid #27ae60}.my-applications .applications-list .application-card .card-body .application-details .answer-section h4{color:#27ae60;margin:0 0 10px;font-size:1rem}.my-applications .applications-list .application-card .card-body .application-details .answer-section p{margin:0 0 15px;line-height:1.5;color:var(--text-color);font-size:.9rem}.my-applications .applications-list .application-card .card-body .application-details .file-section{background:var(--section-bg);padding:16px;border-radius:6px;border-left:3px solid #0068e0}.dark .my-applications .applications-list .application-card .card-body .application-details .file-section{border-left-color:#4da3ff}.my-applications .applications-list .application-card .card-body .application-details .file-section h4{color:#0068e0;margin:0 0 12px;font-size:1rem}.dark .my-applications .applications-list .application-card .card-body .application-details .file-section h4{color:#4da3ff}.my-applications .file-actions,.my-applications .answer-file{display:flex;gap:10px}.my-applications .btn-view,.my-applications .btn-download,.my-applications .btn-pay{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s,opacity .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.my-applications .btn-view:active,.my-applications .btn-download:active,.my-applications .btn-pay:active{opacity:.8}.my-applications .btn-view{background:#0068e0;color:#fff}.dark .my-applications .btn-view{background:#4da3ff;color:#121212}.my-applications .btn-view:hover{background:#0056b8}.dark .my-applications .btn-view:hover{background:#338df0}.my-applications .btn-download{background:#e2e8f0;color:#334155}.dark .my-applications .btn-download{background:#334155;color:#e2e8f0}.my-applications .btn-download:hover{background:#cbd5e1}.dark .my-applications .btn-download:hover{background:#475569}.my-applications .btn-pay{background:#0068e0;color:#fff}.dark .my-applications .btn-pay{background:#4da3ff;color:#121212}.my-applications .btn-pay:hover{background:#0056b8}.dark .my-applications .btn-pay:hover{background:#338df0}.my-applications .pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:35px}.my-applications .pagination button{padding:8px 14px;border:1px solid var(--border-color);background:var(--card-bg);color:var(--text-color);border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s}.my-applications .pagination button:hover:not(:disabled){background:var(--section-bg)}.my-applications .pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.dark .my-applications .pagination button.active{background:#4da3ff;color:#121212;border-color:#4da3ff}.my-applications .pagination button:disabled{opacity:.5;cursor:not-allowed}.my-applications .pagination .dots{padding:8px 14px;color:var(--text-muted);font-weight:700}.my-applications .payment-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.my-applications .payment-modal .container{width:100%;max-width:450px;background:var(--card-bg);border-radius:8px;padding:30px;box-shadow:0 10px 25px #00000026;border:1px solid var(--border-color);margin:20px}.my-applications .payment-modal .container h1{font-size:1.4rem;font-weight:600;margin:0 0 20px;text-align:center;color:var(--text-color);background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset}.my-applications .payment-modal .container .timer{display:flex;justify-content:center;margin-bottom:25px}.my-applications .payment-modal .container .timer .time{background:#e74c3c;color:#fff;padding:8px 16px;border-radius:4px;font-weight:600;font-family:monospace;font-size:1.1rem}.my-applications .payment-modal .container .expired-text{display:block;text-align:center;color:#e74c3c;font-weight:600;margin-bottom:25px;padding:10px;background:#e74c3c1a;border-radius:4px}.my-applications .payment-modal .container .provider-list{list-style:none;padding:0;margin:0 0 25px;display:grid;grid-template-columns:1fr 1fr;gap:15px}.my-applications .payment-modal .container .provider-list .provider-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px 10px;border:1px solid var(--border-color);border-radius:8px;background:var(--section-bg);cursor:pointer;transition:all .2s}.my-applications .payment-modal .container .provider-list .provider-card:hover{border-color:#0068e0;background:#0068e008}.dark .my-applications .payment-modal .container .provider-list .provider-card:hover{border-color:#4da3ff;background:#4da3ff0d}.my-applications .payment-modal .container .provider-list .provider-card img{height:35px;object-fit:contain}.my-applications .payment-modal .container .provider-list .provider-card span{font-size:.9rem;font-weight:500;color:var(--text-color)}.my-applications .payment-modal .container .actions{display:flex;justify-content:center}.my-applications .payment-modal .container .actions .btn{padding:10px 30px;border:1px solid var(--border-color);background:var(--section-bg);color:var(--text-color);border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s}.my-applications .payment-modal .container .actions .btn:hover{background:var(--border-color)}@media(max-width:768px){.my-applications{padding:15px}.my-applications .controls .filter-section{flex-direction:column;align-items:flex-start;gap:8px}.my-applications .controls .filter-section .status-filter{width:100%;min-width:100%}.my-applications .applications-list .application-card .card-header{flex-direction:column;align-items:flex-start;gap:15px}.my-applications .applications-list .application-card .card-header h3{font-size:1.1rem}.my-applications .applications-list .application-card .card-header .status-container{flex-direction:column;align-items:flex-start;width:100%}.my-applications .applications-list .application-card .card-header .status-container .payment-section{width:100%;margin-top:10px}.my-applications .applications-list .application-card .card-header .status-container .payment-section .timer{width:100%;justify-content:space-between}.my-applications .applications-list .application-card .card-body .application-details .form-data .field-value{flex-direction:column;gap:5px}.my-applications .applications-list .application-card .card-body .application-details .form-data .field-value label{min-width:auto}.my-applications .file-actions,.my-applications .answer-file{flex-direction:column}.my-applications .file-actions button,.my-applications .answer-file button{width:100%}}.contact{margin-top:60px;padding:20px;min-height:100vh;transition:all .3s ease}.contact.dark{background-color:#121212;color:#e0e0e0}.contact.light{background-color:#f4f6f8;color:#333}.contact__header{text-align:center;margin-bottom:30px}.contact__header h1{font-size:2.2rem;font-weight:700;margin-bottom:8px;color:#0068e0}.dark .contact__header h1{color:#4da3ff}@media(max-width:768px){.contact__header h1{font-size:24px}}.contact__header p{font-size:1rem;opacity:.8;max-width:600px;margin:0 auto}.contact__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:20px;margin:0 auto;max-width:1100px}@media(max-width:900px){.contact__grid{grid-template-columns:1fr;padding:0 10px}}.contact__card{border-radius:8px;padding:24px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d;border-top:3px solid #0068e0;position:relative;overflow:hidden}.contact__card:hover{box-shadow:0 4px 12px #0000001a}.dark .contact__card{background:#1e1e1e;border:1px solid #333;border-top-color:#4da3ff}.dark .contact__card:hover{background:#252525}.light .contact__card{background:#fff;border:1px solid #eaeaea}.light .contact__card:hover{background:#fafafa}.contact__info{display:flex;flex-direction:column;gap:16px}.contact__info-item{border-radius:6px;padding:16px;border-left:3px solid #0068e0}.dark .contact__info-item{background:#2a2a2a;border-left-color:#4da3ff}.light .contact__info-item{background:#f8f9fa;border:1px solid #eaeaea;border-left:3px solid #0068e0}.contact__info-item-label{font-size:.85rem;font-weight:600;opacity:.8;margin-bottom:6px}.contact__info-item-value{font-size:1rem;font-weight:500;color:#0068e0}.dark .contact__info-item-value{color:#4da3ff}.contact__form{display:flex;flex-direction:column;gap:16px}.contact__form label{font-size:.9rem;font-weight:600;margin-bottom:6px;display:block}.contact__form input,.contact__form textarea{width:100%;padding:12px 14px;border-radius:6px;border:1px solid #eaeaea;font-size:.95rem;transition:all .2s ease}.dark .contact__form input,.dark .contact__form textarea{background:#1e1e1e;color:#e0e0e0;border-color:#333}.contact__form input:focus,.contact__form textarea:focus{outline:none;border-color:#0068e0}.dark .contact__form input:focus,.dark .contact__form textarea:focus{border-color:#4da3ff}.contact__form textarea{min-height:120px;resize:vertical}.contact__form-button{width:100%;padding:12px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease;background:#0068e0;color:#fff}.dark .contact__form-button{background:#4da3ff;color:#121212}.contact__form-button:hover{background:#0056b8}.dark .contact__form-button:hover{background:#338df0}@media(max-width:480px){.contact,.contact__card{padding:15px}}.search-results{margin-top:60px;padding:20px;min-height:100vh;transition:all .3s ease}.search-results.dark{background-color:#121212;color:#e0e0e0}.search-results.light{background-color:#f4f6f8;color:#333}.search-results__header{text-align:center;margin-bottom:30px}.search-results__header h1{font-size:2.2rem;font-weight:700;margin-bottom:8px;color:#0068e0}.dark .search-results__header h1{color:#4da3ff}@media(max-width:768px){.search-results__header h1{font-size:24px}}.search-results__header p{font-size:1rem;opacity:.8;max-width:500px;margin:0 auto}.search-results__search-form{max-width:700px;margin:0 auto 40px}.search-results__search-form form{width:100%}.search-results__input-wrapper{display:flex;gap:10px;align-items:center}@media(max-width:480px){.search-results__input-wrapper{flex-direction:column}}.search-results__input{flex:1;padding:14px 20px;border-radius:8px;font-size:1rem;border:1px solid #eaeaea;transition:all .2s ease;outline:none}.dark .search-results__input{background:#1e1e1e;color:#e0e0e0;border-color:#333}.dark .search-results__input:focus{border-color:#4da3ff}.dark .search-results__input::placeholder{color:#fff6}.light .search-results__input{background:#fff;color:#333}.light .search-results__input:focus{border-color:#0068e0}.light .search-results__input::placeholder{color:#0006}@media(max-width:480px){.search-results__input{width:100%}}.search-results__submit-button{padding:14px 32px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;background:#0068e0;color:#fff;white-space:nowrap}.dark .search-results__submit-button{background:#4da3ff;color:#121212}.search-results__submit-button:hover:not(:disabled){background:#0056b8}.dark .search-results__submit-button:hover:not(:disabled){background:#338df0}.search-results__submit-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.search-results__submit-button{width:100%;padding:12px 24px}}.search-results__hint{margin-top:8px;font-size:.85rem;opacity:.7;text-align:center}.search-results__count{text-align:center;margin-bottom:20px;font-size:1rem;opacity:.8}.search-results__count strong{color:#0068e0;font-weight:700}.dark .search-results__count strong{color:#4da3ff}.search-results__grid{display:flex;flex-direction:column;gap:20px;max-width:1000px;margin:0 auto}@media(max-width:768px){.search-results__grid{gap:15px;padding:0 10px}}.search-results__card{border-radius:8px;padding:20px;transition:box-shadow .2s ease;box-shadow:0 2px 4px #0000000d;border-top:3px solid #0068e0;position:relative;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;height:auto;width:100%}.search-results__card:hover{box-shadow:0 4px 12px #0000001a}.dark .search-results__card{background:#1e1e1e;border:1px solid #333;border-top:3px solid #4da3ff}.dark .search-results__card:hover{background:#252525}.light .search-results__card{background:#fff;border:1px solid #eaeaea;border-top:3px solid #0068e0}.light .search-results__card:hover{background:#fafafa}.search-results__card-content{display:flex;gap:20px;align-items:flex-start;margin-bottom:15px}@media(max-width:768px){.search-results__card-content{flex-direction:column;gap:12px}}.search-results__card-main{flex:1;min-width:0}.search-results__card-header{margin-bottom:10px}.search-results__card-title{font-size:1.2rem;font-weight:600;margin:0 0 8px;line-height:1.4}@media(max-width:768px){.search-results__card-title{font-size:1.15rem}}.search-results__card-price{display:flex;align-items:center;gap:15px;margin-bottom:12px;flex-wrap:wrap}.search-results__card-price-badge{padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.search-results__card-price-badge.free{background:#e8f5e9;color:#2e7d32}.dark .search-results__card-price-badge.free{background:#2e7d3233;color:#81c784}.search-results__card-price-badge.paid{background:#ffebee;color:#c62828}.dark .search-results__card-price-badge.paid{background:#c6282833;color:#e57373}.search-results__card-price-amount{font-size:1rem;font-weight:600}.search-results__card-description{line-height:1.5;opacity:.8;font-size:.95rem;margin-bottom:0}@media(max-width:768px){.search-results__card-description{font-size:.9rem}}.search-results__card-actions{display:flex;justify-content:flex-end;align-items:center}@media(max-width:768px){.search-results__card-actions{justify-content:stretch}}.search-results__card-button{padding:10px 24px;border:1px solid #0068e0;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s ease;background:transparent;color:#0068e0;white-space:nowrap}.dark .search-results__card-button{border-color:#4da3ff;color:#4da3ff}@media(max-width:768px){.search-results__card-button{width:100%;padding:10px 20px}}.search-results__card-button:hover{background:#0068e0;color:#fff}.dark .search-results__card-button:hover{background:#4da3ff;color:#121212}.search-results__loading{display:flex;justify-content:center;align-items:center;min-height:300px}.search-results__loading-spinner{width:40px;height:40px;border:3px solid rgba(0,104,224,.2);border-top:3px solid #0068e0;border-radius:50%;animation:spin 1s linear infinite}.dark .search-results__loading-spinner{border-top-color:#4da3ff}.search-results__empty{text-align:center;padding:60px 20px}.search-results__empty-icon{font-size:3rem;opacity:.3;margin-bottom:20px}.search-results__empty-text{font-size:1.1rem;opacity:.7}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-wrapper.dark{background-color:#1a1a1a}.splash-wrapper.dark .Typewriter,.splash-wrapper.dark .Typewriter__cursor{color:#fff}.splash-wrapper{width:100%;height:100vh;background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;font-family:Montserrat,sans-serif}.splash-wrapper .Typewriter{font-size:5rem;font-weight:700;text-align:center;color:#007bff;letter-spacing:1px}.splash-wrapper .Typewriter__cursor{display:inline-block;color:#007bff;font-weight:700;margin-left:3px;animation:blink .6s infinite}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}@media(max-width:768px){.splash-wrapper .Typewriter{font-size:3rem}}@media(max-width:480px){.splash-wrapper .Typewriter{font-size:2rem}}.login-page{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f5}.login-card{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 12px #0000001a;width:450px;text-align:center;margin:0 25px}.login-card .login-title{margin-bottom:1.5rem;color:#333}.login-card .password-wrapper{position:relative}.login-card .password-wrapper input{width:100%;padding:10px 40px 10px 10px;border-radius:6px;border:1px solid #ccc;font-size:12px}.login-card .password-wrapper .eye-icon{position:absolute;right:12px;top:calc(50% + 2px);transform:translateY(-50%);cursor:pointer;color:#777;transition:.2s ease}.login-card .password-wrapper .eye-icon:hover{color:#000}.login-card .login-form{display:flex;flex-direction:column;gap:1rem}.login-card .login-form label{text-align:left;font-weight:500;color:#333}.login-card .login-form input{padding:.5rem .75rem;border-radius:5px;border:1px solid #ccc;outline:none;font-size:14px}.login-card .login-form input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff4d}.login-card .login-form .forgot-password{display:flex;justify-content:space-between;text-align:right}@media screen and (max-width:375px){.login-card .login-form .forgot-password{flex-direction:column;gap:15px}}.login-card .login-form .forgot-password a{font-size:.85rem;color:#007bff;text-decoration:none}.login-card .login-form .forgot-password a:hover{text-decoration:underline}@media screen and (max-width:400px){.login-card .login-form .forgot-password a{font-size:.75rem}}.login-card .login-form .login-btn{padding:.75rem;background-color:#007bff;border:none;color:#fff;font-weight:600;border-radius:5px;cursor:pointer;transition:.2s}.login-card .login-form .login-btn:hover{background-color:#006fe6}.login-card .google-btn{display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 20px;font-size:16px;font-weight:500;color:#555;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 2px 4px #0000001a}.login-card .google-btn img{width:20px;height:20px;margin-right:12px}.login-card .google-btn:hover{background-color:#f7f7f7;border-color:#ccc;box-shadow:0 4px 10px #00000026;transform:translateY(0)}.login-card .google-btn:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.login-card .google-btn:focus{outline:none;box-shadow:0 0 0 3px #4285f480}.login-card .divider{margin:1rem 0;font-size:.9rem;color:#888}.my-suggestions{margin-top:60px;padding:20px;min-height:100vh;transition:all .3s ease}.my-suggestions.dark{background-color:#121212;color:#e0e0e0}.my-suggestions.light{background-color:#f4f6f8;color:#333}.my-suggestions__header{text-align:center;margin-bottom:30px}.my-suggestions__header h1{font-size:2.2rem;font-weight:700;margin-bottom:8px;color:#0068e0}.dark .my-suggestions__header h1{color:#4da3ff}@media(max-width:768px){.my-suggestions__header h1{font-size:24px}}.my-suggestions__header p{font-size:1rem;opacity:.8;max-width:600px;margin:0 auto}.my-suggestions__grid{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:800px;width:100%}@media(max-width:480px){.my-suggestions__grid{gap:15px}}.my-suggestions__card{width:100%;border-radius:8px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d;position:relative;border-left:4px solid #0068e0;overflow:hidden}.my-suggestions__card:hover{box-shadow:0 4px 12px #0000001a}.dark .my-suggestions__card{background:#1e1e1e;border:1px solid #333;border-left:4px solid #4da3ff}.dark .my-suggestions__card:hover{background:#252525}.light .my-suggestions__card{background:#fff;border:1px solid #eaeaea;border-left:4px solid #0068e0}.light .my-suggestions__card:hover{background:#fafafa}.my-suggestions__card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eaeaea;background:#0068e005}.dark .my-suggestions__card-header{border-bottom-color:#333;background:#4da3ff0d}.my-suggestions__card-header .theme-wrap .title{margin:0;font-size:1.15rem;font-weight:600;color:#0068e0}.dark .my-suggestions__card-header .theme-wrap .title{color:#4da3ff}.my-suggestions__card-header .date{font-size:.9rem;color:#666;white-space:nowrap;margin-left:15px}.dark .my-suggestions__card-header .date{color:#999}@media(max-width:600px){.my-suggestions__card-header{flex-direction:column;align-items:flex-start;gap:8px}.my-suggestions__card-header .date{margin-left:0}}.my-suggestions__card-body{padding:20px}.my-suggestions__card-body .message-section{margin-bottom:20px}.my-suggestions__card-body .message-section .label{display:block;font-size:.85rem;font-weight:600;color:#666;margin-bottom:8px}.dark .my-suggestions__card-body .message-section .label{color:#999}.my-suggestions__card-body .message-section .text{margin:0;font-size:.95rem;line-height:1.5;color:#333;white-space:pre-wrap}.dark .my-suggestions__card-body .message-section .text{color:#e0e0e0}.my-suggestions__card-body .answer-section .label{display:block;font-size:.85rem;font-weight:600;color:#666;margin-bottom:8px}.dark .my-suggestions__card-body .answer-section .label{color:#999}.my-suggestions__card-body .answer-section .answer-box{padding:14px;border-radius:6px;font-size:.95rem;line-height:1.5;white-space:pre-wrap}.my-suggestions__card-body .answer-section .answer-box.answered{background:#27ae601a;color:#27ae60;border-left:3px solid #27ae60}.my-suggestions__card-body .answer-section .answer-box.pending{background:#f39c121a;color:#d68a11;border-left:3px solid #f39c12}.dark .my-suggestions__card-body .answer-section .answer-box.pending{color:#f39c12}.my-suggestions__empty{text-align:center;padding:40px 10px;width:100%;opacity:.8}.my-suggestions__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:35px}.my-suggestions__pagination button{padding:8px 14px;border:1px solid #eaeaea;background:#fff;color:#333;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s}.dark .my-suggestions__pagination button{border-color:#333;background:#1e1e1e;color:#e0e0e0}.my-suggestions__pagination button:hover:not(:disabled){background:#f8f9fa}.dark .my-suggestions__pagination button:hover:not(:disabled){background:#2a2a2a}.my-suggestions__pagination button.active{background:#0068e0;color:#fff;border-color:#0068e0}.dark .my-suggestions__pagination button.active{background:#4da3ff;color:#121212;border-color:#4da3ff}.my-suggestions__pagination button:disabled{opacity:.5;cursor:not-allowed}.my-suggestions__pagination .dots{padding:8px 14px;color:#666;font-weight:700}.dark .my-suggestions__pagination .dots{color:#999}.reset-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f0f2f5;padding:20px}.reset-page .login-link{font-size:.85rem;color:#007bff;text-decoration:none}.reset-page .login-link:hover{text-decoration:underline}.reset-page .bottom{display:flex;justify-content:space-between;align-items:center}.reset-card{background:#fff;padding:50px 60px;border-radius:12px;width:100%;max-width:600px;box-shadow:0 6px 25px #00000026;display:flex;flex-direction:column;gap:25px}@media screen and (max-width:480px){.reset-card{padding:30px 20px}}.reset-title{font-size:28px;font-weight:700;text-align:center}.reset-step p{font-size:16px;margin-bottom:15px;color:#555}.reset-step input{width:100%;padding:15px;margin-bottom:15px;border-radius:8px;border:1px solid #ccc;font-size:16px}.reset-step button{padding:10px 15px;border-radius:8px;border:none;background-color:#4285f4;color:#fff;font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.reset-step button:hover{background-color:#3367d6}.register-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f0f2f5;padding:20px}.register-page .login-link{font-size:.85rem;color:#007bff;text-decoration:none}.register-page .login-link:hover{text-decoration:underline}.register-page .bottom{display:flex;justify-content:space-between;align-items:center}.register-card{background:#fff;padding:50px 60px;border-radius:12px;width:100%;max-width:600px;box-shadow:0 6px 25px #00000026;display:flex;flex-direction:column;gap:25px}@media screen and (max-width:480px){.register-card{padding:30px 20px}}.register-title{font-size:28px;font-weight:700;text-align:center}.register-step p{font-size:16px;margin-bottom:15px;color:#555}.register-step input{width:100%;padding:15px;margin-bottom:15px;border-radius:8px;border:1px solid #ccc;font-size:16px}.register-step button{padding:10px 15px;border-radius:8px;border:none;background-color:#4285f4;color:#fff;font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.register-step button:hover{background-color:#3367d6}.profile-page{margin-top:60px;padding:20px 0;min-height:calc(100vh - 60px)}.profile-page.light{background-color:#f4f6f8;color:#333}.profile-page.dark{background-color:#121212;color:#e0e0e0}.profile-page .not-logged-in{text-align:center;margin-top:100px;font-size:1.1rem}.profile-page .not-logged-in button{margin-top:20px;padding:12px 24px;background:#0068e0;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s ease}.dark .profile-page .not-logged-in button{background:#4da3ff;color:#121212}.profile-page .not-logged-in button:hover{background:#0050ad}.dark .profile-page .not-logged-in button:hover{background:#1a89ff}.profile-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.profile-page .container h1{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:30px;color:#0068e0}.dark .profile-page .container h1{color:#4da3ff}@media(max-width:768px){.profile-page .container h1{font-size:24px}}.profile-page .profile-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid #eaeaea;border-top:3px solid #0068e0;overflow:hidden}.dark .profile-page .profile-card{background:#1e1e1e;border-color:#333;border-top-color:#4da3ff}.profile-page .profile-card .profile-header{display:flex;align-items:center;gap:25px;padding:30px;background:#0068e008;border-bottom:1px solid #eaeaea}.dark .profile-page .profile-card .profile-header{background:#4da3ff0d;border-bottom-color:#333}.profile-page .profile-card .profile-header .avatar{width:80px;height:80px;border-radius:50%;background:#0068e0;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700}.dark .profile-page .profile-card .profile-header .avatar{background:#4da3ff;color:#121212}.profile-page .profile-card .profile-header .profile-info{flex:1}.profile-page .profile-card .profile-header .profile-info h2{font-size:24px;margin:0 0 5px;font-weight:600;color:#333}.dark .profile-page .profile-card .profile-header .profile-info h2{color:#e0e0e0}.profile-page .profile-card .profile-header .profile-info .email{font-size:15px;color:#666;margin:0}.dark .profile-page .profile-card .profile-header .profile-info .email{color:#aaa}.profile-page .profile-card .profile-content{padding:30px}.profile-page .profile-card .profile-content .info-section h3{font-size:1.2rem;margin-bottom:25px;color:#0068e0;font-weight:600}.dark .profile-page .profile-card .profile-content .info-section h3{color:#4da3ff}.profile-page .profile-card .profile-content .info-section .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.profile-page .profile-card .profile-content .info-section .info-grid .info-item label{display:block;font-size:.85rem;font-weight:600;color:#666;margin-bottom:6px}.dark .profile-page .profile-card .profile-content .info-section .info-grid .info-item label{color:#999}.profile-page .profile-card .profile-content .info-section .info-grid .info-item p{font-size:1rem;color:#333;margin:0;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #eaeaea;border-left:3px solid #0068e0}.dark .profile-page .profile-card .profile-content .info-section .info-grid .info-item p{color:#e0e0e0;background:#252525;border-color:#333;border-left-color:#4da3ff}.profile-page .profile-card .profile-content .info-section .info-grid .info-item .loginType{text-transform:capitalize}.profile-page .profile-card .profile-content .info-section .action-buttons{margin-top:10px;display:flex;gap:15px;flex-wrap:wrap}.profile-page .profile-card .profile-content .info-section .action-buttons button{padding:10px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.profile-page .profile-card .profile-content .info-section .action-buttons button.btn-primary{background:#0068e0;color:#fff}.dark .profile-page .profile-card .profile-content .info-section .action-buttons button.btn-primary{background:#4da3ff;color:#121212}.profile-page .profile-card .profile-content .info-section .action-buttons button.btn-primary:hover{background:#0050ad}.dark .profile-page .profile-card .profile-content .info-section .action-buttons button.btn-primary:hover{background:#1a89ff}.profile-page .profile-card .profile-content .info-section .action-buttons button.btn-secondary{background:#e2e8f0;color:#334155}.dark .profile-page .profile-card .profile-content .info-section .action-buttons button.btn-secondary{background:#334155;color:#e2e8f0}.profile-page .profile-card .profile-content .info-section .action-buttons button.btn-secondary:hover{background:#c0cddf}.dark .profile-page .profile-card .profile-content .info-section .action-buttons button.btn-secondary:hover{background:#202935}.profile-page .profile-card .profile-content .info-section .login-history{margin-top:30px;padding-top:25px;border-top:1px solid #eaeaea}.dark .profile-page .profile-card .profile-content .info-section .login-history{border-top-color:#333}.profile-page .profile-card .profile-content .info-section .login-history h3{font-size:1.1rem;margin-bottom:20px;color:#333;font-weight:600}.dark .profile-page .profile-card .profile-content .info-section .login-history h3{color:#e0e0e0}.profile-page .profile-card .profile-content .info-section .login-history .login-list{display:flex;flex-direction:column;gap:10px}.profile-page .profile-card .profile-content .info-section .login-history .login-list .login-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:6px;border-left:3px solid #0068e0}.dark .profile-page .profile-card .profile-content .info-section .login-history .login-list .login-item{background:#252525;border-left-color:#4da3ff}.profile-page .profile-card .profile-content .info-section .login-history .login-list .login-item.more-logins{background:#e3f2fd;border-left-color:#1976d2;font-style:italic;color:#1976d2;justify-content:center}.dark .profile-page .profile-card .profile-content .info-section .login-history .login-list .login-item.more-logins{background:#1976d21a;border-left-color:#64b5f6;color:#64b5f6}.profile-page .profile-card .profile-content .info-section .login-history .login-list .login-item .login-date{font-size:.95rem;font-weight:500;color:#333}.dark .profile-page .profile-card .profile-content .info-section .login-history .login-list .login-item .login-date{color:#e0e0e0}.profile-page .profile-card .profile-content .info-section .login-history .login-list .login-item .login-id{font-size:.85rem;color:#666;font-weight:400}.dark .profile-page .profile-card .profile-content .info-section .login-history .login-list .login-item .login-id{color:#999}.profile-page .profile-card .profile-content .edit-section h3,.profile-page .profile-card .profile-content .password-section h3{font-size:1.2rem;margin-bottom:25px;color:#0068e0;font-weight:600}.dark .profile-page .profile-card .profile-content .edit-section h3,.dark .profile-page .profile-card .profile-content .password-section h3{color:#4da3ff}.profile-page .profile-card .profile-content .edit-section .form-grid,.profile-page .profile-card .profile-content .password-section .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px}.profile-page .profile-card .profile-content .edit-section .form-grid .form-group:nth-child(3),.profile-page .profile-card .profile-content .password-section .form-grid .form-group:nth-child(3){grid-column:span 2}.profile-page .profile-card .profile-content .edit-section .form-group,.profile-page .profile-card .profile-content .password-section .form-group{margin-bottom:20px}.profile-page .profile-card .profile-content .edit-section .form-group label,.profile-page .profile-card .profile-content .password-section .form-group label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px}.dark .profile-page .profile-card .profile-content .edit-section .form-group label,.dark .profile-page .profile-card .profile-content .password-section .form-group label{color:#e0e0e0}.profile-page .profile-card .profile-content .edit-section .form-group label .required,.profile-page .profile-card .profile-content .password-section .form-group label .required{color:#dc3545}.profile-page .profile-card .profile-content .edit-section .form-group input,.profile-page .profile-card .profile-content .password-section .form-group input{width:100%;padding:12px 14px;border:1px solid #eaeaea;border-radius:6px;font-size:.95rem;transition:all .2s ease;background:#fff}.dark .profile-page .profile-card .profile-content .edit-section .form-group input,.dark .profile-page .profile-card .profile-content .password-section .form-group input{background:#252525;border-color:#333;color:#e0e0e0}.profile-page .profile-card .profile-content .edit-section .form-group input:focus,.profile-page .profile-card .profile-content .password-section .form-group input:focus{outline:none;border-color:#0068e0}.dark .profile-page .profile-card .profile-content .edit-section .form-group input:focus,.dark .profile-page .profile-card .profile-content .password-section .form-group input:focus{border-color:#4da3ff}.profile-page .profile-card .profile-content .edit-section .form-group input::placeholder,.profile-page .profile-card .profile-content .password-section .form-group input::placeholder{color:#999}.dark .profile-page .profile-card .profile-content .edit-section .form-group input::placeholder,.dark .profile-page .profile-card .profile-content .password-section .form-group input::placeholder{color:#666}.profile-page .profile-card .profile-content .edit-section .form-actions,.profile-page .profile-card .profile-content .password-section .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:30px;padding-top:25px;border-top:1px solid #eaeaea}.dark .profile-page .profile-card .profile-content .edit-section .form-actions,.dark .profile-page .profile-card .profile-content .password-section .form-actions{border-top-color:#333}.profile-page .profile-card .profile-content .edit-section .form-actions button,.profile-page .profile-card .profile-content .password-section .form-actions button{padding:10px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.profile-page .profile-card .profile-content .edit-section .form-actions button.btn-cancel,.profile-page .profile-card .profile-content .password-section .form-actions button.btn-cancel{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.dark .profile-page .profile-card .profile-content .edit-section .form-actions button.btn-cancel,.dark .profile-page .profile-card .profile-content .password-section .form-actions button.btn-cancel{background:#252525;color:#aaa;border-color:#444}.profile-page .profile-card .profile-content .edit-section .form-actions button.btn-cancel:hover,.profile-page .profile-card .profile-content .password-section .form-actions button.btn-cancel:hover{background:#e9ecef}.dark .profile-page .profile-card .profile-content .edit-section .form-actions button.btn-cancel:hover,.dark .profile-page .profile-card .profile-content .password-section .form-actions button.btn-cancel:hover{background:#333}.profile-page .profile-card .profile-content .edit-section .form-actions button.btn-save,.profile-page .profile-card .profile-content .password-section .form-actions button.btn-save{background:#0068e0;color:#fff}.dark .profile-page .profile-card .profile-content .edit-section .form-actions button.btn-save,.dark .profile-page .profile-card .profile-content .password-section .form-actions button.btn-save{background:#4da3ff;color:#121212}.profile-page .profile-card .profile-content .edit-section .form-actions button.btn-save:hover,.profile-page .profile-card .profile-content .password-section .form-actions button.btn-save:hover{background:#0050ad}.dark .profile-page .profile-card .profile-content .edit-section .form-actions button.btn-save:hover,.dark .profile-page .profile-card .profile-content .password-section .form-actions button.btn-save:hover{background:#1a89ff}.profile-page .profile-card .logout-section{margin-top:10px;padding:25px 30px;border-top:1px solid #eaeaea}.dark .profile-page .profile-card .logout-section{border-top-color:#333}.profile-page .profile-card .logout-section .btn-logout{width:100%;padding:12px 24px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.profile-page .profile-card .logout-section .btn-logout:hover{background:#bd2130}@media(max-width:768px){.profile-page .profile-card .profile-header{flex-direction:column;text-align:center;padding:25px 20px}.profile-page .profile-card .profile-content{padding:20px}.profile-page .profile-card .profile-content .info-section .info-grid{grid-template-columns:1fr}.profile-page .profile-card .profile-content .info-section .action-buttons{flex-direction:column}.profile-page .profile-card .profile-content .info-section .action-buttons button{width:100%}.profile-page .profile-card .profile-content .edit-section .form-grid,.profile-page .profile-card .profile-content .password-section .form-grid{grid-template-columns:1fr}.profile-page .profile-card .profile-content .edit-section .form-grid .form-group:nth-child(3),.profile-page .profile-card .profile-content .password-section .form-grid .form-group:nth-child(3){grid-column:span 1}.profile-page .profile-card .profile-content .edit-section .form-actions,.profile-page .profile-card .profile-content .password-section .form-actions{flex-direction:column}.profile-page .profile-card .profile-content .edit-section .form-actions button,.profile-page .profile-card .profile-content .password-section .form-actions button{width:100%}}
