@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary:#00a86b;--color-primary-dark:#008f5b;--color-primary-light:#e8f8f1;--color-accent:#1e88e5;--color-accent-light:#e3f2fd;--color-bg:#fff;--color-bg-alt:#f4f9f7;--color-bg-muted:#eef5f2;--color-text:#1a2b23;--color-text-muted:#5c6f66;--color-border:#dce8e2;--color-card:#fff;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--shadow-sm:0 2px 8px #1a2b230f;--shadow-md:0 8px 24px #1a2b2314;--shadow-lg:0 16px 48px #1a2b231a;--font:"Inter", system-ui, -apple-system, sans-serif;--container:min(1200px, calc(100% - 3rem));--header-h:80px;--color-brand:#4caf50;--color-login-bg:#f4faf7;--color-login-btn:#00875a}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.container{width:var(--container);margin-inline:auto}.logo{align-items:center;line-height:0;display:inline-flex}.logo-img{object-fit:contain;width:auto;display:block}.logo-img--compact{object-fit:cover;object-position:top center;height:72px}.logo-img--full{height:140px}.logo-img--icon{object-fit:cover;object-position:top center;border-radius:8px;width:36px;height:36px}.btn{border-radius:var(--radius-sm);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.btn--outline{color:var(--color-brand);border-color:var(--color-brand);background:#fff}.btn--outline:hover{background:#ecfdf3}.btn--ghost{color:var(--color-text-muted);background:0 0;border-color:#0000}.btn--ghost:hover{background:var(--color-bg-muted);color:var(--color-text)}.btn--sm{padding:.5rem 1rem;font-size:.9rem}.btn--block{width:100%}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.play-store-btn{align-items:center;line-height:0;transition:transform .15s,opacity .15s;display:inline-flex}.play-store-btn:hover{opacity:.92;transform:translateY(-2px)}.play-store-btn--badge{flex-shrink:0}.play-store-badge-img{width:auto;height:52px;display:block}.play-store-btn--pill{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);padding:.65rem 1.1rem;font-size:.9rem;font-weight:600;line-height:1.4}.card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem}.card__title{margin:0 0 1rem;font-size:1.1rem}.card__hint{color:var(--color-text-muted);margin:1rem 0 0;font-size:.875rem}.badge{background:var(--color-primary-light);color:var(--color-primary-dark);border-radius:999px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.badge--count{background:var(--color-primary);color:#fff;padding:.25rem .6rem;font-size:.75rem}.text-brand{color:var(--color-brand)}.site-header{z-index:50;background:#fff;border-bottom:1px solid #dce8e299;position:sticky;top:0}.site-header__inner{min-height:var(--header-h);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}.site-header__inner>.logo{justify-self:start}.site-header__actions{justify-self:end}.site-nav{justify-self:center;gap:2rem;display:flex}.site-nav__link{color:#3d4f47;font-size:.95rem;font-weight:500;transition:color .15s}.site-nav__link:hover{color:var(--color-brand)}.btn--hero{white-space:nowrap;border-width:1.5px;border-radius:12px;padding:.7rem 1.35rem;font-size:.95rem}.mobile-bar{display:none}.hero{min-height:calc(100vh - var(--header-h));background:#fff;align-items:center;padding:3.5rem 0 4rem;display:flex}.hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:2rem 3.5rem;display:grid}.hero-badge{color:var(--color-brand);background:#ecfdf3;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-badge__icon{font-size:.75rem;line-height:1}.hero__title{letter-spacing:-.03em;color:#101828;max-width:16em;margin:1.25rem 0 1rem;font-size:clamp(2.25rem,3.8vw,3.25rem);font-weight:800;line-height:1.12}.hero__lead{color:#667085;max-width:34rem;margin:0 0 2rem;font-size:1.0625rem;line-height:1.65}.hero__cta{flex-wrap:wrap;align-items:center;gap:.85rem 1rem;margin-bottom:1.25rem;display:flex}.hero__note{color:#98a2b3;align-items:center;gap:.35rem;margin:0;font-size:.875rem;display:flex}.hero__note-icon{color:#98a2b3;border:1px solid #d0d5dd;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.65rem;display:inline-flex}.hero__visual{justify-content:flex-end;align-items:center;display:flex}.hero__mockup{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:min(100%,560px);height:auto}.mobile-hero{display:none}.mobile-hero__inner{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 0 2.5rem;display:flex}.mobile-hero__img{width:min(100%,280px);height:auto;margin-bottom:.5rem}.mobile-hero__note{justify-content:center}.section{padding:4rem 0}.section--alt{background:var(--color-bg-alt)}.section--cta{padding-bottom:5rem}.section__title{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem}.section__lead{color:var(--color-text-muted);max-width:36rem;margin:0 0 2rem}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.feature-card h3{margin:.5rem 0;font-size:1.1rem}.feature-card p{color:var(--color-text-muted);margin:0;font-size:.95rem}.feature-card__icon{font-size:1.75rem}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.preview-list{margin:1rem 0 0;padding:0;list-style:none}.preview-list__item{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.preview-list__item div{flex-direction:column;gap:.15rem;display:flex}.preview-list__item span{color:var(--color-text-muted);font-size:.8rem}.cta-banner{background:linear-gradient(135deg, var(--color-primary-light), var(--color-accent-light));border-radius:var(--radius-lg);border:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.5rem;display:flex}.cta-banner h2{margin:0 0 .35rem}.cta-banner p{color:var(--color-text-muted);margin:0}.site-footer{border-top:1px solid var(--color-border);background:var(--color-bg-alt);padding:2.5rem 0}.site-footer__inner{flex-direction:column;gap:.5rem;display:flex}.site-footer__text{color:var(--color-text-muted);margin:0}.site-footer__meta{color:var(--color-text-muted);margin:0;font-size:.875rem}.site-footer__meta a:hover{color:var(--color-primary)}.login-page{background:var(--color-login-bg);min-height:100vh;position:relative;overflow:hidden}.login-page:before,.login-page:after{content:"";pointer-events:none;opacity:.7;background-image:radial-gradient(circle,#00875a1f 1.5px,#0000 1.5px);background-size:14px 14px;width:220px;height:220px;position:absolute}.login-page:before{top:8%;left:2%}.login-page:after{top:4%;right:3%}.login-page__brand{z-index:2;position:absolute;top:2rem;left:2.5rem}.login-page__brand .logo-img--compact{height:56px}.login-page__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:2rem 4rem;max-width:1080px;min-height:100vh;margin:0 auto;padding:6rem 2.5rem 3rem;display:grid}.login-page__card{background:#fff;border:1px solid #dce8e2b3;border-radius:20px;justify-self:center;width:100%;max-width:420px;padding:2.25rem 2rem 2rem;box-shadow:0 12px 40px #10182814}.login-page__header h1{color:#101828;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.875rem;font-weight:800}.login-page__header p{color:#667085;margin:0;font-size:.9375rem;line-height:1.55}.login-form{flex-direction:column;gap:1.1rem;margin-top:1.75rem;display:flex}.login-page .field span{color:#344054;margin-bottom:.4rem;font-size:.875rem;font-weight:600;display:block}.login-page .field input{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:12px;width:100%;padding:.8rem 1rem;transition:border-color .15s,box-shadow .15s}.login-page .field input::placeholder{color:#98a2b3}.login-page .field input:focus{border-color:var(--color-login-btn);outline:none;box-shadow:0 0 0 3px #00875a1f}.field__password{position:relative}.field__password input{padding-right:2.75rem}.field__toggle{cursor:pointer;color:#98a2b3;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.field__toggle:hover{color:#667085}.btn--login{background:var(--color-login-btn);color:#fff;border:none;border-radius:12px;margin-top:.25rem;padding:.85rem 1.25rem;font-size:1rem;font-weight:600}.btn--login:hover{background:#006b47;transform:translateY(-1px)}.btn--login:disabled{opacity:.75;transform:none}.form-error{color:#b91c1c;background:#fef2f2;border-radius:12px;margin:0;padding:.65rem .85rem;font-size:.875rem}.form-error--config{margin-top:1rem;line-height:1.45}.login-page__footer{text-align:center;color:#667085;margin:1.35rem 0 0;font-size:.875rem;line-height:1.5}.login-page__art{justify-content:center;align-items:center;display:flex}.login-page__basket{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:min(100%,420px);height:auto}.dashboard-layout{background:#f8faf9;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.dashboard-sidebar{background:#fff;border-right:1px solid #e8eeeb;flex-direction:column;gap:1.25rem;padding:1.5rem 1.25rem;display:flex}.dashboard-sidebar__logo .logo-img--compact{height:56px}.dashboard-nav{flex-direction:column;flex:1;gap:.2rem;display:flex}.dashboard-nav__link{color:#5c6f66;border-radius:12px;align-items:center;gap:.65rem;padding:.7rem .85rem;font-size:.9375rem;font-weight:500;transition:background .15s,color .15s;display:flex}.dashboard-nav__icon{flex-shrink:0;width:20px;height:20px}.dashboard-nav__link:hover{color:#1a2b23;background:#f4f7f5}.dashboard-nav__link--active{color:#00875a;background:#ecfdf3;font-weight:600}.dashboard-nav__link--active .dashboard-nav__icon{color:#00875a}.dashboard-signout{color:#5c6f66;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.65rem;width:100%;margin-top:auto;padding:.7rem .85rem;font-size:.9375rem;font-weight:500;display:flex}.dashboard-signout:hover{color:#1a2b23;background:#f4f7f5}.dashboard-main{background:#f8faf9;min-width:0;padding:1.75rem 2rem 2.5rem}.dashboard-topbar{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.dashboard-topbar__title{letter-spacing:-.02em;color:#101828;margin:0;font-size:1.625rem;font-weight:800}.dashboard-topbar__subtitle{color:#667085;margin:.35rem 0 0;font-size:.95rem}.dashboard-user-menu{position:relative}.dashboard-user{cursor:pointer;background:#fff;border:1px solid #e8eeeb;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .65rem .35rem .35rem;font-family:inherit;display:flex;box-shadow:0 2px 8px #1018280a}.dashboard-user:hover{border-color:#c8e6d4}.dashboard-user__avatar{color:#fff;background:linear-gradient(135deg,#7c4dff,#b388ff);border-radius:50%;place-items:center;width:38px;height:38px;font-size:.85rem;font-weight:700;display:grid}.dashboard-user__name{color:#101828;font-size:.9rem;font-weight:600}.dashboard-user__chevron{color:#98a2b3;width:18px;height:18px;transition:transform .15s}.dashboard-user__chevron--open{transform:rotate(180deg)}.dashboard-user-menu__dropdown{z-index:50;background:#fff;border:1px solid #e8eeeb;border-radius:14px;min-width:200px;padding:.35rem;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 12px 32px #1018281f}.dashboard-user-menu__item{color:#344054;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.65rem;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.dashboard-user-menu__item:hover{background:#f2f4f7}.dashboard-user-menu__item--danger{color:#b42318}.dashboard-user-menu__item--danger:hover{background:#fef3f2}.dashboard-user-menu__icon{flex-shrink:0;width:18px;height:18px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:#fff;border:1px solid #e8eeeb;border-radius:16px;align-items:center;gap:1rem;padding:1.15rem 1.25rem;display:flex;box-shadow:0 2px 8px #1018280a}.stat-card__icon{border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.stat-card__icon svg{width:22px;height:22px}.stat-card__icon--green{color:#00875a;background:#ecfdf3}.stat-card__icon--purple{color:#7c4dff;background:#f3e8ff}.stat-card__icon--blue{color:#1e88e5;background:#e3f2fd}.stat-card__icon--orange{color:#f57c00;background:#fff3e0}.stat-card__value{color:#101828;font-size:1.75rem;font-weight:800;line-height:1.1;display:block}.stat-card__label{color:#667085;font-size:.875rem}.dashboard-grid{grid-template-columns:1.35fr .65fr;align-items:start;gap:1.25rem;display:grid}.dashboard-panel{background:#fff;border:1px solid #e8eeeb;border-radius:16px;padding:1.35rem 1.5rem;box-shadow:0 2px 8px #1018280a}.dashboard-panel__title{color:#101828;margin:0 0 1.15rem;font-size:1.05rem;font-weight:700}.dashboard-panel__lead{color:#667085;margin:-.5rem 0 1rem;font-size:.875rem}.recent-lists{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.recent-list-item{background:#fafbfc;border:1px solid #eef2f0;border-radius:14px;align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex}.recent-list-item__icon{background:#e8eeeb;border-radius:10px;flex-shrink:0;width:40px;height:40px}.recent-list-item__text{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.recent-list-item__text strong{color:#101828;font-size:.95rem}.recent-list-item__text span{color:#98a2b3;font-size:.8rem}.checklist{margin:0;padding:0;list-style:none}.checklist__item{color:#667085;align-items:center;gap:.75rem;padding:.55rem 0;font-size:.9375rem;display:flex}.checklist__item--done{color:#101828}.checklist__mark{color:#0000;border:2px solid #d0d5dd;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:grid}.checklist__item--done .checklist__mark{color:#fff;background:#00875a;border-color:#00875a}.dashboard-loading,.dashboard-error,.dashboard-empty{color:#667085;font-size:.95rem}.dashboard-loading{flex-direction:column;align-items:center;gap:.75rem;padding:2rem;display:flex}.dashboard-error{color:#b91c1c;background:#fef2f2;border-radius:12px;padding:1rem}.dashboard-panel--wide{max-width:none}.catalog-image{background:#f4f7f5;border:1px solid #e8eeeb;flex-shrink:0;place-items:center;display:grid;overflow:hidden}.catalog-image--md{border-radius:12px;width:52px;height:52px}.catalog-image--lg{aspect-ratio:1;border-bottom:none;border-radius:14px 14px 0 0;width:100%}.catalog-image--store.catalog-image--md{border-radius:50%}.catalog-image img{object-fit:cover;width:100%;height:100%}.catalog-image--product.catalog-image--md img{object-fit:contain;background:#fff;padding:4px}.catalog-image__fallback{color:#98a2b3;place-items:center;width:100%;height:100%;display:grid}.catalog-image__fallback svg{width:22px;height:22px}.catalog-image--lg .catalog-image__fallback svg{width:36px;height:36px}.catalog-rows{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.catalog-rows__item{background:#fafbfc;border:1px solid #eef2f0;border-radius:14px;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.catalog-rows__body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.catalog-rows__body strong{color:#101828;font-size:.95rem}.catalog-rows__body span{color:#667085;font-size:.85rem}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.catalog-grid__card{background:#fafbfc;border:1px solid #eef2f0;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.catalog-grid__body{flex-direction:column;gap:.2rem;min-width:0;padding:.75rem .85rem .9rem;display:flex}.catalog-grid__body strong{color:#101828;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.3;display:-webkit-box;overflow:hidden}.catalog-grid__body span{color:#667085;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.profile-dl{grid-template-columns:auto 1fr;gap:.5rem 1.5rem;margin:0 0 1rem;display:grid}.profile-dl dt{color:#667085;font-size:.875rem;font-weight:600}.profile-dl dd{color:#101828;margin:0}.admin-list-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-list-header__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.catalog-view-toggle{background:#f2f4f7;border:1px solid #e4e7ec;border-radius:10px;padding:3px;display:inline-flex}.catalog-view-toggle__btn{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600}.catalog-view-toggle__btn--active{color:#00875a;background:#fff;box-shadow:0 1px 3px #10182814}.catalog-image-upload{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.catalog-image-upload__actions{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.catalog-image-upload__input{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.catalog-image-upload__btn{cursor:pointer}.catalog-image-upload__hint{color:#667085;max-width:220px;margin:0;font-size:.85rem}.admin-back{color:#667085;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:inline-block}.admin-back:hover{color:#00875a}.dashboard-panel--form{max-width:920px}.entity-form__grid{grid-template-columns:1fr 1fr;gap:1rem 1.25rem;display:grid}.entity-form__field--full{grid-column:1/-1}.entity-form__field--checkbox{align-items:center;display:flex}.entity-form__checkbox-row{cursor:pointer;align-items:center;gap:.6rem;display:flex}.entity-form__checkbox-row input{accent-color:#00875a;width:18px;height:18px}.field__required{color:#d92d20}.field__hint{color:#98a2b3;margin-top:.3rem;font-size:.8rem;font-weight:400;display:block}.entity-form .field input,.entity-form .field textarea{background:#fff;border:1px solid #d0d5dd;border-radius:12px;width:100%;padding:.75rem 1rem}.entity-form .field textarea{resize:vertical;min-height:88px}.entity-form__preview{border-bottom:1px solid #eef2f0;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.entity-form__preview--product .catalog-image--lg{aspect-ratio:1;border:1px solid #e8eeeb;border-radius:14px;width:120px}.entity-meta{gap:.65rem;margin:0;font-size:.85rem;display:grid}.entity-meta div{gap:.15rem;display:grid}.entity-meta dt{color:#98a2b3;font-weight:500}.entity-meta dd{color:#344054;word-break:break-all;margin:0}.entity-form__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.form-success{color:#027a48;background:#ecfdf3;border-radius:12px;margin:0;padding:.65rem .85rem;font-size:.875rem}.btn--danger{color:#b42318}.btn--danger:hover{color:#912018;background:#fef3f2}.catalog-rows__item--link,.catalog-grid__card--link{color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s}.catalog-rows__item--link:hover,.catalog-grid__card--link:hover{border-color:#86efac;box-shadow:0 4px 16px #00875a1a}.catalog-rows__edit-hint{color:#00875a;flex-shrink:0;margin-left:auto;font-size:.8rem;font-weight:600}@media (width<=900px){.entity-form__grid{grid-template-columns:1fr}.entity-form__preview{flex-direction:column}}.page-loading{min-height:100vh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){.hero__grid,.about-grid,.dashboard-grid,.feature-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.login-page__layout{grid-template-columns:1fr;gap:2rem;padding-top:5.5rem}.login-page__art{order:-1}.login-page__basket{width:min(100%,280px)}}@media (width<=768px){.login-page__brand{top:1rem;left:1rem}.login-page__layout{padding:5rem 1rem 2rem}.login-page__card{padding:1.75rem 1.25rem}.login-page__art,.site-header,.hero,.section:not(.mobile-hero),.site-footer{display:none}.mobile-bar{border-bottom:1px solid var(--color-border);z-index:50;background:#fff;flex-direction:column;gap:.75rem;padding:1rem;display:flex;position:sticky;top:0}.mobile-bar__nav{gap:1rem;display:flex}.mobile-bar__link{color:var(--color-text-muted);font-size:.9rem;font-weight:500}.mobile-bar__link--primary{color:var(--color-primary);font-weight:600}.mobile-bar__play{align-self:flex-start}.mobile-hero{text-align:center;background:var(--color-bg-alt);padding:2rem 0 3rem;display:block}.mobile-hero__title{margin:0 0 .5rem;font-size:2rem}.mobile-hero__text{color:var(--color-text-muted);margin-bottom:1.25rem}.mobile-hero__login{margin-top:.75rem}.public-layout main{min-height:calc(100vh - 120px)}.dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{flex-flow:wrap;align-items:center;gap:.5rem;padding:1rem}.dashboard-nav{flex-flow:wrap;flex:1}.dashboard-signout{width:auto;margin-top:0}.dashboard-main{padding:1rem}.stats-grid,.feature-grid,.dashboard-grid{grid-template-columns:1fr}.dashboard-topbar{flex-direction:column}}@media (width>=769px){.mobile-bar{display:none!important}}
