@import"https://fonts.googleapis.com/css2?family=Yellowtail&family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f5f0e1;color:#6f4e37;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{background:#fff;border-bottom:1px solid #E6D5B8;padding:32px 0;text-align:center}.header h1{font-family:Yellowtail,cursive;font-size:48px;font-weight:400;color:#6f4e37;margin-bottom:8px;line-height:1.2}.header p{font-size:16px;font-weight:400;color:#8b7355;line-height:1.5}.hero-section{margin:32px 0;background:linear-gradient(135deg,#ffe066,#d4a574);border-radius:16px;padding:48px 32px;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,0,0,.05) 0%,transparent 50%);background-size:60px 60px,80px 80px;background-position:0 0,30px 30px}.status-badge{background:#ffffffe6;border:2px solid #6F4E37;border-radius:24px;padding:8px 16px;font-size:14px;font-weight:600;color:#6f4e37;margin-bottom:24px;display:inline-block;position:relative;z-index:1}.counter-section{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:24px;position:relative;z-index:1}.counter-btn{width:64px;height:64px;border-radius:50%;border:2px solid #6F4E37;background:#ffffffe6;color:#6f4e37;font-size:24px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.counter-btn:hover{background:#6f4e37;color:#fff}.counter-btn:disabled{opacity:.5;cursor:not-allowed}.counter-display{text-align:center}.counter-number{font-size:96px;font-weight:700;color:#6f4e37;line-height:1;margin-bottom:8px;text-shadow:2px 2px 4px rgba(255,255,255,.5)}.counter-label{background:#fffc;border-radius:20px;padding:8px 16px;font-size:16px;font-weight:600;color:#6f4e37;border:1px solid rgba(111,78,55,.2)}.weight-input-section{display:flex;align-items:center;justify-content:center;gap:16px;position:relative;z-index:1}.weight-input-group{display:flex;align-items:center;gap:8px;background:#ffffffe6;border:2px solid #6F4E37;border-radius:8px;padding:8px 16px}.weight-input-group label{font-size:14px;font-weight:600;color:#6f4e37}.weight-input{width:80px;border:none;background:transparent;font-size:16px;font-weight:700;color:#6f4e37;text-align:center;outline:none}.weight-unit{font-size:16px;font-weight:700;color:#6f4e37}.help-link-btn{color:#6f4e37;text-decoration:underline;font-size:14px;font-weight:500;background:#fffc;border:1px solid rgba(111,78,55,.3);border-radius:6px;padding:8px 12px;cursor:pointer;transition:all .2s ease;outline:none}.help-link-btn:hover{background:#6f4e37;color:#fff}.main-content{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:32px}@media (max-width: 1024px){.main-content{grid-template-columns:1fr;gap:16px}}.recipe-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #6f4e3714;border:1px solid #E6D5B8}.recipe-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.recipe-title{font-size:20px;font-weight:700;color:#6f4e37}.unit-toggle{display:flex;align-items:center;gap:0;background:#f5f0e1;border-radius:20px;padding:2px}.unit-btn{padding:6px 16px;border-radius:18px;font-size:12px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;background:transparent;color:#8b7355}.unit-btn.active{background:#ffd45c;color:#6f4e37;box-shadow:0 1px 3px #0000001a}.ingredient-section{margin-bottom:24px}.ingredient-section:last-child{margin-bottom:0}.section-header{display:flex;align-items:center;margin-bottom:16px}.section-dot{width:8px;height:8px;border-radius:50%;margin-right:12px}.section-dot.wet{background:#ffd45c}.section-dot.dry{background:#8b7355}.section-dot.optional{background:#d4a574}.section-title{font-size:14px;font-weight:600;color:#6f4e37}.ingredient-list{list-style:none}.ingredient-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #F5F0E1}.ingredient-item:last-child{border-bottom:none}.ingredient-name{font-size:14px;font-weight:400;color:#6f4e37}.ingredient-amount{font-size:14px;font-weight:600;color:#6f4e37;font-variant-numeric:tabular-nums}.optional .ingredient-name,.optional .ingredient-amount{color:#8b7355}.sidebar{display:flex;flex-direction:column;gap:16px}.info-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #6f4e3714;border:1px solid #E6D5B8}.info-card-title{font-size:16px;font-weight:700;color:#6f4e37;margin-bottom:16px}.info-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid #F5F0E1}.info-item:last-child{border-bottom:none}.info-label{font-size:14px;font-weight:400;color:#8b7355}.info-value{font-size:14px;font-weight:600;color:#6f4e37}.method-list{list-style:none;counter-reset:step-counter}.method-step{counter-increment:step-counter;display:flex;align-items:flex-start;margin-bottom:8px}.method-step:before{content:counter(step-counter) ".";color:#8b7355;font-size:12px;font-weight:400;margin-right:8px;min-width:16px}.method-text{font-size:12px;font-weight:400;color:#8b7355;line-height:1.4}.pro-tip{background:#fff2b8;border:1px solid #FFD45C;border-radius:12px;padding:16px;margin-top:16px}.pro-tip-header{display:flex;align-items:flex-start;gap:12px}.pro-tip-icon{font-size:14px;margin-top:2px}.pro-tip-content h4{font-size:14px;font-weight:600;color:#6f4e37;margin-bottom:4px}.pro-tip-content p{font-size:12px;font-weight:400;color:#6f4e37;line-height:1.4}.footer{background:#fff;border-top:1px solid #E6D5B8;padding:24px 0;text-align:center;margin-top:32px}.footer p{font-size:14px;font-weight:400;color:#8b7355}.footer a{color:#6f4e37;font-weight:600;text-decoration:none}.footer a:hover{text-decoration:underline}.add-custom-item{border-bottom:none!important;padding-top:16px!important}.add-custom-btn{display:flex;align-items:center;gap:8px;width:100%;padding:0;background:none;border:none;color:#8b7355;font-size:14px;font-weight:400;cursor:pointer;transition:color .2s ease}.add-custom-btn:hover{color:#6f4e37}.add-custom-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e6d5b8;color:#6f4e37;font-size:12px;font-weight:600;transition:all .2s ease}.add-custom-btn:hover .add-custom-icon{background:#ffd45c}.add-custom-text{font-style:italic}.custom-mixin-form{display:flex;align-items:center;gap:12px;width:100%;padding-top:8px}.custom-mixin-inputs{display:flex;gap:8px;flex:1}.custom-mixin-name-input{width:200px;padding:6px 8px;border:none;background:transparent;font-size:14px;font-weight:400;color:#6f4e37;outline:none}.custom-mixin-name-input::-moz-placeholder{color:#8b7355;font-style:italic}.custom-mixin-name-input::placeholder{color:#8b7355;font-style:italic}.custom-mixin-amount-group{display:inline-flex;gap:4px}.custom-mixin-amount-input{flex:1;padding:6px 8px;border:none;background:transparent;font-size:14px;font-weight:600;color:#6f4e37;outline:none;text-align:center;width:60px}.custom-mixin-amount-input::-moz-placeholder{color:#8b7355;font-weight:400}.custom-mixin-amount-input::placeholder{color:#8b7355;font-weight:400}.custom-mixin-unit-select{padding:6px 8px;border:none;background:transparent;font-size:14px;font-weight:600;color:#6f4e37;outline:none;cursor:pointer;width:50px}.custom-mixin-remove-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#e6d5b8;border:none;color:#6f4e37;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.custom-mixin-remove-btn:hover{background:#e57373;color:#fff}.custom-mixin-add-btn{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e6d5b8;border:none;color:#6f4e37;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-left:8px}.custom-mixin-add-btn:hover{background:#ffd45c}.custom-mixin-cancel-btn{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e6d5b8;border:none;color:#6f4e37;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-left:4px}.custom-mixin-cancel-btn:hover{background:#e57373;color:#fff}.custom-ingredient-form{display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 0;border-bottom:1px solid #F5F0E1}.custom-ingredient-name{flex:1}.custom-ingredient-name input{width:100%;padding:4px 0;border:none;background:transparent;font-size:14px;font-weight:400;color:#6f4e37;outline:none}.custom-ingredient-name input::-moz-placeholder{color:#8b7355;font-style:italic}.custom-ingredient-name input::placeholder{color:#8b7355;font-style:italic}.custom-ingredient-amount{display:flex;align-items:center;gap:8px}.custom-amount-input{width:60px;padding:4px 6px;border:1px solid #E6D5B8;border-radius:4px;background:#fff;font-size:14px;font-weight:600;color:#6f4e37;text-align:center;outline:none}.custom-amount-input:focus{border-color:#ffd45c}.custom-unit-select{padding:4px 6px;border:1px solid #E6D5B8;border-radius:4px;background:#fff;font-size:14px;font-weight:600;color:#6f4e37;cursor:pointer;outline:none}.custom-unit-select:focus{border-color:#ffd45c}.custom-form-actions{display:flex;gap:4px;margin-left:8px}.custom-action-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.custom-action-btn.add{background:#c9dab7;color:#6f4e37}.custom-action-btn.add:hover{background:#ffd45c}.custom-action-btn.cancel{background:#e6d5b8;color:#6f4e37}.custom-action-btn.cancel:hover{background:#e57373;color:#fff}.error-message{background:#e573731a;border:1px solid #E57373;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:500;color:#e57373;margin-top:8px;text-align:center}@media (max-width: 768px){.container{padding:0 16px}.header{padding:24px 0}.header h1{font-size:36px}.hero-section{margin:24px 0;padding:32px 24px}.counter-section{gap:24px}.counter-btn{width:56px;height:56px;font-size:20px}.counter-number{font-size:72px}.weight-input-section{flex-direction:column;gap:12px}.recipe-card{padding:20px}.info-card{padding:16px}.pro-tip{margin-top:16px}.custom-mixin-inputs{gap:6px}.custom-mixin-amount-group{flex-direction:column;gap:4px}.custom-mixin-form{flex-direction:column;align-items:stretch;gap:12px}.custom-mixin-remove-btn{align-self:flex-end}.flex.items-center.gap-1{gap:8px}}
