.nb h1{font-size:22px;margin:0 0 4px}.nb h2{font-size:16px;margin:0}.nb .muted{color:#777;font-size:13px}.nb .row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.nb .spread{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.nb-card{border:1px solid #e5e2da;border-radius:10px;padding:14px 16px;margin-bottom:14px;background:#fff}.nb-card>.spread{margin-bottom:8px}.nb-table{width:100%;border-collapse:collapse;font-size:14px}.nb-table th{text-align:left;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#888;padding:6px 10px 6px 0;border-bottom:2px solid #e5e2da;white-space:nowrap}.nb-table td{padding:9px 10px 9px 0;border-bottom:1px solid #efece5;vertical-align:top}.nb-table tr:last-child td{border-bottom:none}.nb-table .num{text-align:right;font-variant-numeric:tabular-nums}.nb-scroll{overflow-x:auto}.nb-badge{display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:#eee;color:#444;white-space:nowrap}.nb-badge.ACTIVE{background:#e3f1e7;color:#1f6b3a}.nb-badge.PROSPECT{background:#e4ecf7;color:#2a5a9a}.nb-badge.AT_RISK{background:#faecd0;color:#8a5d16}.nb-badge.LAPSED{background:#f1e2df;color:#9a3d2b}.nb-badge.LOST{background:#ddd;color:#555}.nb-badge.warn{background:#faecd0;color:#8a5d16}.nb-badge.bad{background:#f1e2df;color:#9a3d2b}.nb-badge.good{background:#e3f1e7;color:#1f6b3a}.nb-btn{border:1px solid #ccc;background:#fff;border-radius:6px;padding:5px 11px;font-size:13px;cursor:pointer}.nb-btn:hover{background:#f6f4ee}.nb-btn.primary{background:#2f5d46;border-color:#2f5d46;color:#fff}.nb-btn.primary:hover{background:#274d3a}.nb-btn.link{border:none;background:none;color:#2f5d46;padding:2px 4px;text-decoration:underline}.nb-btn.danger{color:#9a3d2b}.nb-btn:disabled{opacity:.55;cursor:default}.nb-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px 14px;margin:10px 0 4px}.nb-form label{display:flex;flex-direction:column;gap:3px;font-size:12px;color:#666}.nb-form label.wide{grid-column:1 / -1}.nb-form input,.nb-form select,.nb-form textarea,.nb input,.nb select{font:inherit;font-size:14px;padding:6px 8px;border:1px solid #ccc;border-radius:6px;background:#fff}.nb-form textarea{min-height:70px;resize:vertical}.nb-form label.check{flex-direction:row;align-items:center;gap:6px}.nb-form label.check input{width:auto}.nb-error{background:#f8e3df;color:#8f2d1c;border-radius:6px;padding:8px 12px;font-size:13px;margin:8px 0}.nb-item{padding:9px 0;border-bottom:1px solid #efece5}.nb-item:last-child{border-bottom:none}.nb-item .actions{display:flex;gap:4px;margin-top:4px}.nb-facts{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px 18px;margin-bottom:6px}.nb-facts dt{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#888}.nb-facts dd{margin:2px 0 0;font-size:15px}@media (max-width: 640px){.nb-form{grid-template-columns:1fr}}.tk-scope{--color-bg: #f6f5f1;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-border: #e8e5dd;--color-text: #1c1b19;--color-text-muted: #6f6b62;--color-text-faint: #9b968a;--color-primary: #2f6b4f;--color-primary-dark: #234f3a;--color-primary-soft: #e7f0ea;--color-danger: #b3452f;--color-danger-dark: #8f3624;--color-danger-soft: #f7e9e4;--color-accent: #d99a3d;--color-accent-dark: #8a5d16;--color-accent-soft: #faf0dd;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--shadow-sm: 0 1px 2px rgba(28, 27, 25, .06);--shadow-md: 0 4px 16px rgba(28, 27, 25, .08);--shadow-lg: 0 12px 40px rgba(28, 27, 25, .12);--font-body: "Inter", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif;color-scheme:light}.tk-scope .page-eyebrow{font-size:12.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-faint);margin:0 0 6px}.tk-scope .page-title{font-family:var(--font-display);font-size:32px;font-weight:600;letter-spacing:-.01em;margin:0 0 6px;color:var(--color-text)}.tk-scope .page-subtitle{font-size:15px;color:var(--color-text-muted);margin:0 0 32px}.tk-scope .btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;font-family:var(--font-body);font-weight:600;font-size:14.5px;border-radius:var(--radius-sm);padding:10px 18px;transition:transform .06s ease,box-shadow .15s ease,background-color .15s ease,opacity .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.tk-scope .btn:active{transform:translateY(1px)}.tk-scope .btn:disabled{opacity:.55;cursor:default;transform:none}.tk-scope .btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.tk-scope .btn-secondary:hover:not(:disabled){border-color:var(--color-text-faint)}.tk-scope .btn-ghost{background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border)}.tk-scope .btn-ghost:hover:not(:disabled){background:var(--color-bg);color:var(--color-text)}.tk-scope .btn-link{background:transparent;color:var(--color-primary-dark);padding:4px 2px;font-weight:600}.tk-scope .btn-link:hover:not(:disabled){text-decoration:underline}.tk-scope .card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px}.tk-scope .card--compact{padding:24px}.tk-scope .card--hero{padding:40px 32px}.tk-scope .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.tk-scope .data-table{width:100%;border-collapse:collapse;font-size:14.5px}.tk-scope .data-table th{text-align:left;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-faint);padding:0 4px 12px;border-bottom:1px solid var(--color-border)}.tk-scope .data-table td{padding:14px 4px;border-bottom:1px solid var(--color-border);color:var(--color-text)}.tk-scope .data-table tr:last-child td{border-bottom:none}.tk-scope .data-table__empty{color:var(--color-text-faint);font-style:italic}.tk-scope .row-link{display:inline-flex;align-items:center;gap:5px;font-weight:600;color:var(--color-text);text-decoration:none}.tk-scope .row-link:hover{color:var(--color-primary-dark)}.tk-scope .row-link__chevron{color:var(--color-text-faint);font-size:17px;line-height:1}.tk-scope .row-link:hover .row-link__chevron{color:var(--color-primary)}.tk-scope .field{display:flex;flex-direction:column;gap:6px}.tk-scope .field label{font-size:13px;font-weight:600;color:var(--color-text-muted)}.tk-scope .field input,.tk-scope .field select,.tk-scope input[type=date],.tk-scope input[type=time],.tk-scope input[type=datetime-local]{font-family:var(--font-body);font-size:15px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);transition:border-color .15s ease,box-shadow .15s ease}.tk-scope .field input:focus,.tk-scope .field select:focus,.tk-scope input[type=date]:focus,.tk-scope input[type=time]:focus,.tk-scope input[type=datetime-local]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.tk-scope input[type=date]::-webkit-calendar-picker-indicator,.tk-scope input[type=time]::-webkit-calendar-picker-indicator,.tk-scope input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:.45;cursor:pointer;transition:opacity .15s ease}.tk-scope input[type=date]::-webkit-calendar-picker-indicator:hover,.tk-scope input[type=time]::-webkit-calendar-picker-indicator:hover,.tk-scope input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:.9}.tk-scope input:disabled{background:var(--color-bg);color:var(--color-text-faint);cursor:default}.tk-scope input[type=checkbox],.tk-scope input[type=radio]{width:17px;height:17px;accent-color:var(--color-primary);cursor:pointer}.tk-scope .week-nav{display:flex;align-items:center;gap:14px;margin-bottom:24px;flex-wrap:wrap}.tk-scope .week-nav__label{font-weight:600;font-size:15px;min-width:160px}.tk-scope .section-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px}.tk-scope .section-header__title{font-weight:600;font-size:16px}.tk-scope .section-header__meta{color:var(--color-text-faint);font-size:13px}.tk-scope .stat-figure{text-align:right}.tk-scope .stat-figure__value{font-family:var(--font-display);font-size:28px;font-weight:600;line-height:1}.tk-scope .stat-figure__value--over{color:var(--color-accent-dark)}.tk-scope .stat-figure__label{color:var(--color-text-faint);font-size:12.5px;margin-top:4px}.tk-scope .week-nav__status{margin-left:auto}.tk-scope .callout{border-radius:var(--radius-sm);padding:10px 14px;font-size:13.5px}.tk-scope .callout-danger{background:var(--color-danger-soft);color:var(--color-danger-dark)}.tk-scope .callout-muted{background:var(--color-bg);color:var(--color-text-muted)}.tk-scope .callout-success{background:var(--color-primary-soft);color:var(--color-primary-dark)}.tk-scope .form-stack{display:flex;flex-direction:column;gap:16px;max-width:360px}.tk-scope .form-hint{font-size:12.5px;color:var(--color-text-faint)}.tk-scope .form-hint--warn{color:var(--color-accent-dark)}.tk-scope .detail-list{margin:0;display:flex;flex-direction:column;gap:10px}.tk-scope .detail-list>div{display:flex;gap:14px;align-items:baseline}.tk-scope .detail-list dt{flex:0 0 64px;font-size:12.5px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-faint)}.tk-scope .detail-list dd{margin:0;font-size:14.5px;font-weight:500}.tk-scope .toolbar{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.tk-scope .segmented{display:inline-flex;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:3px;gap:2px}.tk-scope .segmented__option{padding:6px 14px;border-radius:calc(var(--radius-sm) - 2px);font-size:13.5px;font-weight:600;color:var(--color-text-muted);cursor:pointer;border:none;background:transparent;transition:background-color .15s ease,color .15s ease}.tk-scope .segmented__option--active{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.tk-scope .daysheet__row{display:flex;align-items:center;gap:14px;padding:11px 0;border-top:1px solid var(--color-border)}.tk-scope .daysheet__row:first-child{border-top:none}.tk-scope .daysheet__row--continued{border-top:none;padding-top:0}.tk-scope .daysheet__day{width:104px;flex-shrink:0;display:flex;flex-direction:column;gap:1px}.tk-scope .daysheet__weekday{font-weight:600;font-size:14.5px}.tk-scope .daysheet__date{font-size:12.5px;color:var(--color-text-faint)}.tk-scope .daysheet__also{font-size:12.5px;font-style:italic;color:var(--color-text-faint)}.tk-scope .daysheet__times{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.tk-scope .daysheet__times input[type=time]{width:134px}.tk-scope .daysheet__arrow{color:var(--color-text-faint);flex-shrink:0}.tk-scope .daysheet__hours{width:88px;flex-shrink:0;text-align:right;font-size:14px}.tk-scope .daysheet__hours-value{font-weight:600}.tk-scope .daysheet__hours-empty{color:var(--color-text-faint)}.tk-scope .daysheet__status{font-size:12.5px;color:var(--color-text-faint)}.tk-scope .daysheet__status--saved{color:var(--color-primary);font-weight:600}.tk-scope .daysheet__actions{width:96px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:2px}.tk-scope .daysheet__add{font-size:13px;white-space:nowrap}.tk-scope .icon-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:transparent;color:var(--color-text-faint);cursor:pointer;width:30px;height:30px;border-radius:var(--radius-sm);font-size:19px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.tk-scope .icon-btn:hover{background:var(--color-danger-soft);color:var(--color-danger-dark)}.tk-scope .sheet-banner{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;margin-bottom:18px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.tk-scope .sheet-banner__text{font-size:13px;color:var(--color-text-muted)}.tk-scope .page-footnote{margin-top:18px;font-size:13px;color:var(--color-text-faint)}.tk-scope .page-footnote a{color:var(--color-primary-dark);font-weight:600}.tk-scope .page-backlink{color:var(--color-text-faint);text-decoration:none;letter-spacing:.04em}.tk-scope .page-backlink:hover{color:var(--color-primary-dark)}.tk-scope .daysheet__edited{color:var(--color-accent);margin-left:2px}.tk-scope .badge{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;padding:5px 11px;border-radius:999px}.tk-scope .badge-success{background:var(--color-primary-soft);color:var(--color-primary-dark)}.tk-scope .badge-danger{background:var(--color-danger-soft);color:var(--color-danger-dark)}.tk-scope .badge-warning{background:var(--color-accent-soft);color:#8a5d16}.tk-scope .badge-neutral{background:var(--color-bg);color:var(--color-text-muted);border:1px solid var(--color-border)}.tk-scope .badge-dot{width:6px;height:6px;border-radius:999px;background:currentColor}@media (max-width: 640px){.tk-scope .page-title{font-size:26px}.tk-scope .card,.tk-scope .card--hero{padding:20px}.tk-scope .card--compact{padding:16px}.tk-scope .daysheet__row{flex-wrap:wrap;row-gap:8px;padding:13px 0}.tk-scope .daysheet__day{width:100%;flex-direction:row;align-items:baseline;gap:8px}.tk-scope .daysheet__times{flex:1 1 auto;gap:8px}.tk-scope .daysheet__times input[type=time]{flex:1 1 0;width:auto;min-width:0}.tk-scope .daysheet__hours{width:auto;min-width:54px;margin-left:auto}.tk-scope .daysheet__actions{width:auto}.tk-scope .week-nav{gap:10px}.tk-scope .week-nav__label{min-width:0;flex:1 1 100%;order:-1}.tk-scope .week-nav__status{margin-left:0}}.tk-scope .tk-subnav{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:28px;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.tk-scope .tk-subnav__link{padding:7px 13px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--color-text-muted);text-decoration:none}.tk-scope .tk-subnav__link:hover{background:var(--color-bg);color:var(--color-text)}.tk-scope .tk-subnav__link--active{color:var(--color-primary-dark);background:var(--color-primary-soft)}
