*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f5f3;color:#111}.app{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:#090909;color:#fff;padding:24px 16px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:12px;padding:2px 8px 28px}.mark{font-size:35px;font-weight:900;letter-spacing:-5px}.brand b,.brand span{display:block;line-height:.95;letter-spacing:1px}.brand span{color:#e51b23;font-weight:900}.brand small{font-size:7px;letter-spacing:1.5px;color:#aaa}nav{display:grid;gap:6px}nav button{border:0;background:transparent;color:#aaa;text-align:left;padding:12px 14px;border-radius:10px;font-size:14px;cursor:pointer}nav button.active,nav button:hover{background:#1c1c1c;color:#fff}nav button.active{border-left:3px solid #e51b23}.user{margin-top:auto;border-top:1px solid #252525;padding:18px 6px 0;display:flex;gap:10px;align-items:center}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e51b23;font-size:12px;font-weight:800}.user strong,.user small{display:block}.user strong{font-size:12px}.user small{font-size:10px;color:#888}main{min-width:0}header{height:86px;background:#fff;border-bottom:1px solid #e8e8e6;padding:18px 28px;display:flex;align-items:center;gap:15px;position:sticky;top:0;z-index:5}header h1{margin:0;font-size:22px}header p{margin:3px 0 0;color:#777;font-size:12px}.header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.ghost{background:#111;color:#fff;border:0;border-radius:9px;padding:10px 14px}.bell{color:#e51b23}#menu{display:none;border:0;background:none;font-size:22px}#page{padding:28px}.hero{background:#0b0b0b;color:#fff;border-radius:18px;padding:25px;display:flex;justify-content:space-between;align-items:end;overflow:hidden;position:relative}.hero:after{content:"C";position:absolute;right:25px;top:-55px;font-size:210px;font-weight:900;color:#171717}.hero>*{z-index:1}.hero h2{font-size:28px;margin:0 0 8px}.hero p{color:#aaa;margin:0}.red{color:#e51b23}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.card{background:#fff;border:1px solid #e8e8e6;border-radius:14px;padding:18px}.stat strong{display:block;font-size:28px}.stat small{color:#777}.grid{display:grid;grid-template-columns:1.35fr 1fr;gap:16px}.card h3{margin:0 0 16px;font-size:15px}.item{display:flex;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #eee}.item:first-of-type{border-top:0}.thumb{width:44px;height:44px;border-radius:9px;background:#111;color:#fff;display:grid;place-items:center;font-weight:800}.grow{flex:1}.item b,.item small{display:block}.item small{color:#888;margin-top:3px}.pill{font-size:10px;padding:5px 8px;border-radius:99px;background:#f0f0ee}.pill.red{background:#fff0f0;color:#c5151c}.progress{height:6px;background:#eee;border-radius:9px;margin-top:7px;overflow:hidden}.progress i{display:block;height:100%;background:#111}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-title h2{margin:0}.table{background:#fff;border:1px solid #e8e8e6;border-radius:14px;overflow:hidden}.row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;padding:14px 16px;border-top:1px solid #eee;align-items:center;font-size:13px}.row.head{background:#fafafa;border-top:0;color:#777;font-size:11px;text-transform:uppercase}.empty{padding:45px;text-align:center;color:#777}.notice{font-size:12px;color:#777;margin-top:18px}.button{border:0;background:#e51b23;color:white;padding:10px 14px;border-radius:9px;font-weight:700}.kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.column{background:#ececea;border-radius:13px;padding:12px;min-height:230px}.column h4{margin:4px 3px 12px;font-size:12px}.ticket{background:#fff;border-radius:10px;padding:12px;margin-bottom:9px;font-size:12px;box-shadow:0 1px 1px #ddd}.ticket b{display:block;margin-bottom:6px}@media(max-width:900px){.app{grid-template-columns:76px 1fr}.sidebar{padding:20px 10px}.brand div:not(.mark),nav span,.user div:not(.avatar){display:none}.brand{justify-content:center}.brand .mark{display:block}.user{justify-content:center}.stats{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}.kanban{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.app{display:block}.sidebar{position:fixed;left:-260px;width:250px;z-index:20;transition:.2s}.sidebar.open{left:0}.brand div:not(.mark),nav span,.user div:not(.avatar){display:block}.brand{justify-content:flex-start}#menu{display:block}.header-actions .ghost{display:none}header{padding:15px;height:76px}#page{padding:16px}.stats{grid-template-columns:1fr 1fr;gap:9px}.card{padding:14px}.hero{padding:20px}.hero h2{font-size:23px}.grid{grid-template-columns:1fr}.row{grid-template-columns:1.5fr 1fr}.row>*:nth-child(3),.row>*:nth-child(4){display:none}.kanban{display:flex;overflow:auto}.column{min-width:230px}}
