.page{max-width:980px;margin:0 auto;padding:48px 24px 72px;display:flex;flex-direction:column;gap:32px}.hero{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6e6e6;padding-bottom:16px}.hero h1{margin:0 0 8px;font-size:32px}.hero p{margin:0;color:#4a4a4a}.section{display:flex;flex-direction:column;gap:12px}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.section-header h2{margin:0;font-size:20px}.section-header span{color:#6b6b6b;font-size:14px}.row{display:flex;gap:12px;padding:16px;min-width:860px}.chip{flex:0 0 auto;padding:12px 18px;border-radius:999px;background:#f3f3f3;border:1px solid #dadada;font-weight:600;color:#333}.grid{display:grid;grid-template-columns:repeat(8,120px);grid-auto-rows:60px;gap:12px;padding:16px;width:max-content}.cell{display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#f8f8f8,#eaeaea);border:1px solid #dcdcdc;font-size:14px;color:#333}.column{display:flex;flex-direction:column;gap:12px;padding:16px}.row-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:12px;border:1px solid #e0e0e0;background:#f7f7f7}.row-title{font-weight:600}.row-meta{font-size:12px;color:#6b6b6b}.panel{border-radius:20px;padding:12px;background:linear-gradient(160deg,#fff2dd,#f6e4c8);border:1px solid #ecd8b7}.cards{display:grid;grid-template-columns:repeat(6,160px);gap:12px;padding:12px;width:max-content}.card{background:#fff;border-radius:16px;border:1px solid #f0dfc3;padding:14px 16px;box-shadow:0 6px 18px #92784e1f}.card-title{margin:0 0 6px;font-weight:700;color:#3f2f1b}.card-body{margin:0;font-size:12px;color:#6f5b3c}:root{font-family:SF Pro Text,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1c1c1c;background-color:#fff}*{box-sizing:border-box}body{margin:0;background:#fff}#root{min-height:100vh}a{color:inherit;text-decoration:none}
