@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;600;700;800;900&display=swap');
body{margin:0;font-family:'Noto Sans KR',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#eef3f5;color:#1f2933}*{box-sizing:border-box}button,input,select,textarea{font:inherit}header{height:64px;background:#083344;color:white;display:flex;align-items:center;gap:14px;padding:0 22px;position:sticky;top:0;z-index:10}header button{background:#164e63;color:white;border:0;border-radius:12px;padding:8px 12px}header span{color:#bae6fd;font-size:13px}nav{position:fixed;z-index:30;top:0;left:0;width:280px;height:100vh;background:#082f49;color:white;padding:24px;box-shadow:20px 0 60px #0005}nav button{display:block;width:100%;margin:8px 0;border:0;background:#164e63;color:white;border-radius:14px;padding:13px;text-align:left;font-weight:800}.hidden{display:none!important}.login{min-height:calc(100vh - 64px);display:grid;grid-template-columns:430px 1fr;gap:34px;align-items:center;padding:46px 7%;background:linear-gradient(120deg,#072534e6,#164e63bd)}.card,.plan,.adbox{background:white;border:1px solid #dbe3e8;border-radius:20px;box-shadow:0 24px 70px #02081718;padding:24px}.loginbox h1{font-size:42px;text-align:center;color:#0f2f3f}.loginbox p{color:#64748b;line-height:1.6}.green{color:#0f766e!important;font-weight:800;text-align:center}.copy{color:white}.copy h2{font-size:54px;line-height:1.05}.copy p{color:#dbeafe}.link{display:block;margin:10px auto;border:0;background:transparent;color:#075985;font-weight:900}.code{border-top:1px solid #e5e7eb;margin-top:18px;padding-top:18px}.wrap{padding:28px 7%}.wide{max-width:980px;margin:0 auto}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:flex;flex-direction:column;gap:8px;font-weight:800;color:#334155;margin-bottom:14px}input,select,textarea{border:1px solid #cbd5e1;border-radius:14px;padding:14px;background:white;width:100%}select[multiple]{min-height:130px}textarea{min-height:110px}button{background:#0f2f3f;color:white;border:1px solid #0f2f3f;border-radius:15px;padding:13px 18px;font-weight:900;cursor:pointer}.terms,.notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:18px}.page{display:none}.page.active{display:block}.hero{display:grid;grid-template-columns:1fr 430px;gap:24px;align-items:center;min-height:430px}.hero h1{font-size:58px;line-height:1.05}.list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.report,.post,.term,.closed{background:white;border:1px solid #dbe3e8;border-radius:18px;padding:18px;box-shadow:0 18px 45px #0f172a10}.report.locked{position:relative;overflow:hidden}.report.locked:after{content:'로그인 후 상세 확인 가능';position:absolute;inset:0;background:#f8fafcdd;display:flex;align-items:center;justify-content:center;font-weight:950}.score{float:right;background:#e0f2fe;color:#075985;border-radius:999px;padding:7px 10px;font-weight:900}.tag,.badge{display:inline-block;background:#eef6f8;color:#31505f;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;margin:4px}.termgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.term-detail{display:none;border-top:1px solid #e5e7eb;margin-top:10px;padding-top:10px}.term.open .term-detail{display:block}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.preview img,.post-photo{max-width:100%;border-radius:14px;border:1px solid #dbe3e8}.replybox{background:#f8fafc;border-radius:14px;padding:12px;margin-top:10px}.reply{border-bottom:1px solid #e5e7eb;padding:8px}.overlay{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:99}.searchCard{background:white;border-radius:22px;padding:26px;max-width:560px;width:92%}.row{display:grid;grid-template-columns:150px 1fr;padding:10px;border-bottom:1px solid #e5e7eb}.post-actions button{margin:4px;border:1px solid #cbd5e1;border-radius:999px;background:white;color:#1f2933;padding:7px 10px}.note{color:#64748b}.popular-post{border:2px solid #0f766e}.adbox{margin-top:20px;border-style:dashed;background:#f8fafc}@media(max-width:900px){.login,.hero,.grid,.list,.termgrid,.plans{grid-template-columns:1fr}.copy{display:none}.hero h1{font-size:42px}.wrap{padding:18px}}