@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{color:#263129;font-synthesis:none;background:#f7f4ee;font-family:Noto Sans SC,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}input,textarea,select{color:#263129;background:#fffdf9;border:1px solid #e2e4dd;border-radius:10px;outline:none;width:100%;padding:12px 14px}input:focus,textarea:focus,select:focus{border-color:#84977d;box-shadow:0 0 0 3px #e8eee4}textarea{resize:vertical;min-height:92px}.shell{min-height:100vh;display:flex}.sidebar{background:#fbfaf6;border-right:1px solid #e7e6df;flex-shrink:0;width:230px;min-height:100vh;padding:34px 20px}.brand{align-items:center;gap:12px;padding:0 12px 50px;display:flex}.brand strong,.brand small{display:block}.brand strong{font-size:16px}.brand small{color:#92998e;margin-top:5px;font-size:11px}.brand-mark{color:#6f806a;border:1px solid #9cac95;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;display:inline-flex}.nav{color:#899188;text-align:left;background:0 0;border-radius:10px;width:100%;margin:5px 0;padding:13px 14px;font-size:14px;display:block}.nav.active{color:#5f735a;background:#e9eee5;font-weight:600}.logout{color:#92998e;text-align:left;background:0 0;width:190px;padding:12px;position:fixed;bottom:28px}.content{width:min(1280px,100% - 230px);padding:48px 5vw}.topbar,.form-header{justify-content:space-between;align-items:center;display:flex}.kicker{color:#9ba49a;letter-spacing:2px;font-size:10px}.topbar h1,.form-header h1{margin:8px 0 36px;font-size:30px;font-weight:600}.primary{color:#fff;background:#6f8369;border-radius:10px;padding:12px 19px;box-shadow:0 4px 12px #93a88b44}.primary:hover{background:#5f735a}.primary.small{padding:10px 14px;font-size:13px}.secondary{color:#657761;background:#fffdf9;border:1px solid #dfe3da;border-radius:10px;padding:11px 17px}.notice{color:#60745b;background:#e8efe5;border-radius:10px;margin-bottom:20px;padding:12px 16px}.stats{gap:1px;margin-bottom:28px;display:flex}.stats>div{background:#fffdf9;min-width:180px;padding:20px 24px}.stats>div:first-child{border-radius:12px 0 0 12px}.stats>div:last-child{border-radius:0 12px 12px 0}.stats small,.stats strong{display:block}.stats small{color:#9aa198;font-size:12px}.stats strong{margin-top:7px;font-size:24px;font-weight:500}.toolbar{gap:10px;max-width:520px;margin-bottom:20px;display:flex}.workspace{grid-template-columns:minmax(0,1fr) 270px;gap:22px;display:grid}.workspace.category-mode{display:block}.section-hidden{display:none}.category-page-panel{max-width:760px}.panel{background:#fffdf9;border:1px solid #ecebe4;border-radius:14px;padding:24px}.panel-title,.editor-title{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.panel-title h2,.editor-title h2{margin:0;font-size:17px;font-weight:600}.panel-title span{color:#a0a69e;font-size:12px}.recipe-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:14px;display:grid}.recipe-item{cursor:pointer;background:#fff;border:1px solid #efeee8;border-radius:12px;min-height:142px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.recipe-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #5c684712}.thumb{color:#71826d;background:#e1e8db;flex-shrink:0;justify-content:center;align-items:center;width:140px;font-size:44px;display:flex}.thumb img,.image-upload img{object-fit:cover;width:100%;height:100%}.recipe-meta{flex:1;padding:18px}.recipe-meta h3{margin:0 8px 0 0;font-size:16px;display:inline}.recipe-meta p{color:#9aa198;text-overflow:ellipsis;white-space:nowrap;margin:12px 0;font-size:12px;overflow:hidden}.tag{color:#708168;background:#edf2e9;border-radius:5px;padding:4px 8px;font-size:11px;display:inline-block}.actions{gap:12px;display:flex}.actions button,.text-button{color:#708168;background:0 0;font-size:12px}.actions .danger{color:#b27568}.category-add{gap:8px;margin-bottom:18px;display:flex}.category-add input{min-width:0}.category-add .primary.small{white-space:nowrap;flex-shrink:0}.category-list{flex-direction:column;gap:3px;display:flex}.category-row{border-bottom:1px solid #f0efe9;justify-content:space-between;padding:12px 8px;font-size:13px;display:flex}.icon-button,.close{color:#a0a69e;background:0 0;font-size:20px}.empty,.loading,.state{color:#9aa198;text-align:center;padding:70px 20px}.loading{min-height:100vh;padding-top:40vh}.login-page{background:radial-gradient(circle at 70% 20%,#e2eadc,#0000 40%),#f7f4ee;place-items:center;min-height:100vh;display:grid}.login-card{background:#fffdf9;border:1px solid #e7e6df;border-radius:18px;width:360px;padding:44px;box-shadow:0 20px 60px #56634c12}.login-card .brand-mark{margin-bottom:30px}.login-card h1{margin:10px 0;font-size:28px}.login-card p{color:#9aa198;margin:0 0 30px;font-size:13px}.login-card label,.recipe-form label{color:#727b71;margin-bottom:18px;font-size:12px;display:block}.login-card input,.recipe-form input,.recipe-form textarea,.recipe-form select{margin-top:8px;display:block}.full{width:100%;margin-top:8px}.form-error{color:#b27568;margin-top:16px;font-size:12px}.form-page{background:#f7f4ee;min-height:100vh;padding:42px max(5vw,30px)}.form-header h1{margin-bottom:28px}.form-header>div:last-child{gap:10px;display:flex}.recipe-form{background:#fffdf9;border:1px solid #e8e7df;border-radius:16px;max-width:820px;padding:34px}.form-main>label{max-width:650px}.editor-section{border-top:1px solid #eeece5;margin-top:36px;padding-top:24px}.list-row{gap:8px;margin-bottom:9px;display:flex}.list-row .icon-button{width:32px}.list-row input:first-child{flex:2}.list-row input{flex:1}.image-upload{color:#82907e;text-align:center;background:#f3f6ef;border:1px dashed #b9c5b2;border-radius:12px;justify-content:center;align-items:center;width:260px;height:150px;font-size:12px;display:flex;overflow:hidden}.image-upload input{opacity:0;cursor:pointer;width:260px;height:150px;position:absolute}.image-upload img{width:260px;height:150px;position:absolute}.step-editor-row{gap:12px;margin-bottom:18px;display:flex}.step-number{color:#657861;background:#dfe5d8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.step-editor-body{flex:1}.step-editor-body .image-upload{width:220px;height:110px;margin-top:10px}.step-editor-body .image-upload input,.step-editor-body .image-upload img{width:220px;height:110px}.modal-backdrop{background:#26312955;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.preview{background:#fffdf9;border-radius:18px;width:min(520px,100%);max-height:90vh;padding:30px;position:relative;overflow:auto}.preview h2{margin:14px 0 6px;font-size:27px}.preview h3{margin:26px 0 12px;font-size:15px}.preview p{color:#7c857b;font-size:13px;line-height:1.7}.preview-cover{object-fit:cover;width:calc(100% + 60px);height:220px;margin:-30px -30px 25px}.close{z-index:2;color:#fff;position:absolute;top:15px;right:18px}.preview-line{color:#737d73;border-bottom:1px solid #efeee8;justify-content:space-between;padding:9px 0;font-size:13px;display:flex}@media (width<=900px){.sidebar{width:180px}.logout{width:140px}.content{width:calc(100% - 180px);padding:30px}.workspace{grid-template-columns:1fr}}
