:root{color:#111;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--c-border:#e5e5e5;--c-surface:#fff;--c-text:#111;--c-text-muted:#666;--c-primary:#0f172a;--c-primary-hover:#1e293b;--c-accent-blue:#3b82f6;--c-accent-green:#10b981;--c-accent-amber:#f59e0b;--c-danger:#ef4444;background:#f8f8f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-width:320px;min-height:100vh;margin:0}.fb-app-shell{height:100vh;display:flex;overflow:hidden}.fb-sidebar{background:var(--c-surface);border-right:1px solid var(--c-border);flex-direction:column;width:240px;transition:width .2s;display:flex}.fb-sidebar--collapsed{width:64px}.fb-sidebar-header{border-bottom:1px solid var(--c-border);justify-content:space-between;align-items:center;height:64px;padding:0 1rem;display:flex}.fb-logo{white-space:nowrap;font-size:1.25rem;font-weight:700}.fb-sidebar--collapsed .fb-logo{display:none}.fb-sidebar-toggle{cursor:pointer;color:var(--c-text-muted);background:0 0;border:none;padding:.25rem}.fb-nav{flex-direction:column;gap:.25rem;padding:1rem .5rem;display:flex}.fb-nav-item{color:var(--c-text-muted);border-radius:6px;align-items:center;padding:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.fb-nav-item:hover{color:var(--c-text);background:#f1f5f9}.fb-nav-item--active{color:var(--c-text);background:#e2e8f0}.fb-nav-icon{text-align:center;width:1.5rem;margin-right:.75rem}.fb-sidebar--collapsed .fb-nav-icon{margin-right:0}.fb-main{background:#f8fafc;flex:1;padding:2rem;overflow-y:auto}.fb-page{max-width:1200px;margin:0 auto}.fb-page-header{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.fb-page-title{letter-spacing:-.025em;margin:0 0 .25rem;font-size:1.875rem;font-weight:700}.fb-page-subtitle{color:var(--c-text-muted);margin:0}.fb-toolbar{gap:1rem;margin-bottom:1.5rem;display:flex}.fb-input,.fb-search-input,.fb-select,.fb-textarea{border:1px solid var(--c-border);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.fb-search-input{flex:1;max-width:400px}.fb-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.fb-btn:disabled{opacity:.5;cursor:not-allowed}.fb-btn--primary{background:var(--c-primary);color:#fff}.fb-btn--primary:hover:not(:disabled){background:var(--c-primary-hover)}.fb-btn--ghost{border-color:var(--c-border);color:var(--c-text);background:0 0}.fb-btn--ghost:hover:not(:disabled){background:#f1f5f9}.fb-btn--danger{background:var(--c-danger);color:#fff}.fb-btn--full{width:100%}.fb-table-container{background:var(--c-surface);border:1px solid var(--c-border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.fb-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.fb-table th{color:var(--c-text-muted);border-bottom:1px solid var(--c-border);background:#f8fafc;padding:.75rem 1rem;font-weight:600}.fb-table td{border-bottom:1px solid var(--c-border);padding:.75rem 1rem}.fb-table tr:last-child td{border-bottom:none}.fb-table-loading,.fb-table-empty{text-align:center;color:var(--c-text-muted);padding:3rem!important}.fb-badge{color:var(--c-text-muted);background:#f1f5f9;border-radius:4px;padding:.125rem .375rem;font-family:monospace;font-size:.75rem;display:inline-block}.fb-code{color:var(--c-text-muted);font-family:monospace}.fb-status{letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.fb-status:before{content:"";border-radius:50%;width:.375rem;height:.375rem;margin-right:.375rem}.fb-status--active,.fb-status--published{color:#166534;background:#dcfce7}.fb-status--active:before,.fb-status--published:before{background:#22c55e}.fb-status--draft,.fb-status--scheduled{color:#475569;background:#f1f5f9}.fb-status--draft:before,.fb-status--scheduled:before{background:#94a3b8}.fb-status--archived,.fb-status--cancelled{color:#991b1b;background:#fee2e2}.fb-status--archived:before,.fb-status--cancelled:before{background:#ef4444}.fb-status--assigned,.fb-status--in-progress,.fb-status--reopened{color:#1e40af;background:#dbeafe}.fb-status--assigned:before,.fb-status--in-progress:before,.fb-status--reopened:before{background:#3b82f6}.fb-status--paused{color:#92400e;background:#fef3c7}.fb-status--paused:before{background:#f59e0b}.fb-status--completed{color:#166534;background:#dcfce7}.fb-status--completed:before{background:#22c55e}.fb-priority{font-size:.75rem;font-weight:600}.fb-priority--high{color:var(--c-danger)}.fb-priority--normal{color:var(--c-accent-blue)}.fb-priority--low{color:var(--c-text-muted)}.fb-stat-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.fb-stat-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.fb-stat-icon{color:var(--accent);font-size:2rem}.fb-stat-value{font-size:1.5rem;font-weight:700;display:block}.fb-stat-label{color:var(--c-text-muted);font-size:.875rem}.fb-pagination{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.fb-pagination-info{color:var(--c-text-muted);font-size:.875rem}.fb-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.fb-link{color:var(--c-accent-blue);text-decoration:none}.fb-link:hover{text-decoration:underline}.fb-link--mono{font-family:monospace}.fb-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:8px;padding:1.5rem}.fb-card-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600}.fb-form-row{margin-bottom:1rem}.fb-label{margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.fb-builder-layout{grid-template-columns:280px 1fr;gap:1.5rem;height:calc(100vh - 180px);display:grid}.fb-builder-panel{background:var(--c-surface);border:1px solid var(--c-border);border-radius:8px;flex-direction:column;padding:1rem;display:flex;overflow-y:auto}.fb-panel-title{border-bottom:1px solid var(--c-border);margin:0 0 1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.fb-section-btn{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;width:100%;margin-bottom:.25rem;padding:.5rem;display:block}.fb-section-btn:hover{background:#f1f5f9}.fb-section-btn--active{background:#e2e8f0;font-weight:500}.fb-field-row{border:1px solid var(--c-border);border-radius:6px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem;display:flex}.fb-field-key{flex:0 0 120px}.fb-field-label{flex:1}.fb-add-row{gap:.5rem;margin-top:1rem;display:flex}.fb-add-row--fields{grid-template-columns:120px 1fr 120px auto;display:grid}.fb-detail-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.fb-dl{grid-template-columns:140px 1fr;gap:.75rem 0;margin:0;font-size:.875rem;display:grid}.fb-dl dt{color:var(--c-text-muted);font-weight:500}.fb-dl dd{margin:0}.fb-transition-buttons{flex-direction:column;gap:.5rem;display:flex}.fb-timeline{flex-direction:column;gap:1rem;display:flex}.fb-timeline-entry{border-left:2px solid var(--c-border);padding-left:1rem;position:relative}.fb-timeline-entry:before{content:"";background:var(--c-text-muted);border-radius:50%;width:8px;height:8px;position:absolute;top:5px;left:-5px}.fb-timeline-event{font-size:.875rem;font-weight:500;display:block}.fb-timeline-time{color:var(--c-text-muted);font-size:.75rem;display:block}.fb-timeline-reason{color:var(--c-text-muted);margin:.5rem 0 0;font-size:.875rem;font-style:italic}.fb-capacity-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.fb-capacity-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:8px;padding:1.5rem}.fb-capacity-team{margin:0 0 1rem;font-size:1.125rem}.fb-capacity-stats{align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.fb-capacity-scheduled{font-size:2rem;font-weight:700}.fb-capacity-sep,.fb-capacity-total{color:var(--c-text-muted);font-size:1.25rem}.fb-capacity-bar-bg{background:#f1f5f9;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.fb-capacity-bar{background:var(--c-accent-blue);border-radius:4px;height:100%;transition:width .3s}.fb-capacity-util{text-align:right;color:var(--c-text-muted);font-size:.75rem;display:block}.fb-login-shell{background:#f8fafc;justify-content:center;align-items:center;height:100vh;display:flex}.fb-login-card{background:var(--c-surface);border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.fb-login-title{text-align:center;margin:0 0 .5rem;font-size:1.5rem}.fb-login-subtitle{text-align:center;color:var(--c-text-muted);margin:0 0 2rem}.fb-login-form{flex-direction:column;display:flex}
