/* Forewird: quiet system surfaces. Values are HSL channels for the existing UI. */
.fw-app-hub{max-width:1000px;margin:10px auto}.fw-hub-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px}.fw-hub-heading h1{font-size:32px;margin:8px 0 12px}.fw-hub-heading p{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.7}.fw-hub-heading .fw-hub-eyebrow{color:hsl(var(--primary));font-size:12px;font-weight:600;letter-spacing:.08em}.fw-hub-role{font-size:12px;padding:7px 12px;border:1px solid hsl(var(--border));border-radius:99px;white-space:nowrap}.fw-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.fw-hub-app{display:flex;flex-direction:column;min-height:252px;padding:26px 24px;border:1px solid hsl(var(--border));border-radius:22px;background:hsl(var(--card));box-shadow:var(--fw-shadow);transition:box-shadow .18s,border-color .18s}.fw-hub-app:hover{border-color:hsl(var(--primary)/.45);box-shadow:0 8px 28px hsl(var(--primary)/.06)}.fw-hub-app-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;color:hsl(var(--muted-foreground))}.fw-hub-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:hsl(var(--primary));background:hsl(var(--primary)/.09)}.fw-hub-icon svg{width:25px;height:25px;stroke-width:1.6}.fw-hub-icon[data-app=quotation]{color:#7661c6;background:#7661c618}.fw-hub-icon[data-app=idcard]{color:#218477;background:#21847718}.fw-hub-app h2{font-size:18px;font-weight:600;margin-bottom:9px}.fw-hub-app p{font-size:13px;color:hsl(var(--muted-foreground));line-height:1.75;margin-bottom:24px}.fw-hub-open{display:flex;gap:4px;align-items:center;margin-top:auto;color:hsl(var(--primary));font-size:13px}.fw-hub-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px;border:1px solid hsl(var(--border));border-radius:20px;background:hsl(var(--card));overflow:hidden}.fw-hub-settings>a{padding:25px 24px;display:flex;align-items:center;gap:16px;min-width:0}.fw-hub-settings>a:hover{background:hsl(var(--accent)/.5)}.fw-hub-settings>a+a{border-left:1px solid hsl(var(--border))}.fw-hub-settings>a>svg{flex-shrink:0;color:hsl(var(--muted-foreground));stroke-width:1.5}.fw-hub-settings>a>div{flex:1;min-width:0}.fw-hub-settings h2{font-size:15px;font-weight:600;margin-bottom:6px}.fw-hub-settings p{font-size:12px;color:hsl(var(--muted-foreground));line-height:1.6}.fw-hub-admin{display:flex;align-items:center;gap:4px;width:fit-content;margin:24px 0 0 auto;font-size:13px;color:hsl(var(--primary))}.fw-hub-empty{border:1px solid hsl(var(--border));border-radius:22px;background:hsl(var(--card));padding:42px 26px;text-align:center}.fw-hub-empty>svg{color:hsl(var(--muted-foreground));margin:0 auto 18px;stroke-width:1.5}.fw-hub-empty h2{font-size:18px;font-weight:600;margin-bottom:10px}.fw-hub-empty p{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.8;max-width:440px;margin:auto}.fw-session-control{margin-top:28px;padding-top:24px;border-top:1px solid hsl(var(--border))}.fw-session-control h3{font-size:14px;font-weight:600;margin-bottom:8px}.fw-session-control p{font-size:13px;line-height:1.8;color:hsl(var(--muted-foreground));margin-bottom:16px}.fw-session-control button{gap:8px;white-space:normal;height:auto;min-height:40px}.fw-session-control [role=alert]{color:hsl(var(--destructive));margin:12px 0 0}.fw-app-hub a:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:4px}
@media(max-width:1100px){.fw-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fw-hub-settings{grid-template-columns:1fr}.fw-hub-settings>a+a{border-left:0;border-top:1px solid hsl(var(--border))}}
@media(max-width:600px){.fw-hub-heading{align-items:flex-start;gap:15px;flex-direction:column;margin-bottom:26px}.fw-hub-heading h1{font-size:28px}.fw-hub-grid{grid-template-columns:1fr;gap:16px}.fw-hub-app{min-height:218px;padding:24px}.fw-hub-settings>a{padding:22px 18px;gap:12px}.fw-hub-empty{padding:32px 22px}}
.fw-personal-account{max-width:820px;margin:0 auto}.fw-personal-heading{margin:4px 0 28px}.fw-personal-heading h1{font-size:30px;margin-bottom:10px}.fw-personal-heading p,.fw-personal-section-heading p{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.7}.fw-personal-identity{display:flex;align-items:center;gap:16px;margin-bottom:28px}.fw-personal-identity>div{min-width:0}.fw-personal-identity h2{font-size:18px;font-weight:600;overflow-wrap:anywhere}.fw-personal-identity p{font-size:13px;color:hsl(var(--muted-foreground));overflow-wrap:anywhere}.fw-personal-identity>[data-slot=badge],.fw-personal-identity>span:last-child{margin-left:auto;white-space:nowrap}.fw-personal-tabs>[role=tablist]{height:auto;margin-bottom:18px}.fw-personal-tabs [role=tab]{min-height:40px;gap:8px;padding:10px 20px}.fw-personal-panel{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:20px;padding:28px 32px;box-shadow:var(--fw-shadow)}.fw-personal-section-heading{margin-bottom:18px}.fw-personal-section-heading h2{font-size:18px;font-weight:600;margin-bottom:6px}.fw-personal-fields{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;max-width:560px}.fw-personal-fields label{margin-bottom:8px}.fw-personal-fields .flex.gap-2{flex-wrap:wrap}.fw-personal-fields .flex.gap-2>input{flex:1;min-width:140px}.fw-personal-save{margin-top:28px;padding-top:20px;border-top:1px solid hsl(var(--border));display:flex;justify-content:flex-end}.fw-personal-login{margin-top:28px;border-top:1px solid hsl(var(--border));padding-top:24px}.fw-personal-login h3{font-size:14px;font-weight:600;margin-bottom:16px}.fw-personal-login dl>div{display:flex;justify-content:space-between;gap:20px;font-size:13px;margin-top:12px}.fw-personal-login dt{color:hsl(var(--muted-foreground))}.fw-personal-login dd{overflow-wrap:anywhere;text-align:right}.fw-personal-tabs [role=tabpanel]{outline-offset:5px}
@media(max-width:600px){.fw-personal-heading h1{font-size:26px}.fw-personal-heading p,.fw-personal-section-heading p{font-size:13px}.fw-personal-panel{padding:22px 18px}.fw-personal-identity{gap:12px;flex-wrap:wrap}.fw-personal-identity p{font-size:12px}.fw-personal-tabs>[role=tablist]{display:flex;width:100%}.fw-personal-tabs [role=tab]{flex:1;padding:10px 12px}.fw-personal-login dl>div{flex-direction:column;gap:5px;margin-top:16px}.fw-personal-login dd{text-align:left}}
html:root{--background:240 11% 97%!important;--foreground:240 3% 12%!important;--card:0 0% 100%!important;--card-foreground:240 3% 12%!important;--popover:0 0% 100%!important;--popover-foreground:240 3% 12%!important;--primary:210 100% 44.5%!important;--primary-foreground:0 0% 100%!important;--ring:210 100% 44.5%!important;--muted:240 5% 95%!important;--muted-foreground:240 2% 43%!important;--secondary:240 5% 95%!important;--secondary-foreground:240 3% 12%!important;--accent:240 5% 94%!important;--accent-foreground:240 3% 12%!important;--border:240 7% 90%!important;--input:240 5% 80%!important;--sidebar-background:240 7% 95%!important;--sidebar-foreground:240 3% 18%!important;--sidebar-accent:210 100% 94%!important;--sidebar-accent-foreground:210 100% 38%!important;--sidebar-border:240 6% 88%!important;--radius:.8rem!important;--fw-shadow:0 2px 6px #00000003,0 12px 32px #00000004;}
html.dark{--background:240 3% 10%!important;--foreground:240 5% 96%!important;--card:240 3% 15%!important;--card-foreground:240 5% 96%!important;--popover:240 3% 19%!important;--popover-foreground:240 5% 96%!important;--primary:211 100% 62%!important;--primary-foreground:0 0% 8%!important;--ring:211 100% 62%!important;--muted:240 3% 19%!important;--muted-foreground:240 4% 70%!important;--secondary:240 3% 21%!important;--secondary-foreground:240 5% 96%!important;--accent:240 3% 22%!important;--accent-foreground:240 5% 96%!important;--border:240 3% 25%!important;--input:240 3% 34%!important;--sidebar-background:240 3% 13%!important;--sidebar-foreground:240 5% 92%!important;--sidebar-accent:211 55% 27%!important;--sidebar-accent-foreground:211 100% 88%!important;--sidebar-border:240 3% 23%!important;--fw-shadow:0 12px 32px #00000014;}
html body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;letter-spacing:-.012em;-webkit-font-smoothing:antialiased;color:hsl(var(--foreground));}
html button,html input,html select,html textarea{font:inherit;}html a,html button{touch-action:manipulation;}html :focus-visible{outline:3px solid hsl(var(--ring)/.5);outline-offset:3px;}
img[src*="forewild-brand.png"]{object-fit:contain;}
.fw-console{background:hsl(var(--background));}
.fw-console [data-sidebar=sidebar]{background:hsl(var(--sidebar-background)/.88);backdrop-filter:blur(24px);}
.fw-console [data-sidebar=header]{height:80px;padding:20px 18px;border-bottom:0;}
.fw-console [data-sidebar=header] img{max-width:180px;height:38px;}
.fw-console [data-sidebar=group]{padding:14px 12px;}
.fw-console [data-sidebar=menu]{gap:5px;}
.fw-console [data-sidebar=menu-button]{height:43px;border-radius:9px;padding:0 12px;gap:10px;font-size:14px;transition:background .15s,color .15s;}
.fw-console [data-sidebar=menu-button][data-active=true]{background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:500;box-shadow:0 2px 5px #0071e31c;}
.fw-nav-icon{width:18px;height:18px;stroke-width:1.7;flex-shrink:0;}
.fw-console [data-sidebar=rail]{opacity:.2;}
.fw-console [data-sidebar=inset]{background:transparent;}
.fw-console header{height:64px;background:hsl(var(--background)/.78);backdrop-filter:blur(20px);border-bottom:1px solid hsl(var(--border)/.6);padding:0 25px;}
.fw-console .fw-page-content{max-width:1120px;padding:36px 36px 48px;}
.fw-console h1{font-weight:650;letter-spacing:-.045em;line-height:1.25;}
.fw-console .fw-page-header{padding:4px 0 16px;gap:18px;}
.fw-console .fw-page-header h1{font-size:29px;}
.fw-console button{border-radius:9px;box-shadow:none;}
.fw-console button.bg-primary{padding-left:18px;padding-right:18px;}
.fw-console input:not([type=checkbox]):not([type=radio]),.fw-console select,.fw-console textarea{border-radius:10px;background:hsl(var(--card));min-height:40px;border-color:hsl(var(--input));box-shadow:0 1px 2px #00000002;}
.fw-console [role=tablist]{background:hsl(var(--muted));padding:4px;border-radius:11px;gap:3px;}
.fw-console [role=tab]{border-radius:8px;}
.fw-console [role=tab][data-state=active]{background:hsl(var(--card));box-shadow:0 1px 4px #00000012;}
.fw-console .rounded-xl.border,.fw-console .rounded-lg.border{border-color:hsl(var(--border));background:hsl(var(--card));box-shadow:var(--fw-shadow);border-radius:18px;}
.fw-console table{font-size:13px;background:hsl(var(--card));}
.fw-console thead{background:hsl(var(--muted)/.65);}
.fw-console th{height:46px;color:hsl(var(--muted-foreground));font-size:12px;font-weight:500;}
.fw-console td{height:62px;border-color:hsl(var(--border)/.65);}
.fw-console td button{font-size:12px;}
.fw-console #footer{background:transparent;border-color:hsl(var(--border)/.5);font-size:11px;letter-spacing:0;color:hsl(var(--muted-foreground));}
.fw-overview{max-width:780px;margin:8px auto 0;}
.fw-overview-heading{text-align:center;padding:12px 0 34px;}
.fw-account-symbol{width:72px;height:72px;margin:0 auto 21px;border:1px solid hsl(var(--border));border-radius:22px;display:grid;place-items:center;background:hsl(var(--card));box-shadow:0 8px 25px #00000006;color:hsl(var(--primary));}
.fw-account-symbol svg{width:37px;height:37px;stroke-width:1.25;}
.fw-overview-heading h1{font-size:36px;margin:0 0 12px;}
.fw-overview-heading p{font-size:15px;line-height:1.7;color:hsl(var(--muted-foreground));margin:0 auto;max-width:520px;}
.fw-settings-group{border:1px solid hsl(var(--border));border-radius:20px;background:hsl(var(--card));box-shadow:var(--fw-shadow);overflow:hidden;}
.fw-settings-row{display:flex;align-items:center;gap:18px;min-height:100px;padding:23px 25px;position:relative;transition:background .15s;}
.fw-settings-row+.fw-settings-row:before{content:"";position:absolute;left:86px;right:0;top:0;height:1px;background:hsl(var(--border));}
.fw-settings-row:hover{background:hsl(var(--accent)/.55);}
.fw-settings-icon{height:44px;width:44px;border-radius:13px;display:grid;place-items:center;color:#fff;background:#0071e3;flex-shrink:0;}
.fw-settings-icon[data-kind=applications]{background:#6157d9;}.fw-settings-icon[data-kind=records]{background:#27806c;}
.fw-settings-icon svg{height:23px;width:23px;stroke-width:1.7;}
.fw-settings-copy{flex:1;min-width:0;}.fw-settings-copy h2{font-size:16px;font-weight:600;margin:0 0 5px;letter-spacing:-.015em;}.fw-settings-copy p{font-size:13px;line-height:1.6;color:hsl(var(--muted-foreground));margin:0;}
.fw-row-chevron{width:18px;height:18px;color:hsl(var(--muted-foreground)/.7);flex-shrink:0;}
.fw-workspace-link{display:flex;align-items:center;justify-content:center;gap:7px;width:fit-content;margin:27px auto 0;color:hsl(var(--primary));font-size:14px;}.fw-workspace-link:hover{text-decoration:underline;text-underline-offset:4px;}
@media(max-width:767px){.fw-console header{padding:0 16px;height:58px;}.fw-console .fw-page-content{padding:24px 16px 32px;}.fw-console .fw-page-header h1{font-size:24px;}.fw-overview{margin:0;}.fw-overview-heading{padding:8px 8px 26px;}.fw-overview-heading h1{font-size:30px;}.fw-overview-heading p{font-size:14px;}.fw-account-symbol{width:62px;height:62px;border-radius:19px;}.fw-settings-row{padding:21px 17px;gap:13px;}.fw-settings-copy p{font-size:12px;}.fw-settings-row+.fw-settings-row:before{left:74px;}.fw-console .fw-page-header>div{max-width:100%;}}
@media(prefers-reduced-motion:reduce){html *,html *:before,html *:after{transition:none!important;animation:none!important;scroll-behavior:auto!important;}}
