:root{--primary:#06f;--primary-hover:#0052cc;--success:#00a86b;--warning:#ff9500;--danger:#ff3b30;--text:#1d1d1f;--text-sub:#6e6e73;--border:#d2d2d7;--bg:#f5f5f7;--surface:#fff;--shadow:0 1px 3px #0000000f;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-pill:999px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}*{box-sizing:border-box}html,body,#root{background:var(--bg);height:100%;margin:0;padding:0}button{font-family:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img,video,canvas{max-width:100%;height:auto}@media (width<=760px){:root{--space-xl:20px;--space-lg:16px}body{overflow-x:hidden}.data-table{display:block;background:0 0!important;border:none!important;overflow:visible!important}.data-table thead{display:none}.data-table tbody{display:block}.data-table tr{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:2px var(--space-md);margin-bottom:var(--space-sm);display:block}.data-table td{justify-content:space-between;align-items:baseline;gap:var(--space-md);text-align:right;display:flex;border:none!important;padding:7px 0!important}.data-table td:before{content:attr(data-label);color:var(--text-sub);text-align:left;white-space:nowrap;flex:none;font-weight:600}.data-table td.t-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;padding-top:10px!important}.data-table td.t-actions:before{content:none}.data-table td.t-full{text-align:center;color:var(--text-sub);justify-content:center}.data-table td.t-full:before{content:none}}
