
:root{--tr-black:#0a0a0a;--tr-white:#fff;--tr-orange:#ef660b;--tr-line:#dedede;--tr-soft:#f5f5f3;--tr-muted:#737373}
.tr-app{min-height:100vh;background:#fff;color:var(--tr-black);font-family:Arial,Helvetica,sans-serif;padding:42px 48px 80px;box-sizing:border-box}.tr-app *{box-sizing:border-box}
.tr-header,.tr-toolbar,.tr-list-head{display:flex;align-items:center;justify-content:space-between;gap:24px}.tr-header{padding-bottom:32px;border-bottom:1px solid var(--tr-black)}
.tr-kicker{display:block;font-size:10px;font-weight:800;letter-spacing:.18em;margin-bottom:8px}.tr-header h1,.tr-list-head h2,.tr-panel h2{margin:0;font-size:clamp(30px,4vw,56px);line-height:.95;letter-spacing:-.05em}
.tr-primary,.tr-secondary,.tr-switch button,.tr-date-nav button{border:0;cursor:pointer;font:inherit}.tr-primary{background:var(--tr-orange);color:#fff;padding:13px 18px;font-weight:800;border-radius:3px}.tr-primary:hover{background:#c94f00}
.tr-toolbar{padding:22px 0}.tr-switch{display:flex;border:1px solid var(--tr-black);padding:3px;border-radius:4px}.tr-switch button{background:#fff;padding:9px 18px;font-weight:700}.tr-switch button.active{background:#0a0a0a;color:#fff}
.tr-date-nav{display:flex;align-items:center;gap:8px}.tr-date-nav button{background:#fff;border:1px solid var(--tr-line);min-width:38px;height:38px}.tr-date-nav strong{min-width:160px;text-align:center;text-transform:capitalize}.tr-date-nav .tr-today{padding:0 12px}
.tr-calendar{border:1px solid var(--tr-black)}.tr-weekdays,.tr-grid{display:grid;grid-template-columns:repeat(7,1fr)}.tr-weekdays{background:#0a0a0a;color:#fff}.tr-weekdays span{padding:10px 12px;font-size:10px;letter-spacing:.12em;font-weight:800}
.tr-day{position:relative;min-height:128px;padding:10px;border-right:1px solid var(--tr-line);border-bottom:1px solid var(--tr-line);background:#fff;cursor:pointer;overflow:hidden}.tr-day:nth-child(7n){border-right:0}.tr-day.other{background:#fafafa;color:#aaa}.tr-day.today .tr-day-num{background:var(--tr-orange);color:#fff}.tr-day-num{display:inline-flex;width:27px;height:27px;align-items:center;justify-content:center;border-radius:50%;font-size:12px;font-weight:800}
.tr-event{margin-top:7px;padding:7px 8px;background:#0a0a0a;color:#fff;border-left:3px solid var(--tr-orange);font-size:11px;line-height:1.25;cursor:pointer}.tr-event time{display:block;color:#ffb07a;font-size:9px;margin-bottom:2px}.tr-more{font-size:10px;color:var(--tr-muted);margin-top:6px}
.tr-list-head{padding:34px 0 18px}.tr-list-head h2{font-size:34px}.tr-list-head input{width:min(340px,100%);padding:12px 14px;border:1px solid var(--tr-line);outline:none}.tr-list{border-top:1px solid var(--tr-black)}
.tr-list-item{display:grid;grid-template-columns:90px 1fr 1fr auto;gap:20px;align-items:center;padding:20px 8px;border-bottom:1px solid var(--tr-line);cursor:pointer}.tr-list-item:hover{background:var(--tr-soft)}.tr-list-date strong{display:block;font-size:28px;line-height:1}.tr-list-date span,.tr-list-meta{font-size:11px;color:var(--tr-muted)}.tr-list-title{font-weight:800;font-size:16px}.tr-badge{border:1px solid var(--tr-orange);color:var(--tr-orange);padding:6px 8px;font-size:10px;font-weight:800}
.tr-empty{padding:50px 0;color:var(--tr-muted);text-align:center}
.tr-modal{display:none;position:fixed;inset:0;z-index:99999}.tr-modal.open{display:block}.tr-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62)}.tr-panel{position:absolute;right:0;top:0;width:min(650px,100%);height:100%;overflow:auto;background:#fff;padding:48px;box-shadow:-20px 0 50px rgba(0,0,0,.18)}.tr-close{position:absolute;right:18px;top:14px;background:none;border:0;font-size:32px;cursor:pointer}
.tr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}.tr-form-grid label{font-size:11px;font-weight:800;letter-spacing:.04em}.tr-form-grid input,.tr-form-grid textarea{display:block;width:100%;margin-top:7px;border:1px solid #cfcfcf;padding:11px 12px;font:inherit;font-size:14px;outline:none}.tr-form-grid input:focus,.tr-form-grid textarea:focus{border-color:var(--tr-orange);box-shadow:0 0 0 1px var(--tr-orange)}.tr-full{grid-column:1/-1}.tr-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.tr-secondary{background:#fff;border:1px solid #aaa;padding:12px 18px;font-weight:700}
.tr-detail-top{border-bottom:1px solid var(--tr-black);padding-bottom:24px;margin-bottom:24px}.tr-detail-date{color:var(--tr-orange);font-weight:800;margin:10px 0}.tr-detail-block{padding:18px 0;border-bottom:1px solid var(--tr-line)}.tr-detail-block h3{font-size:10px;letter-spacing:.14em;margin:0 0 8px}.tr-detail-block p{white-space:pre-wrap;margin:0;line-height:1.6}.tr-detail-actions{display:flex;gap:10px;margin-top:26px}.tr-danger{background:#fff;border:1px solid #111;padding:12px 16px;cursor:pointer}.tr-link{color:var(--tr-orange)}
@media(max-width:782px){.tr-app{padding:24px 16px 60px}.tr-header{align-items:flex-end}.tr-header h1{font-size:38px}.tr-toolbar{align-items:flex-start;flex-direction:column}.tr-date-nav{width:100%;justify-content:space-between}.tr-date-nav strong{min-width:0;flex:1}.tr-weekdays span{padding:8px 2px;text-align:center;font-size:8px}.tr-day{min-height:86px;padding:5px}.tr-day-num{width:22px;height:22px;font-size:10px}.tr-event{padding:4px;font-size:9px}.tr-event time{display:none}.tr-list-head{align-items:flex-start;flex-direction:column}.tr-list-head input{width:100%}.tr-list-item{grid-template-columns:60px 1fr auto}.tr-list-meta{display:none}.tr-panel{padding:46px 20px 30px}.tr-form-grid{grid-template-columns:1fr}.tr-full{grid-column:auto}}
@media(max-width:480px){.tr-header{gap:12px}.tr-primary{padding:11px 12px}.tr-header .tr-primary{font-size:12px}.tr-switch{width:100%}.tr-switch button{flex:1}.tr-date-nav .tr-today{display:none}.tr-day{min-height:72px}.tr-event{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-left-width:2px}.tr-list-item{gap:10px}}

.tr-access{max-width:720px;margin:60px auto;padding:24px;border:1px solid #111;font-family:Arial,sans-serif;background:#fff;color:#111}

/* v0.4.0 — shell/menu and strict interaction palette */
.tr-app-shell{min-height:100vh;background:#fff;position:relative;padding-left:220px}
.tr-sidebar{position:fixed;z-index:9990;left:0;top:0;bottom:0;width:220px;background:#0a0a0a;color:#fff;padding:30px 18px;display:flex;flex-direction:column}
.tr-sidebar-brand{width:38px;height:38px;border:1px solid #fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;letter-spacing:.12em;margin:0 8px 34px}
.tr-sidebar-nav{display:flex;flex-direction:column;gap:6px}.tr-sidebar-item{display:flex;align-items:center;gap:11px;padding:12px 11px;color:#fff!important;text-decoration:none!important;border-left:2px solid var(--tr-orange);font-size:13px;font-weight:800;background:#171717}
.tr-sidebar-item:hover,.tr-sidebar-item:focus,.tr-sidebar-item:active,.tr-sidebar-item.active{color:#fff!important;background:#202020!important;box-shadow:none!important;outline-color:var(--tr-orange)!important}
.tr-mobile-menu,.tr-sidebar-overlay{display:none}
.tr-date-nav button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;text-align:center!important}
.tr-date-nav .tr-today{padding:0 12px!important}
.tr-app button:hover,.tr-app button:focus,.tr-app button:active,.tr-app a:hover,.tr-app a:focus,.tr-app a:active{outline-color:var(--tr-orange)!important;box-shadow:none!important}
.tr-app input:focus,.tr-app textarea:focus,.tr-app select:focus{border-color:var(--tr-orange)!important;box-shadow:0 0 0 1px var(--tr-orange)!important;outline:none!important}
.tr-app ::selection{background:var(--tr-orange);color:#fff}
@media(max-width:782px){
 .tr-app-shell{padding-left:0;padding-top:64px}
 .tr-sidebar{transform:translateX(-100%);transition:transform .22s ease;width:min(280px,82vw);padding-top:78px}
 .tr-sidebar.open{transform:translateX(0)}
 .tr-mobile-menu{display:flex;position:fixed;z-index:10001;left:16px;top:14px;width:42px;height:42px;background:#0a0a0a;border:0;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}
 .tr-mobile-menu span{display:block;width:18px;height:2px;background:#fff}
 .tr-mobile-menu:hover,.tr-mobile-menu:focus,.tr-mobile-menu:active{background:var(--tr-orange)!important;outline:none!important;box-shadow:none!important}
 .tr-sidebar-overlay{position:fixed;z-index:9989;inset:0;background:rgba(0,0,0,.45)}
 .tr-sidebar-overlay.open{display:block}
}

/* v0.4.1 — hard override: WordPress/theme pink interaction states */
.tr-app-shell{
 --wp-admin-theme-color:var(--tr-orange)!important;
 --wp-admin-theme-color-darker-10:#d95b08!important;
 --wp-admin-theme-color-darker-20:#bd4e06!important;
 --wp-admin-border-width-focus:1px!important;
 accent-color:var(--tr-orange)!important;
}
.tr-app-shell button,
.tr-app-shell a,
.tr-app-shell input,
.tr-app-shell textarea,
.tr-app-shell select{
 accent-color:var(--tr-orange)!important;
}
.tr-app-shell button:hover,.tr-app-shell button:focus,.tr-app-shell button:focus-visible,.tr-app-shell button:active,
.tr-app-shell a:hover,.tr-app-shell a:focus,.tr-app-shell a:focus-visible,.tr-app-shell a:active{
 color:inherit!important;
 border-color:var(--tr-orange)!important;
 outline-color:var(--tr-orange)!important;
 box-shadow:none!important;
}
.tr-switch button{color:#0a0a0a!important;background:#fff!important;border:0!important}
.tr-switch button.active,.tr-switch button.active:hover,.tr-switch button.active:focus,.tr-switch button.active:active{
 background:#0a0a0a!important;color:#fff!important;border-color:#0a0a0a!important
}
.tr-switch button:not(.active):hover,.tr-switch button:not(.active):focus,.tr-switch button:not(.active):active{
 background:#f3f3f3!important;color:#0a0a0a!important
}
.tr-date-nav button,.tr-date-nav button:hover,.tr-date-nav button:focus,.tr-date-nav button:active{
 color:#0a0a0a!important;background:#fff!important;border-color:#dedede!important;box-shadow:none!important
}
.tr-date-nav button:hover,.tr-date-nav button:focus{border-color:var(--tr-orange)!important;color:var(--tr-orange)!important}
.tr-primary,.tr-primary:hover,.tr-primary:focus,.tr-primary:active{
 background:var(--tr-orange)!important;color:#fff!important;border-color:var(--tr-orange)!important;box-shadow:none!important
}
.tr-secondary:hover,.tr-secondary:focus,.tr-secondary:active,.tr-danger:hover,.tr-danger:focus,.tr-danger:active{
 background:#0a0a0a!important;color:#fff!important;border-color:#0a0a0a!important;box-shadow:none!important
}
.tr-link,.tr-link:visited,.tr-link:hover,.tr-link:focus,.tr-link:active{color:var(--tr-orange)!important}
.tr-sidebar-item,.tr-sidebar-item:visited,.tr-sidebar-item:hover,.tr-sidebar-item:focus,.tr-sidebar-item:active{color:#fff!important}
.tr-app-shell *:focus-visible{outline:2px solid var(--tr-orange)!important;outline-offset:2px!important;box-shadow:none!important}

/* v0.5.0 tasks */
.tr-sidebar-item{width:100%;border-top:0;border-right:0;border-bottom:0;text-align:left;cursor:pointer;font-family:inherit}
.tr-task-filter{display:flex;gap:6px;padding:24px 0;border-bottom:1px solid #111}.tr-task-filter button{background:#fff;color:#111;border:1px solid #ccc;padding:9px 14px;font-weight:800;cursor:pointer}
.tr-task-filter button.active,.tr-task-filter button.active:hover,.tr-task-filter button.active:focus,.tr-task-filter button.active:active{background:#111!important;color:#fff!important;border-color:#111!important}
.tr-task-filter button:hover,.tr-task-filter button:focus,.tr-task-filter button:active{background:#f3f3f3!important;color:#111!important;border-color:var(--tr-orange)!important;box-shadow:none!important;outline-color:var(--tr-orange)!important}
.tr-tasks{border-top:0}.tr-task{display:grid;grid-template-columns:34px 1fr auto;gap:16px;align-items:start;padding:22px 4px;border-bottom:1px solid #dedede}
.tr-task-check{width:26px;height:26px;border:1px solid #111;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:900}
.tr-task-check:hover,.tr-task-check:focus,.tr-task-check:active{border-color:var(--tr-orange)!important;background:#fff!important;color:var(--tr-orange)!important}
.tr-task.completed .tr-task-check{background:#111!important;color:#fff!important}.tr-task.completed .tr-task-title{text-decoration:line-through;color:#777}
.tr-task-title{font-size:16px;font-weight:900}.tr-task-meta{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#777;margin-top:5px}.tr-task-content p{margin:10px 0 0;color:#555;line-height:1.5}
.tr-task-actions{display:flex;gap:6px}.tr-task-actions button{background:#fff;color:#111;border:1px solid #bbb;padding:8px 10px;font-size:11px;font-weight:800;cursor:pointer}
.tr-task-actions button:hover,.tr-task-actions button:focus,.tr-task-actions button:active{background:#111!important;color:#fff!important;border-color:#111!important;box-shadow:none!important;outline-color:var(--tr-orange)!important}
.tr-task-panel select{display:block;width:100%;margin-top:7px;border:1px solid #cfcfcf;padding:11px 12px;background:#fff}
@media(max-width:600px){.tr-task{grid-template-columns:30px 1fr}.tr-task-actions{grid-column:2;flex-wrap:wrap}.tr-task-actions button{flex:1}.tr-task-filter{overflow:auto}}

/* v0.6.0 identity/dashboard */
:root{--tr-orange:#FF8A00!important;--tr-black:#0D0D0D!important;--tr-dark:#1A1A1A!important;--tr-line:#E5E5E5!important;--tr-white:#FFFFFF!important}
.tr-app-shell,.tr-app-shell *{font-family:Montserrat,Arial,sans-serif!important;accent-color:#FF8A00!important}
.tr-app-shell{background:#F5F6F8!important;padding-left:250px!important}.tr-sidebar{width:250px!important;background:#0D0D0D!important;padding:24px 16px!important}
.tr-brand{display:flex;width:100%;align-items:center;gap:12px;background:transparent!important;border:0!important;padding:5px 7px 28px!important;text-align:left;cursor:pointer}.tr-brand:hover,.tr-brand:focus,.tr-brand:active{background:transparent!important;outline:none!important}
.tr-logo-mark{width:46px;font-size:25px;font-weight:800;letter-spacing:-8px;color:#fff}.tr-logo-mark b:last-child{color:#FF8A00}.tr-logo-copy{display:flex;flex-direction:column}.tr-logo-copy strong{font-size:12px;color:#fff;font-weight:600}.tr-logo-copy small{font-size:7px;color:#FF8A00;letter-spacing:.18em;margin-top:5px}
.tr-nav-label{font-size:8px;color:#666;letter-spacing:.18em;padding:8px 12px}.tr-sidebar-item{border:0!important;border-radius:8px!important;background:transparent!important;color:#999!important;padding:12px 13px!important}.tr-sidebar-item:hover,.tr-sidebar-item:focus,.tr-sidebar-item:active{background:#171717!important;color:#fff!important;outline:none!important}.tr-sidebar-item.active{background:#1A1A1A!important;color:#fff!important;box-shadow:inset 3px 0 #FF8A00!important}.tr-sidebar-foot{margin-top:auto;border-top:1px solid #252525;padding:18px 10px;color:#666;font-size:8px;letter-spacing:.14em}.tr-sidebar-foot span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#FF8A00;margin-right:7px}
.tr-app{background:transparent!important;padding:36px 38px 70px!important}.tr-page-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px}.tr-page-head h1,.tr-header h1{font-size:34px!important;font-weight:600!important;letter-spacing:-.04em!important}.tr-page-head p{font-size:11px;color:#777;margin:7px 0}.tr-head-date{font-size:10px;color:#777;background:#fff;border:1px solid #E5E5E5;padding:10px 13px;border-radius:8px;text-transform:capitalize}.tr-kicker{color:#FF8A00!important;font-size:8px!important}
.tr-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.tr-kpi{background:#fff;border:1px solid #E5E5E5;border-radius:12px;padding:20px;display:flex;flex-direction:column;min-height:112px}.tr-kpi span{font-size:8px;color:#777;letter-spacing:.1em;font-weight:600}.tr-kpi strong{font-size:23px;margin:11px 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tr-kpi small{font-size:9px;color:#999}.tr-kpi.accent{border-top:3px solid #FF8A00}
.tr-dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:16px}.tr-dash-card{background:#fff;border:1px solid #E5E5E5;border-radius:12px;padding:22px;min-height:320px}.tr-card-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:16px}.tr-card-head h2{font-size:15px;margin:3px 0}.tr-card-head button{border:0!important;background:transparent!important;color:#FF8A00!important;font-size:9px;font-weight:600;cursor:pointer}.tr-card-head button:hover,.tr-card-head button:focus,.tr-card-head button:active{background:transparent!important;color:#FF8A00!important;outline:none!important}.tr-mini{padding:14px 3px;border-bottom:1px solid #eee}.tr-mini b{display:block;font-size:11px}.tr-mini small{display:block;font-size:9px;color:#888;margin-top:4px}.tr-mini.task{border-left:2px solid #FF8A00;padding-left:11px}
.tr-header{border:0!important}.tr-toolbar,.tr-list-head,.tr-list,.tr-task-filter,.tr-tasks{background:#fff!important;border-color:#E5E5E5!important;border-radius:10px!important}.tr-calendar{border-color:#E5E5E5!important}.tr-weekdays{background:#0D0D0D!important}.tr-day.today .tr-day-num,.tr-primary{background:#FF8A00!important}.tr-event{background:#1A1A1A!important;border-left-color:#FF8A00!important}.tr-badge{color:#FF8A00!important;border-color:#FF8A00!important}
.tr-switch button.active,.tr-task-filter button.active{background:#0D0D0D!important;color:#fff!important}.tr-switch button:hover,.tr-switch button:focus,.tr-switch button:active,.tr-task-filter button:hover,.tr-task-filter button:focus,.tr-task-filter button:active,.tr-date-nav button:hover,.tr-date-nav button:focus,.tr-date-nav button:active{border-color:#FF8A00!important;color:#FF8A00!important;background:#fff!important;box-shadow:none!important;outline:none!important}.tr-switch button.active:hover,.tr-switch button.active:focus,.tr-task-filter button.active:hover,.tr-task-filter button.active:focus{background:#0D0D0D!important;color:#fff!important}
.tr-primary:hover,.tr-primary:focus,.tr-primary:active{background:#e67c00!important;color:#fff!important;box-shadow:none!important;outline:none!important}.tr-task-actions button:hover,.tr-task-actions button:focus,.tr-task-actions button:active{background:#0D0D0D!important;color:#fff!important;border-color:#0D0D0D!important}
.tr-app-shell input:focus,.tr-app-shell textarea:focus,.tr-app-shell select:focus{border-color:#FF8A00!important;box-shadow:0 0 0 2px rgba(255,138,0,.12)!important;outline:none!important}.tr-app-shell *:focus-visible{outline:2px solid #FF8A00!important;box-shadow:none!important}.tr-app-shell ::selection{background:#FF8A00!important;color:#fff!important}
@media(max-width:1050px){.tr-kpi-grid{grid-template-columns:1fr 1fr}.tr-dashboard-grid{grid-template-columns:1fr}}
@media(max-width:782px){.tr-app-shell{padding-left:0!important}.tr-app{padding:22px 14px 50px!important}.tr-mobile-menu:hover,.tr-mobile-menu:focus,.tr-mobile-menu:active{background:#FF8A00!important}.tr-kpi-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.tr-kpi-grid{grid-template-columns:1fr}}

/* v0.7.0 — WP shell, aligned navigation, date spotlight */
.tr-sidebar-nav{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important}
.tr-sidebar-item{display:grid!important;grid-template-columns:22px 1fr!important;align-items:center!important;gap:11px!important;width:100%!important;min-height:44px!important;margin:0!important;text-align:left!important}
.tr-nav-icon{display:flex!important;width:20px!important;height:20px!important;align-items:center!important;justify-content:center!important}
.tr-nav-icon svg{width:18px!important;height:18px!important;display:block!important;fill:currentColor!important}
.tr-sidebar-item.active .tr-nav-icon{color:#FF8A00!important}
.tr-head-date{position:relative!important;min-width:210px!important;background:#0D0D0D!important;color:#fff!important;border:0!important;border-radius:12px!important;padding:16px 18px 16px 48px!important;font-size:12px!important;font-weight:600!important;line-height:1.35!important;box-shadow:0 8px 24px rgba(13,13,13,.08)!important}
.tr-head-date:before{content:"";position:absolute;left:18px;top:50%;transform:translateY(-50%);width:17px;height:17px;border:2px solid #FF8A00;border-radius:4px}
.tr-head-date:after{content:"";position:absolute;left:21px;top:calc(50% - 4px);width:11px;height:2px;background:#FF8A00;box-shadow:0 4px 0 #FF8A00}
.tr-app-shell button,.tr-app-shell a,.tr-app-shell input,.tr-app-shell textarea,.tr-app-shell select{--wp-admin-theme-color:#FF8A00!important;--wp-admin-theme-color-darker-10:#E67C00!important;--wp-admin-theme-color-darker-20:#CC6E00!important;accent-color:#FF8A00!important}
.tr-app-shell button:hover,.tr-app-shell button:focus,.tr-app-shell button:active,.tr-app-shell a:hover,.tr-app-shell a:focus,.tr-app-shell a:active{box-shadow:none!important}
@media(max-width:782px){.tr-head-date{width:100%!important;min-width:0!important}.tr-sidebar-item{grid-template-columns:22px 1fr!important}}

/* v0.7.1 — readable overview + branded quick calendar */
.tr-page-head{position:relative}.tr-page-head p{font-size:14px!important;line-height:1.55!important}.tr-kicker{font-size:10px!important}.tr-head-date{cursor:pointer!important;text-align:left!important;font-size:14px!important;min-width:245px!important;transition:transform .15s ease,box-shadow .15s ease!important}.tr-head-date:hover,.tr-head-date:focus,.tr-head-date:active{background:#0D0D0D!important;color:#fff!important;border-color:#0D0D0D!important;box-shadow:0 10px 28px rgba(13,13,13,.14)!important;outline:2px solid #FF8A00!important;transform:translateY(-1px)}
.tr-kpi span{font-size:10px!important}.tr-kpi strong{font-size:25px!important}.tr-kpi small{font-size:11px!important;line-height:1.4}.tr-card-head h2{font-size:18px!important}.tr-card-head button{font-size:11px!important}.tr-mini b{font-size:13px!important}.tr-mini small{font-size:11px!important;line-height:1.45}.tr-empty-small,.tr-empty{font-size:12px!important}
.tr-quick-calendar{position:absolute;z-index:100;right:0;top:86px;width:330px;background:#fff;border:1px solid #E5E5E5;border-radius:14px;padding:15px;box-shadow:0 22px 55px rgba(13,13,13,.18)}
.tr-quick-calendar[hidden]{display:none!important}.tr-qcal-head{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;margin-bottom:12px}.tr-qcal-head strong{text-align:center;text-transform:capitalize;font-size:14px;font-weight:600}.tr-qcal-head button{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid #E5E5E5;border-radius:8px;background:#fff;color:#0D0D0D;cursor:pointer;font-size:16px}.tr-qcal-head button:hover,.tr-qcal-head button:focus,.tr-qcal-head button:active{background:#0D0D0D!important;color:#fff!important;border-color:#0D0D0D!important;outline:none!important}
.tr-qcal-week,.tr-qcal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.tr-qcal-week{margin-bottom:5px}.tr-qcal-week span{text-align:center;font-size:9px;font-weight:700;color:#888;padding:5px 0}.tr-qcal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:11px;color:#1A1A1A;background:#FAFAFA}.tr-qcal-day.other{color:#C4C4C4;background:#fff}.tr-qcal-day.today{background:#FF8A00!important;color:#fff!important;font-weight:700;box-shadow:0 3px 10px rgba(255,138,0,.25)}.tr-qcal-today{width:100%;margin-top:12px;border:0!important;border-radius:8px;background:#0D0D0D!important;color:#fff!important;padding:10px;font-size:11px;font-weight:600;cursor:pointer}.tr-qcal-today:hover,.tr-qcal-today:focus,.tr-qcal-today:active{background:#FF8A00!important;color:#fff!important;outline:none!important}
@media(max-width:782px){.tr-page-head{position:relative}.tr-head-date{width:100%!important;min-width:0!important}.tr-quick-calendar{position:absolute;left:0;right:0;top:100%;width:100%;max-width:none;margin-top:8px}.tr-page-head p{font-size:13px!important}.tr-kpi span{font-size:10px!important}.tr-kpi small{font-size:11px!important}.tr-mini b{font-size:13px!important}.tr-mini small{font-size:11px!important}}
@media(max-width:420px){.tr-quick-calendar{padding:11px}.tr-qcal-day{font-size:10px;border-radius:6px}.tr-qcal-week,.tr-qcal-grid{gap:2px}}

/* v0.8.0 — Meetings command center */
.tr-head-date,.tr-head-date:hover,.tr-head-date:focus,.tr-head-date:active{color:#fff!important}.tr-head-date *{color:inherit!important}
.tr-meeting-head p{font-size:14px;color:#71717A;margin:7px 0 0;line-height:1.5}.tr-meeting-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.tr-meeting-stats article{background:#fff;border:1px solid #E5E5E5;border-radius:11px;padding:16px 18px}.tr-meeting-stats span{display:block;color:#71717A;font-size:10px;letter-spacing:.08em;font-weight:600}.tr-meeting-stats strong{display:inline-block;font-size:25px;margin:8px 7px 0 0}.tr-meeting-stats small{font-size:11px;color:#999}
.tr-meeting-workspace{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.8fr);gap:14px;align-items:stretch}.tr-meeting-calendar-card,.tr-meeting-side,.tr-meeting-list-card{background:#fff;border:1px solid #E5E5E5;border-radius:12px;overflow:hidden}.tr-calendar-head{padding:18px!important;margin:0!important}.tr-calendar-head h2,.tr-meeting-side h2{font-size:17px!important;margin:3px 0 0}.tr-meeting-calendar-card .tr-calendar{border:0!important;border-top:1px solid #E5E5E5!important;border-radius:0!important}.tr-meeting-calendar-card .tr-day{min-height:88px!important;padding:7px!important}.tr-meeting-calendar-card .tr-event{font-size:9px!important;padding:5px 6px!important}.tr-meeting-calendar-card .tr-weekdays span{font-size:9px!important}
.tr-meeting-side{padding:18px}.tr-meeting-side .tr-card-head{padding:0 0 14px!important}.tr-agenda-quick{display:flex;flex-direction:column}.tr-quick-meeting{display:grid!important;grid-template-columns:44px 1fr!important;gap:12px!important;align-items:center!important;width:100%!important;text-align:left!important;background:#fff!important;color:#0D0D0D!important;border:0!important;border-bottom:1px solid #EEE!important;padding:13px 2px!important;cursor:pointer}.tr-quick-meeting:hover,.tr-quick-meeting:focus,.tr-quick-meeting:active{background:#FAFAFA!important;color:#0D0D0D!important;border-color:#EEE!important;outline:none!important}.tr-quick-date{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0D0D0D;color:#fff!important;border-radius:8px;height:44px;font-size:15px;font-weight:600}.tr-quick-date small{color:#FF8A00!important;font-size:8px;margin-top:1px}.tr-quick-meeting>span:last-child strong{display:block;font-size:12px;font-weight:600}.tr-quick-meeting>span:last-child small{display:block;color:#777;font-size:10px;margin-top:4px}
.tr-meeting-list-card{margin-top:14px}.tr-meeting-list-card .tr-list-head{border:0!important;border-radius:0!important;margin:0!important;padding:18px!important}.tr-list-tools{display:flex;align-items:center;gap:10px}.tr-list-tools input{min-width:280px;border-radius:7px!important}.tr-list-tools .tr-switch{white-space:nowrap}.tr-meeting-list-card .tr-list{border:0!important;border-top:1px solid #E5E5E5!important;border-radius:0!important;margin:0!important}.tr-list-item{font-size:13px!important}.tr-list-title{font-size:14px!important}.tr-list-meta{font-size:11px!important}
@media(max-width:1150px){.tr-meeting-stats{grid-template-columns:repeat(2,1fr)}.tr-meeting-workspace{grid-template-columns:1fr}.tr-meeting-side{min-height:auto}.tr-list-head{align-items:flex-start!important}.tr-list-tools{width:100%;flex-wrap:wrap}.tr-list-tools input{flex:1;min-width:220px}}
@media(max-width:650px){.tr-meeting-stats{grid-template-columns:1fr 1fr;gap:8px}.tr-meeting-stats article{padding:13px}.tr-meeting-stats strong{font-size:21px}.tr-meeting-workspace{display:block}.tr-meeting-side{margin-top:10px}.tr-calendar-head{flex-direction:column;align-items:flex-start!important;gap:12px}.tr-calendar-head .tr-date-nav{width:100%}.tr-meeting-calendar-card .tr-day{min-height:70px!important}.tr-list-tools{display:block}.tr-list-tools input{width:100%;min-width:0;margin-bottom:9px}.tr-list-tools .tr-switch{width:100%;display:flex}.tr-list-tools .tr-switch button{flex:1;padding:8px 5px!important}.tr-list-item{grid-template-columns:58px 1fr auto!important}}

/* ==========================================================
   v1.1.0 — CANONICAL UI SYSTEM
   This block is the single source of truth for typography,
   spacing, contrast, buttons and meeting calendar states.
   ========================================================== */
.tr-app-shell{
 --tr-orange:#FF8A00;
 --tr-orange-dark:#E67800;
 --tr-black:#0D0D0D;
 --tr-dark:#1A1A1A;
 --tr-gray-900:#27272A;
 --tr-gray-700:#52525B;
 --tr-gray-600:#71717A;
 --tr-gray-500:#8A8A93;
 --tr-gray-300:#D4D4D8;
 --tr-gray-200:#E5E5E5;
 --tr-gray-100:#F4F4F5;
 --tr-gray-050:#FAFAFA;
 --tr-white:#FFFFFF;
 --tr-radius-sm:8px;
 --tr-radius:10px;
 --tr-radius-lg:14px;
 --tr-space-1:6px;
 --tr-space-2:10px;
 --tr-space-3:14px;
 --tr-space-4:18px;
 --tr-space-5:24px;
 --e-global-color-primary:#FF8A00!important;
 --e-global-color-secondary:#0D0D0D!important;
 --e-global-color-text:#0D0D0D!important;
 --e-global-color-accent:#FF8A00!important;
 --wp-admin-theme-color:#FF8A00!important;
 --wp-admin-theme-color-darker-10:#E67800!important;
 --wp-admin-theme-color-darker-20:#CC6E00!important;
 color:#0D0D0D!important;
 font-family:Montserrat,Arial,sans-serif!important;
 font-size:13px!important;
 line-height:1.5!important;
 accent-color:#FF8A00!important;
}
.tr-app-shell *{box-sizing:border-box}
.tr-app-shell button,.tr-app-shell input,.tr-app-shell textarea,.tr-app-shell select,.tr-app-shell a{
 font-family:Montserrat,Arial,sans-serif!important;
 text-shadow:none!important;
 -webkit-tap-highlight-color:transparent!important;
}
.tr-app-shell h1{font-size:34px!important;line-height:1.12!important;font-weight:600!important}
.tr-app-shell h2{font-size:19px!important;line-height:1.25!important;font-weight:600!important}
.tr-app-shell h3{font-size:16px!important;line-height:1.3!important;font-weight:600!important}
.tr-app-shell p,.tr-app-shell label{font-size:13px!important}
.tr-kicker{font-size:10px!important;line-height:1.2!important;letter-spacing:.12em!important;font-weight:700!important;color:#FF8A00!important}
.tr-list-meta,.tr-mini small,.tr-session-meta,.tr-day-event span,.tr-day-event small{font-size:12px!important;line-height:1.45!important;color:#71717A!important}
.tr-list-title,.tr-mini b,.tr-day-event strong{font-size:13px!important;line-height:1.4!important;font-weight:600!important}

/* Interaction firewall: Hello Elementor cannot introduce pink or unreadable text. */
.tr-app-shell button{cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease!important}
.tr-app-shell button:focus-visible,.tr-app-shell a:focus-visible,.tr-app-shell input:focus-visible,.tr-app-shell textarea:focus-visible,.tr-app-shell select:focus-visible{
 outline:2px solid #FF8A00!important;outline-offset:2px!important;box-shadow:none!important
}
.tr-app-shell input:focus,.tr-app-shell textarea:focus,.tr-app-shell select:focus{
 border-color:#FF8A00!important;box-shadow:0 0 0 2px rgba(255,138,0,.12)!important
}
.tr-app-shell ::selection{background:#FF8A00!important;color:#fff!important}

/* Official buttons: orange/white, black/white, white/black. */
.tr-primary,.tr-app-shell button.tr-primary{
 min-height:42px!important;padding:10px 16px!important;border:1px solid #FF8A00!important;border-radius:10px!important;
 background:#FF8A00!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:13px!important;font-weight:600!important
}
.tr-primary:hover,.tr-primary:focus,.tr-primary:active{
 background:#E67800!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#E67800!important
}
.tr-secondary,.tr-app-shell button.tr-secondary{
 min-height:42px!important;padding:10px 16px!important;border:1px solid #0D0D0D!important;border-radius:10px!important;
 background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;font-size:13px!important;font-weight:600!important
}
.tr-secondary:hover,.tr-secondary:focus,.tr-secondary:active{
 background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#0D0D0D!important
}
.tr-danger,.tr-app-shell button.tr-danger{
 min-height:42px!important;padding:10px 16px!important;border:1px solid #0D0D0D!important;border-radius:10px!important;
 background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;font-size:13px!important;font-weight:600!important
}
.tr-danger:hover,.tr-danger:focus,.tr-danger:active{
 background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#0D0D0D!important
}
.tr-close,.tr-app-shell button.tr-close{
 display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;padding:0!important;
 border-radius:50%!important;border:1px solid #E5E5E5!important;background:#F4F4F5!important;color:#0D0D0D!important;
 -webkit-text-fill-color:#0D0D0D!important;font:400 25px/1 Arial,sans-serif!important
}
.tr-close:hover,.tr-close:focus,.tr-close:active{
 background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#0D0D0D!important
}

/* Overview date and quick calendar. */
.tr-head-date,.tr-head-date:visited,.tr-head-date:hover,.tr-head-date:focus,.tr-head-date:active,.tr-head-date[aria-expanded="true"]{
 background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:1px solid #FF8A00!important
}
.tr-head-date:hover,.tr-head-date:focus{background:#1A1A1A!important}
.tr-qcal-today,.tr-qcal-today:hover,.tr-qcal-today:focus,.tr-qcal-today:active{
 display:block!important;width:auto!important;min-width:210px!important;margin:16px auto 0!important;padding:11px 18px!important;
 border:1px solid #FF8A00!important;border-radius:10px!important;background:#0D0D0D!important;color:#fff!important;
 -webkit-text-fill-color:#fff!important;font-size:12px!important;font-weight:600!important;box-shadow:none!important;transform:none!important
}

/* Calendar view switch/navigation. */
.tr-calendar-controls{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.tr-view-switch{display:flex;background:#F4F4F5;padding:4px;border-radius:10px}
.tr-view-switch button{min-height:36px!important;padding:8px 13px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#52525B!important;-webkit-text-fill-color:#52525B!important;font-size:12px!important;font-weight:600!important}
.tr-view-switch button:hover,.tr-view-switch button:focus,.tr-view-switch button:active{background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important}
.tr-view-switch button.active,.tr-view-switch button.active:hover,.tr-view-switch button.active:focus,.tr-view-switch button.active:active{background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.tr-date-nav button,.tr-qcal-head button{
 min-width:40px!important;height:40px!important;border:1px solid #E5E5E5!important;border-radius:9px!important;background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;font-size:12px!important;font-weight:600!important
}
.tr-date-nav button:hover,.tr-date-nav button:focus,.tr-date-nav button:active,.tr-qcal-head button:hover,.tr-qcal-head button:focus,.tr-qcal-head button:active{
 background:#F4F4F5!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;border-color:#D4D4D8!important
}

/* WEEK: readable, no black hover. */
.tr-week-view{border-top:1px solid #E5E5E5;padding:16px}
.tr-week-columns{display:grid;grid-template-columns:repeat(7,minmax(145px,1fr));gap:8px;overflow-x:auto}
.tr-week-day{min-height:360px;background:#FAFAFA;border:1px solid #E5E5E5;border-radius:11px;overflow:hidden}
.tr-week-day.today{border-color:#FF8A00}
.tr-week-day-head{width:100%;padding:14px!important;border:0!important;border-bottom:1px solid #E5E5E5!important;background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;text-align:left!important}
.tr-week-day-head:hover,.tr-week-day-head:focus,.tr-week-day-head:active{background:#F4F4F5!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important}
.tr-week-day-head span{display:block;font-size:10px!important;letter-spacing:.08em;font-weight:600}
.tr-week-day-head strong{display:block;font-size:23px!important;line-height:1.1;margin-top:5px}
.tr-week-day.today .tr-week-day-head strong{color:#FF8A00!important;-webkit-text-fill-color:#FF8A00!important}
.tr-week-events{padding:8px}
.tr-week-event{
 width:100%;display:block!important;text-align:left!important;margin-bottom:7px!important;padding:11px 10px!important;
 border:0!important;border-left:3px solid #FF8A00!important;border-radius:8px!important;background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important
}
.tr-week-event:hover,.tr-week-event:focus,.tr-week-event:active{background:#F1F1F1!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;box-shadow:none!important}
.tr-week-event time,.tr-week-event:hover time,.tr-week-event:focus time{display:block;color:#FF8A00!important;-webkit-text-fill-color:#FF8A00!important;font-size:11px!important;font-weight:700!important}
.tr-week-event strong,.tr-week-event:hover strong,.tr-week-event:focus strong{display:block;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;font-size:12px!important;line-height:1.35!important;margin-top:5px}
.tr-week-event small,.tr-week-event:hover small,.tr-week-event:focus small{display:block;color:#71717A!important;-webkit-text-fill-color:#71717A!important;font-size:10px!important;margin-top:4px}
.tr-no-event{display:block;text-align:center;color:#A1A1AA;font-size:11px;padding:26px 0}

/* DAY: larger, readable action. */
.tr-day-view{border-top:1px solid #E5E5E5;padding:18px}
.tr-day-summary{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px}
.tr-day-hero{background:#0D0D0D;color:#fff;border-radius:13px;padding:24px;display:flex;flex-direction:column;min-height:300px}
.tr-day-hero span{font-size:10px!important;color:#FF8A00!important;font-weight:700!important;letter-spacing:.1em}
.tr-day-hero strong{font-size:64px!important;line-height:1!important;margin-top:18px}
.tr-day-hero small{margin-top:auto;font-size:12px!important;color:#fff!important;text-transform:capitalize}
.tr-day-agenda{border:1px solid #E5E5E5;border-radius:13px;padding:18px}
.tr-day-agenda-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #E5E5E5;padding-bottom:16px}
.tr-day-event{
 width:100%;display:grid!important;grid-template-columns:78px minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;
 padding:18px 4px!important;border:0!important;border-bottom:1px solid #E5E5E5!important;background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;text-align:left!important
}
.tr-day-event:hover,.tr-day-event:focus,.tr-day-event:active{background:#F7F7F7!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important}
.tr-day-event time{font-size:13px!important;color:#FF8A00!important;-webkit-text-fill-color:#FF8A00!important;font-weight:700!important}
.tr-day-event strong{font-size:14px!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important}
.tr-day-event span:not(.tr-day-start),.tr-day-event small{font-size:12px!important;color:#71717A!important;-webkit-text-fill-color:#71717A!important}
.tr-day-start{
 display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:92px!important;min-height:38px!important;padding:9px 14px!important;
 border-radius:9px!important;background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important;font-weight:600!important
}

/* ALL COMMITMENTS: fixed columns, breathing room, useful action sizes. */
.tr-meeting-list-card{margin-top:16px!important;border-radius:13px!important}
.tr-meeting-list-card .tr-list-head{padding:22px 24px!important;gap:18px!important}
.tr-list-tools input{min-height:42px!important;padding:10px 14px!important;font-size:13px!important}
.tr-list-tools .tr-switch button{min-height:40px!important;padding:9px 15px!important;font-size:12px!important;font-weight:600!important}
.tr-list-tools .tr-switch button:not(.active){background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important}
.tr-list-tools .tr-switch button:not(.active):hover{background:#F4F4F5!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important}
.tr-list-tools .tr-switch button.active,.tr-list-tools .tr-switch button.active:hover{background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.tr-meeting-list-card .tr-list-item{
 display:grid!important;grid-template-columns:82px minmax(260px,1.5fr) minmax(180px,.9fr) minmax(260px,auto)!important;
 gap:22px!important;align-items:center!important;width:100%!important;min-height:80px!important;padding:16px 24px!important;border-bottom:1px solid #E5E5E5!important
}
.tr-meeting-list-card .tr-list-item:hover{background:#FAFAFA!important}
.tr-meeting-list-card .tr-list-item>*{min-width:0!important}
.tr-list-date{padding-left:2px!important}
.tr-list-date strong{display:block;font-size:24px!important;line-height:1!important;color:#0D0D0D!important}
.tr-list-date span{display:block;margin-top:5px;font-size:10px!important;color:#71717A!important;white-space:nowrap}
.tr-meeting-list-card .tr-list-title,.tr-meeting-list-card .tr-list-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tr-meeting-row-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:260px!important;flex-wrap:nowrap!important}
.tr-badge{display:inline-flex!important;align-items:center!important;min-height:38px!important;padding:8px 11px!important;font-size:10px!important;font-weight:700!important;white-space:nowrap!important}
.tr-meeting-row-actions button,.tr-start-btn{
 min-height:40px!important;padding:9px 14px!important;border:1px solid #0D0D0D!important;border-radius:9px!important;background:#0D0D0D!important;
 color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important;font-weight:600!important;white-space:nowrap!important
}
.tr-meeting-row-actions button:hover,.tr-meeting-row-actions button:focus,.tr-meeting-row-actions button:active,.tr-start-btn:hover,.tr-start-btn:focus,.tr-start-btn:active{
 background:#1A1A1A!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#FF8A00!important
}

/* Session / meeting details. */
.tr-session-panel{width:min(780px,96vw)!important}
.tr-session-meta{margin:-6px 0 20px!important}
.tr-session-notes{display:block;font-size:13px!important;font-weight:600!important}
.tr-session-notes textarea{display:block;width:100%;min-height:300px;margin-top:9px;padding:15px;border:1px solid #D4D4D8;border-radius:10px;background:#FAFAFA;font-size:14px!important;line-height:1.65!important;resize:vertical}
.tr-session-info-action{display:flex;justify-content:flex-start;margin:16px 0 4px}
.tr-outline-btn{min-height:42px!important;padding:10px 15px!important;border:1px solid #0D0D0D!important;border-radius:10px!important;background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;font-size:12px!important;font-weight:600!important}
.tr-outline-btn:hover,.tr-outline-btn:focus,.tr-outline-btn:active{background:#F4F4F5!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;border-color:#FF8A00!important}
.tr-summary-content{white-space:pre-wrap;background:#F7F7F7;border-left:3px solid #FF8A00;border-radius:9px;padding:18px;font-size:13px!important;line-height:1.7!important;margin-top:20px}

/* Sidebar states stay brand-safe. */
.tr-sidebar-item:hover,.tr-sidebar-item:focus,.tr-sidebar-item:active{background:#1A1A1A!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.tr-sidebar-item.active,.tr-sidebar-item.active:hover,.tr-sidebar-item.active:focus,.tr-sidebar-item.active:active{background:#1A1A1A!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:inset 3px 0 #FF8A00!important}

@media(max-width:1100px){
 .tr-meeting-list-card .tr-list-item{grid-template-columns:72px minmax(200px,1.35fr) minmax(140px,.8fr) minmax(230px,auto)!important;gap:14px!important;padding:15px 18px!important}
 .tr-meeting-row-actions{min-width:230px!important}
}
@media(max-width:782px){
 .tr-app-shell{font-size:13px!important}
 .tr-app-shell h1{font-size:28px!important}
 .tr-calendar-controls{width:100%;justify-content:space-between}
 .tr-week-columns{grid-template-columns:repeat(7,155px)}
 .tr-day-summary{grid-template-columns:1fr}
 .tr-day-hero{min-height:160px}
 .tr-day-hero strong{font-size:48px!important}
 .tr-day-hero small{margin-top:20px}
 .tr-meeting-list-card .tr-list-head{padding:18px!important}
 .tr-meeting-list-card .tr-list-item{grid-template-columns:64px minmax(0,1fr)!important;gap:8px 14px!important;padding:16px 18px!important}
 .tr-meeting-list-card .tr-list-item>div:nth-child(3){grid-column:2!important}
 .tr-meeting-row-actions{grid-column:2!important;min-width:0!important;justify-content:flex-start!important;flex-wrap:wrap!important}
}
@media(max-width:520px){
 .tr-day-agenda{padding:13px}
 .tr-day-event{grid-template-columns:65px minmax(0,1fr)!important;gap:10px!important}
 .tr-day-start{grid-column:2!important;justify-self:start!important;margin-top:4px!important}
 .tr-view-switch{width:100%}.tr-view-switch button{flex:1}
 .tr-session-notes textarea{min-height:230px}
}

/* v1.2.0 — meeting-detail return path */
.tr-back-notes{margin-right:auto!important}
@media(max-width:520px){.tr-back-notes{width:100%!important;margin:0 0 8px!important}}

/* v1.3.0 — contextual return + autosave */
.tr-detail-actions{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.tr-detail-actions .tr-back-notes{margin-right:auto!important}
.tr-autosave-status{display:block;margin-top:7px;font-size:11px!important;font-weight:500!important;color:#71717A!important}
.tr-autosave-status[data-state="saved"]{color:#52525B!important}
.tr-autosave-status[data-state="saving"],.tr-autosave-status[data-state="pending"]{color:#E67800!important}
.tr-autosave-status[data-state="error"]{color:#0D0D0D!important;font-weight:600!important}
@media(max-width:520px){.tr-detail-actions .tr-back-notes{width:100%!important;margin-right:0!important}}

/* v1.4.0 — Clients module */
.tr-client-stats{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin:0 0 16px}
.tr-client-stats article{background:#fff;border:1px solid #E5E5E5;border-radius:12px;padding:18px 20px}
.tr-client-stats span{display:block;font-size:10px;font-weight:700;letter-spacing:.1em;color:#71717A}.tr-client-stats strong{display:inline-block;font-size:28px;margin-top:8px}.tr-client-stats small{font-size:11px;color:#8A8A93;margin-left:6px}
.tr-client-list-card{background:#fff;border:1px solid #E5E5E5;border-radius:13px;margin-bottom:16px;overflow:hidden}.tr-client-list-card .tr-list-head{padding:20px 22px}.tr-client-list-card .tr-list-head input{min-width:320px;min-height:42px;padding:10px 13px;border:1px solid #D4D4D8;border-radius:9px;font-size:13px}
.tr-client-grid{padding:0 22px 20px}.tr-client-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #E5E5E5}.tr-client-card:last-child{border-bottom:0}
.tr-client-avatar,.tr-client-profile-avatar,.tr-mini-avatar{overflow:hidden;background:#0D0D0D;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.tr-client-avatar{width:50px;height:50px;border-radius:12px;font-size:14px}.tr-client-avatar img,.tr-client-profile-avatar img,.tr-mini-avatar img{width:100%;height:100%;object-fit:cover}
.tr-client-name{font-size:14px;font-weight:700}.tr-client-sub{font-size:12px;color:#71717A;margin-top:3px}.tr-service-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.tr-service-tags span{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#F4F4F5;color:#52525B;font-size:9px;font-weight:600}.tr-service-tags.large span{font-size:11px;padding:6px 10px}
.tr-client-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.tr-client-actions button,.tr-credential-actions button{min-height:38px;padding:8px 12px;border:1px solid #D4D4D8;border-radius:9px;background:#fff;color:#0D0D0D;-webkit-text-fill-color:#0D0D0D;font-size:11px;font-weight:600}.tr-client-actions button:hover,.tr-client-actions button:focus,.tr-credential-actions button:hover,.tr-credential-actions button:focus{background:#F4F4F5!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;border-color:#FF8A00!important}
.tr-inactive-wrap{padding:0}.tr-inactive-toggle{width:100%;display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;text-align:left;padding:18px 22px;border:0!important;background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important}.tr-inactive-toggle strong{display:block;font-size:14px;margin-top:4px}.tr-inactive-toggle:hover{background:#FAFAFA!important;color:#0D0D0D!important}.tr-inactive-toggle .tr-chevron{font-size:20px;transition:transform .15s}.tr-inactive-toggle[aria-expanded="true"] .tr-chevron{transform:rotate(180deg)}
.tr-client-panel{max-width:900px!important}.tr-form-intro{color:#71717A;margin-top:-6px}.tr-client-form-section{padding:20px 0;border-top:1px solid #E5E5E5}.tr-client-form-section:first-of-type{margin-top:20px}.tr-client-form-section h3{margin:0 0 14px}.tr-client-form-section label small{display:block;margin-top:6px;color:#8A8A93;font-size:10px}
.tr-service-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tr-service-options label{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #E5E5E5;border-radius:9px;font-size:12px!important;font-weight:500}.tr-service-options input{width:16px;height:16px}
.tr-client-detail-panel{max-width:860px!important}.tr-client-tabs{display:flex;gap:4px;padding:4px;background:#F4F4F5;border-radius:10px;margin:0 48px 22px 0}.tr-client-tabs button{flex:1;min-height:38px;border:0!important;border-radius:8px;background:transparent!important;color:#52525B!important;-webkit-text-fill-color:#52525B!important;font-size:12px;font-weight:600}.tr-client-tabs button.active,.tr-client-tabs button.active:hover{background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.tr-client-tabs button:hover{background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important}
.tr-client-profile{display:flex;align-items:center;gap:16px;margin-bottom:22px}.tr-client-profile-avatar{width:72px;height:72px;border-radius:16px;font-size:20px}.tr-client-profile h2{margin:4px 0}.tr-client-profile p{margin:0;color:#71717A}
.tr-client-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tr-client-info-grid section,.tr-client-detail-section{border:1px solid #E5E5E5;border-radius:12px;padding:18px}.tr-client-info-grid h3,.tr-client-detail-section h3{margin:0 0 12px}.tr-info-row{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid #F0F0F0}.tr-info-row:last-child{border:0}.tr-info-row span{font-size:11px;color:#71717A}.tr-info-row strong{font-size:12px;font-weight:600;overflow-wrap:anywhere}.tr-client-detail-section{margin-top:16px}.tr-section-title{display:flex;align-items:center;justify-content:space-between;gap:14px}
.tr-doc-list{display:grid;gap:8px}.tr-doc-list a{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #E5E5E5;border-radius:9px;color:#0D0D0D!important;text-decoration:none!important;font-size:12px}.tr-doc-list a:hover{background:#F4F4F5!important;color:#0D0D0D!important}
.tr-security-note,.tr-security-banner{padding:12px 14px;border-left:3px solid #FF8A00;background:#FFF8F0;border-radius:8px;color:#52525B;font-size:11px;line-height:1.55}.tr-security-banner{margin:12px 0 16px}.tr-credential-panel{max-width:650px!important}.tr-credential-list{display:grid;gap:8px}.tr-credential-list article{display:grid;grid-template-columns:1fr auto;gap:14px;padding:14px;border:1px solid #E5E5E5;border-radius:10px}.tr-credential-list strong,.tr-credential-list span,.tr-credential-list small{display:block}.tr-credential-list strong{font-size:13px}.tr-credential-list span{font-size:11px;color:#71717A;margin-top:3px}.tr-credential-list small{font-size:10px;color:#8A8A93;margin-top:5px}.tr-credential-actions{display:flex;gap:7px}.tr-secret{grid-column:1/-1;padding:10px 12px;background:#0D0D0D;color:#fff;border-radius:8px;font:600 13px/1.5 monospace;overflow-wrap:anywhere}
.tr-mini-client{display:flex!important;align-items:center;gap:10px}.tr-mini-avatar{width:34px;height:34px;border-radius:9px;flex:0 0 34px;font-size:10px}.tr-client-overview-card{grid-column:1/-1}
@media(max-width:900px){.tr-client-stats{grid-template-columns:repeat(2,1fr)}.tr-client-card{grid-template-columns:50px 1fr}.tr-client-actions{grid-column:2;justify-content:flex-start}.tr-client-info-grid{grid-template-columns:1fr}}
@media(max-width:620px){.tr-client-stats{grid-template-columns:1fr 1fr}.tr-client-list-card .tr-list-head{display:block}.tr-client-list-card .tr-list-head input{min-width:0;width:100%;margin-top:12px}.tr-client-grid{padding:0 16px 16px}.tr-client-card{grid-template-columns:44px 1fr;gap:12px}.tr-client-avatar{width:44px;height:44px}.tr-client-actions button{font-size:10px;padding:8px 10px}.tr-service-options{grid-template-columns:1fr}.tr-client-tabs{overflow-x:auto}.tr-client-tabs button{min-width:115px}.tr-info-row{grid-template-columns:1fr;gap:3px}.tr-credential-list article{grid-template-columns:1fr}.tr-credential-actions{justify-content:flex-start}}

/* v1.4.1 — inactive clients mirrors active clients */
.tr-inactive-wrap{padding:0!important}
.tr-inactive-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important}
.tr-inactive-head h2{margin:4px 0 2px!important}
.tr-inactive-head small{font-size:11px!important;color:#8A8A93!important}
.tr-client-list-tools{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:min(58%,720px)}
.tr-client-list-tools input{flex:1;min-width:260px!important;margin:0!important}
.tr-view-all-inactive{min-height:42px!important;white-space:nowrap!important;padding:9px 16px!important;border-radius:9px!important;background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;border:1px solid #D4D4D8!important;font-size:12px!important;font-weight:650!important}
.tr-view-all-inactive:hover,.tr-view-all-inactive:focus,.tr-view-all-inactive:active{background:#F4F4F5!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;border-color:#FF8A00!important}
@media(max-width:760px){
 .tr-inactive-head{display:block!important}
 .tr-client-list-tools{width:100%;min-width:0;margin-top:12px;align-items:stretch}
 .tr-client-list-tools input{min-width:0!important;width:100%!important}
}
@media(max-width:520px){
 .tr-client-list-tools{display:grid;grid-template-columns:1fr}
 .tr-view-all-inactive{width:100%!important}
}

/* v1.5.0 client workspace */
.tr-client-detail-panel{max-width:1040px!important}.tr-client-tabs-many{display:grid!important;grid-template-columns:repeat(5,1fr)!important}.tr-client-tabs-many button{min-width:0!important}.tr-client-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.tr-client-summary-grid article{border:1px solid #E5E5E5;border-radius:11px;padding:15px}.tr-client-summary-grid span{display:block;font-size:9px;font-weight:700;color:#71717A}.tr-client-summary-grid strong{display:block;font-size:24px;margin:5px 0}.tr-client-summary-grid small{font-size:10px;color:#8A8A93}.tr-module-list,.tr-related-list{display:grid;gap:8px;margin-top:14px}.tr-module-list article,.tr-related-list article{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:13px;border:1px solid #E5E5E5;border-radius:10px}.tr-module-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:5px}.tr-module-meta span{font-size:9px;padding:3px 6px;background:#F4F4F5;border-radius:999px}.tr-module-list p{font-size:11px;color:#52525B}.tr-module-actions{display:flex;gap:6px}.tr-module-actions button,.tr-related-list button{min-height:34px;padding:7px 10px;border:1px solid #D4D4D8;border-radius:8px;background:#fff!important;color:#0D0D0D!important;font-size:10px}.tr-history article{display:grid;grid-template-columns:12px 1fr;gap:9px;padding-bottom:16px}.tr-history i{width:8px;height:8px;border-radius:50%;background:#FF8A00;margin-top:4px}.tr-history strong{font-size:11px}.tr-history span{display:block;font-size:9px;color:#8A8A93;margin-top:3px}.tr-module-panel{max-width:680px!important}@media(max-width:800px){.tr-client-tabs-many{grid-template-columns:repeat(2,1fr)!important}.tr-client-summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.tr-module-list article,.tr-related-list article{grid-template-columns:1fr}}

/* v1.6.0 Financeiro */
.tr-finance-filters{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:0 0 16px}.tr-finance-filters #tr-fin-custom{display:flex;align-items:center;gap:8px}.tr-finance-filters input{min-height:40px;border:1px solid #D4D4D8;border-radius:9px;padding:8px 10px}.tr-fin-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.tr-fin-kpis article{background:#fff;border:1px solid #E5E5E5;border-radius:13px;padding:17px}.tr-fin-kpis article.accent{border-top:3px solid #FF8A00}.tr-fin-kpis span{display:block;font-size:9px;font-weight:750;letter-spacing:.08em;color:#71717A}.tr-fin-kpis strong{display:block;font-size:22px;margin:7px 0 3px}.tr-fin-kpis small{font-size:10px;color:#8A8A93}.tr-fin-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:14px;margin-bottom:14px}.tr-fin-chart{height:210px;display:flex;align-items:flex-end;gap:16px;padding:20px 10px 5px}.tr-fin-bar-group{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px}.tr-fin-bars{height:165px;width:100%;display:flex;align-items:flex-end;justify-content:center;gap:4px}.tr-fin-bars i{display:block;width:28%;min-width:8px;max-width:22px;border-radius:5px 5px 2px 2px;background:#0D0D0D}.tr-fin-bars i.expense{background:#B8B8BE}.tr-fin-bar-group small{font-size:9px;color:#71717A}.tr-fin-due-item{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;border:0;border-bottom:1px solid #EEE;background:#fff!important;color:#0D0D0D!important;padding:11px 3px!important}.tr-fin-due-item:hover{background:#F7F7F8!important;color:#0D0D0D!important}.tr-fin-due-item span strong,.tr-fin-due-item span small{display:block}.tr-fin-due-item strong{font-size:11px}.tr-fin-due-item small{font-size:9px;color:#8A8A93;margin-top:3px}.tr-fin-due-item b{font-size:11px}.tr-fin-list{display:grid;gap:7px}.tr-fin-list article{display:grid;grid-template-columns:70px 1fr 120px 70px;align-items:center;gap:12px;padding:12px 14px;border:1px solid #E5E5E5;border-radius:10px}.tr-fin-list strong,.tr-fin-list small{display:block}.tr-fin-list strong{font-size:11px}.tr-fin-list small{font-size:9px;color:#71717A;margin-top:3px}.tr-fin-list b{text-align:right;font-size:11px}.tr-fin-list button{background:#fff!important;color:#0D0D0D!important;border:1px solid #D4D4D8!important;border-radius:8px;padding:7px!important;font-size:9px}.tr-fin-kind{font-size:8px;font-weight:750;letter-spacing:.06em;padding:5px 7px;border-radius:999px;text-align:center;background:#F4F4F5}.tr-fin-kind.income{background:#FFF2E2;color:#B55F00}.tr-billing-form{margin-top:14px}.tr-billing-form hr{border:0;border-top:1px solid #E5E5E5;margin:20px 0}.tr-toggle-row{display:flex!important;gap:10px;align-items:center;border:1px solid #E5E5E5;border-radius:11px;padding:13px!important;margin-bottom:15px}.tr-toggle-row input{width:18px;height:18px;accent-color:#FF8A00}.tr-toggle-row strong,.tr-toggle-row small{display:block}.tr-toggle-row small{font-size:9px;color:#71717A;margin-top:2px}.tr-payment-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.tr-payment-history{display:grid;gap:7px}.tr-payment-history article{display:flex;justify-content:space-between;align-items:center;border:1px solid #E5E5E5;border-radius:9px;padding:10px 12px}.tr-payment-history strong,.tr-payment-history small{display:block}.tr-payment-history strong{font-size:11px}.tr-payment-history small{font-size:9px;color:#8A8A93;margin-top:3px}.tr-payment-history b{font-size:11px}@media(max-width:900px){.tr-fin-kpis{grid-template-columns:repeat(2,1fr)}.tr-fin-grid{grid-template-columns:1fr}.tr-fin-list article{grid-template-columns:60px 1fr 90px}.tr-fin-list article button{grid-column:2/4;justify-self:start}}@media(max-width:600px){.tr-finance-filters{display:block}.tr-finance-filters #tr-fin-custom{margin-top:10px;flex-wrap:wrap}.tr-fin-kpis{grid-template-columns:1fr 1fr}.tr-fin-kpis strong{font-size:17px}.tr-fin-list article{grid-template-columns:1fr}.tr-fin-list b{text-align:left}.tr-fin-list article button{grid-column:auto}.tr-fin-chart{gap:6px}}

/* v1.6.1 — forms by context + finance split */
.tr-fin-client-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
.tr-fin-box{margin-top:0!important}
.tr-switch-line{display:flex!important;align-items:center;gap:10px;padding:12px;border:1px solid #E5E5E5;border-radius:10px;margin:12px 0 14px;font-weight:650;font-size:12px}
.tr-switch-line input{width:18px!important;height:18px!important;accent-color:#FF8A00}
.tr-paid-label{font-size:11px;color:#0D0D0D}
@media(max-width:780px){.tr-fin-client-grid{grid-template-columns:1fr}}

/* v1.6.2 */
.tr-charge-type-picker{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.tr-charge-type-picker button{min-height:54px;border:1px solid #D4D4D8;border-radius:11px;background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;font-size:12px;font-weight:700}.tr-charge-type-picker button:hover{border-color:#FF8A00!important;background:#FFF7ED!important;color:#0D0D0D!important}.tr-inline-link-form{display:grid;grid-template-columns:1fr 2fr auto;gap:10px;align-items:end;margin:14px 0 16px}.tr-inline-link-form label{font-size:10px;font-weight:650}.tr-inline-link-form input{display:block;width:100%;margin-top:5px}.tr-link-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;border:1px solid #E5E5E5;border-radius:9px;padding:9px 11px}.tr-link-row a{display:flex;flex-direction:column}.tr-link-row small{font-size:9px;color:#71717A}.tr-link-row button{background:#fff!important;color:#0D0D0D!important;border:1px solid #D4D4D8;border-radius:8px;padding:7px 10px}@media(max-width:680px){.tr-inline-link-form,.tr-charge-type-picker{grid-template-columns:1fr}}

/* v1.7.0 — automated client tasks */
.tr-task-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 16px}.tr-task-kpis article{background:#fff;border:1px solid #E5E5E5;border-radius:12px;padding:16px}.tr-task-kpis span{font-size:9px;font-weight:750;letter-spacing:.08em;color:#71717A}.tr-task-kpis strong{display:block;font-size:25px;margin:5px 0}.tr-task-kpis small{font-size:10px;color:#8A8A93}.tr-task-workspace{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:14px}.tr-tasks-modern{display:grid;gap:8px;margin-top:14px}.tr-task-row{display:grid;grid-template-columns:5px minmax(0,1fr) 110px auto;gap:13px;align-items:center;border:1px solid #E5E5E5;border-radius:11px;padding:12px;background:#fff}.tr-task-row.overdue{border-color:#FF8A00}.tr-task-priority-mark{width:5px;height:100%;min-height:48px;border-radius:999px;background:#A1A1AA}.tr-task-priority-mark.p-urgente{background:#0D0D0D}.tr-task-priority-mark.p-alta{background:#FF8A00}.tr-task-priority-mark.p-baixa{background:#D4D4D8}.tr-task-top{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tr-task-top strong{font-size:12px}.tr-task-top span{font-size:9px;text-transform:uppercase;background:#F4F4F5;padding:3px 6px;border-radius:999px}.tr-task-client{font-size:10px;font-weight:650;color:#E67800;margin-top:4px}.tr-task-main p{font-size:10px;color:#71717A;margin:5px 0 0}.tr-task-deadline small{display:block;font-size:8px;color:#8A8A93}.tr-task-deadline strong{font-size:11px}.tr-task-deadline em{display:block;font-style:normal;font-size:9px;color:#E67800;margin-top:2px}.tr-task-row.completed{opacity:.58}.tr-task-calendar{margin-top:12px}.tr-task-weekdays,.tr-task-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.tr-task-weekdays span{font-size:8px;text-align:center;color:#8A8A93;padding:6px}.tr-task-day{min-height:88px;border:1px solid #ECECEE;padding:6px;overflow:hidden}.tr-task-day b{display:block;font-size:10px;margin-bottom:4px}.tr-task-day span{display:block;font-size:8px;line-height:1.25;padding:3px 4px;margin:2px 0;border-radius:4px;background:#F4F4F5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tr-task-day span.p-alta,.tr-task-day span.p-urgente{border-left:2px solid #FF8A00}.tr-task-day small{font-size:8px;color:#71717A}.tr-task-cal-nav{display:flex;align-items:center;gap:8px}.tr-task-cal-nav button{width:30px;height:30px;border:1px solid #E5E5E5;border-radius:8px;background:#fff!important;color:#0D0D0D!important}.tr-task-cal-nav strong{font-size:10px;text-transform:capitalize}.tr-client-task-list{display:grid;gap:8px;margin-top:14px}.tr-client-task-list article{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;border:1px solid #E5E5E5;border-radius:10px;padding:12px}.tr-client-task-list article.completed{opacity:.58}.tr-client-task-list p{font-size:10px;color:#71717A;margin:6px 0 0}
@media(max-width:1050px){.tr-task-workspace{grid-template-columns:1fr}.tr-task-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.tr-task-row{grid-template-columns:5px 1fr}.tr-task-deadline,.tr-task-actions{grid-column:2}.tr-task-kpis{grid-template-columns:1fr 1fr}.tr-client-task-list article{grid-template-columns:1fr}}

/* v1.7.1 — exclusão segura de clientes inativos */
.tr-danger-outline{background:#fff!important;color:#0D0D0D!important;-webkit-text-fill-color:#0D0D0D!important;border:1px solid #0D0D0D!important}
.tr-danger-outline:hover,.tr-danger-outline:focus,.tr-danger-outline:active{background:#0D0D0D!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#0D0D0D!important}

/* v1.7.4 — confirmação sem recarregar a página */
.tr-toast{position:fixed;right:22px;bottom:22px;z-index:100000;max-width:min(360px,calc(100vw - 32px));padding:12px 16px;border-radius:10px;background:#0D0D0D!important;color:#FFFFFF!important;-webkit-text-fill-color:#FFFFFF!important;font-size:12px;font-weight:650;box-shadow:0 12px 32px rgba(0,0,0,.18);opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.tr-toast.show{opacity:1;transform:translateY(0)}@media(max-width:680px){.tr-toast{left:16px;right:16px;bottom:16px;max-width:none}}

/* v1.9.0 — Tempo */
.tr-time-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.tr-time-kpis article{background:#fff;border:1px solid #E5E5E5;border-radius:12px;padding:16px}.tr-time-kpis span{font-size:9px;font-weight:750;letter-spacing:.08em;color:#71717A}.tr-time-kpis strong{display:block;font-size:24px;margin:5px 0}.tr-time-kpis small{font-size:10px;color:#8A8A93}.tr-time-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:14px}.tr-focus-card{border-top:3px solid #FF8A00}.tr-focus-status{font-size:9px;font-weight:800;letter-spacing:.08em;background:#F4F4F5;padding:6px 9px;border-radius:999px}.tr-focus-card label{display:block;font-size:10px;font-weight:650;margin:10px 0}.tr-focus-card select,.tr-focus-card input{display:block;width:100%;margin-top:5px}.tr-focus-modes{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:14px 0}.tr-focus-modes button{background:#fff!important;color:#0D0D0D!important;border:1px solid #D4D4D8;border-radius:9px;padding:10px}.tr-focus-modes button.active{background:#0D0D0D!important;color:#fff!important}.tr-focus-start{width:100%;min-height:48px}.tr-focus-context{text-align:center;margin-top:18px}.tr-focus-context span{font-size:9px;color:#E67800;font-weight:750}.tr-focus-context h3{font-size:17px;margin:5px 0}.tr-focus-clock{text-align:center;font-size:52px;font-weight:700;letter-spacing:-.04em;margin:24px 0 12px}.tr-focus-progress{height:5px;background:#F0F0F0;border-radius:999px;overflow:hidden}.tr-focus-progress i{display:block;width:0;height:100%;background:#FF8A00}.tr-focus-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:18px}.tr-time-suggestions{display:grid;gap:8px;margin-top:12px}.tr-time-suggestions article,.tr-time-timeline article{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #E5E5E5;border-radius:10px;padding:11px}.tr-time-suggestions strong,.tr-time-timeline strong{display:block;font-size:11px}.tr-time-suggestions small,.tr-time-timeline small{display:block;font-size:9px;color:#71717A;margin-top:3px}.tr-time-suggestions button{background:#FFF7ED!important;color:#0D0D0D!important;border:1px solid #FF8A00;border-radius:8px;padding:7px 9px;font-size:9px;font-weight:700}.tr-time-bottom{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin-top:14px}.tr-time-client-row{display:flex;justify-content:space-between;border-bottom:1px solid #EEE;padding:10px 2px;font-size:10px}@media(max-width:1000px){.tr-time-layout,.tr-time-bottom{grid-template-columns:1fr}.tr-time-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.tr-time-kpis{grid-template-columns:1fr 1fr}.tr-focus-clock{font-size:40px}.tr-focus-modes{grid-template-columns:1fr 1fr}}

/* v1.9.1 — cronômetro flutuante + limpeza de testes */
.tr-focus-float{position:fixed;right:20px;bottom:20px;width:245px;z-index:999999;background:#0D0D0D;color:#fff!important;border:1px solid #2B2B2B;border-radius:14px;padding:13px 14px;box-shadow:0 18px 48px rgba(0,0,0,.28)}.tr-focus-float[hidden]{display:none!important}.tr-focus-float.goal-done{border-color:#FF8A00}.tr-focus-float-top{display:flex;align-items:center;justify-content:space-between}.tr-focus-float-top span{font-size:8px;font-weight:800;letter-spacing:.12em;color:#FF9B24!important}.tr-focus-float-top button{width:26px;height:26px;min-height:0;padding:0!important;border:0!important;border-radius:50%;background:#232323!important;color:#fff!important;font-size:18px;line-height:1}.tr-focus-float>strong{display:block;margin:7px 0 2px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tr-focus-float-clock{font-size:28px;font-weight:700;letter-spacing:-.03em;margin:5px 0 10px}.tr-focus-float-actions{display:flex;gap:7px}.tr-focus-float-actions button{flex:1;min-height:34px!important;padding:6px!important;border-radius:8px!important;background:#fff!important;color:#0D0D0D!important;border:0!important;font-size:14px!important}.tr-focus-float-actions button:last-child{background:#FF8A00!important;color:#fff!important}.tr-time-row-actions{display:flex;align-items:center;gap:9px}.tr-time-row-actions button{background:#fff!important;color:#0D0D0D!important;border:1px solid #D4D4D8!important;border-radius:7px!important;padding:5px 8px!important;font-size:8px!important}.tr-time-row-actions button:hover{background:#F4F4F5!important;color:#0D0D0D!important}@media(max-width:600px){.tr-focus-float{right:12px;bottom:12px;width:220px}}

/* v1.9.2 — Picture-in-Picture + cronômetro minimizável */
.tr-focus-pip-open{width:100%;margin-top:8px!important;min-height:34px!important;background:#232323!important;color:#fff!important;border:1px solid #3b3b3b!important;border-radius:8px!important;font-size:9px!important;font-weight:750!important}
.tr-focus-pip-open:hover{background:#303030!important;color:#fff!important}
.tr-focus-reopen{position:fixed;right:20px;bottom:20px;z-index:999998;display:flex;align-items:center;gap:7px;min-height:38px!important;padding:8px 11px!important;border:1px solid #2b2b2b!important;border-radius:999px!important;background:#0d0d0d!important;color:#fff!important;box-shadow:0 12px 32px rgba(0,0,0,.22)}
.tr-focus-reopen[hidden]{display:none!important}.tr-focus-reopen span{color:#ff8a00;font-size:11px}.tr-focus-reopen strong{font-size:10px;color:#fff}.tr-focus-reopen em{font-style:normal;font-size:8px;color:#bdbdbd}
.tr-focus-reopen:hover{background:#1c1c1c!important;color:#fff!important}
@media(max-width:600px){.tr-focus-reopen{right:12px;bottom:12px}.tr-focus-reopen em{display:none}}

/* v2.0.0 Sistemas */
.tr-sys-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.tr-sys-kpis article{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:16px}.tr-sys-kpis span,.tr-sys-row span{font-size:9px;color:#71717a;font-weight:750;letter-spacing:.08em}.tr-sys-kpis strong{display:block;font-size:24px;margin-top:5px}.tr-sys-tools{display:flex;gap:10px;margin:14px 0}.tr-sys-tools input{flex:1}.tr-sys-list{display:grid;gap:8px}.tr-sys-row{display:grid;grid-template-columns:44px 1.4fr .5fr .6fr auto;gap:14px;align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:12px 14px}.tr-sys-icon{width:40px;height:40px;border-radius:10px;background:#111;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.tr-sys-row strong{display:block;font-size:12px}.tr-sys-row small{display:block;font-size:9px;color:#71717a;margin-top:3px}.tr-sys-row b{display:block;font-size:10px;margin-top:4px}.tr-sys-actions{display:flex;gap:6px}.tr-sys-actions a,.tr-sys-actions button{background:#fff!important;color:#111!important;border:1px solid #ddd!important;border-radius:8px!important;padding:8px 9px!important;text-decoration:none;font-size:9px!important}.tr-sys-actions a:hover,.tr-sys-actions button:hover{background:#111!important;color:#fff!important}.tr-sys-modal{max-width:900px;max-height:92vh;overflow:auto}.tr-sys-form{display:grid;grid-template-columns:1fr 1fr;gap:11px}.tr-sys-form label{font-size:10px;font-weight:650}.tr-sys-form input,.tr-sys-form select,.tr-sys-form textarea{display:block;width:100%;margin-top:5px}.tr-sys-form textarea{min-height:80px}.tr-sys-form .span2{grid-column:1/-1}@media(max-width:800px){.tr-sys-kpis{grid-template-columns:1fr 1fr}.tr-sys-row{grid-template-columns:40px 1fr}.tr-sys-row>div:nth-child(3),.tr-sys-row>div:nth-child(4){display:none}.tr-sys-actions{grid-column:1/-1}.tr-sys-form{grid-template-columns:1fr}.tr-sys-form .span2{grid-column:auto}}

/* v2.0.1 — estabilidade e contraste */
#tr-app .tr-sidebar-item,
#tr-app .tr-sidebar-item span,
#tr-app .tr-sidebar-item svg,
#tr-app .tr-sys-row,
#tr-app .tr-sys-row strong,
#tr-app .tr-sys-row b,
#tr-app .tr-sys-row small,
#tr-app .tr-sys-kpis,
#tr-app .tr-sys-kpis strong,
#tr-app .tr-sys-kpis span{opacity:1!important;visibility:visible!important}
#tr-app .tr-sidebar-item:hover,#tr-app .tr-sidebar-item:focus,#tr-app .tr-sidebar-item:active{color:inherit!important}
#tr-app .tr-sidebar-item:hover span,#tr-app .tr-sidebar-item:focus span,#tr-app .tr-sidebar-item:active span{color:inherit!important;opacity:1!important}
#tr-app .tr-sys-row:hover{color:#111!important}
#tr-app .tr-sys-row:hover strong,#tr-app .tr-sys-row:hover b{color:#111!important}
#tr-app .tr-sys-row:hover small,#tr-app .tr-sys-row:hover span{color:#71717a!important}

#tr-systems-section:not([hidden]){display:block!important;visibility:visible!important;opacity:1!important}

/* v2.0.3 — auditoria Sistemas */
#tr-new-system{pointer-events:auto!important;cursor:pointer!important;position:relative!important;z-index:2!important}
#sys-modal[hidden]{display:none!important}
#sys-modal:not([hidden]){display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:999999!important}
#sys-form button,#sys-close,#sys-cancel,.tr-sys-actions button{pointer-events:auto!important;cursor:pointer!important}
#tr-systems-section button:hover,#tr-systems-section button:focus,#tr-systems-section button:active{opacity:1!important}
#tr-new-system,#tr-new-system:hover,#tr-new-system:focus,#tr-new-system:active{background:#ff8a00!important;color:#fff!important;border-color:#ff8a00!important}

/* =========================================================
   v2.0.4 — SISTEMAS: modal isolado e responsivo
   ========================================================= */
#sys-modal.tr-sys-overlay[hidden]{
  display:none!important;
}
#sys-modal.tr-sys-overlay:not([hidden]){
  position:fixed!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
  z-index:2147483000!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  overflow:auto!important;
}
#sys-modal .tr-sys-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(13,13,13,.58)!important;
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
#sys-modal .tr-sys-modal{
  position:relative!important;
  z-index:2!important;
  width:min(920px,100%)!important;
  max-width:920px!important;
  max-height:calc(100vh - 48px)!important;
  overflow:auto!important;
  margin:auto!important;
  padding:24px!important;
  background:#fff!important;
  color:#0d0d0d!important;
  border:1px solid #e5e5e5!important;
  border-radius:18px!important;
  box-shadow:0 24px 70px rgba(0,0,0,.22)!important;
  box-sizing:border-box!important;
}
#sys-modal .tr-modal-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin:0 0 22px!important;
  padding:0 0 16px!important;
  border-bottom:1px solid #e5e5e5!important;
}
#sys-modal .tr-modal-head h2{
  margin:4px 0 0!important;
  color:#0d0d0d!important;
  font-size:24px!important;
  line-height:1.15!important;
}
#sys-modal #sys-close{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #e5e5e5!important;
  border-radius:50%!important;
  background:#f5f5f5!important;
  color:#0d0d0d!important;
  font-size:22px!important;
  line-height:1!important;
}
#sys-modal #sys-close:hover,
#sys-modal #sys-close:focus,
#sys-modal #sys-close:active{
  background:#0d0d0d!important;
  color:#fff!important;
  border-color:#0d0d0d!important;
}
#sys-modal .tr-sys-form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
#sys-modal .tr-sys-form label{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  color:#0d0d0d!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:650!important;
}
#sys-modal .tr-sys-form input,
#sys-modal .tr-sys-form select,
#sys-modal .tr-sys-form textarea{
  display:block!important;
  width:100%!important;
  min-height:44px!important;
  margin:7px 0 0!important;
  padding:10px 12px!important;
  box-sizing:border-box!important;
  border:1px solid #d8d8d8!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#0d0d0d!important;
  font:inherit!important;
  outline:none!important;
}
#sys-modal .tr-sys-form textarea{
  min-height:92px!important;
  resize:vertical!important;
}
#sys-modal .tr-sys-form input:focus,
#sys-modal .tr-sys-form select:focus,
#sys-modal .tr-sys-form textarea:focus{
  border-color:#ff8a00!important;
  box-shadow:0 0 0 3px rgba(255,138,0,.12)!important;
}
#sys-modal .tr-sys-form .span2{
  grid-column:1/-1!important;
}
#sys-modal .tr-modal-actions{
  display:flex!important;
  justify-content:flex-end!important;
  gap:10px!important;
  margin-top:22px!important;
  padding-top:18px!important;
  border-top:1px solid #e5e5e5!important;
}
#sys-modal .tr-modal-actions button{
  min-height:42px!important;
  padding:10px 16px!important;
  border-radius:10px!important;
  font-size:12px!important;
  font-weight:700!important;
}
#sys-modal #sys-cancel{
  background:#fff!important;
  color:#0d0d0d!important;
  border:1px solid #cfcfcf!important;
}
#sys-modal #sys-cancel:hover,
#sys-modal #sys-cancel:focus,
#sys-modal #sys-cancel:active{
  background:#0d0d0d!important;
  color:#fff!important;
  border-color:#0d0d0d!important;
}
#sys-modal .tr-primary,
#sys-modal .tr-primary:hover,
#sys-modal .tr-primary:focus,
#sys-modal .tr-primary:active{
  background:#ff8a00!important;
  color:#fff!important;
  border:1px solid #ff8a00!important;
}
@media(max-width:760px){
  #sys-modal.tr-sys-overlay:not([hidden]){
    align-items:flex-end!important;
    padding:0!important;
  }
  #sys-modal .tr-sys-modal{
    width:100%!important;
    max-width:none!important;
    max-height:92vh!important;
    margin:0!important;
    padding:20px 16px 24px!important;
    border-radius:20px 20px 0 0!important;
  }
  #sys-modal .tr-sys-form{
    grid-template-columns:1fr!important;
  }
  #sys-modal .tr-sys-form .span2{
    grid-column:auto!important;
  }
  #sys-modal .tr-modal-actions{
    position:sticky!important;
    bottom:-24px!important;
    background:#fff!important;
    padding-bottom:8px!important;
  }
}

/* =========================================================
   v2.1.0 — SITES + AUTOMAÇÃO TÉCNICA
   ========================================================= */
#tr-sites-section:not([hidden]){display:block!important;visibility:visible!important;opacity:1!important}
.tr-tech-notices{display:grid;gap:10px;margin:0 0 14px}
.tr-tech-notice{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;background:#fff7ed;border:1px solid #ff8a00;border-radius:12px;color:#0d0d0d}
.tr-tech-notice div{display:grid;gap:3px}.tr-tech-notice strong{font-size:12px}.tr-tech-notice span{font-size:11px;line-height:1.45;color:#444}
.tr-tech-notice button{flex:none;background:#0d0d0d!important;color:#fff!important;border:1px solid #0d0d0d!important;border-radius:9px!important;padding:9px 12px!important;font-size:10px!important;font-weight:700!important}
.tr-tech-notice button:hover,.tr-tech-notice button:focus,.tr-tech-notice button:active{background:#ff8a00!important;color:#fff!important;border-color:#ff8a00!important}
#site-modal.tr-sys-overlay[hidden]{display:none!important}
#site-modal.tr-sys-overlay:not([hidden]){position:fixed!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;z-index:2147483000!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;overflow:auto!important}
#site-modal .tr-sys-backdrop{position:absolute!important;inset:0!important;background:rgba(13,13,13,.58)!important;backdrop-filter:blur(3px)}
#site-modal .tr-sys-modal{position:relative!important;z-index:2!important;width:min(920px,100%)!important;max-width:920px!important;max-height:calc(100vh - 48px)!important;overflow:auto!important;margin:auto!important;padding:24px!important;background:#fff!important;color:#0d0d0d!important;border:1px solid #e5e5e5!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(0,0,0,.22)!important;box-sizing:border-box!important}
#site-modal .tr-modal-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;margin:0 0 22px!important;padding:0 0 16px!important;border-bottom:1px solid #e5e5e5!important}
#site-modal #site-close{width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid #e5e5e5!important;border-radius:50%!important;background:#f5f5f5!important;color:#0d0d0d!important;font-size:22px!important}
#site-modal .tr-sys-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
#site-modal .tr-sys-form label{display:block!important;min-width:0!important;margin:0!important;color:#0d0d0d!important;font-size:12px!important;font-weight:650!important}
#site-modal .tr-sys-form input,#site-modal .tr-sys-form select,#site-modal .tr-sys-form textarea{display:block!important;width:100%!important;min-height:44px!important;margin:7px 0 0!important;padding:10px 12px!important;box-sizing:border-box!important;border:1px solid #d8d8d8!important;border-radius:10px!important;background:#fff!important;color:#0d0d0d!important}
#site-modal .tr-sys-form textarea{min-height:92px!important}.tr-routine-box{margin-top:22px;padding:18px;border:1px solid #e5e5e5;border-radius:14px;background:#fafafa}.tr-routine-box h3{margin:4px 0;font-size:16px}.tr-routine-box p{margin:0 0 16px;font-size:11px;color:#666}
#site-modal .tr-modal-actions{display:flex!important;justify-content:flex-end!important;gap:10px!important;margin-top:22px!important;padding-top:18px!important;border-top:1px solid #e5e5e5!important}
#site-modal .tr-modal-actions button{min-height:42px!important;padding:10px 16px!important;border-radius:10px!important;font-size:12px!important;font-weight:700!important}
#site-modal #site-cancel{background:#fff!important;color:#0d0d0d!important;border:1px solid #ccc!important}
#site-modal .tr-primary,#site-modal .tr-primary:hover,#site-modal .tr-primary:focus,#site-modal .tr-primary:active{background:#ff8a00!important;color:#fff!important;border-color:#ff8a00!important}
@media(max-width:760px){.tr-tech-notice{align-items:flex-start;flex-direction:column}#site-modal.tr-sys-overlay:not([hidden]){align-items:flex-end!important;padding:0!important}#site-modal .tr-sys-modal{width:100%!important;max-width:none!important;max-height:92vh!important;margin:0!important;padding:20px 16px 24px!important;border-radius:20px 20px 0 0!important}#site-modal .tr-sys-form{grid-template-columns:1fr!important}}

/* v2.1.1 — Serviços contratados */
.tr-service-options{
 display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
 gap:10px!important;
}
.tr-service-options label{
 display:flex!important;align-items:center!important;gap:10px!important;
 min-height:46px!important;padding:10px 12px!important;margin:0!important;
 border:1px solid #e2e2e2!important;border-radius:12px!important;
 background:#fff!important;color:#0d0d0d!important;
 font-size:12px!important;line-height:1.3!important;cursor:pointer!important;
 box-sizing:border-box!important;
}
.tr-service-options label:hover,.tr-service-options label:focus-within{
 background:#f5f5f5!important;color:#0d0d0d!important;border-color:#d0d0d0!important;
}
.tr-service-options input[type="checkbox"]{
 width:17px!important;height:17px!important;min-width:17px!important;
 margin:0!important;accent-color:#ff8a00!important;
}
@media(max-width:640px){.tr-service-options{grid-template-columns:1fr!important}}

/* v2.1.2 — padronização global dos campos */
.tr-app input:not([type="checkbox"]):not([type="radio"]),
.tr-app select,.tr-app textarea{
  font-size:13px!important;line-height:1.4!important;color:#0d0d0d!important;
}
.tr-app input:focus,.tr-app select:focus,.tr-app textarea:focus{
  border-color:#ff8a00!important;outline:none!important;
  box-shadow:0 0 0 3px rgba(255,138,0,.12)!important;
}
.tr-app input::placeholder,.tr-app textarea::placeholder{color:#8a8a8a!important;opacity:1!important}

/* v2.2.3 — cliente vinculado em Sites/Sistemas */
.tr-tech-client-snapshot{margin:0 0 18px}.tr-tech-client-card{display:grid;grid-template-columns:52px 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid #e3e3e3;border-radius:16px;background:#f8f8f8}.tr-tech-client-card .tr-client-avatar{width:52px;height:52px}.tr-tech-client-main{min-width:0;display:flex;flex-direction:column;gap:3px}.tr-tech-client-main>strong{font-size:15px}.tr-tech-client-main>small{font-size:12px;color:#666}.tr-tech-client-meta{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:5px}.tr-tech-client-meta span{font-size:11px;color:#555}.tr-tech-client-card>button{border:1px solid #111!important;background:#fff!important;color:#111!important;border-radius:10px!important;padding:9px 12px!important;font-size:12px!important}.tr-tech-client-card>button:hover{background:#111!important;color:#fff!important}@media(max-width:700px){.tr-tech-client-card{grid-template-columns:46px 1fr}.tr-tech-client-card>button{grid-column:1/-1;width:100%}.tr-tech-client-meta{display:grid;grid-template-columns:1fr}.tr-tech-client-card .tr-client-avatar{width:46px;height:46px}}

/* v2.2.4 — foto real do cliente em Sites e Sistemas */
.tr-tech-avatar{overflow:hidden!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#0d0d0d!important}
.tr-tech-avatar img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;border-radius:inherit!important}
.tr-tech-avatar>span{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.tr-focus-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.tr-focus-fields label{display:grid;gap:6px;font-size:11px;font-weight:700;color:#444}.tr-focus-fields .span2{grid-column:1/-1}.tr-focus-fields select,.tr-focus-fields input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #dedede;border-radius:11px;background:#fff;color:#0d0d0d;font-size:12px;box-sizing:border-box}.tr-focus-fields select:focus,.tr-focus-fields input:focus{border-color:#ff8a00!important;box-shadow:0 0 0 3px rgba(255,138,0,.12)!important;outline:none!important}.tr-focus-fields select:disabled{background:#f3f3f3;color:#8a8a8a}@media(max-width:700px){.tr-focus-fields{grid-template-columns:1fr}.tr-focus-fields .span2{grid-column:auto}}
/* v2.8.0 — acesso próprio do aplicativo */
.tr-access-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.tr-access-card{padding:18px}.tr-access-card>p{margin:4px 0 16px;color:#666;font-size:10px;line-height:1.55}.tr-access-secure{padding:5px 8px;border-radius:999px;background:#f1fff5;color:#23723c;font-size:8px;font-weight:900}.tr-access-form{display:grid;grid-template-columns:1fr 1fr;gap:11px}.tr-access-form label{display:grid;gap:5px;font-size:9px;font-weight:850}.tr-access-form label:first-child{grid-column:1/-1}.tr-access-form input{width:100%;height:42px;padding:0 11px;border:1px solid #ddd!important;border-radius:9px!important;background:#fff!important;color:#0d0d0d!important;font-size:11px!important}.tr-access-form input:focus{border-color:#ff8a00!important;box-shadow:0 0 0 3px rgba(255,138,0,.13)!important;outline:none!important}.tr-access-form button{grid-column:1/-1}.tr-access-form small{grid-column:1/-1;min-height:15px;color:#666;font-size:9px}.tr-access-logout{margin-top:8px}.tr-access-card>small{display:block;margin-top:10px;color:#888;font-size:8px}
@media(max-width:800px){.tr-access-layout,.tr-access-form{grid-template-columns:1fr}.tr-access-form label:first-child,.tr-access-form button,.tr-access-form small{grid-column:auto}}

/* v2.9.0 — Central inteligente de tarefas */
.tr-task-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px}.tr-task-kpis{grid-template-columns:repeat(5,1fr)!important}.tr-task-today-card{margin-bottom:14px;padding:17px}.tr-task-today-date{font-size:9px;color:#777;text-transform:capitalize}.tr-task-day-plan{display:flex;gap:8px;overflow-x:auto;padding:10px 0 1px}.tr-task-today-item{display:grid;grid-template-columns:auto minmax(170px,1fr) auto;align-items:center;gap:10px;min-width:320px;padding:10px 12px;border:1px solid #e5e5e5!important;border-radius:11px!important;background:#fff!important;color:#0d0d0d!important;text-align:left!important}.tr-task-today-item:hover{border-color:#ff8a00!important;background:#fff8ef!important}.tr-task-today-time{padding:6px 8px;border-radius:8px;background:#0d0d0d;color:#fff;font-size:9px;font-weight:850}.tr-task-today-main{display:grid;gap:2px}.tr-task-today-main strong{font-size:10px}.tr-task-today-main small{font-size:8px;color:#777}.tr-task-today-item>span:last-child{font-size:8px;font-weight:800}.tr-task-day-empty{display:grid;gap:3px;width:100%;padding:13px;border:1px dashed #d7d7d7;border-radius:10px;background:#fafafa}.tr-task-day-empty strong{font-size:10px}.tr-task-day-empty span{font-size:9px;color:#777}
.tr-task-workspace{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.tr-task-list-card,.tr-task-calendar-card{padding:17px}.tr-task-list-head{align-items:center}.tr-task-list-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tr-task-list-tools input{width:230px;height:34px;border:1px solid #e0e0e0!important;border-radius:8px!important;padding:0 10px!important;background:#fff!important;color:#0d0d0d!important;font-size:9px!important}.tr-task-list-tools input:focus{outline:none!important;border-color:#ff8a00!important;box-shadow:0 0 0 3px rgba(255,138,0,.10)!important}
.tr-task-row-v290{grid-template-columns:5px minmax(0,1fr) minmax(150px,190px) auto!important;padding:14px!important}.tr-task-plan-chip{display:flex;align-items:center;gap:7px;margin-top:8px}.tr-task-plan-chip span{padding:3px 6px;border-radius:999px;background:#f2f2f2;color:#777;font-size:7px;font-weight:900;letter-spacing:.05em}.tr-task-plan-chip strong{font-size:8px;color:#888;font-weight:650}.tr-task-plan-chip.planned span{background:#fff2e2;color:#a45300}.tr-task-plan-chip.planned strong{color:#0d0d0d}.tr-task-deadline em{color:#666!important}.tr-task-deadline em.late{color:#e67800!important;font-weight:800}.tr-task-actions-v290{justify-content:flex-end;flex-wrap:wrap}.tr-task-actions-v290 button{border-radius:8px!important}.tr-task-actions-v290 .tr-task-delete{border-color:transparent!important;color:#8a8a93!important;background:transparent!important}.tr-task-actions-v290 .tr-task-delete:hover{background:#0d0d0d!important;color:#fff!important}
.tr-task-calendar-card .tr-card-head small{display:block;margin-top:4px;color:#888;font-size:8px;max-width:620px}.tr-task-cal-nav{flex-wrap:wrap;justify-content:flex-end}.tr-task-cal-nav #tr-task-cal-today{width:auto;padding:0 9px}.tr-task-day{position:relative;min-height:118px!important;padding:7px!important;background:#fff}.tr-task-day.today{background:#fff8ef!important;box-shadow:inset 0 0 0 1px #ff8a00}.tr-task-day-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.tr-task-day-head b{margin:0!important}.tr-task-day-head small{display:grid;place-items:center;min-width:18px;height:18px;border-radius:50%;background:#f1f1f1;color:#666;font-size:7px}.tr-task-cal-item{display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:4px;width:100%;padding:4px 5px!important;margin:2px 0!important;border:0!important;border-radius:5px!important;background:#f4f4f5!important;color:#0d0d0d!important;text-align:left!important;overflow:hidden}.tr-task-cal-item strong{font-size:7px!important;color:#e67800;white-space:nowrap}.tr-task-cal-item span{padding:0!important;margin:0!important;background:transparent!important;font-size:7px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tr-task-cal-item.planned{border-left:2px solid #ff8a00!important}.tr-task-cal-item.deadline-only{opacity:.7;border-left:2px solid #a1a1aa!important}.tr-task-more{display:block;margin-top:3px;font-size:7px!important}.tr-task-day-add{position:absolute;right:5px;bottom:4px;display:grid;place-items:center;width:20px;height:20px;padding:0!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#b0b0b0!important;font-size:14px!important}.tr-task-day:hover .tr-task-day-add{background:#0d0d0d!important;color:#fff!important}
.tr-task-panel-modern{width:min(760px,calc(100vw - 28px))!important}.tr-task-panel-modern .tr-task-form-section{padding:13px 0;border-top:1px solid #ececec}.tr-task-panel-modern .tr-task-form-section:first-of-type{margin-top:8px}.tr-task-form-section-title{display:block;margin-bottom:9px;color:#ff8a00;font-size:8px;font-weight:900;letter-spacing:.1em}.tr-task-plan-section{padding:13px!important;border:1px solid #ffd5a7!important;border-radius:12px!important;background:#fff9f2}.tr-task-plan-section>p{margin:-3px 0 10px;color:#777;font-size:9px}.tr-task-panel-modern select,.tr-task-panel-modern input,.tr-task-panel-modern textarea{width:100%;box-sizing:border-box}.tr-task-notes-label{display:grid;gap:6px;font-size:10px;font-weight:800}.tr-task-notes-label textarea{border:1px solid #ddd!important;border-radius:9px!important;background:#fff!important;color:#0d0d0d!important;padding:10px!important}
@media(max-width:1100px){.tr-task-kpis{grid-template-columns:repeat(3,1fr)!important}.tr-task-row-v290{grid-template-columns:5px minmax(0,1fr) 160px!important}.tr-task-actions-v290{grid-column:2/-1}}
@media(max-width:720px){.tr-task-page-head{align-items:flex-start;flex-direction:column}.tr-task-page-head .tr-primary{width:100%}.tr-task-kpis{grid-template-columns:1fr 1fr!important}.tr-task-list-head{align-items:flex-start;flex-direction:column}.tr-task-list-tools,.tr-task-list-tools input{width:100%}.tr-task-row-v290{grid-template-columns:5px 1fr!important}.tr-task-deadline,.tr-task-actions-v290{grid-column:2!important}.tr-task-today-item{min-width:280px}.tr-task-calendar{overflow-x:auto}.tr-task-weekdays,.tr-task-calendar-grid{min-width:700px}}
