*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;overflow-x:hidden}.app-shell{display:flex;min-height:100vh;min-height:100dvh;background:#090d16;color:#f8fafc}.app-shell__backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:40;border:none;padding:0;cursor:pointer}.app-shell__sidebar{width:290px;min-width:290px;flex-shrink:0;background:#0f172a;border-right:1px solid #1e293b;padding:20px;display:flex;flex-direction:column;z-index:50}.app-shell__brand{font-size:1.15rem;font-weight:700;color:#38bdf8;margin-bottom:20px;line-height:1.3}.app-shell__brand-badge{font-size:.75rem;background:#0284c7;color:#fff;padding:2px 6px;border-radius:4px;margin-left:4px;white-space:nowrap}.app-shell__nav{display:flex;flex-direction:column;gap:14px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.app-shell__section-title{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:6px;padding-left:4px}.app-shell__nav-items{display:flex;flex-direction:column;gap:3px}.app-shell__nav-btn{text-align:left;padding:9px 12px;border-radius:6px;border:1px solid transparent;background:transparent;color:#94a3b8;font-weight:400;cursor:pointer;font-size:.85rem;line-height:1.35;width:100%}.app-shell__nav-btn--active{border-color:#0284c7;background:#1e293b;color:#38bdf8;font-weight:600}.app-shell__nav-btn--highlight{border-color:#334155;background:#172554;color:#e2e8f0;font-weight:600}.app-shell__main{flex:1;display:flex;flex-direction:column;min-width:0}.app-shell__header{min-height:56px;border-bottom:1px solid #1e293b;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;background:#0f172a}.app-shell__menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#f8fafc;font-size:1.25rem;cursor:pointer;flex-shrink:0}.app-shell__route{font-size:.85rem;color:#94a3b8;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell__route-path{color:#f8fafc;font-weight:600}.app-shell__header-meta{display:flex;align-items:center;gap:12px;flex-shrink:0}.app-shell__status-pill{font-size:.75rem;color:#4ade80;display:none}.app-shell__avatar{background:#1e293b;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#38bdf8}.app-shell__content{flex:1;padding:16px;min-width:0;overflow:auto;-webkit-overflow-scrolling:touch}.r-grid-2{display:grid;grid-template-columns:1fr;gap:16px}.r-grid-3,.r-grid-stats{display:grid;grid-template-columns:1fr;gap:12px}.r-grid-weights{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.r-grid-span-full{grid-column:1 / -1}.r-flex-header{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.r-flex-toolbar{display:flex;flex-direction:column;align-items:stretch;gap:12px}.r-flex-actions{display:flex;flex-direction:column;gap:10px}.r-flex-actions>button{width:100%}.r-page{display:flex;flex-direction:column;gap:20px;max-width:100%}.r-page-narrow{max-width:850px;margin:0 auto;width:100%}.r-page-medium{max-width:960px;margin:0 auto;width:100%}.r-panel{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:16px}.r-title-lg{color:#38bdf8;font-size:1.25rem;margin:0;line-height:1.3}.r-title-xl{color:#38bdf8;font-size:1.35rem;margin:0;line-height:1.3}.r-subtitle{color:#94a3b8;margin:6px 0 0;font-size:.9rem;line-height:1.5}.r-select-full{width:100%;max-width:100%}.dt-wrap{background:#1e293b;border-radius:8px;padding:16px;border:1px solid #334155;min-width:0;max-width:100%}.dt-wrap--flat{background:transparent;border:none;padding:0}.dt-header{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.dt-header h2{font-size:1.15rem;color:#f8fafc;margin:0;line-height:1.35}.dt-toolbar{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.dt-search{width:100%;padding:10px 12px;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f8fafc;font-size:16px}.dt-filter-row{display:flex;flex-direction:column;align-items:stretch;gap:8px}.dt-filter-row select{width:100%;padding:10px 12px;background:#0f172a;border:1px solid #0284c7;border-radius:6px;color:#38bdf8;font-weight:600;font-size:16px}.dt-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}.dt-table{width:100%;min-width:560px;border-collapse:collapse;text-align:left}.dt-table th,.dt-table td{padding:10px 12px}.dt-cards{display:none;flex-direction:column;gap:12px}.dt-card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:14px}.dt-card-row{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid #1e293b;font-size:.9rem}.dt-card-row:last-of-type{border-bottom:none}.dt-card-label{color:#64748b;flex-shrink:0;max-width:45%}.dt-card-value{color:#e2e8f0;text-align:right;word-break:break-word}.dt-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #334155}.kanban-grid{display:grid;grid-template-columns:1fr;gap:16px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0}.modal-panel{background:#1e293b;border:1px solid #334155;border-radius:12px 12px 0 0;padding:20px 16px;width:100%;max-width:550px;max-height:92vh;max-height:92dvh;overflow-y:auto;box-shadow:0 -8px 30px #00000073}.modal-actions{display:flex;flex-direction:column-reverse;gap:10px}.modal-actions button{width:100%}.tg-header{display:flex;flex-direction:column;align-items:stretch;gap:12px}@media (min-width: 768px){.app-shell__content{padding:20px}.app-shell__header{padding:0 20px}.app-shell__status-pill{display:inline}.r-grid-stats{grid-template-columns:repeat(3,1fr)}.r-grid-2{grid-template-columns:1fr 1fr;gap:20px}.r-grid-3,.r-grid-weights{grid-template-columns:repeat(3,1fr)}.r-flex-header{flex-direction:row;justify-content:space-between;align-items:flex-start}.r-flex-toolbar{flex-direction:row;align-items:center;flex-wrap:wrap}.r-flex-actions{flex-direction:row;flex-wrap:wrap}.r-flex-actions>button{width:auto}.r-title-lg{font-size:1.4rem}.r-title-xl{font-size:1.5rem}.dt-header{flex-direction:row;justify-content:space-between;align-items:center}.dt-toolbar{flex-direction:row;align-items:center;flex-wrap:wrap}.dt-search{flex:1;min-width:200px;max-width:340px;width:auto}.dt-filter-row{flex-direction:row;align-items:center}.dt-filter-row select{width:auto;min-width:160px}.kanban-grid{grid-template-columns:repeat(2,1fr)}.modal-overlay{align-items:center;padding:16px}.modal-panel{border-radius:8px;padding:24px;max-height:90vh}.modal-actions{flex-direction:row;justify-content:flex-end}.modal-actions button{width:auto}.tg-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (min-width: 1024px){.app-shell__content{padding:24px}.app-shell__header{padding:0 24px;min-height:60px}.r-grid-weights{grid-template-columns:repeat(5,1fr)}.r-title-xl{font-size:1.6rem}.kanban-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 767px){.app-shell__backdrop.is-visible{display:block}.app-shell__menu-btn{display:inline-flex}.app-shell__sidebar{position:fixed;top:0;left:0;bottom:0;width:min(290px,88vw);min-width:0;transform:translate(-105%);transition:transform .22s ease;box-shadow:4px 0 24px #00000059}.app-shell__sidebar.is-open{transform:translate(0)}.app-shell__route{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dt-table-scroll{display:none}.dt-cards{display:flex}.app-shell--nav-open{overflow:hidden}}
