.plcc{--navy:#091733;--muted:#66728a;--line:#e7ebf2;--green:#059669;--blue:#1d72f3;--purple:#9333ea;--orange:#f97316;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--navy)}.plcc *{box-sizing:border-box}.plcc-shell{width:100%;max-width:1460px;margin:0 auto;background:rgba(255,255,255,.94);border-radius:22px;padding:48px;box-shadow:0 20px 60px rgba(18,35,70,.08);border:1px solid #f1f4f8}.plcc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:34px}.plcc-head h2{margin:0;font-size:44px;line-height:1.05;font-weight:800;letter-spacing:-.04em;color:var(--navy)}.plcc-head p{margin:14px 0 0;font-size:20px;color:var(--muted);font-weight:500}.plcc-stat{display:flex;align-items:center;gap:14px;border:1px solid #dfe4ec;border-radius:16px;padding:18px 24px;min-width:300px;background:white}.plcc-stat span,.plcc-footer span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e7f7ef;color:var(--green);flex:none}.plcc svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plcc-stat strong{font-size:34px;color:var(--green);line-height:1}.plcc-stat b{display:block;font-size:16px}.plcc-stat em{display:block;font-style:normal;color:var(--muted);font-size:15px;margin-top:5px}.plcc-grid{display:grid;grid-template-columns:minmax(380px,.84fr) minmax(520px,1.2fr);gap:28px}.plcc-card{background:#fff;border:1px solid #e2e7ef;border-radius:16px;padding:28px}.plcc-card-head,.plcc-list-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.plcc-card h3{margin:0;font-size:23px;letter-spacing:-.02em}.plcc-nav{display:flex;border:1px solid #dce2eb;border-radius:10px;overflow:hidden}.plcc-nav button{width:50px;height:44px;border:0;background:white;font-size:34px;line-height:1;cursor:pointer;color:var(--navy)}.plcc-nav button+button{border-left:1px solid #dce2eb}.plcc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:46px;color:#707b94;font-size:13px;font-weight:800;text-align:center}.plcc-days{display:grid;grid-template-columns:repeat(7,1fr);gap:22px 8px;margin-top:28px}.plcc-day{height:38px;display:grid;place-items:center;font-size:18px;font-weight:700;border-radius:50%;margin:auto;position:relative}.plcc-day.muted{color:#9aa4b8}.plcc-day.has-event{width:42px}.plcc-day.income{background:linear-gradient(135deg,#00a76f,#057a55);color:#fff;box-shadow:0 8px 18px rgba(5,150,105,.28)}.plcc-day.gst{border:1.8px solid var(--blue);color:var(--blue);background:#fff}.plcc-day.pf{background:#ddb8fb;color:#3b155e}.plcc-day.pt{border:1.8px solid var(--orange);color:var(--orange);background:#fff}.plcc-legend{border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:18px;margin-top:38px;padding-top:28px}.plcc-legend span{display:flex;align-items:center;gap:10px;background:#f6f7f9;border-radius:8px;padding:12px 16px;font-weight:600;color:#1d2a44}.plcc-legend i{width:9px;height:9px;border-radius:50%;display:block}.plcc-legend .income i{background:var(--green)}.plcc-legend .gst i{background:var(--blue)}.plcc-legend .pf i{background:var(--purple)}.plcc-legend .pt i{background:var(--orange)}.plcc-view-all{border:0;background:transparent;color:var(--green);font-weight:800;font-size:16px;cursor:pointer}.plcc-list{margin-top:24px;display:grid}.plcc-item{display:grid;grid-template-columns:72px 1fr 190px 120px;align-items:center;gap:14px;border:1px solid #edf0f5;border-radius:12px;padding:17px 18px;background:#fff;box-shadow:0 6px 18px rgba(10,30,65,.03)}.plcc-item+.plcc-item{margin-top:0}.plcc-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center}.plcc-icon.income{background:#e8f7ef;color:var(--green)}.plcc-icon.gst{background:#e9f2ff;color:var(--blue)}.plcc-icon.pf{background:#f5eafa;color:var(--purple)}.plcc-icon.pt{background:#fff1e8;color:var(--orange)}.plcc-info b{display:block;font-size:19px;letter-spacing:-.02em}.plcc-info span{display:block;margin-top:7px;font-size:16px;font-weight:800}.plcc-info .income{color:var(--green)}.plcc-info .gst{color:var(--blue)}.plcc-info .pf{color:#c000c8}.plcc-info .pt{color:var(--orange)}.plcc-date{display:grid;grid-template-columns:24px 1fr;gap:10px;color:#56627a}.plcc-date b{color:#1c2942}.plcc-date em{font-style:normal;grid-column:2}.plcc-badge{justify-self:end;border-radius:7px;padding:10px 13px;font-weight:800}.plcc-badge.income{background:#dff3e9;color:var(--green)}.plcc-badge.gst{background:#e6f1ff;color:#1268d9}.plcc-badge.pf{background:#f0e3fb;color:var(--purple)}.plcc-badge.pt{background:#fff0e6;color:var(--orange)}.plcc-footer{margin-top:24px;border:1px solid #e2e7ef;border-radius:14px;padding:20px 26px;display:flex;align-items:center;justify-content:space-between;gap:18px}.plcc-footer>div{display:flex;align-items:center;gap:20px}.plcc-footer b{font-size:17px}.plcc-footer p{margin:8px 0 0;color:var(--muted)}.plcc-subscribe{display:inline-flex;align-items:center;gap:10px;text-decoration:none;background:#dff3e9;color:#08794f;font-weight:800;border-radius:8px;padding:14px 20px}.plcc-subscribe svg{width:18px;height:18px}.plcc-empty{padding:40px 0;color:var(--muted);font-weight:700;text-align:center}@media(max-width:1050px){.plcc-shell{padding:28px}.plcc-head{flex-direction:column}.plcc-stat{width:100%;min-width:0}.plcc-grid{grid-template-columns:1fr}.plcc-item{grid-template-columns:64px 1fr;gap:12px}.plcc-date{grid-column:2}.plcc-badge{grid-column:2;justify-self:start}.plcc-head h2{font-size:36px}}@media(max-width:620px){.plcc-shell{padding:18px;border-radius:16px}.plcc-card{padding:18px}.plcc-head h2{font-size:30px}.plcc-head p{font-size:16px}.plcc-stat{padding:14px}.plcc-weekdays{font-size:11px;margin-top:28px}.plcc-days{gap:14px 2px}.plcc-day{font-size:15px;height:32px}.plcc-day.has-event{width:34px}.plcc-legend{gap:8px}.plcc-legend span{padding:9px 10px;font-size:13px}.plcc-item{padding:14px;grid-template-columns:50px 1fr}.plcc-icon{width:46px;height:46px}.plcc-info b{font-size:16px}.plcc-info span{font-size:14px}.plcc-footer{flex-direction:column;align-items:flex-start;padding:16px}.plcc-subscribe{width:100%;justify-content:center}.plcc-card h3{font-size:19px}}
