/* File: assets/css/app.css | Group Track visual system */
:root{--gt-primary:#173f7a;--gt-secondary:#2f6fb3;--gt-bg:#f4f7fb;--gt-text:#1f2937}
*{font-family:'Sarabun',sans-serif}body{background:var(--gt-bg);color:var(--gt-text)}.gt-navbar{background:linear-gradient(90deg,var(--gt-primary),var(--gt-secondary))}.gt-layout{display:flex;min-height:calc(100vh - 64px)}.gt-sidebar{width:250px;background:#fff;border-right:1px solid #e5e7eb}.gt-sidebar .nav-link{color:#374151}.gt-sidebar .nav-link.active{background:var(--gt-primary);color:#fff}.gt-content{flex:1;min-width:0;padding:1.5rem}.card{border:0;box-shadow:0 3px 14px rgba(31,41,55,.07)}.stat-card .stat-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#e8f0fb;color:var(--gt-primary);font-size:1.35rem}.kanban-column{background:#eef2f7;border-radius:14px;padding:1rem;min-height:360px}.task-card{cursor:pointer;border-left:4px solid var(--gt-secondary)}.task-card[data-priority="urgent"]{border-left-color:#dc3545}.task-card[data-priority="high"]{border-left-color:#fd7e14}.avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.empty-state{padding:3rem;text-align:center;color:#6b7280}.timeline{border-left:3px solid #dbe5f1;padding-left:1.2rem}.timeline-item{position:relative;margin-bottom:1.3rem}.timeline-item:before{content:'';position:absolute;left:-1.63rem;top:.3rem;width:.75rem;height:.75rem;border-radius:50%;background:var(--gt-primary)}@media(max-width:991.98px){.gt-sidebar{width:280px}.gt-content{padding:1rem}}

/* Privacy / cookie consent / public footer */
.gt-public-footer{color:var(--gt-text)}
.gt-cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:1090;background:#fff;border-top:1px solid #dbe5f1;box-shadow:0 -8px 30px rgba(31,41,55,.12)}
.gt-cookie-icon{width:44px;height:44px;border-radius:14px;background:#e8f0fb;color:var(--gt-primary);display:grid;place-items:center;font-size:1.25rem}
@media(max-width:767.98px){.gt-cookie-banner .btn{width:100%}}