@charset "UTF-8";@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(-5px) rotate(-1deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:.6}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes heartbeat{0%,50%,to{transform:scale(1)}25%,75%{transform:scale(1.1)}}@keyframes glow{0%,to{box-shadow:0 0 20px #dc26264d}50%{box-shadow:0 0 30px #dc262699}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.transition-all{transition:all .3s ease}.transition-fast{transition:all .15s ease}.transition-slow{transition:all .5s ease}.transition-colors{transition:color .3s ease,background-color .3s ease,border-color .3s ease}.transition-transform{transition:transform .3s ease}.transition-opacity{transition:opacity .3s ease}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.hover-scale{transition:transform .3s ease}.hover-scale-sm{transition:transform .3s ease}.hover-grow{transition:transform .3s ease}.hover-brand{transition:color .3s ease}.hover-brand-bg{transition:background-color .3s ease}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-skeleton 1.5s infinite}@keyframes loading-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-dots{display:inline-flex;gap:4px}.loading-dots:after{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:currentColor;animation:loading-dots 1.4s infinite ease-in-out}.loading-dots:before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:currentColor;animation:loading-dots 1.4s infinite ease-in-out;animation-delay:-.32s;margin-right:4px}@keyframes loading-dots{0%,80%,to{opacity:0;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.page-enter-active,.page-leave-active{transition:all .4s ease}.page-enter-from{opacity:0;transform:translateY(20px)}.page-leave-to{opacity:0;transform:translateY(-20px)}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.animate-float,.animate-pulse,.animate-bounce,.animate-spin,.animate-heartbeat,.animate-glow{animation:none!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn{border-radius:.5rem;font-size:.875rem}.btn--sm{height:2rem;padding:0 .75rem;font-size:.75rem;border-radius:.375rem}.btn--base{height:2.75rem;padding:0 1.25rem;font-size:.875rem}.btn--lg{height:3.25rem;padding:0 1.75rem;font-size:1rem;border-radius:.75rem}.btn--primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--primary:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background:#dc2626;color:#fff}.btn--primary:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 20px 40px -10px #dc262633}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--secondary:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--secondary{background:#1f1f1f;color:#fff}.btn--secondary:hover:not(:disabled){background:#374151;transform:translateY(-2px)}.btn--outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--outline:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--outline{background:transparent;color:#dc2626;border:2px solid #dc2626}.btn--outline:hover:not(:disabled){background:#dc26261a;border-color:#b91c1c;color:#b91c1c}.btn--ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--ghost:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--ghost{background:transparent;color:#6b7280}.btn--ghost:hover:not(:disabled){background:#1f1f1f0d;color:#1f1f1f}.btn--danger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--danger:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--danger{background:#dc2626;color:#fff}.btn--danger:hover:not(:disabled){background:#b21d1d;transform:translateY(-2px)}.btn--icon{width:2.75rem;height:2.75rem;padding:0;border-radius:9999px}.btn--icon.btn--sm{width:2rem;height:2rem}.btn--icon.btn--lg{width:3.25rem;height:3.25rem}.btn--loading{position:relative;color:transparent!important}.btn--loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.btn--full{width:100%}.btn-group{display:inline-flex;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 2px #00000008}.btn-group .btn{border-radius:0;border-right:1px solid rgba(255,255,255,.2)}.btn-group .btn:first-child{border-radius:.5rem 0 0 .5rem}.btn-group .btn:last-child{border-radius:0 .5rem .5rem 0;border-right:none}.btn-group .btn:only-child{border-radius:.5rem;border-right:none}.fab{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.fab:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.fab{background:#dc2626;color:#fff}.fab:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 20px 40px -10px #dc262633}.fab{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:9999px;box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a;z-index:1030}.fab:hover{transform:scale(1.1);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a}@media (max-width: 768px){.fab{width:48px;height:48px;bottom:1rem;right:1rem}}.btn-social{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-social:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-social{width:44px;height:44px;border-radius:.75rem;background:#ffffff1a;color:#fffc}.btn-social:hover{background:#dc2626;color:#fff;transform:translateY(-2px)}.btn-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-toggle:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-toggle{background:#fcfcfc;color:#6b7280;border:1px solid #f0f0f0}.btn-toggle:hover{background:#1f1f1f0d;color:#1f1f1f}.btn-toggle--active{background:#dc2626;color:#fff;border-color:#dc2626}.btn-toggle--active:hover{background:#b91c1c}.btn-chip{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-chip:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-chip{height:auto;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:9999px;background:#fcfcfc;color:#6b7280;border:1px solid #f0f0f0}.btn-chip:hover{background:#1f1f1f0d;border-color:#e5e7eb}.btn-chip--active{background:#dc2626;color:#fff;border-color:#dc2626}.btn-chip--removable{padding-right:.5rem}.btn-chip--removable .remove-icon{margin-left:.25rem;opacity:.7}.btn-chip--removable .remove-icon:hover{opacity:1}.btn-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-link:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-link{background:none;color:#dc2626;text-decoration:underline;text-underline-offset:2px;padding:0;height:auto}.btn-link:hover{color:#b91c1c;text-decoration:none}.btn-gradient{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-gradient:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-gradient{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;background-size:200% 200%}.btn-gradient:hover{animation:gradientShift 2s ease infinite;transform:translateY(-2px);box-shadow:0 20px 40px -10px #dc262633}.btn-glow{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-glow:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-glow{background:#dc2626;color:#fff}.btn-glow:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 20px 40px -10px #dc262633}.btn-glow:hover{animation:glow 2s ease-in-out infinite}.btn-with-badge{position:relative}.btn-with-badge .badge{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;font-size:.75rem;font-weight:700;border-radius:9999px;border:2px solid #ffffff}.card{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.card--elevated{box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a}.card--flat{box-shadow:none;border:1px solid #f0f0f0}.card--outline{background:transparent;border:2px solid #e5e7eb;box-shadow:none}.card--interactive:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a;border-color:#dc2626}.card--interactive{cursor:pointer}.card--compact{background:var(--q-surface, #ffffff);border-radius:.75rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.card--sm{padding:.75rem;border-radius:.5rem}.card--lg{padding:2rem;border-radius:1.5rem}.card__header{padding-bottom:1rem;border-bottom:1px solid #f0f0f0;margin-bottom:1rem}.card__footer{padding-top:1rem;border-top:1px solid #f0f0f0;margin-top:1rem;background:#fcfcfc;margin:1rem -1.5rem -1.5rem;padding:1rem 1.5rem;border-radius:0 0 1rem 1rem}.card__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.tool-card{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.tool-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a;border-color:#dc2626}.tool-card{cursor:pointer;position:relative;overflow:hidden}.tool-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#dc2626;transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.tool-card:hover:before{transform:scaleX(1)}.tool-card--compact{background:var(--q-surface, #ffffff);border-radius:.75rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.tool-card--compact .tool-card__header{margin-bottom:.5rem}.tool-card--compact .tool-card__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.5rem;color:#dc2626}.tool-card--compact .tool-card__favorite .q-btn{width:28px;height:28px}.tool-card--compact .tool-card__title{font-size:1rem;margin-bottom:.5rem}.tool-card--compact .tool-card__description{font-size:.875rem;margin-bottom:.5rem;line-height:1.375}.tool-card--compact .tool-card__category{margin-bottom:.5rem}.tool-card--compact .tool-card__tags{gap:.25rem}.tool-card--compact .tool-card__tag{padding:.25rem .5rem;font-size:.625rem}.tool-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tool-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.75rem;color:#dc2626}.tool-card__favorite .q-btn{width:36px;height:36px}.tool-card__title{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.75rem}.tool-card__description{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin-bottom:1rem}.tool-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.tool-card__tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dc26261a;color:#dc2626;border-radius:9999px;font-size:.875rem;font-weight:600;font-size:.75rem}.tool-card__category{margin-bottom:1rem}.tool-card__category .category-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dc26261a;color:#dc2626;border-radius:9999px;font-size:.875rem;font-weight:600}.featured-tool{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.featured-tool:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a;border-color:#dc2626}.featured-tool{display:flex;align-items:center;gap:1.5rem;cursor:pointer}.featured-tool__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.75rem;color:#dc2626;flex-shrink:0}.featured-tool__content{flex:1}.featured-tool__name{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.5rem}.featured-tool__description{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin:0}.featured-tool__action{color:#1f1f1f99;transition:all .3s cubic-bezier(.4,0,.2,1)}.featured-tool:hover .featured-tool__action{color:#dc2626;transform:translate(4px)}.category-card{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a;border-color:#dc2626}.category-card{cursor:pointer;text-align:left}.category-card__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.75rem;color:#dc2626;margin-bottom:1.5rem}.category-card__title{font-size:1.5rem;font-weight:700;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.75rem}.category-card__description{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin-bottom:1rem}.category-card__count{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dc26261a;color:#dc2626;border-radius:9999px;font-size:.875rem;font-weight:600}.stat-card{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.stat-card__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.75rem;color:#dc2626;background:#dc262633}.stat-card__content{flex:1}.stat-card__number{font-size:1.875rem;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--q-color-on-surface);color:#fff;line-height:1;margin-bottom:.5rem}.stat-card__label{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);color:#fffc;font-weight:500;margin:0}.floating-card{background:#fff;border-radius:1rem;box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a;border:1px solid rgba(220,38,38,.1);padding:1rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.floating-card:hover{transform:translateY(-2px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a}.floating-card{animation:float 6s ease-in-out infinite;position:absolute;display:flex;align-items:center;gap:.75rem;font-weight:600;color:#1f1f1f;z-index:10}.floating-card .q-icon{color:#dc2626}.floating-card--1{top:10%;left:10%}.floating-card--2{top:20%;right:20%;animation-delay:.5s}.floating-card--3{bottom:30%;left:20%;animation-delay:1s}.floating-card--4{bottom:10%;right:10%;animation-delay:1.5s}.notification-card{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-left:4px solid #dc2626}.notification-card--success{border-left-color:#16a34a}.notification-card--warning{border-left-color:#f59e0b}.notification-card--error{border-left-color:#dc2626}.notification-card--info{border-left-color:#3b82f6}.notification-card__icon{width:24px;height:24px;flex-shrink:0;color:#dc2626}.notification-card__content{flex:1}.notification-card__title{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.25rem}.notification-card__message{font-size:.875rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin:0}.notification-card__close{width:24px;height:24px;flex-shrink:0;background:none;border:none;cursor:pointer;color:#1f1f1f99}.notification-card__close:hover{color:#1f1f1f}.product-card{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a;border-color:#dc2626}.product-card{cursor:pointer;overflow:hidden}.product-card__image{width:100%;height:200px;object-fit:cover;margin:-1.5rem -1.5rem 1rem}.product-card__badge{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dc26261a;color:#dc2626;border-radius:9999px;font-size:.875rem;font-weight:600}.product-card__title{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.5rem}.product-card__description{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin-bottom:1rem}.product-card__price{font-size:1.5rem;font-weight:700;line-height:1.375;color:var(--q-color-on-surface);color:#dc2626;margin-bottom:1rem}.product-card__actions{display:flex;gap:.75rem}.testimonial-card{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;position:relative}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:50%;transform:translate(-50%);font-size:4rem;color:#dc2626;opacity:.3;font-family:serif}.testimonial-card__quote{font-size:1.125rem;font-weight:400;line-height:1.625;color:var(--q-color-on-surface-variant);font-style:italic;margin-bottom:1.5rem}.testimonial-card__author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-card__avatar{width:48px;height:48px;border-radius:9999px;object-fit:cover}.testimonial-card__name{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.25rem}.testimonial-card__title{font-size:.875rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);color:#1f1f1f99;margin:0}.form__group{margin-bottom:1.5rem}.form__group:last-child{margin-bottom:0}.form__label{display:block;font-size:.875rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem}.form__label--required:after{content:" *";color:#dc2626}.form__help{font-size:.875rem;color:#1f1f1f99;margin-top:.25rem}.form__error{font-size:.875rem;color:#dc2626;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.form__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem}.form__actions--center{justify-content:center}.form__actions--left{justify-content:flex-start}.form__actions--between{justify-content:space-between}.input{width:100%;height:3rem;padding:0 1rem;border:1px solid #e0e0e0;border-radius:.75rem;font-size:1rem;color:var(--q-color-on-surface);background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.input::placeholder{color:#1f1f1f99}.input:focus{outline:none;border:2px solid #dc2626;box-shadow:0 0 0 3px #dc26261a}.input--error{border-color:#dc2626}.input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.input--success{border-color:#16a34a}.input--success:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.input--lg{height:3.5rem;padding:1rem 1.5rem;font-size:1.125rem}.input--sm{height:2.25rem;padding:.5rem .75rem;font-size:.875rem}.search-input{position:relative}.search-input__wrapper{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #f0f0f0;border-radius:1rem;padding:.5rem;box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-input__wrapper:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.search-input__icon{color:#1f1f1f99;margin:0 1rem;flex-shrink:0}.search-input__field{flex:1;border:none;outline:none;font-size:1rem;padding:.75rem 0;color:#1f1f1f;background:transparent}.search-input__field::placeholder{color:#1f1f1f99}.search-input__button{border-radius:.75rem;font-weight:600;padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-input__button:hover{background:#b91c1c}.textarea{width:100%;height:3rem;padding:0 1rem;border:1px solid #e0e0e0;border-radius:.75rem;font-size:1rem;color:var(--q-color-on-surface);background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.textarea::placeholder{color:#1f1f1f99}.textarea:focus{outline:none;border:2px solid #dc2626;box-shadow:0 0 0 3px #dc26261a}.textarea{height:auto;min-height:6rem;resize:vertical;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.select{width:100%;height:3rem;padding:0 1rem;border:1px solid #e0e0e0;border-radius:.75rem;font-size:1rem;color:var(--q-color-on-surface);background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.select::placeholder{color:#1f1f1f99}.select:focus{outline:none;border:2px solid #dc2626;box-shadow:0 0 0 3px #dc26261a}.select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding-right:2.5rem;-webkit-appearance:none;appearance:none;cursor:pointer}.select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23dc2626' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e")}.checkbox,.radio{display:inline-flex;align-items:flex-start;gap:.75rem;cursor:pointer;line-height:1.5}.checkbox__input,.radio__input{width:18px;height:18px;border:2px solid #e5e7eb;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;margin-top:2px}.checkbox__input:checked,.radio__input:checked{background:#dc2626;border-color:#dc2626}.checkbox__input:focus,.radio__input:focus{outline:none;box-shadow:0 0 0 3px #dc26261a}.checkbox__label,.radio__label{font-size:.875rem;color:#1f1f1f;cursor:pointer}.checkbox__input{border-radius:.125rem}.checkbox__input:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e")}.radio__input{border-radius:9999px}.radio__input:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}.toggle{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer}.toggle__input{position:relative;width:44px;height:24px;background:#e5e7eb;border:none;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;appearance:none;cursor:pointer}.toggle__input:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1)}.toggle__input:checked{background:#dc2626}.toggle__input:checked:before{transform:translate(20px)}.toggle__input:focus{outline:none;box-shadow:0 0 0 3px #dc26261a}.toggle__label{font-size:.875rem;color:#1f1f1f;cursor:pointer}.file-input__wrapper{position:relative;display:inline-block;overflow:hidden;cursor:pointer}.file-input__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-input__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.file-input__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.file-input__button{background:transparent;color:#dc2626;border:2px solid #dc2626}.file-input__button:hover:not(:disabled){background:#dc26261a;border-color:#b91c1c;color:#b91c1c}.file-input__button{padding:.75rem 1rem;border-radius:.5rem}.file-input__text{margin-left:.75rem;font-size:.875rem;color:#1f1f1f99}.file-input__dropzone{border:2px dashed #e5e7eb;border-radius:.75rem;padding:2rem;text-align:center;background:#fcfcfc;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.file-input__dropzone:hover,.file-input__dropzone--dragover{border-color:#dc2626;background:#dc26260d}.file-input__dropzone__icon{width:48px;height:48px;color:#1f1f1f99;margin:0 auto 1rem}.file-input__dropzone__text{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin-bottom:.5rem}.file-input__dropzone__hint{font-size:.875rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);color:#1f1f1f99}.range{width:100%;height:6px;background:#f0f0f0;border-radius:9999px;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer}.range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#dc2626;border-radius:9999px;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.range::-webkit-slider-thumb:hover{transform:scale(1.2)}.range::-moz-range-thumb{width:20px;height:20px;background:#dc2626;border-radius:9999px;border:none;cursor:pointer;-moz-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.range::-moz-range-thumb:hover{transform:scale(1.2)}.input-group{display:flex;align-items:stretch}.input-group .input{border-radius:0;border-right:none}.input-group .input:first-child{border-radius:.75rem 0 0 .75rem}.input-group .input:last-child{border-radius:0 .75rem .75rem 0;border-right:1px solid #e0e0e0}.input-group .input:only-child{border-radius:.75rem;border-right:1px solid #e0e0e0}.input-group__addon{display:flex;align-items:center;padding:0 1rem;background:#fcfcfc;border:1px solid #e0e0e0;border-left:none;font-size:.875rem;color:#1f1f1f99}.input-group__addon:first-child{border-left:1px solid #e0e0e0;border-right:none;border-radius:.75rem 0 0 .75rem}.input-group__addon:last-child{border-radius:0 .75rem .75rem 0}.form-group--error .input,.form-group--error .textarea,.form-group--error .select{border-color:#dc2626}.form-group--error .input:focus,.form-group--error .textarea:focus,.form-group--error .select:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-group--success .input,.form-group--success .textarea,.form-group--success .select{border-color:#16a34a}.form-group--success .input:focus,.form-group--success .textarea:focus,.form-group--success .select:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1f1f1f;background:#fff}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}button{background:none;border:none;padding:0;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0;margin:0}fieldset{border:none;padding:0;margin:0}legend{padding:0}:focus-visible{outline:2px solid #dc2626;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fcfcfc}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}::selection{background:#dc262633;color:#1f1f1f}::-moz-selection{background:#dc262633;color:#1f1f1f}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1f1f1f}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.25;letter-spacing:-.02em;color:var(--q-color-on-surface);margin-bottom:1.5rem}h2{font-size:1.875rem;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--q-color-on-surface);margin-bottom:1.25rem}h3{font-size:1.5rem;font-weight:700;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:1rem}h4{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.75rem}h5{font-size:1.125rem;font-weight:600;line-height:1.375;color:#1f1f1f;margin-bottom:.75rem}h6{font-size:1rem;font-weight:600;line-height:1.375;color:#1f1f1f;margin-bottom:.5rem}p{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin-bottom:1rem}p:last-child{margin-bottom:0}p.lead{font-size:1.125rem;font-weight:400;line-height:1.625;color:var(--q-color-on-surface-variant);font-weight:500}p.small{font-size:.875rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant)}a{color:#dc2626;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}a:hover{color:#b91c1c;text-decoration:none}a:focus-visible{outline:2px solid #dc2626;outline-offset:2px;border-radius:.125rem}ul,ol{margin-bottom:1rem;padding-left:1.5rem}ul:last-child,ol:last-child{margin-bottom:0}ul li,ol li{margin-bottom:.5rem;line-height:1.625}ul li:last-child,ol li:last-child{margin-bottom:0}ul{list-style-type:disc}ol{list-style-type:decimal}code{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,monospace;font-size:.9em;background:#dc26261a;color:#b91c1c;padding:.2em .4em;border-radius:.125rem}pre{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,monospace;background:#fcfcfc;color:#1f1f1f;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1rem;border:1px solid #f0f0f0}pre code{background:none;color:inherit;padding:0;border-radius:0}blockquote{border-left:4px solid #dc2626;padding-left:1rem;margin-left:0;margin-bottom:1rem;font-style:italic;color:#1f1f1f99}blockquote p{margin-bottom:.5rem}blockquote p:last-child{margin-bottom:0}blockquote cite{display:block;margin-top:.5rem;font-size:.875rem;color:#1f1f1f99;font-style:normal}blockquote cite:before{content:"— "}em{font-style:italic}strong{font-weight:700}mark{background:#f59e0b4d;color:#1f1f1f;padding:.1em .2em;border-radius:.125rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-primary{color:#1f1f1f}.text-secondary{color:#6b7280}.text-muted{color:#1f1f1f99}.text-brand{color:#dc2626}.text-success{color:#16a34a}.text-warning{color:#f59e0b}.text-error{color:#dc2626}.text-info{color:#3b82f6}.text-gradient{background:linear-gradient(135deg,#dc2626,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.underline{text-decoration:underline}.no-underline{text-decoration:none}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}.section{padding:5rem 0}@media (max-width: 768px){.section{padding:3rem 0}}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow{flex-grow:1}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.grid{display:grid}.inline-grid{display:inline-grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-full{grid-column:1/-1}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.m-10{margin:2.5rem}.m-12{margin:3rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.w-fit{width:fit-content}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.h-fit{height:fit-content}.min-w-0{min-width:0}.min-w-full{min-width:100%}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.max-w-none{max-width:none}.max-w-sm{max-width:640px}.max-w-md{max-width:768px}.max-w-lg{max-width:1024px}.max-w-xl{max-width:1200px}.max-w-2xl{max-width:1400px}.max-w-full{max-width:100%}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{right:0;left:0}.inset-y-0{top:0;bottom:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.bg-transparent{background-color:transparent}.bg-primary{background-color:#fff}.bg-secondary{background-color:#fcfcfc}.bg-dark{background-color:#1f1f1f}.border{border:1px solid #f0f0f0}.border-0{border:0}.border-t{border-top:1px solid #f0f0f0}.border-r{border-right:1px solid #f0f0f0}.border-b{border-bottom:1px solid #f0f0f0}.border-l{border-left:1px solid #f0f0f0}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 2px #00000008}.shadow{box-shadow:0 2px 4px #0000000a,0 1px 2px #00000005}.shadow-md{box-shadow:0 4px 8px -1px #0000000f,0 2px 4px -1px #00000008}.shadow-lg{box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a}.shadow-xl{box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a}.shadow-2xl{box-shadow:0 32px 64px -12px #00000026}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;user-select:auto}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-slide-up{animation:slideUp .6s ease-out forwards}.animate-slide-down{animation:slideDown .6s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .6s ease-out forwards}.animate-slide-in-right{animation:slideInRight .6s ease-out forwards}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse{animation:pulse 4s ease-in-out infinite}.animate-bounce{animation:bounce 2s infinite}.animate-spin{animation:spin 1s linear infinite}.animate-heartbeat{animation:heartbeat 1.5s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.hover-lift{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a}.hover-scale{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.05)}.hover-scale-sm{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hover-scale-sm:hover{transform:scale(1.02)}.hover-grow{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hover-grow:hover{transform:scale(1.1)}.hover-brand{transition:color .3s cubic-bezier(.4,0,.2,1)}.hover-brand:hover{color:#dc2626}.hover-brand-bg{transition:background-color .3s cubic-bezier(.4,0,.2,1)}.hover-brand-bg:hover{background-color:#dc26261a}.transition-all{transition:all .3s cubic-bezier(.4,0,.2,1)}.transition-fast{transition:all .15s cubic-bezier(.4,0,.2,1)}.transition-slow{transition:all .5s cubic-bezier(.4,0,.2,1)}.transition-colors{transition:color .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)}.transition-transform{transition:transform .3s cubic-bezier(.4,0,.2,1)}.transition-opacity{transition:opacity .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.sm\:hidden{display:none}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}}@media (max-width: 768px){.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}}@media (max-width: 1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}}.main-header{height:80px;background:transparent;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.main-header--elevated{background:#fffffff2;box-shadow:0 1px 2px #00000008;border-bottom:1px solid #f0f0f0}.main-header--transparent{background:transparent}.main-header--solid{background:#fff;box-shadow:0 1px 2px #00000008}.main-layout{background:#fcfcfc;min-height:100vh}.footer-section{background:#1f1f1f;color:#fff;padding:4rem 0 2rem}.footer-section .footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.footer-section .footer-container{padding:0 1rem}}.footer-section .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.footer-section .footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}}.footer-section .footer-brand{grid-column:span 2}@media (max-width: 768px){.footer-section .footer-brand{grid-column:span 1}}.footer-section .footer-brand .footer-logo{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;justify-content:flex-start}@media (max-width: 768px){.footer-section .footer-brand .footer-logo{justify-content:center}}.footer-section .footer-brand .footer-logo .logo{height:40px;width:auto}.footer-section .footer-brand .footer-logo .brand-name{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);color:#fff}.footer-section .footer-brand .footer-description{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);color:#fffc;line-height:1.625;margin-bottom:2rem;max-width:300px}@media (max-width: 768px){.footer-section .footer-brand .footer-description{max-width:none;margin:0 auto 2rem}}.footer-section .footer-brand .social-links{display:flex;gap:.5rem}@media (max-width: 768px){.footer-section .footer-brand .social-links{justify-content:center}}.footer-section .footer-brand .social-links .social-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#dc26261a;color:#dc2626;background:#ffffff1a;color:#fffc;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-section .footer-brand .social-links .social-btn:hover{background:#dc2626;color:#fff;transform:translateY(-2px)}.footer-section .footer-column .footer-title{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);color:#fff;margin-bottom:1.5rem}.footer-section .footer-column .footer-links{list-style:none;padding:0;margin:0}.footer-section .footer-column .footer-links li{margin-bottom:.75rem}.footer-section .footer-column .footer-links li:last-child{margin-bottom:0}.footer-section .footer-column .footer-links li a{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);color:#ffffffb3;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.footer-section .footer-column .footer-links li a:hover{color:#dc2626}.footer-section .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-section .footer-bottom .footer-bottom-content{display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.footer-section .footer-bottom .footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}}.footer-section .footer-bottom .footer-bottom-content .copyright{font-size:.875rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);color:#fff9;margin:0}.footer-section .footer-bottom .footer-bottom-content .footer-badges{display:flex;gap:1rem}@media (max-width: 768px){.footer-section .footer-bottom .footer-bottom-content .footer-badges{justify-content:center;flex-wrap:wrap}}.footer-section .footer-bottom .footer-bottom-content .footer-badges .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dc26261a;color:#dc2626;border-radius:9999px;font-size:.875rem;font-weight:600;background:#ffffff1a;color:#fffc}.footer-section .footer-bottom .footer-bottom-content .footer-badges .badge .q-icon{color:#dc2626}.modern-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:80px;padding:0 1.5rem;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-toolbar--primary{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 20px 40px -10px #dc262633}.modern-toolbar--secondary{background:linear-gradient(135deg,#1f1f1ff2,#374151f2);color:#fff;box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a}.modern-toolbar--transparent{background:#fffffff2;color:#1f1f1f;border-bottom:1px solid #f0f0f0;box-shadow:none}.modern-toolbar--glass{background:#ffffff1a;color:#1f1f1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a}.modern-toolbar__logo{flex:0 0 auto}.modern-toolbar__logo .logo-container{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.modern-toolbar__logo .logo-container:hover{transform:scale(1.05)}.modern-toolbar__logo .logo-image{height:40px;width:auto;object-fit:contain}.modern-toolbar__logo .logo-text{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);font-weight:900;letter-spacing:1px;background:linear-gradient(135deg,#dc2626,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modern-toolbar__nav{flex:1 1 auto;display:flex;align-items:center;justify-content:center}.modern-toolbar__nav .nav-menu{display:flex;gap:2rem;align-items:center}.modern-toolbar__nav .nav-item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;text-decoration:none;color:inherit;font-weight:500;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.modern-toolbar__nav .nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.modern-toolbar__nav .nav-item:hover{transform:translateY(-2px);background:#dc26261a;color:#dc2626}.modern-toolbar__nav .nav-item:hover:before{left:100%}.modern-toolbar__nav .nav-item--active{background:#dc262626;color:#dc2626;font-weight:600}.modern-toolbar__nav .nav-item__icon{font-size:1.125rem}.modern-toolbar__nav .nav-item__text{white-space:nowrap}.modern-toolbar__actions{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:.75rem}.modern-toolbar__actions .search-input{max-width:250px;min-width:200px}.modern-toolbar__actions .search-input :deep(.q-field__control){background:#ffffffe6;border-radius:9999px;border:1px solid rgba(220,38,38,.2);height:40px}.modern-toolbar__actions .search-input :deep(.q-field__control):before{border:none}.modern-toolbar__actions .search-input :deep(.q-field__control):after{border:2px solid #dc2626}.modern-toolbar__actions .search-input :deep(.q-icon){color:#6b7280}.modern-toolbar__actions .action-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.75rem;color:#dc2626;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-toolbar__actions .action-btn:hover{background:#dc26261a;transform:scale(1.1)}.modern-toolbar__actions .notification-btn{position:relative}@media (min-width: 769px) and (max-width: 1024px){.modern-toolbar__nav .nav-menu{gap:1.5rem}.modern-toolbar__nav .nav-item{padding:.5rem .75rem;font-size:.875rem}.modern-toolbar__nav .nav-item__icon{display:none}.modern-toolbar__actions .search-input{max-width:180px;min-width:150px}}@media (max-width: 768px){.modern-toolbar{padding:0 1rem}.modern-toolbar__nav,.modern-toolbar__actions .search-input{display:none}}.mobile-nav-drawer{background:#fff}.mobile-nav-drawer .logo-mobile{height:32px;width:auto}.mobile-nav-drawer .mobile-nav-item{border-radius:.5rem;margin:.25rem .75rem;color:#1f1f1f}.mobile-nav-drawer .mobile-nav-item:hover{background:#dc26261a;color:#dc2626}.mobile-nav-drawer .mobile-nav-item.q-router-link--active{background:#dc262626;color:#dc2626}.mobile-nav-drawer .q-separator{background:#dc26261a}.mobile-menu-btn{color:inherit!important}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-item{animation:slideIn .3s ease forwards}.nav-item:nth-child(1){animation-delay:.1s}.nav-item:nth-child(2){animation-delay:.2s}.nav-item:nth-child(3){animation-delay:.3s}.nav-item:nth-child(4){animation-delay:.4s}.nav-item:nth-child(5){animation-delay:.5s}.nav-item:nth-child(6){animation-delay:.6s}.modern-home{min-height:100vh;background:#fff;overflow-x:hidden}.modern-home .hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fcfcfc,#fff);position:relative}.modern-home .hero-section:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,rgba(220,38,38,.03) 0%,transparent 70%);pointer-events:none}.modern-home .hero-section .hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.modern-home .hero-section .hero-container{padding:0 1rem}}.modern-home .hero-section .hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.modern-home .hero-section .hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}}.modern-home .hero-section .hero-content{max-width:600px}.modern-home .hero-section .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dc26261a;color:#dc2626;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:2rem}.modern-home .hero-section .hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.25;letter-spacing:-.02em;color:var(--q-color-on-surface);margin-bottom:1.5rem}.modern-home .hero-section .hero-title .gradient-text{background:linear-gradient(135deg,#dc2626,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modern-home .hero-section .hero-description{font-size:1.125rem;font-weight:400;line-height:1.625;color:var(--q-color-on-surface-variant);margin-bottom:3rem}.modern-home .hero-section .hero-actions .search-container{margin-bottom:2rem}.modern-home .hero-section .hero-actions .search-container .search-wrapper{display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #f0f0f0;border-radius:1rem;padding:.5rem;box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-home .hero-section .hero-actions .search-container .search-wrapper:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.modern-home .hero-section .hero-actions .search-container .search-wrapper .search-icon{color:#1f1f1f99;margin:0 1rem}.modern-home .hero-section .hero-actions .search-container .search-wrapper .search-input{flex:1;border:none;outline:none;font-size:1rem;padding:.75rem 0;color:#1f1f1f}.modern-home .hero-section .hero-actions .search-container .search-wrapper .search-input::placeholder{color:#1f1f1f99}.modern-home .hero-section .hero-actions .search-container .search-wrapper .search-btn{border-radius:.75rem;font-weight:600;padding:.75rem 1.5rem}.modern-home .hero-section .hero-actions .quick-actions{display:flex;gap:1rem}.modern-home .hero-section .hero-actions .quick-actions .quick-btn{color:#1f1f1f99;font-weight:600}.modern-home .hero-section .hero-actions .quick-actions .quick-btn:hover{color:#dc2626}.modern-home .hero-section .hero-visual{position:relative;display:flex;align-items:center;justify-content:center;height:500px}@media (max-width: 768px){.modern-home .hero-section .hero-visual{height:400px}}.modern-home .hero-section .floating-elements{position:absolute;width:100%;height:100%}.modern-home .hero-section .floating-card{background:#fff;border-radius:1rem;box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a;border:1px solid rgba(220,38,38,.1);padding:1rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-home .hero-section .floating-card:hover{transform:translateY(-2px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a}.modern-home .hero-section .floating-card{animation:float 6s ease-in-out infinite;position:absolute;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:600;color:#1f1f1f;z-index:10}.modern-home .hero-section .floating-card .q-icon{color:#dc2626}.modern-home .hero-section .floating-card.card-1{top:10%;left:10%}.modern-home .hero-section .floating-card.card-2{top:20%;right:20%;animation-delay:.5s}.modern-home .hero-section .floating-card.card-3{bottom:30%;left:20%;animation-delay:1s}.modern-home .hero-section .floating-card.card-4{bottom:10%;right:10%;animation-delay:1.5s}@media (max-width: 768px){.modern-home .hero-section .floating-card.card-1,.modern-home .hero-section .floating-card.card-3{left:5%}.modern-home .hero-section .floating-card.card-2,.modern-home .hero-section .floating-card.card-4{right:5%}}.modern-home .hero-section .hero-illustration{display:flex;align-items:center;justify-content:center;width:300px;height:300px;margin:0 auto}.modern-home .hero-section .gradient-orb{width:200px;height:200px;border-radius:9999px;background:linear-gradient(135deg,#dc2626,#ef4444);opacity:.8;animation:pulse 4s ease-in-out infinite;filter:blur(1px)}.modern-home .featured-section{padding:5rem 0}@media (max-width: 768px){.modern-home .featured-section{padding:3rem 0}}.modern-home .featured-section{background:#fff}.modern-home .featured-section .featured-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.modern-home .featured-section .featured-container{padding:0 1rem}}.modern-home .featured-section .section-header{text-align:center;margin-bottom:4rem}.modern-home .featured-section .section-header .section-title{font-size:1.875rem;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--q-color-on-surface);margin-bottom:1rem}.modern-home .featured-section .section-header .section-subtitle{font-size:1.125rem;font-weight:400;line-height:1.625;color:var(--q-color-on-surface-variant);max-width:600px;margin:0 auto}.modern-home .featured-section .featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.modern-home .featured-section .featured-tool{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-home .featured-section .featured-tool:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a;border-color:#dc2626}.modern-home .featured-section .featured-tool{display:flex;align-items:center;gap:1.5rem;cursor:pointer}.modern-home .featured-section .featured-tool__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.75rem;color:#dc2626;flex-shrink:0}.modern-home .featured-section .featured-tool__content{flex:1}.modern-home .featured-section .featured-tool__name{font-size:1.25rem;font-weight:600;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.5rem}.modern-home .featured-section .featured-tool__description{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin:0}.modern-home .featured-section .featured-tool__action{color:#1f1f1f99;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-home .featured-section .featured-tool:hover .modern-home .featured-section .featured-tool__action{color:#dc2626;transform:translate(4px)}@media (max-width: 768px){.modern-home .featured-section .featured-tool{flex-direction:column;text-align:center;gap:1rem}}.modern-home .categories-section{padding:5rem 0}@media (max-width: 768px){.modern-home .categories-section{padding:3rem 0}}.modern-home .categories-section{background:#fcfcfc}.modern-home .categories-section .categories-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.modern-home .categories-section .categories-container{padding:0 1rem}}.modern-home .categories-section .categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.modern-home .categories-section .category-card{background:var(--q-surface, #ffffff);border-radius:1rem;border:1px solid var(--q-color-separator, #f0f0f0);box-shadow:0 1px 2px #00000008;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-home .categories-section .category-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001f,0 12px 24px -8px #0000000a;border-color:#dc2626}.modern-home .categories-section .category-card{cursor:pointer;text-align:left}.modern-home .categories-section .category-card__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.75rem;color:#dc2626;margin-bottom:1.5rem}.modern-home .categories-section .category-card__content .category-title{font-size:1.5rem;font-weight:700;line-height:1.375;color:var(--q-color-on-surface);margin-bottom:.75rem}.modern-home .categories-section .category-card__content .category-description{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin-bottom:1rem}.modern-home .categories-section .category-card__content .category-count{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dc26261a;color:#dc2626;border-radius:9999px;font-size:.875rem;font-weight:600}.modern-home .stats-section{padding:5rem 0}@media (max-width: 768px){.modern-home .stats-section{padding:3rem 0}}.modern-home .stats-section{background:#1f1f1f}.modern-home .stats-section .stats-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.modern-home .stats-section .stats-container{padding:0 1rem}}.modern-home .stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.modern-home .stats-section .stat-card{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;background:#ffffff0d;border-radius:1rem;border:1px solid rgba(255,255,255,.1)}.modern-home .stats-section .stat-card__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#dc26261a;border-radius:.75rem;color:#dc2626;background:#dc262633}.modern-home .stats-section .stat-card__content{flex:1}.modern-home .stats-section .stat-card__number{font-size:1.875rem;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--q-color-on-surface);color:#fff;line-height:1;margin-bottom:.5rem}.modern-home .stats-section .stat-card__label{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);color:#fffc;font-weight:500;margin:0}@media (max-width: 768px){.modern-home .stats-section .stat-card{text-align:center;flex-direction:column;gap:1rem}}.modern-home .cta-section{padding:5rem 0}@media (max-width: 768px){.modern-home .cta-section{padding:3rem 0}}.modern-home .cta-section{background:linear-gradient(135deg,#dc2626,#ef4444)}.modern-home .cta-section .cta-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.modern-home .cta-section .cta-container{padding:0 1rem}}.modern-home .cta-section .cta-container{max-width:800px;text-align:center}.modern-home .cta-section .cta-content .cta-title{font-size:1.875rem;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--q-color-on-surface);color:#fff;margin-bottom:1rem}.modern-home .cta-section .cta-content .cta-description{font-size:1.125rem;font-weight:400;line-height:1.625;color:var(--q-color-on-surface-variant);color:#ffffffe6;margin-bottom:3rem}.modern-home .cta-section .cta-content .cta-button{padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;border-radius:1rem;background:#fff;color:#dc2626}.modern-home .cta-section .cta-content .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}@media (max-width: 768px){.modern-home .search-wrapper{flex-direction:column;gap:1rem}.modern-home .search-wrapper .search-input{text-align:center}}.tools-page{min-height:100vh;background:#fff}.tools-page .page-header{padding:2rem 0;background:linear-gradient(135deg,#fcfcfc,#fff);border-bottom:1px solid #f0f0f0}.tools-page .page-header .header-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.tools-page .page-header .header-container{padding:0 1rem}}.tools-page .page-header .header-container{text-align:center}.tools-page .page-header .page-title{font-size:1.875rem;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--q-color-on-surface);margin-bottom:.5rem}.tools-page .page-header .page-subtitle{font-size:1.125rem;font-weight:400;line-height:1.625;color:var(--q-color-on-surface-variant);margin-bottom:2rem}.tools-page .page-header .search-container{max-width:500px;margin:0 auto}.tools-page .page-header .search-container .search-input :deep(.q-field__control){border-radius:9999px;border:2px solid rgba(220,38,38,.2);background:#fff;box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a;height:50px}.tools-page .page-header .search-container .search-input :deep(.q-field__control):before{border:none}.tools-page .page-header .search-container .search-input :deep(.q-field__control):after{border:2px solid #dc2626}.tools-page .filters-section{padding:2rem 0;background:#fff;border-bottom:1px solid #f0f0f0}.tools-page .filters-section .filters-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.tools-page .filters-section .filters-container{padding:0 1rem}}.tools-page .filters-section .filter-chips{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.tools-page .filters-section .filter-chip{transition:all .3s cubic-bezier(.4,0,.2,1)}.tools-page .filters-section .filter-chip:hover{transform:translateY(-2px)}.tools-page .tools-section{padding:5rem 0}@media (max-width: 768px){.tools-page .tools-section{padding:3rem 0}}.tools-page .tools-section{background:#fcfcfc}.tools-page .tools-section .tools-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.tools-page .tools-section .tools-container{padding:0 1rem}}.tools-page .tools-section .section-info{margin-bottom:2rem;text-align:center}.tools-page .tools-section .section-info .results-count{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);color:#6b7280;margin:0}.tools-page .tools-section .tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tools-page .tools-section .tool-card{position:relative;background:var(--q-surface-card);border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:0;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;height:100%;display:flex;flex-direction:column}.tools-page .tools-section .tool-card .tool-content{padding:1.75rem;display:flex;flex-direction:column;height:100%;z-index:2;position:relative}.tools-page .tools-section .tool-card .card-border-gradient{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#dc2626,#ff8f00);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.tools-page .tools-section .tool-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px -10px #0000001a,0 0 0 1px #dc26261a}.tools-page .tools-section .tool-card:hover .card-border-gradient{opacity:1}.tools-page .tools-section .tool-card:hover .tool-icon-wrapper{transform:scale(1.1) rotate(-5deg);background:linear-gradient(135deg,#dc262633,#dc26261a)}.tools-page .tools-section .tool-card:hover .tool-action-icon{opacity:1;transform:translate(0)}.tools-page .tools-section .tool-card .tool-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.tools-page .tools-section .tool-card .tool-icon-wrapper{width:56px;height:56px;border-radius:16px;background:#dc262614;color:#dc2626;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.tools-page .tools-section .tool-card .tool-action-icon{opacity:0;transform:translate(-10px);transition:all .3s ease;color:#dc2626;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#dc26261a}.tools-page .tools-section .tool-card .tool-title{font-size:1.25rem;font-weight:700;color:var(--q-color-on-surface);margin-bottom:.75rem;line-height:1.3;letter-spacing:-.01em}.tools-page .tools-section .tool-card .tool-description{font-size:.925rem;color:var(--q-color-on-surface-variant);margin-bottom:1.5rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.tools-page .tools-section .tool-card .tool-footer{margin-top:auto}.tools-page .tools-section .tool-card .tool-tags{display:flex;flex-wrap:wrap;gap:8px}.tools-page .tools-section .tool-card .tool-tags .tool-tag{padding:4px 10px;background:#0000000a;color:#0009;border-radius:6px;font-size:.75rem;font-weight:600;transition:all .2s ease}.tools-page .tools-section .tool-card .tool-tags .tool-tag:hover{background:#dc262614;color:#dc2626}.tools-page .tools-section .tool-card .tool-tags .tool-tag-more{padding:4px 8px;font-size:.75rem;color:#0006;font-weight:500}.tools-page .tools-section .no-results{text-align:center;padding:4rem 2rem;color:#6b7280}.tools-page .tools-section .no-results .q-icon{margin-bottom:1.5rem}.tools-page .tools-section .no-results h3{font-size:1.5rem;font-weight:700;line-height:1.375;color:var(--q-color-on-surface);margin:1rem 0 .5rem;color:#1f1f1f}.tools-page .tools-section .no-results p{font-size:1rem;font-weight:400;line-height:1.5;color:var(--q-color-on-surface-variant);margin:0}@media (max-width: 768px){.tools-page .page-title{font-size:2.25rem}.tools-page .tools-grid{grid-template-columns:1fr}.tools-page .filter-chips{justify-content:flex-start}.tools-page .tool-card{padding:1.5rem}}.subtle-update-notification.q-notification{background:#fffffff2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:8px!important;box-shadow:0 2px 12px #00000026!important;min-width:auto!important;max-width:280px;padding:10px 14px!important;font-size:14px;line-height:1.3;animation:slideInFromLeft .3s ease-out}.subtle-update-notification.q-notification .q-notification__message{padding:0!important;margin:0!important}.subtle-update-notification.q-notification .q-notification__message .refresh-link{color:#1976d2!important;text-decoration:underline;cursor:pointer;transition:all .2s ease;font-weight:500}.subtle-update-notification.q-notification .q-notification__message .refresh-link:hover{color:#1565c0!important;text-decoration-thickness:2px}.subtle-update-notification.q-notification .q-notification__actions{margin-left:10px!important;padding:0!important}.subtle-update-notification.q-notification .q-notification__actions .q-btn{min-height:22px!important;width:22px!important;opacity:.7;transition:opacity .2s ease}.subtle-update-notification.q-notification .q-notification__actions .q-btn:hover{opacity:1}.subtle-update-notification.q-notification .q-notification__actions .q-btn .q-icon{font-size:16px!important}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}body.body--dark .subtle-update-notification.q-notification{background:#1e1e1ef2!important;border:1px solid rgba(255,255,255,.15);color:#fff!important}body.body--dark .subtle-update-notification.q-notification .q-notification__message .refresh-link{color:#64b5f6!important}body.body--dark .subtle-update-notification.q-notification .q-notification__message .refresh-link:hover{color:#90caf9!important}.q-page{background:var(--q-bg-primary, #ffffff);color:var(--q-color-on-surface, #1f1f1f)}.q-header{box-shadow:none;background:transparent}.q-btn{text-transform:none;font-weight:500;border-radius:.5rem;letter-spacing:.01em}.q-btn.q-btn--unelevated{box-shadow:none}.q-btn.q-btn--outline{border:1px solid #e5e7eb}.q-btn.q-btn--outline:hover{background:#00000005;border-color:#d1d5db}.q-card{border-radius:1rem;box-shadow:0 2px 4px #0000000a,0 1px 2px #00000005;border:1px solid transparent;background:var(--q-surface-card, #ffffff);color:var(--q-color-on-surface, #1f1f1f);transition:all .3s cubic-bezier(.4,0,.2,1)}.q-card:hover{box-shadow:0 12px 24px -4px #00000014,0 4px 8px -2px #0000000a;transform:translateY(-2px)}.q-dialog .q-card{border-radius:1rem;box-shadow:0 32px 64px -12px #00000026}.q-input .q-field__control{border-radius:.75rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.q-input .q-field__control:before{border-color:#f0f0f0}.q-input .q-field__control:hover:before{border-color:#e5e7eb}.q-input.q-field--focused .q-field__control:after{border-width:2px}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;width:100%;max-width:100vw}*:focus-visible{outline:2px solid #dc2626;outline-offset:2px}@media print{.no-print{display:none!important}}body.body--dark .q-card{background:var(--q-surface-card)!important;border-color:var(--q-border-light)!important;color:var(--q-color-on-surface)!important}body.body--dark .q-page{background:var(--q-bg-primary)!important;color:var(--q-color-on-surface)!important}body.body--dark h1,body.body--dark h2,body.body--dark h3,body.body--dark h4,body.body--dark h5,body.body--dark h6{color:var(--q-color-on-surface)!important}body.body--dark p,body.body--dark span,body.body--dark div:not(.q-btn):not(.q-chip){color:var(--q-color-on-surface-variant)!important}body.body--dark .section-title,body.body--dark .page-title,body.body--dark .tool-title,body.body--dark .category-title,body.body--dark .card-title,body.body--dark .item-title,body.body--dark .feature-title,body.body--dark .stat-title{color:var(--q-color-on-surface)!important}body.body--dark .section-description,body.body--dark .page-description,body.body--dark .tool-description,body.body--dark .category-description,body.body--dark .card-description,body.body--dark .item-description,body.body--dark .feature-description{color:var(--q-color-on-surface-variant)!important}body.body--dark .q-field .q-field__control{background:var(--q-surface-card)!important;color:var(--q-color-on-surface)!important}body.body--dark .q-field .q-field__native{color:var(--q-color-on-surface)!important}body.body--dark .q-field .q-field__label{color:var(--q-color-on-surface-variant)!important}body.body--dark .q-list{background:var(--q-surface-card)!important}body.body--dark .q-item{color:var(--q-color-on-surface)!important}body.body--dark .q-item:hover{background:#ffffff0d!important}body.body--dark .q-item__label{color:var(--q-color-on-surface)!important}body.body--dark .q-item__label--caption{color:var(--q-color-on-surface-variant)!important}body.body--dark .q-menu{background:var(--q-surface-card)!important;border:1px solid var(--q-border-light)!important;box-shadow:0 4px 16px #0006!important}body.body--dark .q-dialog .q-card{background:var(--q-surface-card)!important;color:var(--q-color-on-surface)!important}body.body--dark .q-separator{background:var(--q-border-light)!important}body.body--dark .q-table{background:var(--q-surface-card)!important;color:var(--q-color-on-surface)!important}body.body--dark .q-table th{background:var(--q-surface-variant)!important;color:var(--q-color-on-surface)!important}body.body--dark .q-table td{color:var(--q-color-on-surface-variant)!important}body.body--dark .q-tabs{background:var(--q-surface-variant)!important}body.body--dark .q-tab{color:var(--q-color-on-surface-variant)!important}body.body--dark .q-tab.q-tab--active{color:var(--q-primary)!important}body.body--dark .q-chip:not(.bg-primary):not(.text-white){background:var(--q-surface-variant)!important;color:var(--q-color-on-surface)!important}body.body--dark .q-badge:not(.bg-primary){background:var(--q-surface-variant)!important;color:var(--q-color-on-surface)!important}body.body--dark .q-expansion-item,body.body--dark .q-expansion-item__container,body.body--dark .q-scrollarea{background:var(--q-surface-card)!important}body.body--dark .q-toolbar{background:var(--q-surface-card)!important;color:var(--q-color-on-surface)!important}body.body--dark .feature-card,body.body--dark .stat-card,body.body--dark .category-card,body.body--dark .tool-card,body.body--dark .info-card,body.body--dark .settings-card,body.body--dark .profile-card{background:var(--q-surface-card)!important;border:1px solid var(--q-border-light)!important;color:var(--q-color-on-surface)!important}body.body--dark [style*="background: white"],body.body--dark [style*="background: #fff"],body.body--dark [style*="background: #ffffff"],body.body--dark [style*="background-color: white"],body.body--dark [style*="background-color: #fff"],body.body--dark [style*="background-color: #ffffff"]{background:var(--q-surface-card)!important}body.body--dark [style*="color: black"],body.body--dark [style*="color: #000"],body.body--dark [style*="color: #000000"]{color:var(--q-color-on-surface)!important}body.body--dark .q-tooltip{background:#000c!important;color:#fff!important}body.body--dark .q-notification{background:var(--q-surface-card)!important;color:var(--q-color-on-surface)!important;border:1px solid var(--q-border-light)!important}body.body--dark .q-loading-bar{background:var(--q-primary)!important}body.body--dark .q-inner-loading{background:#0009!important}body.body--dark .q-spinner{color:var(--q-primary)!important}:root{--q-color-page-gradient: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);--q-color-on-surface: #1f1f1f;--q-color-on-surface-variant: #6b7280;--q-color-separator: #f0f0f0;--q-surface: #ffffff;--q-surface-variant: #fcfcfc;--q-surface-card: #ffffff;--q-text-muted: rgba(31, 31, 31, .6);--q-border-light: #f0f0f0;--q-bg-primary: #ffffff;--q-bg-secondary: #fdfdfd}body.body--dark{--q-color-page-gradient: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);--q-color-on-surface: #f7fafc;--q-color-on-surface-variant: #d1d5db;--q-color-separator: #2d3748;--q-surface: #1a1a1a;--q-surface-variant: #262626;--q-surface-card: #1a1a1a;--q-text-muted: #d1d5db;--q-border-light: #2d3748;--q-bg-primary: #0f0f0f;--q-bg-secondary: #141414}.white-icon{color:var(--q-color-on-surface)}body.body--dark .white-icon{color:#fff!important}
