:root{--fm-brown: #D19A66;--fm-green: #56B870;--fm-red: #E4572E;--fm-yellow: #F6AE2D;--fm-black: #2F3136;--fm-beige: #F9F3E8;--fm-grey-light: #EDEDED;--ea-primary: var(--fm-red);--ea-secondary: var(--fm-brown)}body.ea{background-color:var(--fm-beige);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ea-navbar{background-color:#fff;border-bottom:1px solid var(--fm-grey-light);box-shadow:0 2px 6px #0000000a}.ea-navbar .navbar-brand{font-weight:700;letter-spacing:1px;color:var(--fm-black)}.ea-navbar .navbar-brand:before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:50%;background:linear-gradient(135deg,var(--fm-red),var(--fm-yellow))}.ea-sidebar .app-name{font-size:1.3rem;font-weight:800;color:var(--fm-black);margin-bottom:2rem;letter-spacing:.5px}.menu-item a{display:flex!important;align-items:center;gap:.8rem;padding:.75rem 1rem!important;border-radius:.6rem!important;color:var(--fm-black)!important;font-size:.95rem!important;transition:.2s ease-in-out}.menu-item a:hover{background-color:var(--fm-beige)!important;color:var(--fm-black)!important}.menu-item.active>a{background-color:var(--fm-red)!important;color:#fff!important;font-weight:600;box-shadow:none!important}.menu-item.active svg{fill:#fff!important}.menu-item.active{background:transparent!important}.ea-sidebar .menu-item i.fa,.ea-sidebar .menu-item i.fas,.ea-sidebar .menu-item i.far,.ea-sidebar .menu-item i.fab{color:var(--fm-black)!important;font-size:18px!important;width:22px;text-align:center;transition:.2s ease}.menu-item.active>a i.fa,.menu-item.active>a i.fas,.menu-item.active>a i.far,.menu-item.active>a i.fab{color:#fff!important}.ea-sidebar .menu{display:flex;flex-direction:column;gap:.3rem}.btn-primary{background-color:var(--fm-red)!important;border-color:var(--fm-red)!important}.btn-primary:hover{background-color:#c44522!important}.btn-secondary{background-color:var(--fm-brown)!important;border-color:var(--fm-brown)!important}.badge-primary{background-color:var(--fm-red)!important}.badge-success{background-color:var(--fm-green)!important}.badge-warning{background-color:var(--fm-yellow)!important}.fm-dashboard-container{max-width:100%!important;padding:2rem 3rem!important}.fm-dashboard-header{margin-bottom:2.5rem}.fm-dashboard-header h1{font-size:2rem;font-weight:700;color:var(--fm-black)}.fm-dashboard-header p{font-size:1.05rem;color:var(--fm-black);margin-top:.3rem}.fm-cards-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem}.fm-card{background:#fff;padding:1.4rem;border-radius:1rem;display:flex;gap:1rem;align-items:center;border:1px solid var(--fm-grey-light);box-shadow:0 10px 25px #0000000d;transition:.25s ease}.fm-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #00000014}.fm-card h3{font-size:.95rem;font-weight:600;margin:0;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.fm-card .value{font-size:2rem;font-weight:700;margin:.3rem 0 .2rem;color:var(--fm-black)}.trend{font-size:.85rem;font-weight:600}.trend.up{color:var(--fm-green)}.trend.down{color:var(--fm-red)}.fm-card-icon{width:58px;height:58px;border-radius:50%;background-size:55%;background-position:center;background-repeat:no-repeat}.icon-blue{background-color:#3498db26;background-image:url(/assets/images/icons/truck.svg)}.icon-green{background-color:#56b87026;background-image:url(/assets/images/icons/user.svg)}.icon-orange{background-color:#f1933026;background-image:url(/assets/images/icons/star.svg)}.icon-purple{background-color:#9b59b626;background-image:url(/assets/images/icons/euro.svg)}.fm-charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:1.5rem;margin-bottom:2rem}.fm-chart-card{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid var(--fm-grey-light);box-shadow:0 10px 25px #0000000d}.fm-chart-card h3{font-size:1rem;font-weight:600;color:var(--fm-black);margin-bottom:1rem}.fm-bottom-row{display:grid;grid-template-columns:1.2fr 1fr;gap:1.5rem}.fm-top-card,.fm-activity-card{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid var(--fm-grey-light);box-shadow:0 10px 25px #0000000d}.fm-top-card h3,.fm-activity-card h3{font-size:1rem;font-weight:600;color:var(--fm-black);margin-bottom:1rem}.fm-top-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem;padding-bottom:.9rem;border-bottom:1px solid var(--fm-grey-light)}.rank{width:32px;height:32px;border-radius:50%;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}.rank-1{background:#f6ae2d}.rank-2{background:#d19a66}.rank-3{background:#e4572e}.fm-top-item strong{font-size:.95rem;color:var(--fm-black)}.fm-top-item p{margin:0;font-size:.85rem;color:#6b7280}.rating{font-size:.9rem;font-weight:600}.fm-activity-item{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem;font-size:.9rem;color:var(--fm-black)}.fm-activity-item .time{font-size:.8rem;color:#9ca3af;margin-left:auto}.dot{width:12px;height:12px;border-radius:50%}.dot.success{background:var(--fm-green)}.dot.warning{background:var(--fm-yellow)}.dot.info{background:#3498db}.dot.danger{background:var(--fm-red)}body.login-foodmap{margin:0;background:linear-gradient(135deg,var(--fm-red),var(--fm-yellow));display:flex;justify-content:center;align-items:center;min-height:100vh;font-family:system-ui,-apple-system,sans-serif}.fm-login-wrapper{width:100%;max-width:420px;padding:20px}.fm-login-card{background:#fff;padding:2.2rem;border-radius:1rem;box-shadow:0 20px 40px #00000026;text-align:center}.fm-logo img{width:120px;margin-bottom:1rem}.fm-title{font-size:1.7rem;font-weight:700;color:var(--fm-black)}.fm-subtitle{color:#6b7280;margin-top:.2rem;margin-bottom:1.5rem}.fm-error{background:#e4572e1f;color:var(--fm-red);padding:.7rem;border-radius:6px;margin-bottom:1.2rem}.fm-login-form .fm-field{margin-bottom:1rem}.fm-login-form label{font-weight:600;font-size:.9rem;margin-bottom:.3rem;display:block}.fm-login-form input{width:100%;padding:.75rem;border-radius:6px;border:1px solid var(--fm-grey-light);font-size:.95rem}.fm-login-form input:focus{outline:none;border-color:var(--fm-red);box-shadow:0 0 0 2px #e4572e33}.fm-btn-login{width:100%;padding:.9rem;border-radius:999px;border:none;background:var(--fm-red);color:#fff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:.2s}.fm-btn-login:hover{background:#c44522}.content-wrapper{margin:0!important;padding:2rem!important}.content-wrapper,.content-header{background:transparent!important;border-radius:0!important}.content{background:#fff!important;border-radius:1.5rem!important;padding:2.5rem!important;box-shadow:0 10px 28px #0000000f!important;border:1px solid var(--fm-grey-light)!important;overflow:hidden!important}.content-body>*{margin-top:1.5rem}.fm-ft-profile{width:100%;max-width:1400px;margin:auto}.fm-ft-cover{position:relative;height:280px;border-radius:1.2rem;overflow:hidden;margin-bottom:2rem;box-shadow:0 10px 25px #0000001a}.fm-btn-edit-cover{position:absolute;bottom:15px;right:15px;padding:.6rem 1.3rem;background:var(--fm-black);color:#fff;border-radius:.6rem}.fm-ft-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.fm-ft-avatar img{width:130px;height:130px;border-radius:1rem;object-fit:cover;box-shadow:0 8px 20px #00000014}.fm-ft-info h1{margin:0;font-size:2rem;font-weight:700}.fm-ft-status{margin-top:.6rem;padding:.3rem .8rem;border-radius:.5rem;font-weight:600}.fm-ft-status.active{background:var(--fm-green);color:#fff}.fm-ft-status.inactive{background:var(--fm-red);color:#fff}.fm-ft-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;margin-bottom:2rem}.fm-card{background:#fff;padding:2rem;border-radius:1.2rem;border:1px solid var(--fm-grey-light);box-shadow:0 8px 22px #0000000f;margin-bottom:2rem}.fm-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.fm-vehicle{display:flex;gap:1rem;margin-bottom:1.2rem}.fm-vehicle .icon{font-size:1.8rem}.fm-menu{padding:.8rem 1rem;background:#f8f8f8;border-radius:.7rem;margin-bottom:.8rem}button:focus,button:focus-visible{outline:none!important}.fm-ft-description{white-space:pre-line;margin:6px 0 0;color:#6b7280;line-height:1.35}.fm-text-center{text-align:center}.fm-header{position:sticky;top:0;z-index:100;background:#fffffff5;border-bottom:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.fm-header,.fm-header *{box-sizing:border-box}.fm-header a,.fm-header a:hover,.fm-header a:focus,.fm-header a:active,.fm-header a:visited{text-decoration:none}.fm-header__inner{min-height:88px;display:grid;grid-template-columns:260px 1fr 320px;align-items:center;gap:24px;padding-top:12px;padding-bottom:12px}.fm-header__left{display:flex;align-items:center}.fm-header__center{display:flex;justify-content:center}.fm-header__right{display:flex;align-items:center;justify-content:flex-end;gap:18px}.fm-header__brand{display:inline-flex;align-items:center;gap:14px;color:var(--fm-color-primary);font-weight:800;font-size:1.2rem;line-height:1;white-space:nowrap}.fm-header__brand img{width:52px;height:52px;object-fit:contain;flex-shrink:0}.fm-header__nav{display:flex;align-items:center;justify-content:center;gap:42px}.fm-header__nav a{color:var(--fm-color-text);opacity:.72;font-size:1rem;font-weight:500;line-height:1;padding:10px 0;transition:opacity .2s ease,color .2s ease}.fm-header__nav a:hover{opacity:1;color:var(--fm-color-text)}.fm-header__pro-link{color:var(--fm-color-text);font-size:1rem;font-weight:800;white-space:nowrap}.fm-header__button-link{display:inline-flex}.fm-header__button-link button{border:none;box-shadow:none}@media(max-width:980px){.fm-header__inner{grid-template-columns:1fr;gap:14px;padding-top:14px;padding-bottom:14px}.fm-header__left,.fm-header__center,.fm-header__right{justify-content:center}.fm-header__nav{gap:20px;flex-wrap:wrap}}@media(max-width:640px){.fm-header__nav{display:none}.fm-header__brand{font-size:1.05rem}.fm-header__brand img{width:44px;height:44px}.fm-header__right{gap:10px;flex-wrap:wrap}}.fm-footer{background:var(--fm-color-text);color:var(--fm-color-white);padding-top:28px;padding-bottom:24px}.fm-footer,.fm-footer *{box-sizing:border-box}.fm-footer a,.fm-footer a:hover,.fm-footer a:focus,.fm-footer a:active,.fm-footer a:visited{text-decoration:none}.fm-footer__top{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-bottom:22px}.fm-footer__brand{display:inline-flex;align-items:center;gap:12px;color:var(--fm-color-primary);font-size:1.08rem;font-weight:800}.fm-footer__brand img{width:34px;height:34px;object-fit:contain}.fm-footer__nav{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:flex-end}.fm-footer__nav a{color:#ffffffc2;font-size:.92rem;transition:color .2s ease}.fm-footer__nav a:hover{color:var(--fm-color-white)}.fm-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:18px;text-align:center;color:#ffffff94;font-size:.86rem}@media(max-width:980px){.fm-footer__top{flex-direction:column;align-items:center;text-align:center}.fm-footer__nav{justify-content:center}}.fm-home-page{background:var(--fm-color-white);color:var(--fm-color-text)}.fm-home-page,.fm-home-page *{box-sizing:border-box}.fm-home-page img{max-width:100%;display:block}.fm-home-page .fm-container{width:100%;max-width:var(--fm-container-width);margin:0 auto;padding-left:40px;padding-right:40px}.fm-inline-button{text-decoration:none;display:inline-flex}.fm-home-page .fm-section{padding:96px 0}.fm-section--light{background:#f7f7f9}.fm-section--white{background:var(--fm-color-white)}.fm-hero{background:var(--fm-color-bg-soft);padding:52px 0 72px}.fm-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,520px);gap:64px;align-items:center}.fm-hero__content{max-width:700px}.fm-hero__title{margin:0 0 26px;font-size:clamp(3rem,6vw,5.6rem);line-height:.94;letter-spacing:-.045em;font-weight:900;color:var(--fm-color-text)}.fm-hero__title span{color:var(--fm-color-primary)}.fm-hero__text{margin:0 0 30px;max-width:560px;color:#667085;font-size:1.12rem;line-height:1.8}.fm-hero__actions{display:flex;align-items:center;gap:16px}.fm-hero__visual{display:flex;justify-content:center}.fm-hero__visual-box{width:100%;border-radius:18px;display:flex;align-items:center;justify-content:center}.fm-hero__visual-box img{width:auto;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(47,49,54,.18))}.fm-section-heading{text-align:center;max-width:820px;margin:0 auto 50px}.fm-section-heading h2,.fm-home-page .fm-section-title{margin:0 0 16px;color:var(--fm-color-text);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.05;font-weight:800}.fm-section-heading p,.fm-home-page .fm-section-subtitle{margin:0;color:#6b7280;font-size:1.05rem;line-height:1.8}.fm-home-page .fm-card{background:var(--fm-color-white);border:1px solid transparent;border-radius:18px;box-shadow:none;padding:30px 28px}.fm-concept-section{background:#f7f7f9;padding:92px 0 96px}.fm-concept-section__heading{max-width:860px;margin:0 auto 56px;text-align:center}.fm-concept-section__heading h2{margin:0 0 18px;color:var(--fm-color-text);font-size:clamp(2.35rem,4vw,3.7rem);line-height:1.05;font-weight:800;letter-spacing:-.03em}.fm-concept-section__heading p{margin:0 auto;max-width:860px;color:#6b7280;font-size:1.08rem;line-height:1.8}.fm-concept-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;align-items:stretch}.fm-home-page .fm-concept-card{min-height:250px;border-radius:18px;border:none!important;box-shadow:none!important;padding:32px 32px 30px!important;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.fm-concept-card--blue{background:#eaf1ff!important}.fm-concept-card--orange{background:#fbf2e9!important}.fm-concept-card--green{background:#eaf6ee!important}.fm-concept-card__icon{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0}.fm-concept-icon--blue{background:#4f86f7;color:#fff}.fm-concept-icon--orange{background:#ff7f11;color:#fff}.fm-concept-icon--green{background:#2fc15a;color:#fff}.fm-concept-card h3{margin:0 0 18px;color:var(--fm-color-text);font-size:1.18rem;line-height:1.25;font-weight:800}.fm-concept-card p{margin:0;color:#5f697a;font-size:1rem;line-height:1.72;max-width:320px}@media(max-width:980px){.fm-concept-grid{grid-template-columns:1fr;gap:22px}.fm-home-page .fm-concept-card{min-height:auto}.fm-concept-section__heading{margin-bottom:38px}}.fm-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.fm-step{text-align:center;max-width:320px;margin:0 auto}.fm-step__number{width:62px;height:62px;margin:0 auto 18px;border-radius:50%;background:var(--fm-color-primary);color:var(--fm-color-white);display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:800;box-shadow:0 10px 20px #d19a6647}.fm-step h3{margin:0 0 12px;font-size:1.08rem;font-weight:800;color:var(--fm-color-text)}.fm-step p{margin:0;color:#6b7280;font-size:.98rem;line-height:1.75}.fm-pro-section{background:var(--fm-color-text);color:var(--fm-color-white);padding:96px 0}.fm-pro-section__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(400px,560px);gap:56px;align-items:center}.fm-pro-section__content{max-width:520px}.fm-pro-section__content h2{margin:0 0 20px;color:var(--fm-color-white);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.08;font-weight:800}.fm-pro-section__content p{margin:0 0 24px;color:#fffc;font-size:1.02rem;line-height:1.85}.fm-pro-list{list-style:none;margin:0 0 30px;padding:0}.fm-pro-list{list-style:none;padding:0;margin:25px 0}.fm-pro-list li{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:16px}.fm-pro-section__visual{display:flex;justify-content:center}.fm-pro-section__card{width:100%;max-width:560px;overflow:hidden;border-radius:16px}.fm-pro-section__card img{width:100%;height:auto;display:block}.fm-download{background:linear-gradient(135deg,var(--fm-color-primary) 0%,var(--fm-color-warning) 100%);padding:78px 0;color:var(--fm-color-white)}.fm-download__inner{text-align:center}.fm-download .fm-section-title,.fm-download .fm-section-subtitle{color:var(--fm-color-white)}.fm-download__stores{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:30px}.fm-store-btn{min-width:150px;min-height:54px;background:#111;color:var(--fm-color-white);border-radius:10px;padding:10px 16px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 10px 20px #00000029}.fm-store-btn__small{font-size:.68rem;opacity:.8}.fm-store-btn__label{font-size:.95rem;font-weight:700}.fm-faq-section{padding-top:96px;padding-bottom:104px}.fm-faq-list{max-width:820px;margin:0 auto;display:grid;gap:18px}.fm-faq-item{background:var(--fm-color-white)!important;border:1px solid var(--fm-border-soft)!important;border-radius:14px!important;box-shadow:none!important;padding:24px 26px!important}.fm-faq-item h3{margin:0 0 10px;font-size:1rem;line-height:1.45;font-weight:800;color:var(--fm-color-text)}.fm-faq-item p{margin:0;color:#6b7280;line-height:1.75;font-size:.96rem}@media(max-width:1050px){.fm-hero__grid,.fm-pro-section__grid{grid-template-columns:1fr}.fm-hero__content,.fm-pro-section__content{max-width:100%}.fm-hero__visual,.fm-pro-section__visual{justify-content:flex-start}}@media(max-width:980px){.fm-concept-grid,.fm-steps{grid-template-columns:1fr}}@media(max-width:640px){.fm-home-page .fm-container{padding-left:18px;padding-right:18px}.fm-home-page .fm-section,.fm-pro-section,.fm-download,.fm-faq-section{padding-top:68px;padding-bottom:68px}.fm-hero__actions,.fm-download__stores{flex-direction:column;align-items:stretch}.fm-store-btn{width:100%}}.fm-beta{padding:110px 0;background:linear-gradient(135deg,#d9a164,#f2af2d)}.fm-beta__inner{text-align:center}.fm-beta-section__heading{max-width:860px;margin:0 auto 56px;text-align:center}.fm-beta-section__heading h2{margin:0 0 18px;color:var(--fm-color-white);font-size:clamp(2.35rem,4vw,3.7rem);line-height:1.05;font-weight:800;letter-spacing:-.03em}.fm-beta-section__heading p{margin:0 auto;max-width:860px;color:var(--fm-color-white);font-size:1.08rem;line-height:1.8}.fm-beta__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:980px;margin:0 auto}.fm-beta-card{background:#ffffff24;border:1px solid rgba(255,255,255,.22);border-radius:24px;padding:34px 28px 30px;text-align:left;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 12px 30px #0000001f}.fm-beta-card__icon{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;font-size:22px;color:#fff}.fm-beta-card--user .fm-beta-card__icon{background:#4f7df3}.fm-beta-card--truck .fm-beta-card__icon{background:#ff7a00}.fm-beta-card h3{margin:0 0 14px;font-size:30px;line-height:1.2;font-weight:800;color:#fff}.fm-beta-card p{margin:0 0 24px;font-size:17px;line-height:1.7;color:#fffffff0}.fm-beta-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border-radius:14px;background:var(--fm-color-text);color:var(--fm-color-white);text-decoration:none;font-weight:700;transition:transform .2s ease,opacity .2s ease}.fm-beta-card__button:hover{transform:translateY(-2px);opacity:.95}@media(max-width:900px){.fm-beta{padding:90px 0}.fm-beta__cards{grid-template-columns:1fr}.fm-beta-card h3{font-size:26px}}.fm-beta__launch{margin-top:32px;text-align:center;font-size:.95rem;color:#ffffffd9;font-weight:500;letter-spacing:.01em}.fm-beta__launch strong{color:#fff;font-weight:700}.fm-faq-section{padding:110px 0 120px;background:#f6f6f7}.fm-faq-section__header{text-align:center;margin-bottom:56px}.fm-faq-section__title{margin:0;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.1;font-weight:800;color:#121a2b}.fm-faq-section__subtitle{margin:20px 0 0;font-size:1.05rem;line-height:1.7;color:#5b6472}.fm-faq-section__list{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:26px}.fm-faq-card{background:#f0f0f2;border-radius:22px;padding:30px 32px;transition:transform .2s ease,box-shadow .2s ease}.fm-faq-card:hover{transform:translateY(-2px);box-shadow:0 16px 35px #121a2b0d}.fm-faq-card__question{margin:0 0 14px;font-size:1.05rem;line-height:1.45;font-weight:800;color:#151c2c}.fm-faq-card__answer{margin:0;font-size:1rem;line-height:1.75;color:#5d6675}@media(max-width:768px){.fm-faq-section{padding:72px 0 84px}.fm-faq-section__header{margin-bottom:38px}.fm-faq-card{padding:24px 20px;border-radius:18px}.fm-faq-card__question{font-size:1rem}.fm-faq-card__answer{font-size:.96rem;line-height:1.7}}.fm-legal-page{background:radial-gradient(circle at top left,rgba(210,154,92,.1),transparent 28%),radial-gradient(circle at top right,rgba(41,45,53,.06),transparent 30%),#f8f6f3;color:#2b2d33}.fm-legal-hero{padding:72px 0 36px}.fm-legal-hero__content{max-width:860px;margin:0 auto;text-align:center}.fm-legal-hero__badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#d29a5c24;border:1px solid rgba(210,154,92,.18);color:#b97b3f;font-weight:700;font-size:14px;margin-bottom:20px}.fm-legal-hero__title{margin:0;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08;font-weight:800;color:#252831}.fm-legal-hero__title span{color:#d29a5c}.fm-legal-hero__subtitle{margin:22px auto 0;max-width:760px;font-size:1.06rem;line-height:1.8;color:#5e6470}.fm-legal-hero__meta{margin-top:26px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.fm-legal-hero__meta-item{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:14px;background:#fff;border:1px solid rgba(37,40,49,.08);box-shadow:0 10px 30px #1c1f260d;color:#444a55;font-weight:600}.fm-legal-content{padding:12px 0 90px}.fm-legal-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.fm-legal-toc{position:sticky;top:110px}.fm-legal-toc__card{background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(37,40,49,.08);border-radius:24px;padding:22px 18px;box-shadow:0 20px 50px #1c1f2614}.fm-legal-toc__label{margin:0 0 16px;font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#9a6d42}.fm-legal-toc__nav{display:flex;flex-direction:column;gap:8px}.fm-legal-toc__link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;text-decoration:none;color:#3b414c;transition:.2s ease}.fm-legal-toc__link:hover{background:#d29a5c1a;color:#252831;transform:translate(3px)}.fm-legal-toc__number{min-width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#f3ece4;color:#b97b3f;font-weight:800;font-size:.85rem}.fm-legal-card{background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(37,40,49,.08);border-radius:30px;padding:34px;box-shadow:0 24px 70px #1c1f2614}.fm-legal-section{padding:8px 0 30px;border-bottom:1px solid rgba(37,40,49,.08);margin-bottom:30px}.fm-legal-section--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.fm-legal-section__head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.fm-legal-section__number{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d29a5c,#bf7e42);color:#fff;font-weight:800;font-size:.95rem;box-shadow:0 12px 24px #d29a5c38}.fm-legal-section h2{margin:0;font-size:1.55rem;line-height:1.2;color:#252831;font-weight:800}.fm-legal-section p{margin:0;font-size:1rem;line-height:1.85;color:#59606c}.fm-legal-list{margin:18px 0 0;padding-left:0;list-style:none;display:grid;gap:12px}.fm-legal-list li{position:relative;padding-left:28px;color:#4d5460;line-height:1.75}.fm-legal-list li:before{content:"";position:absolute;left:0;top:11px;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#d29a5c,#bf7e42);box-shadow:0 0 0 4px #d29a5c1f}.fm-legal-info-box,.fm-legal-cta-box{margin-top:12px;background:linear-gradient(180deg,#fffffff2,#f8f4eff2);border:1px solid rgba(37,40,49,.08);border-radius:22px;padding:22px}.fm-legal-info-box p+p{margin-top:8px}.fm-legal-cta-box{display:flex;align-items:center;justify-content:space-between;gap:18px}.fm-legal-cta-box h3{margin:0 0 8px;font-size:1.05rem;color:#252831}.fm-legal-cta-box p{margin:0}.fm-legal-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:16px;background:linear-gradient(135deg,#d29a5c,#c4874d);color:#fff;text-decoration:none;font-weight:700;white-space:nowrap;box-shadow:0 16px 30px #d29a5c38;transition:transform .2s ease,box-shadow .2s ease}.fm-legal-btn:hover{transform:translateY(-2px);box-shadow:0 20px 36px #d29a5c47}.fm-legal-mail{display:inline-block;margin-top:10px;color:#b97b3f;font-weight:700;text-decoration:none}.fm-legal-mail:hover{text-decoration:underline}@media(max-width:1100px){.fm-legal-layout{grid-template-columns:1fr}.fm-legal-toc{position:static}}@media(max-width:768px){.fm-legal-hero{padding:52px 0 22px}.fm-legal-card{padding:24px 18px;border-radius:22px}.fm-legal-section__head{align-items:flex-start}.fm-legal-section h2{font-size:1.28rem}.fm-legal-cta-box{flex-direction:column;align-items:flex-start}.fm-legal-hero__meta{flex-direction:column;align-items:stretch}.fm-legal-hero__meta-item{justify-content:center}}.fm-delete-page{background:radial-gradient(circle at top left,rgba(210,154,92,.1),transparent 28%),radial-gradient(circle at top right,rgba(41,45,53,.06),transparent 30%),#f8f6f3;color:#2b2d33}.fm-delete-hero{padding:72px 0 36px}.fm-delete-hero__content{max-width:860px;margin:0 auto;text-align:center}.fm-delete-hero__badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#d29a5c24;border:1px solid rgba(210,154,92,.18);color:#b97b3f;font-weight:700;font-size:14px;margin-bottom:20px}.fm-delete-hero__title{margin:0;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08;font-weight:800;color:#252831}.fm-delete-hero__title span{color:#d29a5c}.fm-delete-hero__subtitle{margin:22px auto 0;max-width:760px;font-size:1.06rem;line-height:1.8;color:#5e6470}.fm-delete-hero__meta{margin-top:26px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.fm-delete-hero__meta-item{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:14px;background:#fff;border:1px solid rgba(37,40,49,.08);box-shadow:0 10px 30px #1c1f260d;color:#444a55;font-weight:600}.fm-delete-content{padding:12px 0 90px}.fm-delete-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.fm-delete-toc{position:sticky;top:110px}.fm-delete-toc__card{background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(37,40,49,.08);border-radius:24px;padding:22px 18px;box-shadow:0 20px 50px #1c1f2614}.fm-delete-toc__label{margin:0 0 16px;font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#9a6d42}.fm-delete-toc__nav{display:flex;flex-direction:column;gap:8px}.fm-delete-toc__link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;text-decoration:none;color:#3b414c;transition:.2s ease}.fm-delete-toc__link:hover{background:#d29a5c1a;color:#252831;transform:translate(3px)}.fm-delete-toc__number{min-width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#f3ece4;color:#b97b3f;font-weight:800;font-size:.85rem}.fm-delete-card{background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(37,40,49,.08);border-radius:30px;padding:34px;box-shadow:0 24px 70px #1c1f2614}.fm-delete-section{padding:8px 0 30px;border-bottom:1px solid rgba(37,40,49,.08);margin-bottom:30px}.fm-delete-section--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.fm-delete-section__head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.fm-delete-section__number{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d29a5c,#bf7e42);color:#fff;font-weight:800;font-size:.95rem;box-shadow:0 12px 24px #d29a5c38}.fm-delete-section h2{margin:0;font-size:1.55rem;line-height:1.2;color:#252831;font-weight:800}.fm-delete-section p{margin:0;font-size:1rem;line-height:1.85;color:#59606c}.fm-delete-list{margin:18px 0 0;padding-left:0;list-style:none;display:grid;gap:12px}.fm-delete-list li{position:relative;padding-left:28px;color:#4d5460;line-height:1.75}.fm-delete-list li:before{content:"";position:absolute;left:0;top:11px;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#d29a5c,#bf7e42);box-shadow:0 0 0 4px #d29a5c1f}.fm-delete-info-box,.fm-delete-action-box,.fm-delete-contact-box{margin-top:12px;background:linear-gradient(180deg,#fffffff2,#f8f4eff2);border:1px solid rgba(37,40,49,.08);border-radius:22px;padding:22px}.fm-delete-info-box p+p{margin-top:10px}.fm-delete-action-box{display:flex;align-items:center;justify-content:space-between;gap:18px}.fm-delete-action-box__content h3{margin:0 0 8px;font-size:1.05rem;color:#252831}.fm-delete-contact-box__links{margin-top:18px}.fm-delete-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:16px;background:linear-gradient(135deg,#d29a5c,#c4874d);color:#fff;text-decoration:none;font-weight:700;white-space:nowrap;box-shadow:0 16px 30px #d29a5c38;transition:transform .2s ease,box-shadow .2s ease}.fm-delete-btn:hover{transform:translateY(-2px);box-shadow:0 20px 36px #d29a5c47}.fm-delete-mail{display:inline-block;margin-top:6px;color:#b97b3f;font-weight:800;text-decoration:none;word-break:break-word}.fm-delete-mail:hover{text-decoration:underline}.fm-delete-link{display:inline-flex;align-items:center;gap:10px;color:#252831;text-decoration:none;font-weight:700;transition:color .2s ease}.fm-delete-link:hover{color:#b97b3f}@media(max-width:1100px){.fm-delete-layout{grid-template-columns:1fr}.fm-delete-toc{position:static}}@media(max-width:768px){.fm-delete-hero{padding:52px 0 22px}.fm-delete-card{padding:24px 18px;border-radius:22px}.fm-delete-section__head{align-items:flex-start}.fm-delete-section h2{font-size:1.28rem}.fm-delete-action-box{flex-direction:column;align-items:flex-start}.fm-delete-hero__meta{flex-direction:column;align-items:stretch}.fm-delete-hero__meta-item{justify-content:center}}.fm-beta-page{padding:70px 0 110px;background:#f6f7fb}.fm-beta-page__hero{text-align:center;margin-bottom:34px}.fm-beta-page__title{margin:0 0 18px;font-size:clamp(42px,6vw,74px);line-height:1.05;font-weight:800;color:#1f2937}.fm-beta-page__title span{color:var(--fm-color-primary)}.fm-beta-page__subtitle{margin:0 auto;max-width:760px;font-size:24px;line-height:1.5;color:#6b7280}.fm-beta-switch{display:inline-flex;align-items:center;gap:10px;margin-top:42px;padding:8px;border-radius:18px;background:#fff;box-shadow:0 12px 30px #0f172a1a}.fm-beta-switch__btn{border:0;background:transparent;color:#4b5563;min-width:188px;height:56px;border-radius:14px;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s ease}.fm-beta-switch__btn.active{background:var(--fm-color-primary);color:#fff;box-shadow:0 8px 18px #ff6b3547}.fm-beta-form-card{max-width:920px;margin:0 auto;padding:42px 42px 34px;border-radius:26px;background:#fff;box-shadow:0 18px 45px #0f172a24}.fm-beta-form-card__icon{width:76px;height:76px;margin:0 auto 22px;border-radius:999px;background:#ffe6dc;color:var(--fm-color-primary);font-size:28px;display:flex;align-items:center;justify-content:center}.fm-beta-form-card__title{margin:0;text-align:center;font-size:30px;line-height:1.2;font-weight:800;color:#1f2937}.fm-beta-form-card__subtitle{margin:12px 0 30px;text-align:center;font-size:17px;line-height:1.5;color:#6b7280}.fm-beta-form{display:flex;flex-direction:column;gap:18px}.fm-beta-form__row{display:grid;gap:18px}.fm-beta-form__row--2{grid-template-columns:repeat(2,minmax(0,1fr))}.fm-beta-field{display:flex;flex-direction:column;gap:8px}.fm-beta-field label{font-size:14px;font-weight:700;color:#374151}.fm-beta-field input,.fm-beta-field select,.fm-beta-field textarea{width:100%;border:1px solid #dbe1ea;border-radius:12px;background:#fff;min-height:54px;padding:0 16px;font-size:15px;color:#1f2937;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.fm-beta-field textarea{min-height:140px;padding:16px;resize:vertical}.fm-beta-field input:focus,.fm-beta-field select:focus,.fm-beta-field textarea:focus{border-color:var(--fm-color-primary);box-shadow:0 0 0 4px #ff6b351a}.fm-beta-checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 18px;padding-top:2px}.fm-beta-checkbox{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#374151}.fm-beta-checkbox input{width:16px;height:16px}.fm-beta-consent{display:inline-flex;align-items:center;gap:10px;font-size:14px;line-height:1.5;color:#6b7280}.fm-beta-consent input{width:16px;height:16px;margin-top:1px}.fm-beta-submit{width:100%;min-height:58px;border:0;border-radius:12px;background:var(--fm-color-primary);color:#fff;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;box-shadow:0 10px 24px #ff6b3540;transition:transform .2s ease,opacity .2s ease}.fm-beta-submit:hover{transform:translateY(-1px);opacity:.96}.fm-beta-benefits{margin-top:64px}.fm-beta-benefits__title{margin:0 0 28px;text-align:center;font-size:36px;line-height:1.2;font-weight:800;color:#1f2937}.fm-beta-benefits__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fm-beta-benefit-card{background:#fff;border-radius:18px;padding:28px 24px;text-align:center;box-shadow:0 14px 30px #0f172a1a}.fm-beta-benefit-card__icon{width:62px;height:62px;margin:0 auto 18px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:22px}.fm-beta-benefit-card__icon--green{background:#dff7ec;color:#19b26b}.fm-beta-benefit-card__icon--orange{background:#ffe8df;color:var(--fm-color-primary)}.fm-beta-benefit-card__icon--blue{background:#e4eeff;color:#4f7df3}.fm-beta-benefit-card h4{margin:0 0 10px;font-size:20px;line-height:1.25;font-weight:800;color:#1f2937}.fm-beta-benefit-card p{margin:0;font-size:15px;line-height:1.6;color:#6b7280}@media(max-width:991px){.fm-beta-page{padding:56px 0 90px}.fm-beta-page__subtitle{font-size:20px}.fm-beta-form-card{padding:34px 26px 28px}.fm-beta-form__row--2,.fm-beta-benefits__grid,.fm-beta-checkbox-grid{grid-template-columns:1fr}}@media(max-width:640px){.fm-beta-switch{width:100%;display:flex;flex-direction:column}.fm-beta-switch__btn{width:100%;min-width:0}.fm-beta-form-card__title{font-size:26px}.fm-beta-benefits__title{font-size:30px}}.fm-alert{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:20px;border-radius:10px;font-size:14px;font-weight:500;animation:fm-fade-in .3s ease}.fm-alert--success{background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.25)}.fm-alert--error{background:#ef44441a;color:#b91c1c;border:1px solid rgba(239,68,68,.25)}.fm-alert:before{font-size:18px}@keyframes fm-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}html,body{margin:0;padding:0}.fm-login-page{min-height:100vh;box-sizing:border-box;background:linear-gradient(180deg,var(--fm-color-bg-soft) 0%,#f3ede2 100%);padding:24px 24px 16px;display:flex;flex-direction:column;justify-content:center}.fm-login-shell{width:100%;max-width:1050px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;border-radius:28px;overflow:hidden;background:var(--fm-color-white);box-shadow:0 24px 60px #2f313629}.fm-login-panel{min-height:680px}.fm-login-panel--brand{position:relative;padding:42px 46px;background:linear-gradient(160deg,var(--fm-color-primary) 0%,var(--fm-color-warning) 45%,var(--fm-color-danger) 100%);color:var(--fm-color-white);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.fm-login-panel--brand:before{content:"";position:absolute;width:300px;height:300px;top:-120px;right:-100px;background:#ffffff14;border-radius:999px}.fm-login-panel--brand:after{content:"";position:absolute;width:260px;height:260px;left:-110px;bottom:-120px;background:#ffffff0f;border-radius:999px}.fm-login-brand-top,.fm-login-brand-content,.fm-login-brand-features{position:relative;z-index:1}.fm-login-brand-top{display:flex;align-items:center;gap:16px}.fm-login-brand-badge{width:60px;height:60px;border-radius:18px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.fm-login-brand-logo{width:34px;height:34px;object-fit:contain}.fm-login-brand-name{font-size:20px;font-weight:800;line-height:1.2}.fm-login-brand-content{margin-top:28px}.fm-login-brand-content h1{margin:0 0 22px;font-size:clamp(34px,3vw,48px);line-height:.98;font-weight:800;letter-spacing:-.03em}.fm-login-brand-content p{margin:0;max-width:460px;font-size:18px;line-height:1.6;color:#fffffff0}.fm-login-brand-features{display:flex;flex-direction:column;gap:24px;margin-top:36px}.fm-login-feature{display:flex;align-items:flex-start;gap:16px}.fm-login-feature__icon{width:52px;height:52px;border-radius:14px;background:#ffffff29;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px}.fm-login-feature h3{margin:0 0 6px;font-size:18px;line-height:1.25;font-weight:800;color:var(--fm-color-white)}.fm-login-feature p{margin:0;font-size:15px;line-height:1.55;color:#ffffffe6}.fm-login-panel--form{padding:48px 46px;background:var(--fm-color-white);display:flex;flex-direction:column;justify-content:center}.fm-login-form-header{text-align:center;margin-bottom:28px}.fm-login-form-header h2{margin:0 0 12px;font-size:42px;line-height:1.05;font-weight:800;color:var(--fm-color-text);letter-spacing:-.03em}.fm-login-form-header p{margin:0 auto;max-width:440px;font-size:18px;line-height:1.55;color:var(--fm-color-muted)}.fm-login-error{margin-bottom:18px;border-radius:14px;padding:14px 16px;background:#e4572e1a;border:1px solid rgba(228,87,46,.25);color:var(--fm-color-danger);font-size:14px;font-weight:600}.fm-login-form{display:flex;flex-direction:column;gap:20px}.fm-login-field{display:flex;flex-direction:column;gap:10px}.fm-login-field label{font-size:15px;font-weight:700;color:var(--fm-color-text)}.fm-login-input-wrap{position:relative;display:flex;align-items:center}.fm-login-input-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--fm-color-muted);font-size:18px;pointer-events:none}.fm-login-input-wrap input{width:100%;height:52px;border-radius:16px;border:1px solid #e7dcc9;background:var(--fm-color-white);padding:0 52px 0 50px;font-size:16px;color:var(--fm-color-text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.fm-login-input-wrap input:focus{border-color:var(--fm-color-primary);box-shadow:0 0 0 4px #d19a661f}.fm-login-input-wrap input::placeholder{color:var(--fm-color-muted)}.fm-login-password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--fm-color-muted);font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:4px}.fm-login-form-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-2px}.fm-login-remember{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#5e5f63}.fm-login-remember input{width:16px;height:16px}.fm-login-link{font-size:14px;font-weight:700;color:var(--fm-color-primary);text-decoration:none}.fm-login-link:hover{text-decoration:underline}.fm-login-btn{height:58px;border:0;border-radius:16px;background:linear-gradient(90deg,var(--fm-color-primary) 0%,var(--fm-color-danger) 100%);color:var(--fm-color-white);font-size:17px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;box-shadow:0 12px 24px #d19a6647;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.fm-login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px #d19a6652}.fm-login-btn:disabled{opacity:.7;cursor:not-allowed}.fm-login-security-box{margin-top:28px;border-radius:16px;padding:18px;background:#fdf8f1;border:1px solid #eadcc8;display:flex;align-items:flex-start;gap:14px}.fm-login-security-box__icon{color:var(--fm-color-primary);font-size:18px;margin-top:2px;flex-shrink:0}.fm-login-security-box strong{display:block;margin-bottom:4px;font-size:15px;color:var(--fm-color-text)}.fm-login-security-box p{margin:0;font-size:14px;line-height:1.55;color:var(--fm-color-muted)}.fm-login-footer-note{margin-top:26px;text-align:center;font-size:14px;color:var(--fm-color-muted)}@media(max-width:1100px){.fm-login-shell{grid-template-columns:1fr}.fm-login-panel{min-height:auto}.fm-login-panel--brand,.fm-login-panel--form{padding:40px 28px}.fm-login-brand-content h1{font-size:48px}.fm-login-form-header h2{font-size:42px}}@media(max-width:640px){.fm-login-page{padding:20px 14px 18px}.fm-login-shell{border-radius:22px}.fm-login-panel--brand,.fm-login-panel--form{padding:28px 20px}.fm-login-brand-content h1{font-size:38px}.fm-login-form-header h2{font-size:34px}.fm-login-form-row{flex-direction:column;align-items:flex-start}}:root{--fm-brown: #D19A66;--fm-green: #56B870;--fm-red: #E4572E;--fm-yellow: #F6AE2D;--fm-black: #2F3136;--fm-beige: #F9F3E8;--fm-grey-light: #EDEDED;--fm-gradient-orange: linear-gradient(135deg, #E4572E, #F6AE2D);--fm-card-bg: #ffffff;--fm-radius: 1.2rem;--fm-radius-sm: .6rem;--fm-shadow: 0 12px 25px rgba(0,0,0,.08);--fm-h1: 2rem;--fm-h2: 1.4rem;--fm-h3: 1.15rem;--fm-text: 1rem;--fm-small: .85rem}body{font-family:Roboto,sans-serif;color:var(--fm-black);background:var(--fm-beige);margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;margin:0;font-weight:700}h1{font-size:var(--fm-h1)}h2{font-size:var(--fm-h2)}h3{font-size:var(--fm-h3)}.fm-btn-primary{background:var(--fm-red);color:#fff;border:none;padding:.75rem 1.6rem;font-weight:600;font-size:1rem;border-radius:2rem;cursor:pointer;transition:.2s ease}.fm-btn-primary:hover{background:#cf4a25}.fm-btn-secondary{background:#fff;color:var(--fm-black);border-radius:2rem;border:1px solid var(--fm-grey-light);padding:.7rem 1.4rem;cursor:pointer;font-weight:500}.fm-btn-ghost{background:transparent;border:none;color:var(--fm-red);cursor:pointer}.fm-btn-warning{background:var(--fm-yellow);color:var(--fm-black);padding:.7rem 1.4rem;border-radius:2rem;border:none}.fm-input:focus,.fm-textarea:focus,input:focus,textarea:focus{border-color:var(--fm-red)}.fm-card{background:var(--fm-card-bg);border-radius:var(--fm-radius);padding:1.8rem;box-shadow:var(--fm-shadow);border:1px solid var(--fm-grey-light);margin-bottom:1.5rem}.fm-card h2{font-size:var(--fm-h2);margin-bottom:1.2rem}.tag{display:inline-block;padding:.25rem .7rem;border-radius:50rem;font-size:var(--fm-small);font-weight:600}.tag-success{background:#56b87033;color:var(--fm-green)}.tag-warning{background:#f6ae2d33;color:var(--fm-yellow)}.tag-danger{background:#e4572e33;color:var(--fm-red)}.tag-muted{background:var(--fm-grey-light);color:#555}.fa,.fas,.far,.fal,.fab{color:var(--fm-black);transition:.2s ease}.fm-icon-inactive{color:#9ca3af}.fm-icon-primary{color:var(--fm-red)}.fm-icon-green{color:var(--fm-green)}.fm-icon-yellow{color:var(--fm-yellow)}.fm-shadow{box-shadow:var(--fm-shadow)}.fm-rounded{border-radius:var(--fm-radius)}.fm-flex{display:flex;align-items:center;gap:1rem}.fm-grid-2{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem}.fm-grid-auto{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.fm-section-title{display:flex;justify-content:space-between;align-items:center}.fm-gradient-bg{background:var(--fm-gradient-orange)}.fm-alert-error{background:#ffe3e3;color:var(--fm-red);padding:.8rem 1rem;border-radius:var(--fm-radius-sm);margin-bottom:1.2rem;text-align:center}.fm-ft-profile{display:flex;flex-direction:column;gap:2rem}.fm-ft-cover{width:100%;height:260px;border-radius:var(--fm-radius);overflow:hidden;position:relative;box-shadow:var(--fm-shadow)}.fm-ft-cover img{width:100%;height:100%;object-fit:cover}.fm-btn-edit-cover{position:absolute;bottom:1rem;right:1rem}.fm-ft-header{display:flex;align-items:flex-start;gap:1.8rem;padding:1.5rem;background:#fff;border-radius:var(--fm-radius);box-shadow:var(--fm-shadow)}.fm-ft-avatar{width:110px;height:110px;border-radius:1rem;overflow:hidden;border:3px solid #fff;box-shadow:var(--fm-shadow)}.fm-ft-avatar img{width:100%;height:100%;object-fit:cover}.fm-ft-info h1{margin:0;font-size:1.6rem;font-weight:700}.fm-ft-status{margin-top:.3rem;display:inline-block;padding:.3rem .7rem;font-size:.8rem;border-radius:50rem}.fm-ft-status.active{background:#56b87033;color:var(--fm-green)}.fm-ft-status.inactive{background:var(--fm-grey-light);color:#777}.fm-ft-actions{margin-left:auto;display:flex;gap:.7rem;align-items:center}.fm-ft-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:2rem}.fm-field-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.fm-field{display:flex;flex-direction:column;gap:.4rem}.fm-field input,.fm-field textarea{border-radius:var(--fm-radius-sm);border:1px solid var(--fm-grey-light);padding:.7rem 1rem;background:#f9f9f9}.fm-card-side .fm-stat{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.95rem}.fm-vehicle{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--fm-grey-light)}.fm-vehicle .icon{font-size:1.4rem}.fm-vehicle-info{display:flex;flex-direction:column;gap:.2rem}.fm-menus-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.fm-menu{background:#fff;border-radius:var(--fm-radius-sm);padding:1rem;box-shadow:var(--fm-shadow);display:flex;flex-direction:column;gap:.5rem}.fm-menu-header{display:flex;justify-content:space-between;align-items:center}.fm-menu-actions{display:flex;justify-content:flex-end;gap:.4rem}.fm-link-btn{background:none;border:none;color:var(--fm-red);cursor:pointer;font-size:.9rem;padding:0}.fm-ft-info-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}.fm-ft-info{display:flex;flex-direction:column}.fm-ft-info h1{margin:0 0 8px}.fm-ft-description{white-space:pre-line;line-height:1.4;color:#6b7280}.fm-ft-status{padding:8px 16px;border-radius:30px;font-weight:600;font-size:14px;white-space:nowrap}.fm-ft-status.active{background:#d1fadf;color:#0f5132}.fm-ft-status.inactive{background:#ffe0e0;color:#842029}:root{--fm-red: #E4572E;--fm-yellow: #F6AE2D;--fm-green: #56B870;--fm-brown: #D19A66;--fm-black: #2F3136;--fm-grey: #9ca3af;--fm-grey-light: #e5e7eb;--fm-beige: #f9f3e8;--fm-radius: 12px;--fm-shadow: 0 8px 25px rgba(0,0,0,.05)}button{border:none}.fm-btn{cursor:pointer;border:none;border-radius:var(--fm-radius);padding:.75rem 1.6rem;font-weight:600;transition:.2s ease}.fm-input{padding:10px 14px;border-radius:var(--fm-radius);border:1px solid var(--fm-grey-light);background:#fafafa}.fm-label{font-weight:600;margin-bottom:4px;display:block}.fm-card{background:#fff;padding:2rem;border-radius:var(--fm-radius);box-shadow:var(--fm-shadow);margin-bottom:1.5rem}.fm-badge-active{color:var(--fm-green);font-weight:600}.fm-badge-inactive{color:var(--fm-red);font-weight:600}.fm-flex{display:flex}.fm-grid{display:grid;gap:1.5rem}.loader{width:18px;height:18px;border:3px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fm-page-wrapper-center{display:flex;justify-content:center;padding-top:60px;padding-bottom:60px}.fm-form-container{width:100%;max-width:650px;background:#fff;padding:40px;border-radius:16px;box-shadow:0 8px 30px #0000000f}.fm-title{margin-bottom:8px}.fm-subtitle{font-size:15px;color:#777;margin-bottom:25px}.fm-form .fm-form-group{margin-bottom:20px}.fm-step-title{margin-bottom:1rem}.fm-pro-layout{display:flex;min-height:100vh;background:var(--fm-beige)}.fm-sidebar{width:10%;background:#fff;border-right:1px solid var(--fm-grey-light);padding:1.5rem 1.3rem;display:flex;flex-direction:column}.fm-sidebar-logo{display:flex;align-items:center;gap:.6rem;font-weight:700;margin-bottom:2rem}.fm-sidebar-logo img{width:28px;height:28px}.fm-sidebar-nav{display:flex;flex-direction:column;gap:.3rem}.fm-sidebar-nav a{display:flex;align-items:center;gap:.7rem;padding:.55rem .7rem;border-radius:.8rem;color:#6b7280;text-decoration:none;font-size:.95rem}.fm-sidebar-nav a i{width:18px}.fm-sidebar-nav a:hover{background:var(--fm-beige);color:var(--fm-black)}.fm-sidebar-nav a.active{background:var(--fm-brown);color:#fff}.fm-main{flex:1;display:flex;flex-direction:column}.fm-topbar{height:64px;background:#fff;border-bottom:1px solid var(--fm-grey-light);padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.fm-topbar-right{display:flex;align-items:center;gap:1rem}.fm-user-pill{display:flex;align-items:center;gap:.6rem;background:#f3f4f6;padding:.3rem .8rem;border-radius:999px}.fm-user-pill .avatar{width:26px;height:26px;border-radius:50%;background:var(--fm-brown);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem}.fm-user-pill .info{display:flex;flex-direction:column}.fm-user-pill small{font-size:.75rem;color:#6b7280}.fm-main-content{padding:1.8rem 2.5rem}
