
.glp{min-height:100vh;background:#f7f9fb;color:#222831;font-family:"Noto Sans KR","Malgun Gothic",sans-serif}
.glp *{box-sizing:border-box}
.glp-hero{padding:74px 0 58px;background:linear-gradient(145deg,#f4fbff,#edf6fb);text-align:center}
.glp-hero p{margin:0;color:#159bdc;font-size:15px;font-weight:800}
.glp-hero h1{margin:8px 0 0;font-size:44px;line-height:1.25}
.glp-hero span{display:block;margin-top:13px;color:#6f7984;font-size:16px}
.glp-updated{display:inline-flex;min-height:40px;margin-top:20px;align-items:center;padding:0 17px;border:1px solid #cbe5f4;border-radius:999px;background:#fff;color:#238dc7;font-size:13px;font-weight:800}
.glp-content{padding:48px 0 72px}
.glp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.glp-toolbar strong{display:block;font-size:24px}
.glp-toolbar span{display:block;margin-top:3px;color:#7c8691;font-size:13px}
.glp-toolbar button{min-height:42px;padding:0 17px;border:0;border-radius:999px;background:#16a6e8;color:#fff;font-size:14px;font-weight:800}
.glp-list{overflow:hidden;border:1px solid #e1e7ec;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(35,48,66,.09)}
.glp-row{display:grid;grid-template-columns:minmax(0,1fr) 180px 130px 120px;gap:20px;align-items:center;min-height:70px;padding:14px 24px;border-bottom:1px solid #edf0f3}
.glp-row:last-child{border-bottom:0}
.glp-row__product{display:flex;min-width:0;align-items:center;gap:12px}
.glp-row__icon{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:#ff5963;color:#fff;font-size:12px;font-weight:900}
.glp-row__product strong{overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}
.glp-row time{color:#87919b;font-size:13px;text-align:center}
.glp-row__name{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px}
.glp-row__avatar{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:#1168e8;color:#fff;font-size:11px;font-weight:900}
.glp-status{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;font-size:13px;font-weight:900}
.glp-status--blue{background:#61b8eb;color:#fff}.glp-status--green{background:#52cf8a;color:#fff}.glp-status--red{background:#ff7b85;color:#fff}.glp-status--orange{background:#ffad68;color:#fff}.glp-status--gray{background:#a8b0b9;color:#fff}
.glp-loading,.glp-empty,.glp-error{display:flex;min-height:260px;align-items:center;justify-content:center;color:#89939d;font-size:15px}
@media(max-width:760px){
.glp-hero{padding:50px 0 38px}.glp-hero h1{font-size:32px}.glp-hero span{font-size:14px;line-height:1.75}
.glp-content{padding:34px 0 50px}.glp-toolbar{align-items:flex-start;flex-direction:column}.glp-toolbar button{width:100%}
.glp-row{grid-template-columns:minmax(0,1fr) 82px;gap:8px;padding:13px 14px}
.glp-row__product strong{font-size:13px}.glp-row time{font-size:10px;text-align:right}
.glp-row__name{justify-content:flex-start;padding-left:38px;font-size:11px}.glp-status{justify-self:end;min-height:28px;padding:0 9px;font-size:10px}
}
