.demo-app{max-width:940px;margin:0 auto;display:grid;grid-template-columns:168px 1fr;border:1px solid #dde2ea;border-radius:10px;background:#fff;overflow:hidden}.demo-rail{display:flex;flex-direction:column;padding:18px 14px;background:#10182a;color:#aeb7c9}.demo-rail-brand{font-weight:700;font-size:15px;color:#fff;letter-spacing:-.01em;padding:0 8px 18px}.demo-rail-nav{display:flex;flex-direction:column;gap:2px}.demo-rail-link{font-size:13.5px;padding:8px 10px;border-radius:7px;color:#aeb7c9}.demo-rail-link.is-active{background:#ffffff17;color:#fff;font-weight:600}.demo-rail-bottom{margin-top:auto}.demo-work{min-width:0}.demo-work-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eceff4}.demo-work-head h3{margin:0;font-size:17px;color:#16203a}.demo-work-tools{display:flex;align-items:center;gap:12px}.demo-today{font-size:13px;padding:6px 13px;border:1px solid #d6dce6;border-radius:7px;background:#fff;color:#3a4356;cursor:default}.demo-month{font-size:14px;font-weight:600;color:#16203a}.demo-work-body{display:grid;grid-template-columns:1.4fr 1fr}.demo-work-body.is-single{grid-template-columns:1fr}.demo-work-body.is-even{grid-template-columns:1fr 1fr}.demo-pane{padding:18px 20px;min-width:0}.demo-work-body>.demo-pane:not(:first-child){border-left:1px solid #eceff4}.demo-cal{padding:18px 20px;border-right:1px solid #eceff4}.demo-week,.demo-days{display:grid;grid-template-columns:repeat(7,1fr)}.demo-week{margin-bottom:4px}.demo-wd{text-align:center;font-size:11px;color:#9aa2b3;padding-bottom:8px}.demo-day{position:relative;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;font-size:13px}.demo-day b{font-weight:400;color:#485061}.demo-day.is-empty{visibility:hidden}.demo-day.has-event b{font-weight:600;color:#1c2740}.demo-day.is-today b{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#16203a;color:#fff;font-weight:600}.demo-mark{position:absolute;bottom:6px;width:5px;height:5px;border-radius:50%}.demo-day.is-overdue .demo-mark{background:#d64545}.demo-day.is-soon .demo-mark{background:#d69121}.demo-day.is-ok .demo-mark{background:#2e9e5b}.demo-side{padding:18px 20px}.demo-side-head{margin-bottom:6px}.demo-side-title{font-size:13px;font-weight:700;color:#16203a}.demo-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.demo-lg{font-size:11px;color:#7c8598;display:flex;align-items:center;gap:5px}.demo-lg:before{content:"";width:7px;height:7px;border-radius:50%}.demo-lg.is-overdue:before{background:#d64545}.demo-lg.is-soon:before{background:#d69121}.demo-lg.is-ok:before{background:#2e9e5b}.demo-list{list-style:none;margin:10px 0 0;padding:0}.demo-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #f1f3f7}.demo-item:first-child{border-top:none}.demo-pin{width:7px;height:7px;border-radius:50%;flex:none}.demo-pin.is-overdue{background:#d64545}.demo-pin.is-soon{background:#d69121}.demo-pin.is-ok{background:#2e9e5b}.demo-pin.is-info{background:#2f6fb0}.demo-item-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.demo-item-main b{font-size:13px;color:#1c2740;font-weight:600}.demo-item-date{font-size:12px;color:#8b93a5}.demo-note{margin:14px 0 0;font-size:12px;color:#8b93a5;line-height:1.5}.demo-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:5px;flex:none;white-space:nowrap}.demo-badge.is-overdue{background:#fbe9e9;color:#b23636}.demo-badge.is-soon{background:#fbf0dd;color:#9a6410}.demo-badge.is-ok{background:#e7f4ec;color:#237a44}.demo-badge.is-info{background:#e8f0f8;color:#285d95}.demo-badge.is-muted{background:#eef1f5;color:#6b7488}.demo-table{width:100%;border-collapse:collapse;font-size:13px}.demo-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#9aa2b3;font-weight:600;padding:0 10px 10px}.demo-table td{padding:11px 10px;border-top:1px solid #f1f3f7;color:#485061}.demo-table .demo-num{font-variant-numeric:tabular-nums}.demo-cell-strong{color:#1c2740;font-weight:600}.demo-checks{list-style:none;margin:0;padding:0}.demo-check{display:flex;gap:11px;padding:11px 0;border-top:1px solid #f1f3f7;align-items:flex-start}.demo-check:first-child{border-top:none}.demo-check-box{width:18px;height:18px;border-radius:5px;border:1.5px solid #cfd6e2;flex:none;margin-top:1px;position:relative}.demo-check.is-done .demo-check-box{background:#16203a;border-color:#16203a}.demo-check.is-done .demo-check-box:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.demo-check-main{flex:1;min-width:0}.demo-check-main b{display:block;font-size:13px;color:#1c2740;font-weight:600}.demo-check.is-done .demo-check-main b{color:#8b93a5;text-decoration:line-through}.demo-check-sub{font-size:12px;color:#8b93a5}.demo-form{border:1px solid #e6eaf1;border-radius:8px;overflow:hidden}.demo-form-title{background:#f6f8fb;padding:10px 14px;font-size:12px;font-weight:600;color:#485061;border-bottom:1px solid #e6eaf1}.demo-form-row{display:flex;justify-content:space-between;gap:12px;padding:9px 14px;border-top:1px solid #f1f3f7;font-size:13px}.demo-form-row:first-of-type{border-top:none}.demo-form-label{color:#8b93a5}.demo-form-val{color:#1c2740;font-weight:500;text-align:right}.demo-form-val.is-mask{letter-spacing:1px;color:#9aa2b3}.demo-callout{border:1px solid #e6eaf1;border-radius:8px;padding:14px}.demo-callout.is-soon{background:#fdf8ee;border-color:#f0e2c4}.demo-callout.is-ok{background:#f0f8f3;border-color:#cfe9d9}.demo-callout-label{font-size:12px;color:#8b93a5}.demo-callout-big{font-size:22px;font-weight:700;color:#16203a;margin-top:2px}.demo-callout-sub{font-size:12px;color:#8b93a5;margin-top:2px}.demo-meter{margin-top:10px}.demo-meter-track{height:8px;border-radius:5px;background:#eef1f5;overflow:hidden}.demo-meter-fill{height:100%;border-radius:5px}.demo-meter-fill.is-ok{background:#2e9e5b}.demo-meter-fill.is-soon{background:#d69121}.demo-meter-cap{display:flex;justify-content:space-between;font-size:11px;color:#8b93a5;margin-top:6px}.demo-tl{list-style:none;margin:0;padding:0}.demo-tl-item{display:flex;gap:12px;padding:0 0 16px;position:relative}.demo-tl-item:last-child{padding-bottom:0}.demo-tl-dot{width:11px;height:11px;border-radius:50%;border:2px solid #cfd6e2;background:#fff;flex:none;margin-top:2px;z-index:1}.demo-tl-item.is-done .demo-tl-dot{background:#2e9e5b;border-color:#2e9e5b}.demo-tl-item.is-next .demo-tl-dot{border-color:#d69121}.demo-tl-item:before{content:"";position:absolute;left:5px;top:13px;bottom:0;width:2px;background:#eef1f5}.demo-tl-item:last-child:before{display:none}.demo-tl-main{min-width:0}.demo-tl-main b{font-size:13px;color:#1c2740}.demo-tl-sub{font-size:12px;color:#8b93a5}.demo-feed{list-style:none;margin:0;padding:0}.demo-feed-item{padding:13px 0;border-top:1px solid #f1f3f7}.demo-feed-item:first-child{border-top:none;padding-top:0}.demo-feed-top{display:flex;align-items:center;gap:10px;margin-bottom:5px}.demo-feed-date{font-size:12px;color:#8b93a5}.demo-tag{font-size:11px;font-weight:600;padding:2px 8px;border-radius:5px;background:#eef1f5;color:#5a6377}.demo-feed-title{font-size:13.5px;font-weight:600;color:#1c2740;margin:0 0 3px}.demo-feed-sum{font-size:12.5px;color:#6b7488;line-height:1.5;margin:0}.demo-select-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.demo-select{font-size:12.5px;padding:6px 11px;border:1px solid #d6dce6;border-radius:7px;color:#6b7488;background:#fff}.demo-select b{color:#16203a;font-weight:600}.demo-mt{margin-top:16px}.demo-selectbar{display:flex;flex-wrap:wrap;gap:8px;padding:14px 20px;border-bottom:1px solid #eceff4}.demo-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}@media(max-width:720px){.demo-app{grid-template-columns:1fr}.demo-rail{flex-direction:row;align-items:center;gap:4px;padding:10px 12px;overflow-x:auto}.demo-rail-brand{padding:0 12px 0 4px}.demo-rail-nav{flex-direction:row}.demo-rail-bottom{display:none}.demo-work-body{grid-template-columns:1fr!important}.demo-work-body>.demo-pane:not(:first-child){border-left:none;border-top:1px solid #eceff4}.demo-cal{border-right:none;border-bottom:1px solid #eceff4}}
