@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:root{--fw-yellow:#f5c400;--fw-yellow-hover:#ddb800;--fw-yellow-light:#fff9e0;--fw-yellow-glow:#f5c40059;--fw-dark:#141414;--fw-dark-muted:#1f1f1f;--fw-dark-soft:#2a2a2a;--fw-text:#111827;--fw-text-muted:#6b7280;--fw-text-light:#9ca3af;--fw-white:#fff;--fw-bg:#f0f2f5;--fw-bg-sidebar:#fff;--fw-border:#e5e7eb;--fw-border-light:#f3f4f6;--fw-input-border:#9ca3af;--fw-input-border-hover:#6b7280;--fw-input-border-disabled:#d1d5db;--fw-control-height:38px;--fw-accent-blue:#1d4ed8;--fw-shadow-sm:0 1px 3px #0000000f;--fw-shadow:0 8px 32px #0000001a;--fw-shadow-card:0 2px 8px #0000000d, 0 1px 2px #0000000a;--fw-shadow-card-hover:0 16px 40px #0000001f;--fw-radius:10px;--fw-radius-lg:16px;--fw-radius-xl:20px;--fw-header-height:68px;--fw-sidebar-width:240px;--fw-top-bar-height:4px;--fw-font:"Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--fw-font-display:"Plus Jakarta Sans", "Segoe UI", sans-serif;--fw-text-xs:.6875rem;--fw-text-sm:.8125rem;--fw-text-base:.9375rem;--fw-text-lg:1.125rem;--fw-text-xl:1.5rem;--fw-text-2xl:clamp(1.75rem, 3.5vw, 2.375rem);--fw-weight-medium:500;--fw-weight-semibold:600;--fw-weight-bold:700;--fw-weight-extrabold:800;--fw-tracking-wide:.14em;--fw-tracking-tight:-.03em;--fw-scrollbar-size:10px;--fw-scrollbar-track:#f3f4f6;--fw-scrollbar-thumb:#f5c400;--fw-scrollbar-thumb-hover:#ddb800;--fw-scrollbar-thumb-active:#c9a800}.fw-logo{-webkit-user-select:none;user-select:none;flex-direction:column;line-height:1;display:flex}.fw-logo__fleetwood{color:var(--fw-yellow);letter-spacing:.03em;text-shadow:0 1px 2px #0000000f;font-size:1.3rem;font-style:italic;font-weight:800}.fw-logo__australia{color:var(--fw-text);letter-spacing:.14em;border-bottom:2.5px solid var(--fw-yellow);width:fit-content;margin-top:3px;padding-bottom:3px;font-size:.55rem;font-weight:700;display:inline-block}.fw-logo--hero .fw-logo__fleetwood{font-size:2.25rem}.fw-logo--hero .fw-logo__australia{color:var(--fw-white);margin-top:5px;font-size:.72rem}.fw-logo--footer .fw-logo__fleetwood{font-size:1rem}.fw-logo--footer .fw-logo__australia{color:#ffffffd9;border-bottom-color:var(--fw-yellow);margin-top:3px;font-size:.5rem}.fw-shell{background:var(--fw-bg);height:100vh;font-family:var(--fw-font);color:var(--fw-text);flex-direction:column;display:flex;overflow:hidden}.fw-shell__body{flex:1;min-height:0;display:flex;overflow:hidden}.fw-shell__main{background:radial-gradient(ellipse at 100% 0%, #f5c4000f 0%, transparent 50%), radial-gradient(ellipse at 0% 100%, #1d4ed80a 0%, transparent 40%), var(--fw-bg);flex:1;min-height:0;padding:1.75rem 2rem 2.5rem;overflow-y:auto}.fw-shell__main--fill{flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1.25rem 1.5rem 1rem;display:flex;overflow:hidden}.fw-shell__main--fill>.fw-card-page__success,.fw-shell__main--fill>.fw-card-page__error{flex:none}.fw-shell__main--fill>.fw-software-card-view{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.fw-shell__main--fill>.fw-software-card-view>*,.fw-shell__main--fill>.fw-list-page{flex:1;width:100%;min-height:0}.fw-header{background:var(--fw-white);box-shadow:var(--fw-shadow-sm);z-index:100;flex-shrink:0;position:sticky;top:0}.fw-header__top-bar{height:var(--fw-top-bar-height);background:linear-gradient(90deg, var(--fw-yellow) 0%, #ffe566 50%, var(--fw-yellow) 100%)}.fw-header__inner{height:var(--fw-header-height);justify-content:space-between;align-items:center;gap:.75rem;padding:0 1.75rem;display:flex}.fw-header__left{flex:1;align-items:center;gap:2.75rem;min-width:0;display:flex}.fw-header__logo-link{text-decoration:none;transition:opacity .15s}.fw-header__logo-link:hover{opacity:.85}.fw-header__nav{gap:.25rem;display:flex}.fw-header__nav-link{color:var(--fw-text-muted);border-radius:var(--fw-radius);padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.fw-header__nav-link:hover{color:var(--fw-text);background:var(--fw-border-light)}.fw-header__nav-link--active{color:var(--fw-text);background:var(--fw-yellow-light);box-shadow:inset 0 -2px 0 var(--fw-yellow);font-weight:600}.fw-header__company{background:linear-gradient(135deg,#fff8d6 0%,#ffe566 100%);border:1px solid #f5c4008c;border-radius:999px;flex-shrink:1;min-width:0;max-width:min(440px,42vw);padding:.4rem .75rem;box-shadow:0 1px 4px #ca8a042e}.fw-header__company-text{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;color:var(--fw-dark);font-size:.75rem;font-weight:700;line-height:1.25;display:block;overflow:hidden}.fw-header__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.fw-header__bell{background:var(--fw-yellow-light);color:#b8860b;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.55rem;transition:background .15s,transform .15s;display:flex;position:relative}.fw-header__bell:hover{background:var(--fw-yellow);color:var(--fw-dark);transform:scale(1.05)}.fw-header__bell-dot{border:1.5px solid var(--fw-white);background:#ef4444;border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:6px}.fw-header__user-menu{position:relative}.fw-header__user-menu:hover .fw-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.fw-header__login{appearance:none;background:var(--fw-yellow);color:var(--fw-dark);cursor:pointer;border:none;border-radius:8px;padding:.55rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600}.fw-header__login:hover{background:var(--fw-yellow-hover)}.fw-header__avatar{background:linear-gradient(135deg, var(--fw-dark) 0%, var(--fw-dark-soft) 100%);width:42px;height:42px;color:var(--fw-yellow);border:2px solid var(--fw-yellow);cursor:pointer;letter-spacing:.02em;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:.75rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex}.fw-header__avatar:hover{box-shadow:0 0 0 3px var(--fw-yellow-glow);transform:scale(1.06)}.fw-header__dropdown{background:var(--fw-white);border-radius:var(--fw-radius);box-shadow:var(--fw-shadow);opacity:0;visibility:hidden;z-index:200;border:1px solid var(--fw-border);min-width:200px;padding:.875rem 1rem;transition:opacity .18s,visibility .18s,transform .18s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-6px)}.fw-header__dropdown-name{margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.fw-header__logout{background:var(--fw-bg);border:1px solid var(--fw-border);border-radius:var(--fw-radius);cursor:pointer;width:100%;padding:.55rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s}.fw-header__logout:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.fw-sidebar{width:var(--fw-sidebar-width);background:var(--fw-bg-sidebar);border-right:1px solid var(--fw-border);flex-direction:column;flex-shrink:0;display:flex;overflow:hidden;box-shadow:2px 0 8px #00000008}.fw-sidebar__header{padding:1.25rem 1.25rem .75rem}.fw-sidebar__label{letter-spacing:.14em;text-transform:uppercase;color:var(--fw-text-light);font-size:.65rem;font-weight:700}.fw-sidebar__nav{flex:1;padding:0 .75rem}.fw-sidebar__item{border-radius:var(--fw-radius);color:var(--fw-text);align-items:center;gap:.875rem;padding:.875rem 1rem;text-decoration:none;transition:background .15s;display:flex}.fw-sidebar__item--active{background:linear-gradient(135deg, var(--fw-yellow) 0%, #ffe033 100%);box-shadow:0 4px 12px var(--fw-yellow-glow);cursor:default;font-weight:600}.fw-sidebar__icon{background:#0000001f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fw-sidebar__item--active .fw-sidebar__icon{color:var(--fw-dark);background:#00000026}.fw-sidebar__text{flex-direction:column;gap:2px;min-width:0;display:flex}.fw-sidebar__title{font-size:.9375rem;font-weight:700;line-height:1.2}.fw-sidebar__subtitle{color:#0000008c;font-size:.7rem;font-weight:500;line-height:1.2}.fw-footer{background:var(--fw-white);border-top:1px solid var(--fw-border);flex-shrink:0}.fw-footer__accent{background:var(--fw-yellow);height:2px}.fw-footer__copy{text-align:right;color:var(--fw-text-light);margin:0;padding:.65rem 2rem;font-size:.7rem;line-height:1.4}@media (width<=768px){.fw-footer__copy{text-align:center;padding:.65rem 1rem}}.fw-dashboard__hero{border-radius:var(--fw-radius-xl);font-family:var(--fw-font-display);background:linear-gradient(128deg,#0a0a0c 0%,#141420 28%,#1a1f2e 55%,#12151c 82%,#0d0f14 100%);margin-bottom:2rem;padding:2.25rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000002e,inset 0 1px #ffffff0f}.fw-dashboard__hero-mesh{pointer-events:none;background:radial-gradient(80% 60% at 100% 20%,#f5c40038 0%,#0000 55%),radial-gradient(50% 80% at 0 100%,#6366f114 0%,#0000 50%),linear-gradient(#0000 60%,#f5c4000f 100%);position:absolute;inset:0}.fw-dashboard__hero:before{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 0%,#f5c4000a 40%,#f5c4001f 100%);width:45%;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(270deg,#000 30%,#0000 100%);mask-image:linear-gradient(270deg,#000 30%,#0000 100%)}.fw-dashboard__hero:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--fw-yellow) 20%, #ffe566 50%, var(--fw-yellow) 80%, transparent 100%);height:2px;position:absolute;bottom:0;left:0;right:0}.fw-dashboard__hero-content{z-index:1;max-width:640px;position:relative}.fw-dashboard__eyebrow{font-size:var(--fw-text-xs);font-weight:var(--fw-weight-bold);letter-spacing:var(--fw-tracking-wide);text-transform:uppercase;color:var(--fw-yellow);border-bottom:1px solid #f5c40059;margin:0 0 .75rem;padding:.25rem 0;display:inline-block}.fw-dashboard__title{font-size:var(--fw-text-2xl);font-weight:var(--fw-weight-extrabold);letter-spacing:var(--fw-tracking-tight);color:var(--fw-white);margin:0 0 .5rem;line-height:1.2}.fw-dashboard__greeting{font-weight:var(--fw-weight-semibold);color:#ffffffeb}.fw-dashboard__welcome-name{font-weight:var(--fw-weight-extrabold);background:linear-gradient(135deg,#fff5c2 0%,#f5c400 45%,#e8a800 100%);color:#0000;filter:drop-shadow(0 0 20px #f5c40040);-webkit-background-clip:text;background-clip:text;font-style:italic}.fw-dashboard__subtitle{font-size:var(--fw-text-sm);font-weight:var(--fw-weight-medium);color:#ffffff8c;letter-spacing:.01em;margin:0}.fw-dashboard__subtitle--follow{margin-top:.2rem}.fw-dashboard__section{margin-bottom:2rem}.fw-dashboard__section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.fw-dashboard__section-title{color:var(--fw-text);letter-spacing:-.01em;margin:0 0 .35rem;font-size:1rem;font-weight:700}.fw-dashboard__section-line{background:var(--fw-yellow);border-radius:99px;width:48px;height:3px}.fw-dashboard__section-hint{color:var(--fw-text-muted);margin:0;font-size:.875rem}.fw-dashboard__apps{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.fw-dashboard__banner{color:#b91c1c;border-radius:var(--fw-radius);background:#fef2f2;border:1px solid #fecaca;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.fw-dashboard__banner--info{color:#1e3a5f;background:#eff6ff;border-color:#bfdbfe}.fw-dashboard__banner-text{margin:0;font-size:.875rem}.fw-dashboard__retry{background:var(--fw-yellow);color:var(--fw-text);font:inherit;cursor:pointer;border:0;border-radius:8px;flex-shrink:0;padding:.45rem .9rem;font-size:.8125rem;font-weight:700}.fw-dashboard__sign-in{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.fw-dashboard__retry:hover{background:var(--fw-yellow-hover)}.fw-dashboard__empty{color:var(--fw-text-muted);margin:0;font-size:.9rem}.fw-app-card--button{width:100%}.fw-app-card--skeleton{pointer-events:none;min-height:188px;animation:1.2s ease-in-out infinite fw-pulse}.fw-app-card__skeleton-line{background:#e5e7eb;border-radius:6px;width:88%;height:12px;margin-bottom:.55rem}.fw-app-card__skeleton-line--title{width:46%;height:18px;margin-bottom:.7rem}.fw-app-card__skeleton-line--short{width:62%}@keyframes fw-pulse{50%{opacity:.55}}.fw-app-card{text-align:left;background:var(--fw-white);border-radius:var(--fw-radius-lg);box-shadow:var(--fw-shadow-card);color:inherit;border:1px solid var(--fw-border-light);cursor:pointer;flex-direction:column;align-items:flex-start;padding:1.5rem 1.5rem 1.25rem;font-family:inherit;text-decoration:none;transition:transform .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.fw-app-card:hover{box-shadow:var(--fw-shadow-card-hover);border-color:#f5c40066;transform:translateY(-6px)}.fw-app-card:hover .fw-app-card__cta{opacity:1;transform:translate(0)}.fw-app-card:hover .fw-app-card__glow{opacity:1}.fw-app-card__glow{background:radial-gradient(circle, var(--fw-yellow-glow) 0%, transparent 70%);opacity:0;pointer-events:none;border-radius:50%;width:120px;height:120px;transition:opacity .22s;position:absolute;top:-40px;right:-40px}.fw-app-card__top-border{background:linear-gradient(90deg, var(--fw-yellow) 0%, #ffe566 100%);border-radius:var(--fw-radius-lg) var(--fw-radius-lg) 0 0;height:4px;position:absolute;top:0;left:0;right:0}.fw-app-card__icon-wrap{margin:.5rem 0 1rem}.fw-app-card__icon-default,.fw-app-card__icon-circle{background:linear-gradient(135deg, var(--fw-dark) 0%, var(--fw-dark-soft) 100%);border:2px solid var(--fw-yellow);width:56px;height:56px;color:var(--fw-yellow);border-radius:14px;justify-content:center;align-items:center;display:flex}.fw-app-card__icon-software{border:2px solid var(--fw-yellow);width:56px;height:56px;color:var(--fw-yellow);background:linear-gradient(135deg,#1e3a5f 0%,#0f2744 100%);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;line-height:1;display:flex;box-shadow:0 4px 12px #1e3a5f4d}.fw-app-card__icon-sw{font-size:.9rem;font-weight:800}.fw-app-card__icon-mgmt{letter-spacing:.06em;font-size:.45rem;font-weight:700}.fw-app-card__title{letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.125rem;font-weight:700}.fw-app-card__description{color:var(--fw-text-muted);flex:1;margin:0 0 1rem;font-size:.8125rem;line-height:1.5}.fw-app-card__cta{color:#b8860b;opacity:.7;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex;transform:translate(-4px)}.fw-app-card__badge{background:var(--fw-yellow-light);color:var(--fw-text);border:1px solid #f5c40066;border-radius:99px;padding:3px 9px;font-size:.625rem;font-weight:600;position:absolute;top:14px;right:14px}.fw-data-panel{background:var(--fw-white);border-radius:var(--fw-radius-lg);box-shadow:var(--fw-shadow-card);border:1px solid var(--fw-border-light);padding:1.75rem;position:relative;overflow:hidden}.fw-data-panel:before{content:"";background:linear-gradient(90deg, var(--fw-yellow) 0%, #ffe566 100%);height:4px;position:absolute;top:0;left:0;right:0}.fw-data-panel__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.fw-data-panel__title{letter-spacing:-.02em;margin:0 0 .3rem;font-size:1.375rem;font-weight:700}.fw-data-panel__description{color:var(--fw-text-muted);margin:0;font-size:.875rem}.fw-data-panel__refresh{background:linear-gradient(135deg, var(--fw-yellow) 0%, #ffe033 100%);color:var(--fw-dark);border-radius:var(--fw-radius);cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px var(--fw-yellow-glow);border:none;flex-shrink:0;padding:.55rem 1.35rem;font-family:inherit;font-size:.8125rem;font-weight:700;transition:transform .15s,box-shadow .15s}.fw-data-panel__refresh:hover:not(:disabled){box-shadow:0 4px 14px var(--fw-yellow-glow);transform:translateY(-1px)}.fw-data-panel__refresh:disabled{opacity:.6;cursor:not-allowed}.fw-data-panel__error{color:#b91c1c;border-radius:var(--fw-radius);background:#fef2f2;border:1px solid #fecaca;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.fw-data-panel__count{color:var(--fw-text-muted);margin:0 0 .75rem;font-size:.8125rem;font-weight:500}.fw-data-panel__json{border:1px solid var(--fw-border);border-radius:var(--fw-radius);background:#f8fafc;max-height:480px;margin:0;padding:1rem 1.25rem;font-family:Cascadia Code,Consolas,monospace;font-size:.75rem;line-height:1.55;overflow-x:auto}@media (width<=768px){.fw-shell__body{flex-direction:column}.fw-sidebar{border-right:none;border-bottom:1px solid var(--fw-border);width:100%}.fw-shell__main{padding:1.25rem}.fw-header__nav{display:none}.fw-header__inner{height:auto;min-height:var(--fw-header-height);flex-wrap:wrap;row-gap:.5rem;padding:.55rem 1rem .65rem}.fw-header__left{flex:auto}.fw-header__right{margin-left:auto}.fw-header__company{text-align:center;border-radius:10px;flex:1 0 100%;order:3;width:100%;max-width:none;padding:.4rem .7rem}.fw-header__company-text{white-space:normal;text-overflow:unset;word-break:break-word;font-size:.7rem;line-height:1.35;overflow:visible}.fw-dashboard__hero{padding:1.5rem 1.25rem}.fw-dashboard__title{font-size:1.5rem}.fw-dashboard__apps{grid-template-columns:1fr}.fw-dashboard__section-header{flex-direction:column;align-items:flex-start}}*{scrollbar-width:thin;scrollbar-color:var(--fw-scrollbar-thumb) var(--fw-scrollbar-track)}::-webkit-scrollbar{width:var(--fw-scrollbar-size);height:var(--fw-scrollbar-size)}::-webkit-scrollbar-track{background:var(--fw-scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--fw-yellow) 0%, var(--fw-scrollbar-thumb-hover) 100%);border:2px solid var(--fw-scrollbar-track);background-clip:padding-box;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, #ffe033 0%, var(--fw-scrollbar-thumb-active) 100%);border:2px solid var(--fw-scrollbar-track);background-clip:padding-box}::-webkit-scrollbar-thumb:active{background:var(--fw-scrollbar-thumb-active);border:2px solid var(--fw-scrollbar-track);background-clip:padding-box}::-webkit-scrollbar-corner{background:var(--fw-scrollbar-track)}.fw-maintenance{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:min(520px,100vh - 220px);padding:2.5rem 1.5rem 3rem;display:flex}.fw-maintenance__art{width:min(320px,100%);height:auto;margin-bottom:1.5rem}.fw-maintenance__title{color:var(--fw-color-text,#111827);margin:0 0 .75rem;font-size:clamp(1.5rem,2vw,2rem);font-weight:700}.fw-maintenance__message{max-width:34rem;color:var(--fw-color-text-muted,#4b5563);margin:0;font-size:1rem;line-height:1.6}.fw-maintenance__retry{background:var(--fw-color-accent,#f5c518);color:#111827;cursor:pointer;border:none;border-radius:999px;margin-top:1.5rem;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600}.fw-maintenance__retry:hover{filter:brightness(.96)}.fw-auth{min-height:100vh;font-family:var(--fw-font);background:radial-gradient(80% 50% at 50% -10%,#f5c40038,#0000 55%),linear-gradient(165deg,#f7f8fa 0%,#e8ebf0 48%,#f0f2f5 100%);place-items:center;padding:2rem 1.25rem;display:grid}.fw-auth__panel{background:var(--fw-white);border:1px solid var(--fw-border);border-radius:var(--fw-radius-lg);width:min(100%,420px);box-shadow:var(--fw-shadow);flex-direction:column;align-items:stretch;gap:1rem;padding:2rem 1.75rem 1.75rem;display:flex}.fw-auth__title{font-family:var(--fw-font-display);font-size:var(--fw-text-xl);font-weight:var(--fw-weight-extrabold);letter-spacing:var(--fw-tracking-tight);color:var(--fw-text);margin:.5rem 0 0}.fw-auth__subtitle,.fw-auth__status{font-size:var(--fw-text-sm);color:var(--fw-text-muted);margin:0;line-height:1.5}.fw-auth__actions{flex-direction:column;gap:.625rem;margin-top:.5rem;display:flex}.fw-auth__btn{appearance:none;font-family:inherit;font-size:var(--fw-text-base);font-weight:var(--fw-weight-semibold);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1rem}.fw-auth__btn--primary{text-align:center;background:var(--fw-yellow);color:var(--fw-dark);text-decoration:none;display:inline-block}.fw-auth__btn--primary:hover{background:var(--fw-yellow-hover)}.fw-auth__btn--secondary{text-align:center;color:var(--fw-text);border:1px solid var(--fw-border);background:0 0;text-decoration:none;display:inline-block}.fw-auth__btn--secondary:hover{background:var(--fw-surface-muted)}.fw-auth__btn:disabled{opacity:.65;cursor:not-allowed}.fw-emp-page{flex-direction:column;gap:1.25rem;display:flex}.fw-emp-hero{border-radius:var(--fw-radius-lg);color:var(--fw-white);box-shadow:var(--fw-shadow-card);background:radial-gradient(70% 90% at 100% 0,#f5c40033,#0000 55%),linear-gradient(135deg,#171717 0%,#2a2a2a 55%,#1c1c1c 100%);padding:1.25rem 1.5rem;position:relative;overflow:hidden}.fw-emp-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--fw-yellow), transparent);height:3px;position:absolute;bottom:0;left:0;right:0}.fw-emp-hero__row{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;position:relative}.fw-emp-hero__eyebrow{font-size:var(--fw-text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--fw-yellow);margin:0 0 .35rem;font-weight:700}.fw-emp-hero__title{letter-spacing:-.03em;margin:0;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:800}.fw-emp-hero__close{appearance:none;font:inherit;font-size:var(--fw-text-sm);color:var(--fw-white);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:8px;padding:.55rem .95rem;font-weight:600;transition:background .15s,border-color .15s}.fw-emp-hero__close:hover{background:#f5c40029;border-color:#f5c40073}.fw-emp-center{flex-direction:column;gap:.75rem;display:flex}.fw-emp-center__panel{border-radius:var(--fw-radius-lg);background:var(--fw-white);border:1px solid var(--fw-border);box-shadow:var(--fw-shadow-card);padding:1.15rem 1.2rem 1.35rem}.fw-emp-center__panel-head{margin-bottom:1rem}.fw-emp-center__panel-head--actions{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.fw-emp-center__panel-title{letter-spacing:-.02em;color:var(--fw-text);margin:0;font-size:1.05rem;font-weight:800}.fw-emp-center__panel-line{background:linear-gradient(90deg, var(--fw-yellow) 0%, #ffe566 100%);border-radius:999px;width:4.5rem;height:3px;margin-top:.55rem}.fw-emp-center__group+.fw-emp-center__group{margin-top:1.15rem}.fw-emp-center__group-title{font-size:var(--fw-text-sm);color:var(--fw-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .85rem;font-weight:700}.fw-emp-center__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}@media (width<=800px){.fw-emp-center__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.fw-emp-center__grid{grid-template-columns:1fr}}.fw-emp-tile{border:1px solid var(--fw-border-light);border-radius:var(--fw-radius-lg);text-align:left;cursor:pointer;background:var(--fw-white);min-height:128px;color:var(--fw-text);box-shadow:var(--fw-shadow-card);flex-direction:column;justify-content:space-between;padding:1rem 1rem 1.05rem;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden}.fw-emp-tile__top-border{background:linear-gradient(90deg, var(--fw-yellow) 0%, #ffe566 100%);border-radius:var(--fw-radius-lg) var(--fw-radius-lg) 0 0;height:4px;position:absolute;top:0;left:0;right:0}.fw-emp-tile__glow{background:radial-gradient(circle, var(--fw-yellow-glow) 0%, transparent 70%);opacity:0;pointer-events:none;border-radius:50%;width:120px;height:120px;transition:opacity .22s;position:absolute;top:-40px;right:-40px}.fw-emp-tile:hover{box-shadow:var(--fw-shadow-card-hover);border-color:#f5c40073;transform:translateY(-4px)}.fw-emp-tile:hover .fw-emp-tile__glow{opacity:1}.fw-emp-tile:focus-visible{outline:2px solid var(--fw-yellow);outline-offset:2px}.fw-emp-tile--selected{border-color:var(--fw-yellow);box-shadow:0 0 0 1px var(--fw-yellow), var(--fw-shadow-card-hover)}.fw-emp-tile__top{z-index:1;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-top:.35rem;display:flex;position:relative}.fw-emp-tile__icon{background:linear-gradient(135deg, var(--fw-dark) 0%, var(--fw-dark-soft) 100%);border:2px solid var(--fw-yellow);width:40px;height:40px;color:var(--fw-yellow);border-radius:10px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 12px #1414142e}.fw-emp-tile__count{letter-spacing:-.03em;color:var(--fw-dark);font-size:1.5rem;font-weight:800;line-height:1}.fw-emp-tile__title{z-index:1;color:var(--fw-text);margin:.85rem 0 0;font-size:.8125rem;font-weight:700;line-height:1.35;position:relative}.fw-emp-center__status{background:var(--fw-yellow-light);font-size:var(--fw-text-sm);color:#713f12;border:1px solid #f5c40059;border-radius:8px;margin-top:.75rem;padding:.65rem .85rem}.fw-emp-center__status strong{font-weight:800}.fw-emp-page .fw-card__section-header{cursor:default}.fw-emp-card-page{gap:.35rem}.fw-emp-card-page .fw-card-page__header{align-items:center;margin-bottom:1.15rem}.fw-emp-card-page .fw-card-page__title{letter-spacing:.04em;word-spacing:.18em}.fw-emp-card-page .fw-card-page__panel{flex-direction:column;min-height:28rem;display:flex;position:relative}.fw-emp-card-page .fw-card-page__panel--embedded{min-height:0}.fw-emp-card-page .fw-card-page__stack>.fw-card-page__panel--embedded:last-child{flex:1;min-height:16rem}.fw-emp-card-page .fw-card-page__stack--composite>.fw-card-page__panel--embedded{flex:none;min-height:12rem}.fw-emp-card-page .fw-card-page__stack--composite>.fw-card-page__panel--embedded:last-child{flex:1;min-height:14rem}.fw-emp-card-page .fw-card-page__panel:not(.fw-card-page__panel--embedded){box-shadow:none;background:0 0;border:none;overflow:visible}.fw-emp-card-page .fw-card-page__panel:not(.fw-card-page__panel--embedded) .fw-card-page__content{background:0 0;gap:1rem;padding:0}.fw-emp-card-page .fw-card-page__panel:not(.fw-card-page__panel--embedded) .fw-card__section{background:var(--fw-white);border:1px solid var(--fw-border-light);border-radius:var(--fw-radius-lg);box-shadow:var(--fw-shadow-card)}.fw-emp-card-page .fw-card-page__stack .fw-card-page__panel--embedded{background:var(--fw-white);border:1px solid var(--fw-border-light);border-radius:var(--fw-radius-lg);box-shadow:var(--fw-shadow-card);overflow:hidden}.fw-emp-card-page .fw-card-page__stack .fw-card-page__panel--embedded .fw-card-page__content{background:0 0;padding:0}.fw-emp-card-page .fw-card-page__stack .fw-card-page__panel--embedded .fw-card__section{box-shadow:none;background:0 0;border:none;border-radius:0}.fw-emp-card-page .fw-card-page__footer-wrap{box-shadow:none;background:0 0;border:none;margin-top:.75rem}.fw-emp-card-page .fw-card-page__footer-wrap .fw-card-page__footer{border-top:1px solid var(--fw-border-light);background:0 0}.fw-emp-card-page .fw-card__section--intro{flex:none}.fw-emp-card-page .fw-card__section-body--intro{padding:.95rem 1.4rem 1.05rem}.fw-emp-card-page .fw-card-page__submit-overlay{z-index:3;background:#ffffffb8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.fw-emp-card-page .fw-card-page__success{color:#166534;background:#ecfdf5;border:1px solid #86efac;margin:0 1.5rem 1rem}.fw-emp-card-page .fw-card-page__success-text{margin:0;line-height:1.5}.fw-emp-card-page .fw-card-page__footer{background:0 0;margin-top:auto;padding:1rem 1.5rem 1.25rem}.fw-emp-card-page .fw-card-page__btn-edit{min-width:7.5rem}.fw-emp-card-page .fw-card-page__content{gap:1.25rem;padding:1.35rem 1.5rem 1.85rem}.fw-emp-card-page .fw-card__section-header{padding:.95rem 1.4rem}.fw-emp-card-page .fw-card__section-body{padding:1.35rem 1.5rem 1.6rem}.fw-emp-card-page .fw-card__columns{gap:1.5rem 3.25rem}.fw-emp-card-page .fw-card__column{gap:1.05rem}.fw-emp-card-page .fw-card__intro-row{gap:1.35rem 3rem}.fw-emp-card-page .fw-card__intro-actions .fw-card__field--stacked{min-height:0}.fw-emp-card-page .fw-card__section-body--with-grid{gap:1.5rem;padding:1.35rem 1.5rem 1.6rem}.fw-emp-card-page .fw-card__repeater-action-row{margin-bottom:.25rem}.fw-emp-card-page .fw-card__field{gap:.55rem 1.15rem;min-height:38px}.fw-emp-card-page .fw-card__info-text{color:var(--fw-text);font-size:.8125rem;line-height:1.55}.fw-emp-card-page .fw-card__info--heading .fw-card__info-text{color:var(--fw-text)}.fw-emp-card-page .fw-card__input--lookup{border-color:var(--fw-input-border-disabled,#d1d5db);background:#f0f2f5}.fw-emp-card-page .fw-card__input{cursor:text}.fw-emp-card-page .fw-card__theme-select__trigger{cursor:pointer}.fw-emp-card-page .fw-grid__cell .fw-card__theme-select__trigger{height:34px;min-height:34px}.fw-emp-card-page .fw-grid__input{background:#fff}.fw-emp-card-page .fw-card__theme-select.is-disabled .fw-card__theme-select__trigger{cursor:not-allowed}.fw-card-page{flex-direction:column;flex:1;width:100%;max-width:1480px;min-height:0;margin:0 auto;display:flex}.fw-card-page__header{flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.fw-card-page__title-row{display:contents}.fw-card-page__breadcrumbs{font-size:var(--fw-text-sm);color:var(--fw-text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;width:100%;margin-bottom:.35rem;display:flex}.fw-card-page__breadcrumbs a,.fw-card-page__crumb-btn{color:var(--fw-accent-blue);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none}.fw-card-page__breadcrumbs a:hover,.fw-card-page__crumb-btn:hover{text-decoration:underline}.fw-card-page__sep{color:var(--fw-text-light);margin:0 .15rem}.fw-card-page__heading{flex-wrap:wrap;flex:1;align-items:center;gap:.65rem;min-width:0;display:flex}.fw-card-page__title{font-size:1.75rem;font-weight:var(--fw-weight-extrabold);letter-spacing:var(--fw-tracking-tight);color:var(--fw-yellow);text-transform:uppercase;margin:0}.fw-card-page__subtitle{font-size:var(--fw-text-sm);color:var(--fw-text-muted);margin:.25rem 0 0}.fw-card-page__meta{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.45rem;display:flex}.fw-card-page__meta .fw-card-page__subtitle{margin:0}.fw-card-page__version{background:linear-gradient(135deg,#fff8d6 0%,#ffe566 100%);border:1px solid #f5c4008c;border-radius:999px;align-items:center;gap:.45rem;padding:.28rem .7rem;display:inline-flex;box-shadow:0 2px 8px #f5c40033}.fw-card-page__version-label{font-size:.65rem;font-weight:var(--fw-weight-bold);letter-spacing:.08em;text-transform:uppercase;color:#8a6d00}.fw-card-page__version-value{font-size:.8125rem;font-weight:var(--fw-weight-extrabold);color:var(--fw-dark);font-variant-numeric:tabular-nums}.fw-card-page__actions{flex-wrap:wrap;flex-shrink:0;gap:.5rem;display:flex}@media (width<=768px){.fw-card-page__header{flex-flow:column;align-items:stretch;gap:.35rem}.fw-card-page__breadcrumbs{width:auto;margin-bottom:0}.fw-card-page__title-row{justify-content:space-between;align-items:center;gap:.75rem;width:100%;min-width:0;display:flex}.fw-card-page__heading{flex-wrap:nowrap;flex:1}.fw-card-page__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1.25rem;line-height:1.15;overflow:hidden}.fw-card-page__actions{flex-wrap:nowrap;gap:.35rem}.fw-card-page__actions.fw-icon-btn-group,.fw-card-page__title-row .fw-icon-btn-group{background:var(--fw-white);border:1px solid var(--fw-border-light);border-radius:11px;gap:.35rem;padding:.15rem;box-shadow:0 1px 2px #0f172a0a}.fw-card-page__title-row .fw-icon-btn{border-radius:8px;width:34px;height:34px}}.fw-card-page__btn-edit{background:linear-gradient(135deg, var(--fw-yellow) 0%, #ffe033 100%);color:var(--fw-dark);border-radius:var(--fw-radius);font-size:.75rem;font-weight:var(--fw-weight-extrabold);letter-spacing:.05em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.45rem;padding:.55rem 1rem;font-family:inherit;display:inline-flex}.fw-card-page__btn-edit:disabled{opacity:.5;cursor:not-allowed}.fw-card-page__btn-edit.is-busy:disabled{opacity:1;cursor:wait}.fw-card-page__btn-spinner{border:2px solid #1113;border-top-color:var(--fw-dark);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.75s linear infinite fw-card-spin}.fw-card-page__btn-save{background:var(--fw-dark);color:var(--fw-white);border-radius:var(--fw-radius);font-size:.75rem;font-weight:var(--fw-weight-extrabold);letter-spacing:.05em;cursor:pointer;border:none;padding:.55rem 1rem;font-family:inherit}.fw-card-page__btn-save:disabled{opacity:.45;cursor:not-allowed}.fw-card-page__error{color:#b91c1c;border-radius:var(--fw-radius);font-size:var(--fw-text-sm);background:#fef2f2;border:1px solid #fecaca;flex-shrink:0;margin-bottom:1rem;padding:.75rem 1rem}.fw-card-page__success{color:#166534;border-radius:var(--fw-radius);font-size:var(--fw-text-sm);background:#f0fdf4;border:1px solid #bbf7d0;flex-shrink:0;margin-bottom:1rem;padding:.75rem 1rem}.fw-card-page__panel{background:var(--fw-white);border:1px solid var(--fw-border-light);border-radius:var(--fw-radius-lg);min-height:0;box-shadow:var(--fw-shadow-card);flex-direction:column;flex:1;display:flex;overflow:hidden}.fw-card-page__panel--embedded{box-shadow:none;flex:none}.fw-card-page__stack{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:1rem;min-height:0;display:flex;overflow-y:auto}.fw-card-page__stack--composite{padding:0 0 .5rem}.fw-card-page__panel--embedded-error{padding:.75rem 1rem 1rem}.fw-card-page__panel--embedded-error .fw-card-page__error{margin:.75rem 1rem 0}.fw-card-page__content{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1rem 1.25rem;display:flex;overflow:hidden auto}.fw-card-page__loading{flex:1;justify-content:center;align-items:center;min-height:200px;display:flex}.fw-card-page__spinner{border:3px solid var(--fw-yellow-light);border-top-color:var(--fw-yellow);border-radius:50%;width:44px;height:44px;animation:.75s linear infinite fw-card-spin}@keyframes fw-card-spin{to{transform:rotate(360deg)}}.fw-card__section{background:var(--fw-white);border:1px solid var(--fw-border-light);border-radius:var(--fw-radius);flex-shrink:0;box-shadow:0 1px 3px #0000000a}.fw-card__section--intro{flex:none}.fw-card__section-body--intro{padding:.85rem 1.25rem 1rem}.fw-card__section-header{border:none;border-bottom:2px solid var(--fw-yellow);width:100%;font-size:.95rem;font-weight:var(--fw-weight-bold);color:var(--fw-text);cursor:pointer;border-radius:var(--fw-radius) var(--fw-radius) 0 0;background:#f8fafc;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-family:inherit;display:flex}.fw-card__section:not(.is-open) .fw-card__section-header{border-bottom-color:var(--fw-border-light);border-radius:var(--fw-radius)}.fw-card__section-header svg{color:var(--fw-yellow);flex-shrink:0;transition:transform .2s}.fw-card__chevron--open{transform:rotate(90deg)}.fw-card__section-body{padding:1rem 1.25rem 1.15rem}.fw-card__section-body--with-grid{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.fw-card__section-body--with-grid .fw-grid{flex:1;min-width:0}.fw-card__repeater-action-row{width:100%;min-width:0}.fw-card__repeater-action-row .fw-card__field--stacked{width:100%;max-width:none}.fw-card__repeater-action-row .fw-card__control,.fw-card__repeater-action-row .fw-card__theme-select{width:100%}.fw-card__columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem 2.5rem;display:grid}.fw-card__columns--info{align-items:start}.fw-card__column{flex-direction:column;gap:1rem;min-width:0;display:flex}.fw-card__intro-row{grid-template-columns:minmax(0,1fr) minmax(220px,34%);align-items:center;gap:1.5rem 2.5rem;display:grid}.fw-card__intro-copy{min-width:0}.fw-card__intro-actions{justify-self:end;width:100%;min-width:0;max-width:360px}.fw-card__field--stacked{grid-template-columns:1fr;align-items:stretch;gap:.35rem;min-height:0}.fw-card__field--stacked .fw-card__label{padding-top:0}.fw-card__info{min-width:0}.fw-card__info-text{color:var(--fw-text);white-space:pre-wrap;margin:0;font-size:.8125rem;line-height:1.55}.fw-card__info--heading .fw-card__info-text{font-weight:var(--fw-weight-semibold);letter-spacing:.01em;text-transform:uppercase;color:var(--fw-text-muted)}.fw-card__field{grid-template-columns:minmax(150px,46%) minmax(0,1fr);align-items:center;gap:.4rem .85rem;min-width:0;display:grid}.fw-card__label{font-size:.8125rem;font-weight:var(--fw-weight-medium);color:var(--fw-text-muted);word-break:break-word;line-height:1.35}.fw-card__required{color:#dc2626;margin-left:.2rem}.fw-card__input--error{background:#fff7f7;border-color:#ef4444!important}.fw-card__field-error{color:#dc2626;margin-top:.3rem;font-size:.72rem;line-height:1.3;display:block}.fw-card__control{width:100%;min-width:0}.fw-card__input-wrap{align-items:stretch;gap:.35rem;width:100%;min-width:0;display:flex;position:relative}.fw-card__input{box-sizing:border-box;width:100%;min-width:0;height:var(--fw-control-height,38px);min-height:var(--fw-control-height,38px);border:1px solid var(--fw-input-border,#9ca3af);color:var(--fw-text);text-align:left;box-shadow:none;-webkit-tap-highlight-color:transparent;cursor:pointer;background:#fff;border-radius:6px;outline:none;padding:.35rem .7rem;font-family:inherit;font-size:.8125rem;line-height:1.25}.fw-card__input:focus,.fw-card__input:focus-visible,.fw-card__input:active,.fw-card__theme-select__trigger:focus,.fw-card__theme-select__trigger:focus-visible,.fw-card__theme-select__trigger:active{outline-offset:0;outline:none!important}.fw-card__input:not([readonly]):not(:disabled):hover,.fw-card__theme-select:not(.is-disabled) .fw-card__theme-select__trigger:hover{border-color:var(--fw-input-border-hover,#6b7280)}.fw-card__input:not([readonly]):not(:disabled):focus,.fw-card__input:not([readonly]):not(:disabled):focus-visible,.fw-card__theme-select:not(.is-disabled) .fw-card__theme-select__trigger:focus,.fw-card__theme-select:not(.is-disabled) .fw-card__theme-select__trigger:focus-visible{border-color:var(--fw-yellow);box-shadow:0 0 0 3px var(--fw-yellow-glow);background:#fff}.fw-card__input:read-only:focus,.fw-card__input:read-only:focus-visible,.fw-card__input:disabled:focus,.fw-card__input:disabled:focus-visible{border-color:var(--fw-input-border-disabled,#d1d5db);box-shadow:none;background:#f0f2f5}.fw-card__input--center{text-align:center}.fw-card__input--select{padding-right:1.85rem}.fw-card__select-icon{color:var(--fw-text,#111827);pointer-events:none;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.fw-card__input-wrap:has(.fw-card__lookup) .fw-card__select-icon{right:2.85rem}.fw-card__input:read-only,.fw-card__input:disabled{color:var(--fw-text-muted);cursor:not-allowed;border-color:var(--fw-input-border-disabled,#d1d5db);background:#f0f2f5}.fw-card__input:not([readonly]):not(:disabled),.fw-card__theme-select:not(.is-disabled) .fw-card__theme-select__trigger{cursor:pointer;color:var(--fw-text);background:#fff}.fw-card__input:read-only,.fw-card__input:disabled,.fw-card__theme-select.is-disabled,.fw-card__theme-select.is-disabled .fw-card__theme-select__trigger{cursor:not-allowed}.fw-card__theme-select.is-disabled .fw-card__theme-select__trigger{color:var(--fw-text-muted);border-color:var(--fw-input-border-disabled,#d1d5db);background:#f0f2f5}.fw-card__input--highlight{color:#2563eb;font-weight:var(--fw-weight-semibold)}.fw-card__input--textarea{resize:vertical;align-self:stretch;height:auto;min-height:72px;padding-top:.45rem;padding-bottom:.45rem}.fw-card__field--textarea{align-items:start}.fw-card__field--textarea .fw-card__label{padding-top:.4rem}.fw-card__lookup{width:var(--fw-control-height,38px);height:var(--fw-control-height,38px);border:1px solid var(--fw-input-border,#9ca3af);background:var(--fw-white);color:var(--fw-text-muted);cursor:pointer;font-family:inherit;font-weight:var(--fw-weight-bold);border-radius:6px;flex-shrink:0;align-self:center}.fw-card__lookup:hover:not(:disabled){border-color:var(--fw-yellow);background:var(--fw-yellow-light);color:var(--fw-dark)}.fw-card__lookup:disabled{opacity:.45;cursor:not-allowed}.fw-lookup-modal{z-index:1300;background:#14141473;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.fw-lookup-modal__dialog{background:var(--fw-white);border-radius:var(--fw-radius-lg);border:1px solid var(--fw-border-light);width:min(1100px,100%);max-height:min(820px,92vh);box-shadow:var(--fw-shadow-card);flex-direction:column;display:flex;overflow:hidden}.fw-lookup-modal__header{border-bottom:2px solid var(--fw-yellow);background:#f8fafc;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;padding:1rem 1.25rem;display:flex}.fw-lookup-modal__header-title{flex-shrink:0;min-width:0}.fw-lookup-modal__title{font-size:1.125rem;font-weight:var(--fw-weight-extrabold);color:var(--fw-dark);margin:0}.fw-lookup-modal__subtitle{font-size:var(--fw-text-sm);color:var(--fw-text-muted);margin:.25rem 0 0}.fw-lookup-modal__header-actions{flex-shrink:0}.fw-lookup-modal__search-wrap{background:var(--fw-white);border:1px solid var(--fw-border);border-radius:var(--fw-radius);min-width:220px;max-width:520px;color:var(--fw-text-muted);flex:1;align-items:center;gap:.6rem;padding:0 .9rem;display:flex}.fw-lookup-modal__search-input{font-size:var(--fw-text-sm);color:var(--fw-text);background:0 0;border:none;outline:none;flex:1;padding:.7rem 0;font-family:inherit}.fw-lookup-modal__search-input:focus{box-shadow:none}.fw-lookup-modal__refresh-banner,.fw-lookup-modal__inline-error{font-size:var(--fw-text-sm);border-bottom:1px solid var(--fw-border-light);padding:.45rem .75rem}.fw-lookup-modal__refresh-banner{background:var(--fw-yellow-light);color:var(--fw-text-muted)}.fw-lookup-modal__inline-error{color:#b91c1c;background:#fef2f2}.fw-lookup-modal__table-wrap.is-refreshing{opacity:.72}.fw-lookup-modal__hint{color:var(--fw-text-muted);margin:0;padding:0 1.25rem .35rem;font-size:.75rem}.fw-lookup-modal__loading-note{max-width:28rem;color:var(--fw-text-muted);margin:0;font-size:.75rem}.fw-lookup-modal__body{flex-direction:column;flex:1;min-height:280px;padding:.75rem 1.25rem 1rem;display:flex;overflow:hidden}.fw-lookup-modal__table-shell{border:1px solid var(--fw-border-light);border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.fw-lookup-modal__virtual{background:var(--fw-white);flex:1;min-height:260px;max-height:min(520px,58vh);position:relative;overflow:auto}.fw-lookup-modal__virtual.is-refreshing{opacity:.72}.fw-lookup-modal__virtual-head{z-index:2;border-bottom:1px solid var(--fw-border);box-sizing:border-box;background:#f8fafc;width:100%;display:grid;position:sticky;top:0}.fw-lookup-modal__virtual-body{box-sizing:border-box;width:100%;position:relative}.fw-lookup-modal__virtual-window{will-change:transform;box-sizing:border-box;width:100%;position:absolute;top:0;left:0}.fw-lookup-modal__virtual-row{border-bottom:1px solid var(--fw-border-light);cursor:pointer;box-sizing:border-box;align-items:center;width:100%;display:grid}.fw-lookup-modal__virtual-row:hover{background:var(--fw-yellow-light)}.fw-lookup-modal__virtual-row.is-selected{background:linear-gradient(135deg,#f5c40059 0%,#ffe03340 100%)}.fw-lookup-modal__virtual-cell{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:100%;color:var(--fw-text);box-sizing:border-box;padding:0 .65rem;font-size:.78rem;line-height:1.2;overflow:hidden}.fw-lookup-modal__virtual-head .fw-lookup-modal__virtual-cell{height:36px;font-weight:var(--fw-weight-bold);color:var(--fw-text-muted);align-items:center;display:flex}.fw-lookup-modal__loading,.fw-lookup-modal__empty,.fw-lookup-modal__error{min-height:260px;color:var(--fw-text-muted);font-size:var(--fw-text-sm);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.fw-lookup-modal__error{color:#b91c1c}.fw-lookup-modal__spinner{border:3px solid var(--fw-yellow-light);border-top-color:var(--fw-yellow);border-radius:50%;width:44px;height:44px;animation:.75s linear infinite fw-card-spin}.fw-lookup-modal__footer{border-top:1px solid var(--fw-border-light);background:#fafbfc;justify-content:flex-end;padding:.85rem 1.25rem;display:flex}.fw-lookup-modal__btn-close{border:1px solid var(--fw-border);border-radius:var(--fw-radius);background:var(--fw-white);min-height:36px;color:var(--fw-text);font:inherit;font-size:.8125rem;font-weight:var(--fw-weight-semibold);cursor:pointer;padding:.45rem 1rem}.fw-lookup-modal__btn-close:hover{border-color:var(--fw-yellow);background:var(--fw-yellow-light)}.fw-card__input--datetime,.fw-card__input--date{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-height:36px}.fw-card__input--datetime::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}.fw-card__input--date::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}.fw-card__input--datetime::-webkit-calendar-picker-indicator:hover{opacity:1}.fw-card__input--date::-webkit-calendar-picker-indicator:hover{opacity:1}.fw-theme-date{width:100%;min-width:0;position:relative}.fw-theme-date__trigger{text-align:left;cursor:pointer;appearance:none;width:100%;box-shadow:none;background:#fff;outline:none;justify-content:flex-start;align-items:center;padding-right:2.25rem;display:flex;position:relative}.fw-theme-date__trigger.is-placeholder{color:var(--fw-text-light)}.fw-theme-date.is-open .fw-theme-date__trigger,.fw-theme-date.is-open .fw-theme-date__trigger:focus,.fw-theme-date.is-open .fw-theme-date__trigger:focus-visible{border-color:var(--fw-yellow);box-shadow:0 0 0 3px var(--fw-yellow-glow);outline:none}.fw-theme-date.is-error .fw-theme-date__trigger{background:#fff7f7;border-color:#ef4444}.fw-theme-date.is-disabled .fw-theme-date__trigger{opacity:.7;cursor:not-allowed;background:#f0f2f5}.fw-theme-date__value{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fw-theme-date__icon{color:var(--fw-text-muted);display:inline-flex;position:absolute;top:50%;right:.7rem;transform:translateY(-50%)}.fw-theme-date.is-open .fw-theme-date__icon{color:var(--fw-dark)}.fw-theme-date__menu{box-sizing:border-box;background:var(--fw-white);border:1px solid #f5c4008c;border-radius:12px;padding:.75rem;box-shadow:0 12px 28px #14141424,0 0 0 1px #f5c40014}.fw-theme-date__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.fw-theme-date__month-label{font-size:.875rem;font-weight:var(--fw-weight-extrabold);color:var(--fw-dark)}.fw-theme-date__title{align-items:center;gap:.35rem;display:inline-flex}.fw-theme-date__month-name{font-size:.875rem;font-weight:var(--fw-weight-extrabold);color:var(--fw-dark)}.fw-theme-date__year-btn{border:1px solid var(--fw-border);background:var(--fw-yellow-light);color:var(--fw-dark);font:inherit;font-size:.875rem;font-weight:var(--fw-weight-extrabold);cursor:pointer;border-radius:6px;padding:.15rem .45rem;line-height:1.2}.fw-theme-date__year-btn:hover{border-color:var(--fw-yellow);background:linear-gradient(135deg, var(--fw-yellow) 0%, #ffe033 100%)}.fw-theme-date__year-grid{grid-template-columns:repeat(3,1fr);align-content:start;gap:.4rem;min-height:180px;display:grid}.fw-theme-date__year{height:40px;color:var(--fw-text);font:inherit;font-size:.875rem;font-weight:var(--fw-weight-semibold);cursor:pointer;background:0 0;border:none;border-radius:8px}.fw-theme-date__year:hover{background:var(--fw-yellow-light)}.fw-theme-date__year.is-today:not(.is-selected){box-shadow:inset 0 0 0 1.5px var(--fw-yellow);font-weight:var(--fw-weight-bold)}.fw-theme-date__year.is-selected{background:linear-gradient(135deg, var(--fw-yellow) 0%, #ffe033 100%);color:var(--fw-dark);font-weight:var(--fw-weight-extrabold);box-shadow:0 2px 8px var(--fw-yellow-glow)}.fw-theme-date__nav{border:1px solid var(--fw-border);background:var(--fw-white);width:30px;height:30px;color:var(--fw-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.fw-theme-date__nav:hover{border-color:var(--fw-yellow);background:var(--fw-yellow-light)}.fw-theme-date__weekdays{grid-template-columns:repeat(7,1fr);gap:.15rem;margin-bottom:.35rem;display:grid}.fw-theme-date__weekdays span{text-align:center;font-size:.6875rem;font-weight:var(--fw-weight-bold);color:var(--fw-text-muted);letter-spacing:.02em;padding:.2rem 0}.fw-theme-date__grid{grid-template-columns:repeat(7,1fr);gap:.2rem;display:grid}.fw-theme-date__day{height:34px;color:var(--fw-text);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;font-size:.8125rem}.fw-theme-date__day:hover{background:var(--fw-yellow-light)}.fw-theme-date__day.is-outside{color:var(--fw-text-light)}.fw-theme-date__day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1.5px var(--fw-yellow);font-weight:var(--fw-weight-bold)}.fw-theme-date__day.is-selected{background:linear-gradient(135deg, var(--fw-yellow) 0%, #ffe033 100%);color:var(--fw-dark);font-weight:var(--fw-weight-extrabold);box-shadow:0 2px 8px var(--fw-yellow-glow)}.fw-theme-date__day.is-selected:hover{background:linear-gradient(135deg, #ffd000 0%, var(--fw-yellow) 100%)}.fw-theme-date__footer{border-top:1px solid var(--fw-border-light);justify-content:space-between;align-items:center;margin-top:.65rem;padding-top:.55rem;display:flex}.fw-theme-date__link{color:var(--fw-dark);font:inherit;font-size:.8125rem;font-weight:var(--fw-weight-bold);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .4rem}.fw-theme-date__link:hover{background:var(--fw-yellow-light);color:var(--fw-dark)}.fw-card__input--native-select.is-placeholder{color:var(--fw-text-light)}.fw-card__input--native-select:focus,.fw-card__input--native-select:focus-visible{border-color:var(--fw-yellow);box-shadow:0 0 0 3px var(--fw-yellow-glow);outline:none}.fw-card__input--native-select:disabled{color:var(--fw-text-muted);cursor:not-allowed;background:#f0f2f5}.fw-card__theme-select{width:100%;min-width:0;position:relative}.fw-card__theme-select__trigger{cursor:pointer;text-align:left;appearance:none;width:100%;box-shadow:none;background:#fff;outline:none;justify-content:flex-start;align-items:center;display:flex;position:relative}.fw-card__theme-select__trigger.is-placeholder{color:var(--fw-text-light)}.fw-card__theme-select.is-open .fw-card__theme-select__trigger,.fw-card__theme-select.is-open .fw-card__theme-select__trigger:focus,.fw-card__theme-select.is-open .fw-card__theme-select__trigger:focus-visible{border-color:var(--fw-yellow);box-shadow:0 0 0 3px var(--fw-yellow-glow);background:#fff;outline:none}.fw-card__theme-select.is-error .fw-card__theme-select__trigger{background:#fff7f7;border-color:#ef4444}.fw-card__theme-select.is-disabled .fw-card__theme-select__trigger{opacity:.7;cursor:not-allowed}.fw-card__theme-select__value{text-overflow:ellipsis;white-space:nowrap;padding-right:.25rem;display:block;overflow:hidden}.fw-card__theme-select__trigger .fw-card__select-icon{position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.fw-card__theme-select.is-open .fw-card__theme-select__trigger .fw-card__select-icon{transform:translateY(-50%)rotate(180deg)}.fw-card__theme-select__menu{z-index:40;overscroll-behavior:contain;background:var(--fw-white);border:1px solid #f5c4008c;border-radius:8px;max-height:240px;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #1414141f,0 0 0 1px #f5c40014}.fw-card__theme-select__search-row{z-index:3;background:var(--fw-white);border-bottom:1px solid var(--fw-border-light);padding:.2rem .2rem .35rem;position:sticky;top:0}.fw-card__theme-select__search-input{border:1px solid var(--fw-border);width:100%;height:34px;font:inherit;color:var(--fw-text);background:#fff;border-radius:6px;outline:none;padding:0 .7rem;font-size:.8125rem}.fw-card__theme-select__search-input:focus{box-shadow:none;border-color:var(--fw-border)}.fw-card__theme-select__no-results{color:var(--fw-text-muted);padding:.5rem .65rem;font-size:.8125rem}.fw-card__theme-select__menu--portal{z-index:1200;position:fixed;top:auto;left:auto;right:auto}.fw-card__theme-select__option{text-align:left;width:100%;font:inherit;color:var(--fw-text);cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;padding:.45rem .65rem;font-size:.8125rem;line-height:1.25;display:block}.fw-card__theme-select__option:focus,.fw-card__theme-select__option:focus-visible{background:var(--fw-yellow-light);box-shadow:inset 0 0 0 1px var(--fw-yellow);outline:none}.fw-card__theme-select__option:hover{background:var(--fw-yellow-light);color:var(--fw-dark)}.fw-card__theme-select__option.is-selected{background:linear-gradient(135deg, var(--fw-yellow) 0%, #ffe033 100%);color:var(--fw-dark);font-weight:var(--fw-weight-bold)}.fw-card__theme-select__option.is-selected:hover{background:linear-gradient(135deg, #ffd000 0%, var(--fw-yellow) 100%)}.fw-card-page__empty{color:var(--fw-text-muted);font-size:var(--fw-text-sm);margin:0}.fw-card-page__footer-wrap{border-top:1px solid var(--fw-border-light);background:#fafbfc;flex-shrink:0}.fw-card-page__footer-error{color:#dc2626;margin:0;padding:.7rem 1.25rem 0;font-size:.8125rem;line-height:1.4}.fw-card-page__footer-wrap .fw-card-page__footer{border-top:none}.fw-card-page__footer{border-top:1px solid var(--fw-border-light);background:#fafbfc;flex-shrink:0;justify-content:flex-end;padding:.85rem 1.25rem;display:flex}.fw-card-page__btn-close{background:var(--fw-white);color:var(--fw-text);border:1px solid var(--fw-border);border-radius:var(--fw-radius);font-size:.8125rem;font-weight:var(--fw-weight-semibold);cursor:pointer;padding:.55rem 1.25rem;font-family:inherit}.fw-card-page__btn-close:hover{border-color:var(--fw-yellow);background:var(--fw-yellow-light)}.fw-grid{border-radius:0 0 var(--fw-radius) var(--fw-radius);width:100%;overflow:hidden}.fw-grid__count{font-size:.72rem;font-weight:var(--fw-weight-semibold);color:var(--fw-text-muted);text-transform:none;letter-spacing:0}.fw-grid__scroller{-webkit-overflow-scrolling:touch;width:100%;overflow:auto visible}.fw-grid__head{border-bottom:1px solid var(--fw-border);box-sizing:border-box;background:#f8fafc;min-width:max-content;display:grid}.fw-grid__head .fw-grid__cell{height:auto;min-height:36px;font-size:.72rem;font-weight:var(--fw-weight-bold);letter-spacing:.03em;text-transform:uppercase;color:var(--fw-text-muted);white-space:normal;word-break:break-word;overflow-wrap:anywhere;box-sizing:border-box;flex-direction:column;justify-content:center;line-height:1.15;display:flex}.fw-grid__body{background:var(--fw-white);min-width:max-content}.fw-grid__row{border-bottom:1px solid var(--fw-border-light);box-sizing:border-box;align-items:center;display:grid}.fw-grid__row:last-child{border-bottom:none}.fw-grid__row:hover,.fw-grid__row:focus-within{background:var(--fw-yellow-light)}.fw-grid__cell{box-sizing:border-box;flex-direction:column;justify-content:center;min-width:0;padding:.3rem .5rem;display:flex}.fw-grid__head .fw-grid__cell,.fw-grid__row .fw-grid__cell{min-width:0}.fw-grid__cell-stack{flex-direction:column;gap:.15rem;width:100%;min-width:0;display:flex}.fw-grid__field-error{word-break:break-word;margin-top:0;line-height:1.2}.fw-grid__input{box-sizing:border-box;border:1px solid var(--fw-input-border,#9ca3af);width:100%;min-width:0;height:34px;color:var(--fw-text);-webkit-tap-highlight-color:transparent;background:0 0;border-radius:6px;outline:none;padding:.3rem .55rem;font-family:inherit;font-size:.8125rem;line-height:1.25}.fw-grid__input:not([readonly]):not(:disabled):hover{border-color:var(--fw-input-border-hover,#6b7280);background:#fff}.fw-grid__input:not([readonly]):focus,.fw-grid__input:not([readonly]):focus-visible{border-color:var(--fw-yellow);box-shadow:0 0 0 3px var(--fw-yellow-glow);background:#fff;outline:none!important}.fw-grid__input:read-only{color:var(--fw-text-muted);cursor:default}.fw-grid__input-wrap{align-items:center;gap:.25rem;width:100%;min-width:0;display:flex}.fw-grid__input-wrap .fw-grid__input{flex:auto;min-width:0}.fw-grid__lookup{border:1px solid var(--fw-input-border,#9ca3af);background:var(--fw-white);width:28px;height:28px;color:var(--fw-text-muted);cursor:pointer;font-family:inherit;font-weight:var(--fw-weight-bold);border-radius:6px;flex-shrink:0;padding:0;line-height:1}.fw-grid__lookup:hover:not(:disabled){border-color:var(--fw-yellow);background:var(--fw-yellow-light);color:var(--fw-dark)}.fw-grid__lookup:disabled{opacity:.45;cursor:not-allowed}.fw-grid__cell--boolean{align-items:center;display:flex}.fw-grid__cell--align-start.fw-grid__cell--boolean,.fw-grid__head .fw-grid__cell--align-start.fw-grid__cell--boolean{justify-content:flex-start}.fw-grid__cell--align-end.fw-grid__cell--boolean,.fw-grid__head .fw-grid__cell--align-end.fw-grid__cell--boolean{justify-content:flex-end}.fw-grid__cell--align-center,.fw-grid__head .fw-grid__cell--align-center{text-align:center;align-items:center}.fw-grid__cell--align-center .fw-grid__input,.fw-grid__cell--align-center .fw-card__theme-select__trigger{text-align:center;width:100%}.fw-grid__cell--align-center .fw-grid__checkbox-wrap,.fw-grid__cell--align-center .fw-grid__input-wrap{justify-content:center;width:100%}.fw-grid__cell--align-start{text-align:left;align-items:stretch}.fw-grid__head .fw-grid__cell--align-start{align-items:flex-start}.fw-grid__cell--align-start .fw-grid__input,.fw-grid__cell--align-start .fw-card__theme-select__trigger{text-align:left;width:100%}.fw-grid__cell--align-start .fw-grid__checkbox-wrap,.fw-grid__cell--align-start .fw-grid__input-wrap{justify-content:flex-start;width:100%}.fw-grid__cell--align-end{text-align:right;align-items:flex-end}.fw-grid__head .fw-grid__cell--align-end{align-items:flex-end}.fw-grid__cell--align-end .fw-grid__input,.fw-grid__cell--align-end .fw-card__theme-select__trigger{text-align:right;width:100%}.fw-grid__cell--align-end .fw-grid__checkbox-wrap,.fw-grid__cell--align-end .fw-grid__input-wrap{justify-content:flex-end;width:100%}.fw-grid__cell--numeric.fw-grid__cell--align-end .fw-card__theme-select{width:100%}.fw-grid__cell--numeric .fw-grid__input{font-variant-numeric:tabular-nums}.fw-grid__cell--option .fw-card__theme-select,.fw-grid__cell--lookup .fw-grid__input-wrap{width:100%;min-width:0}.fw-grid__checkbox-wrap{justify-content:flex-start;align-items:center;width:100%;min-height:34px;display:flex}.fw-grid__checkbox{width:18px;height:18px;accent-color:var(--fw-yellow);cursor:pointer}.fw-grid__checkbox:disabled{cursor:not-allowed;opacity:.65}.fw-card__control--checkbox{align-items:center;min-height:34px;display:flex}.fw-card__checkbox{width:18px;height:18px;accent-color:var(--fw-yellow);cursor:pointer}.fw-card__checkbox:disabled{cursor:not-allowed;opacity:.65}.fw-grid__empty{text-align:center;font-size:var(--fw-text-sm);color:var(--fw-text-muted);padding:2.25rem 1rem}@media (width<=900px){.fw-card__columns,.fw-card__intro-row{grid-template-columns:1fr;gap:1rem}.fw-card__intro-actions{justify-self:stretch;max-width:none}.fw-card__field{grid-template-columns:1fr;align-items:start;gap:.35rem}.fw-card__field--textarea .fw-card__label{padding-top:0}}.fw-icon-btn-group{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.fw-icon-btn{box-sizing:border-box;background:var(--fw-white);width:52px;height:2.35rem;color:var(--fw-text);border:1px solid var(--fw-border);border-radius:var(--fw-radius);cursor:pointer;justify-content:center;align-items:center;padding:0;font-family:inherit;line-height:0;transition:border-color .15s,background .15s,box-shadow .15s;display:inline-flex;position:relative}.fw-icon-btn:hover:not(:disabled){border-color:var(--fw-yellow);background:var(--fw-yellow-light)}.fw-icon-btn:disabled{opacity:.5;cursor:not-allowed}.fw-icon-btn[data-tooltip]:after{content:attr(data-tooltip);background:var(--fw-dark,#1a1a1a);color:var(--fw-white,#fff);letter-spacing:.02em;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;z-index:40;border-radius:4px;padding:.35rem .55rem;font-size:.6875rem;font-weight:600;line-height:1.2;transition:opacity .12s,transform .12s,visibility .12s;position:absolute;top:calc(100% + .45rem);left:50%;transform:translate(-50%)translateY(-2px);box-shadow:0 4px 12px #0000002e}.fw-icon-btn[data-tooltip]:before{content:"";border:5px solid #0000;border-bottom-color:var(--fw-dark,#1a1a1a);pointer-events:none;opacity:0;visibility:hidden;z-index:40;transition:opacity .12s,visibility .12s;position:absolute;top:calc(100% + .15rem);left:50%;transform:translate(-50%)}.fw-icon-btn[data-tooltip]:hover:not(:disabled):after,.fw-icon-btn[data-tooltip]:focus-visible:not(:disabled):after{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.fw-icon-btn[data-tooltip]:hover:not(:disabled):before,.fw-icon-btn[data-tooltip]:focus-visible:not(:disabled):before{opacity:1;visibility:visible}.fw-icon-btn--primary{background:linear-gradient(135deg, var(--fw-yellow) 0%, #ffe033 100%);color:var(--fw-dark);box-shadow:0 2px 8px var(--fw-yellow-glow);border-color:#0000}.fw-icon-btn--primary:hover:not(:disabled){background:linear-gradient(135deg, #ffe033 0%, var(--fw-yellow) 100%);box-shadow:0 4px 12px var(--fw-yellow-glow);border-color:#0000}
