.type-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .65rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.01em}.type-badge--recipe{background:var(--recipe-light);color:var(--recipe)}.type-badge--cocktail{background:var(--cocktail-light);color:var(--cocktail)}.type-badge--drink{background:var(--drink-light);color:var(--drink)}.subcategory-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:20px;font-size:.75rem;font-weight:500;background:var(--surface2);color:var(--text-muted);border:1px solid var(--border);text-transform:capitalize}.recipe-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow);transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column}.recipe-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.card-image{width:100%;height:200px;overflow:hidden;background:var(--surface2);position:relative}.card-image img{width:100%;height:100%;object-fit:cover}.card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem}.fav-btn{position:absolute;top:.5rem;right:.5rem;background:#ffffffd9;border:none;border-radius:50%;width:32px;height:32px;font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--drink);transition:background .15s,transform .1s;padding:0}.fav-btn:hover{background:#fff;transform:scale(1.15)}.fav-btn--on{color:var(--drink)}.card-body{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.card-header{display:flex;align-items:center;gap:.5rem}.card-title{font-size:1.1rem;font-weight:600;line-height:1.3;color:var(--text)}.card-desc{font-size:.85rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-ingredients{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.2rem}.ingredient-chip{background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:.15rem .6rem;font-size:.75rem;color:var(--text-muted)}.ingredient-chip.muted{font-style:italic}.card-tags{display:flex;flex-wrap:wrap;gap:.3rem}.tag{background:var(--accent-light);color:var(--accent);border-radius:20px;padding:.15rem .6rem;font-size:.75rem;font-weight:500}.home-header{margin-bottom:1.5rem}.home-header h1{font-size:2.2rem;color:var(--text)}.home-subtitle{color:var(--text-muted);margin-top:.3rem;font-size:1rem}.search-bar{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;margin-bottom:1.25rem;box-shadow:var(--shadow)}.search-input-wrap{flex:1;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.search-chip{display:flex;align-items:center;gap:.25rem;background:var(--accent-light);color:var(--accent);border-radius:20px;padding:.2rem .5rem .2rem .75rem;font-size:.82rem;font-weight:500}.search-chip-remove{background:none;border:none;color:var(--accent);cursor:pointer;font-size:1rem;line-height:1;padding:0 .1rem;border-radius:50%}.search-chip-remove:hover{background:var(--accent-light)}.filter-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.subfilter-tabs{margin-top:-.75rem;margin-bottom:1.25rem}.subfilter-tabs .filter-tab{font-size:.82rem;padding:.35rem .9rem}.filter-tab{background:var(--surface);border:1.5px solid var(--border);color:var(--text-muted);font-weight:500;padding:.45rem 1.1rem;border-radius:24px;font-size:.875rem;transition:all .15s}.filter-tab:hover{border-color:var(--accent);color:var(--accent)}.filter-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.fav-filter-tab{color:var(--drink);border-color:var(--drink)}.fav-filter-tab:hover{background:var(--drink-light);color:var(--drink);border-color:var(--drink)}.fav-filter-tab.active{background:var(--drink);border-color:var(--drink);color:#fff}.recipe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.state-msg{text-align:center;color:var(--text-muted);padding:3rem 0;font-size:1rem}.grocery-page{max-width:640px;margin:0 auto}.grocery-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.grocery-header h1{font-size:2rem;color:var(--text)}.grocery-subtitle{color:var(--text-muted);font-size:.9rem;margin-top:.2rem}.grocery-header-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0;padding-top:.5rem}.grocery-clear-btn{font-size:.8rem;padding:.35rem .85rem;border-radius:20px;white-space:nowrap}.grocery-toolbar{display:flex;gap:.75rem;margin-bottom:1.5rem;align-items:flex-start}.grocery-add-form{display:flex;gap:.75rem;flex:1}.grocery-add-input{flex:1}.grocery-add-form .btn-primary{flex-shrink:0;padding:.6rem 1.25rem;border-radius:8px}.btn-from-recipe{flex-shrink:0;background:var(--surface);border:1.5px solid var(--border);color:var(--text-muted);font-size:.875rem;font-weight:600;padding:.6rem 1rem;border-radius:8px;white-space:nowrap;transition:border-color .15s,color .15s}.btn-from-recipe:hover{border-color:var(--accent);color:var(--accent)}.btn-clear-list{flex-shrink:0;background:none;border:1.5px solid var(--border);color:var(--text-muted);font-size:.875rem;font-weight:600;padding:.6rem .9rem;border-radius:8px;transition:border-color .15s,color .15s,background .15s}.btn-clear-list:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}@media (max-width: 500px){.grocery-toolbar{flex-direction:column}.btn-from-recipe{width:100%}}.grocery-empty{text-align:center;padding:3rem 0;color:var(--text-muted)}.grocery-empty-hint{font-size:.85rem;margin-top:.5rem}.grocery-group{margin-bottom:1rem}.grocery-group-header{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:.25rem 0;margin-bottom:.4rem;border-bottom:1px solid var(--border)}.grocery-group-header--checked{color:var(--border)}.grocery-list{list-style:none;display:flex;flex-direction:column;gap:2px}.grocery-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);transition:opacity .15s}.grocery-item--checked{opacity:.5}.grocery-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);background:none;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0;transition:background .15s,border-color .15s;padding:0}.grocery-check--done{background:var(--recipe);border-color:var(--recipe)}.grocery-check:hover{border-color:var(--accent)}.grocery-name{flex:1;font-size:.95rem;color:var(--text)}.grocery-item--checked .grocery-name{text-decoration:line-through;color:var(--text-muted)}.grocery-delete{background:none;border:none;color:var(--text-muted);font-size:1.2rem;line-height:1;padding:0 .25rem;opacity:0;transition:opacity .15s,color .15s;flex-shrink:0}.grocery-item:hover .grocery-delete{opacity:1}.grocery-delete:hover{color:var(--accent)}@media (max-width: 600px){.grocery-delete{opacity:1}.grocery-header{flex-direction:column;gap:.75rem}.grocery-header-actions{padding-top:0}}.picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem}.picker-modal{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.picker-top{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.picker-top h2{font-size:1.1rem}.picker-close{background:none;border:none;font-size:1.6rem;color:var(--text-muted);cursor:pointer;line-height:1;padding:0 .25rem}.picker-close:hover{color:var(--text)}.picker-search{margin:.75rem 1.25rem;flex-shrink:0}.picker-list{list-style:none;overflow-y:auto;padding:0 .75rem .75rem;display:flex;flex-direction:column;gap:3px}.picker-empty{text-align:center;color:var(--text-muted);padding:2rem 0;font-size:.9rem}.picker-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .75rem;border-radius:var(--radius-sm);background:none;border:1px solid transparent;text-align:left;color:var(--text);transition:background .12s,border-color .12s}.picker-item:hover{background:var(--surface2);border-color:var(--border)}.picker-item--added{color:var(--text-muted)}.picker-item-title{font-size:.95rem;font-weight:500}.picker-item-count{font-size:.78rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.picker-item--added .picker-item-count{color:var(--recipe);font-weight:600}.cook-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--bg);display:flex;flex-direction:column}.cook-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.cook-title{font-size:.9rem;font-weight:600;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 48px)}.cook-close{background:none;border:none;font-size:1.6rem;color:var(--text-muted);cursor:pointer;line-height:1;padding:0 .25rem;flex-shrink:0}.cook-close:hover{color:var(--text)}.cook-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;gap:1rem}.cook-counter{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.cook-step{font-size:clamp(1.4rem,4vw,2rem);line-height:1.7;max-width:600px;text-align:center;color:var(--text)}.cook-step strong{font-weight:700}.cook-step em{font-style:italic}.cook-step--heading{font-size:clamp(1rem,3vw,1.4rem);font-style:italic;color:var(--text-muted);font-weight:400}.cook-nav{display:flex;border-top:1px solid var(--border);height:68px;flex-shrink:0}.cook-btn{flex:1;background:none;border:none;font-size:1.05rem;font-weight:600;cursor:pointer;color:var(--accent);transition:background .15s}.cook-btn:hover:not(:disabled){background:var(--accent-light)}.cook-btn:disabled{color:var(--border);cursor:default}.cook-btn--prev{border-right:1px solid var(--border)}.cook-timer-badge{display:flex;align-items:center;gap:.35rem;background:var(--surface2);border:1.5px solid var(--border);border-radius:20px;padding:.25rem .6rem;flex-shrink:0;margin-right:auto}.cook-timer-badge--done{background:var(--recipe-light);border-color:var(--recipe);color:var(--recipe)}.cook-timer-time{font-size:.9rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text);min-width:3.5ch}.cook-timer-badge--done .cook-timer-time{color:var(--recipe)}.cook-timer-toggle,.cook-timer-reset{background:none;border:none;font-size:.9rem;line-height:1;padding:0;color:var(--text-muted);cursor:pointer}.cook-timer-toggle:hover,.cook-timer-reset:hover{color:var(--accent)}.cook-timer-start{margin-top:1.5rem;background:var(--surface2);border:1.5px solid var(--border);color:var(--text-muted);font-size:.9rem;font-weight:600;padding:.5rem 1.25rem;border-radius:20px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.cook-timer-start:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.detail{max-width:760px;margin:0 auto}.detail-hero{width:100%;max-height:420px;border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem;box-shadow:var(--shadow-lg)}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-content{display:flex;flex-direction:column;gap:1.25rem}.detail-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.detail-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.detail-actions{display:flex;gap:.5rem;align-items:center}.fav-toggle-btn{background:transparent;border:1.5px solid var(--drink);color:var(--drink);border-radius:50%;width:36px;height:36px;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;padding:0}.fav-toggle-btn:hover,.fav-toggle-btn--on{background:var(--drink-light)}.detail-title{font-size:2rem;line-height:1.2}.detail-desc{color:var(--text-muted);font-size:1rem;line-height:1.6}.detail-section{display:flex;flex-direction:column;gap:.75rem}.detail-section h2{font-size:1.2rem;border-bottom:2px solid var(--border);padding-bottom:.4rem;color:var(--text)}.section-header{display:flex;align-items:center;justify-content:space-between}.section-header h2{border-bottom:none;padding-bottom:0}.btn-cook{background:var(--accent);color:#fff;font-size:.78rem;font-weight:600;padding:.3rem .85rem;border-radius:20px;letter-spacing:.02em;flex-shrink:0}.btn-cook:hover{background:var(--accent-hover)}.btn-add-list{background:none;border:1.5px solid var(--border);color:var(--text-muted);font-size:.78rem;font-weight:600;padding:.3rem .85rem;border-radius:20px;flex-shrink:0;transition:border-color .15s,color .15s,background .15s}.btn-add-list:hover,.btn-add-list--done{border-color:var(--recipe);color:var(--recipe);background:var(--recipe-light)}.ingredients-list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.ingredient-row{display:flex;gap:.75rem;padding:.5rem .75rem;border-radius:var(--radius-sm);background:var(--surface2)}.ingredient-row:nth-child(2n){background:var(--surface);border:1px solid var(--border)}.ing-amount{min-width:80px;font-weight:600;color:var(--accent);font-size:.9rem}.ing-name{color:var(--text);font-size:.9rem}.rich-content{line-height:1.8;font-size:.95rem;color:var(--text)}.notes-section{background:var(--surface2);border-radius:var(--radius);padding:1rem 1.25rem}.back-link{color:var(--text-muted);font-size:.875rem;margin-top:.5rem}.state-msg{text-align:center;color:var(--text-muted);padding:3rem 0}.state-msg.error{color:var(--accent)}.rich-editor{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);transition:border-color .15s;overflow:hidden}.rich-editor:focus-within{border-color:var(--accent)}.rt-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem;padding:.45rem .6rem;border-bottom:1.5px solid var(--border);background:var(--surface2)}.rt-btn{background:transparent;border:none;border-radius:5px;padding:.3rem .55rem;font-size:.82rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .12s;line-height:1;min-width:28px;text-align:center}.rt-btn:hover{background:var(--border);color:var(--text)}.rt-btn.active{background:var(--accent-light);color:var(--accent)}.rt-divider{width:1px;height:18px;background:var(--border);margin:0 .2rem;flex-shrink:0}.rich-editor .ProseMirror{padding:.75rem .9rem;min-height:140px;outline:none;font-size:.93rem;line-height:1.75;color:var(--text)}.rich-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none;float:left;height:0}.rich-editor .ProseMirror h2,.rich-content h2{font-size:1.2rem;margin:1rem 0 .4rem;color:var(--text)}.rich-editor .ProseMirror h3,.rich-content h3{font-size:1rem;margin:.85rem 0 .3rem;color:var(--text)}.rich-editor .ProseMirror p,.rich-content p{margin-bottom:.6rem}.rich-editor .ProseMirror ul,.rich-editor .ProseMirror ol,.rich-content ul,.rich-content ol{padding-left:1.5rem;margin-bottom:.6rem}.rich-editor .ProseMirror li,.rich-content li{margin-bottom:.25rem}.rich-editor .ProseMirror blockquote,.rich-content blockquote{border-left:3px solid var(--accent);padding-left:.9rem;margin:.5rem 0;color:var(--text-muted);font-style:italic}.rich-editor .ProseMirror strong,.rich-content strong{font-weight:700}.rich-editor .ProseMirror em,.rich-content em{font-style:italic}.rich-editor .ProseMirror u,.rich-content u{text-decoration:underline}.addedit{max-width:720px;margin:0 auto}.addedit-header{margin-bottom:1.75rem}.addedit-header h1{font-size:1.8rem;margin-top:.5rem}.back-link{color:var(--text-muted);font-size:.875rem}.back-link:hover{color:var(--accent)}.addedit-form{display:flex;flex-direction:column;gap:1.25rem}.form-error{background:var(--accent-light);color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.9rem}.form-row{display:flex;gap:1rem}.form-row--2>*{flex:1}@media (max-width: 500px){.form-row{flex-direction:column}}.form-field{display:flex;flex-direction:column}.image-upload-area{display:flex;align-items:flex-start;gap:1rem}.image-upload-btn{display:inline-flex;align-items:center;justify-content:center;border:2px dashed var(--border);border-radius:var(--radius);padding:1.5rem 2rem;cursor:pointer;color:var(--text-muted);font-size:.9rem;font-weight:500;transition:border-color .15s,color .15s;background:var(--surface2)}.image-upload-btn:hover{border-color:var(--accent);color:var(--accent)}.image-preview-wrap{display:flex;flex-direction:column;gap:.4rem}.image-preview{position:relative;width:280px;height:180px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);cursor:crosshair}.image-preview img{width:100%;height:100%;object-fit:cover}.focal-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #222;transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 1px 4px #00000080}.image-preview-actions{display:flex;align-items:center;gap:.75rem}.change-photo-btn{font-size:.8rem;font-weight:500;color:var(--accent);cursor:pointer;text-decoration:underline}.change-photo-btn:hover{opacity:.75}.focal-hint{font-size:.75rem;color:var(--text-muted);margin:0}.remove-image{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;border-radius:50%;width:22px;height:22px;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1}.ingredients-editor{display:flex;flex-direction:column;gap:.5rem}.ing-row{display:grid;grid-template-columns:90px 110px 1fr 32px;gap:.5rem;align-items:center}.ing-input{font-size:.875rem}.ing-remove{font-size:1.2rem;color:var(--text-muted)}.ing-remove:hover{color:var(--accent);background:var(--accent-light)}.add-ing-btn{align-self:flex-start;margin-top:.25rem;font-size:.85rem}@media (max-width: 500px){.ing-row{grid-template-columns:70px 90px 1fr 28px}}.tags-input{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem;background:var(--surface);min-height:44px;transition:border-color .15s}.tags-input:focus-within{border-color:var(--accent)}.tag-chip{display:flex;align-items:center;gap:.25rem;background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:.15rem .45rem .15rem .7rem;font-size:.8rem;color:var(--text)}.tag-chip button{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1rem;padding:0;line-height:1}.tag-chip button:hover{color:var(--accent)}.form-field--inline{flex-direction:row;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--text);text-transform:none;letter-spacing:0;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;accent-color:var(--drink)}.parse-banner{background:var(--surface2);border:1.5px dashed var(--border);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.parse-url-row{display:flex;gap:.5rem}.parse-url-input{flex:1}.btn-parse{display:inline-flex;align-items:center;background:var(--accent);color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1.1rem;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s;flex-shrink:0;border:none}.btn-parse:hover:not(:disabled){background:var(--accent-hover)}.btn-parse:disabled{opacity:.5;cursor:default}.btn-parse--loading{opacity:.7;cursor:wait}.parse-or{display:flex;align-items:center;gap:.75rem}.btn-parse-secondary{display:inline-flex;align-items:center;background:var(--surface);border:1.5px solid var(--border);color:var(--text-muted);font-size:.82rem;font-weight:600;padding:.4rem .9rem;border-radius:20px;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s;flex-shrink:0}.btn-parse-secondary:hover{border-color:var(--accent);color:var(--accent)}.parse-hint{font-size:.8rem;color:var(--text-muted);margin:0}.parse-error{font-size:.82rem;color:var(--accent);margin:0}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem}.nav{background:var(--surface);border-bottom:1px solid var(--border);padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000f}.nav-brand{display:flex;align-items:center;gap:.6rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--text)}.nav-logo{font-size:1.6rem}.nav-links{display:flex;gap:.25rem;position:absolute;left:50%;transform:translate(-50%)}.nav-link{padding:.4rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .15s,background .15s}.nav-link:hover{color:var(--text);background:var(--surface2)}.nav-link.active{color:var(--text);background:var(--surface2);font-weight:600}.nav-mobile-bottom{display:none}@media (max-width: 600px){.nav-links,.nav-add-btn{display:none}.nav-mobile-bottom{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--surface);border-top:1px solid var(--border);height:60px;padding-bottom:env(safe-area-inset-bottom,0px);box-shadow:0 -2px 8px #00000014}.nav-mobile-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-muted);font-size:.875rem;padding:6px 2px;transition:color .15s}.nav-mobile-tab.active{color:var(--accent)}.nav-mobile-icon{font-size:1.3rem;line-height:1}.nav-mobile-label{font-size:.6rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1280px;margin:0 auto;width:100%;padding:2rem 1.5rem}@media (max-width: 600px){.main-content{padding:1rem 1rem calc(60px + 1rem)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #faf9f6;--surface: #ffffff;--surface2: #f4f2ed;--border: #e4e0d8;--text: #1a1816;--text-muted: #6b6560;--accent: #c84b2d;--accent-hover: #a33a20;--accent-light: #fdf0ec;--cocktail: #2d6fa3;--cocktail-light: #edf4fb;--recipe: #3a7d44;--recipe-light: #edf7ef;--drink: #b07c2a;--drink-light: #fdf6e3;--radius: 12px;--radius-sm: 8px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12)}@media (prefers-color-scheme: dark){:root{--bg: #1c1a17;--surface: #252220;--surface2: #2e2b27;--border: #3d3830;--text: #f0ede8;--text-muted: #9c9490;--accent: #e05a3a;--accent-hover: #c84b2d;--accent-light: #3d1f15;--cocktail: #5b9fd4;--cocktail-light: #1a2d3d;--recipe: #5aad68;--recipe-light: #182d1c;--drink: #d4a04a;--drink-light: #2d2210;--shadow: 0 2px 12px rgba(0,0,0,.3);--shadow-lg: 0 8px 32px rgba(0,0,0,.5)}}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}h1,h2,h3{font-family:Playfair Display,serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:.875rem;border:none;border-radius:var(--radius-sm);padding:.5rem 1rem;transition:all .15s}input,textarea,select{font-family:inherit;font-size:.9rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .8rem;background:var(--surface);color:var(--text);width:100%;outline:none;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--accent)}textarea{resize:vertical;min-height:120px}label{font-size:.85rem;font-weight:600;color:var(--text-muted);display:block;margin-bottom:.3rem;letter-spacing:.02em;text-transform:uppercase}.btn-primary{background:var(--accent);color:#fff;font-weight:600}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface2);color:var(--text);border:1.5px solid var(--border);font-weight:500}.btn-secondary:hover{background:var(--border)}.btn-danger{background:transparent;color:var(--accent);border:1.5px solid var(--accent);font-weight:500}.btn-danger:hover{background:var(--accent-light)}.btn-icon{background:transparent;color:var(--text-muted);padding:.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.btn-icon:hover{background:var(--surface2);color:var(--text)}
