:root{font-family:Pretendard,"Noto Sans KR",system-ui,sans-serif;color:#211b17;background:#f5f0e9}*{box-sizing:border-box}body{margin:0}header{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:15px max(18px,env(safe-area-inset-left));background:#171310;color:white;box-shadow:0 4px 20px #0003}header small{font-size:9px;letter-spacing:2px;color:#cdbfae}h1{font-size:20px;margin:2px 0}#mode{font-size:11px;padding:7px 10px;border-radius:99px;background:#534a42}main{max-width:640px;margin:auto;padding:14px 12px calc(110px + env(safe-area-inset-bottom))}.card{background:#fff;border-radius:20px;padding:18px;margin-bottom:12px;box-shadow:0 4px 18px #4b35200b}.title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.title b{font-size:17px}.title em{font-style:normal;color:#8b776a;font-size:13px}.camera{display:flex;min-height:104px;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #d7c8bb;border-radius:16px;background:#fbf8f4;color:#6a5040}.camera strong{font-size:17px}.camera span{font-size:12px;margin-top:6px;color:#9a887d}.previews{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-top:10px}.preview{position:relative;aspect-ratio:1}.preview img{width:100%;height:100%;object-fit:cover;border-radius:10px}.preview:first-child:after{content:"대표";position:absolute;left:3px;bottom:3px;background:#e75b43;color:#fff;font-size:9px;padding:2px 4px;border-radius:4px}.preview button{position:absolute;right:-4px;top:-5px;border:0;background:#211b17;color:white;width:20px;height:20px;border-radius:50%}label{display:block;font-size:13px;font-weight:700;margin:13px 0 7px}.prefix{float:right;color:#e75b43;font-size:11px}input{width:100%;border:1px solid #dfd6ce;border-radius:12px;padding:14px;font:inherit;font-size:16px;background:#fff}input:focus{outline:2px solid #ec9c88;border-color:transparent}.chips{display:flex;gap:7px;flex-wrap:wrap}.chip{border:1px solid #d9cec5;background:#fff;border-radius:99px;padding:9px 13px;font-weight:700;color:#65574f}.chip.on{background:#211b17;color:white;border-color:#211b17}.add{display:flex;gap:7px;margin:9px 0 16px}.add input{padding:10px 12px}.add button,.text{border:0;border-radius:10px;padding:0 14px;background:#eee6df;font-weight:700;white-space:nowrap}.text{padding:8px 10px;color:#d84e36}.stock{display:grid;grid-template-columns:1fr 78px;gap:8px;align-items:center;border-top:1px solid #eee7e1;padding:8px 0}.stock input{text-align:center;padding:10px}.submit{position:sticky;bottom:12px;width:100%;height:58px;border:0;border-radius:17px;background:#e75b43;color:#fff;font-size:18px;font-weight:800;box-shadow:0 8px 25px #bd3d2966;z-index:4}.submit:disabled{opacity:.55}.notice{text-align:center;color:#8d7a6d;font-size:11px}.recent h2{font-size:17px}.product{display:grid;grid-template-columns:60px 1fr auto;gap:11px;align-items:center;background:#fff;padding:10px;border-radius:14px;margin:8px 0}.product img{width:60px;height:60px;object-fit:cover;border-radius:10px}.product b,.product small{display:block}.product small{color:#8a776c;margin-top:4px}.product button{border:0;border-radius:9px;padding:9px;background:#eee6df}#toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%,20px);background:#211b17;color:#fff;padding:12px 18px;border-radius:99px;opacity:0;transition:.2s;z-index:20;white-space:nowrap}#toast.show{opacity:1;transform:translate(-50%,0)}#login{position:fixed;inset:0;background:#171310eF;z-index:30;padding:20px}.loginbox{max-width:360px;margin:20vh auto;background:#fff;padding:25px;border-radius:20px}.loginbox button{width:100%;padding:14px;margin-top:10px;border:0;border-radius:12px;background:#e75b43;color:#fff;font-weight:800}@media(min-width:700px){header{padding-left:calc((100% - 610px)/2);padding-right:calc((100% - 610px)/2)}}
