:root{--brand-primary: #fe6732;--brand-primary-rgb: 254, 103, 50;--brand-primary-deep: #dd5826;--brand-secondary: #fb946b;--brand-secondary-rgb: 251, 148, 107;--control-height: 54px;--control-radius: 16px;--text-primary: #2d150f;--text-muted: #735240;--surface: rgba(255, 249, 243, .88);--surface-strong: #fffaf5;--surface-soft: rgba(255, 240, 230, .94);--surface-highlight: rgba(255, 232, 220, .92);--border-color: rgba(139, 71, 39, .14);--shadow-color: rgba(132, 49, 18, .14);font-family:Avenir Next,Trebuchet MS,Segoe UI,sans-serif;color:var(--text-primary);background:radial-gradient(circle at top left,rgba(var(--brand-primary-rgb),.24),transparent 24%),radial-gradient(circle at top right,rgba(var(--brand-secondary-rgb),.28),transparent 30%),radial-gradient(circle at bottom right,rgba(var(--brand-primary-rgb),.12),transparent 24%),linear-gradient(180deg,#fff4ec,#ffe6d8);line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.auth-shell,.dashboard-shell{width:min(1200px,calc(100vw - 32px));margin:0 auto;padding:28px 0 56px}.auth-hero{min-height:calc(100vh - 84px);display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.auth-copy,.auth-card,.panel,.metric-card,.topbar,.recipe-card,.modal-card{border:1px solid var(--border-color);border-radius:30px;background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 24px 60px var(--shadow-color)}.auth-copy,.auth-card,.panel,.topbar,.recipe-card,.modal-card{padding:30px}.eyebrow,.section-label{margin:0 0 10px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-primary);font-weight:700}h1,h2,h3{margin:0}.auth-copy h1,.topbar h1{font-family:Georgia,Times New Roman,serif}.auth-copy h1{font-size:clamp(2.6rem,5vw,3.8rem);line-height:.95}.lede,.topbar-subtitle{margin:16px 0 0;color:var(--text-muted);font-size:1.02rem}.brand-lockup{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:18px}.brand-lockup-hero{flex-direction:column;align-items:center;justify-content:center;text-align:center}.brand-lockup-copy,.topbar-copy{display:grid;gap:6px}.brand-lockup-hero .brand-lockup-copy{justify-items:center}.brand-kicker{color:var(--text-muted);font-size:.95rem;font-weight:700}.brand-logo{display:block;height:auto}.brand-logo-hero{width:min(280px,100%);margin-inline:auto}.topbar-brand{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.topbar-brand-toggle{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.topbar-brand-toggle:focus-visible{outline:3px solid rgba(var(--brand-primary-rgb),.24);outline-offset:6px;border-radius:18px}.brand-logo-topbar{width:192px;max-width:42vw}.topbar-copy-institution{justify-items:start;text-align:left}.topbar-institution-title{margin:0;color:var(--brand-primary-deep);font-size:1.5rem;font-weight:800;line-height:1.3}.topbar-institution-contact{margin:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--text-muted);font-size:.94rem;line-height:1.45}.topbar-whatsapp-link{position:relative;isolation:isolate;overflow:hidden;min-height:28px;display:inline-flex;align-items:center;gap:10px;padding:0 12px 0 8px;border:1px solid rgba(37,211,102,.22);border-radius:999px;background:#25d3661f;color:#25d366;transition:color .26s ease,border-color .26s ease,background-color .26s ease;text-decoration:none;font-weight:700;font-size:.82rem}.topbar-whatsapp-link:before{content:"";position:absolute;left:50%;bottom:-9px;width:80px;height:80px;border-radius:999px;background:#000;transform:translate(-50%) translateY(90%) scale(1);transform-origin:center top;transition:transform .7s ease-out;z-index:0}.topbar-whatsapp-link:hover{color:#fff}.topbar-whatsapp-link:focus-visible{outline:2px solid rgba(37,211,102,.24);outline-offset:4px;border-radius:999px}.topbar-whatsapp-link:hover:before,.topbar-whatsapp-link:focus-visible:before{transform:translate(-50%) scale(22);transition:transform .7s cubic-bezier(.98,1,.98,1)}.topbar-whatsapp-badge{position:relative;z-index:1;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.topbar-whatsapp-copy{position:relative;z-index:1;display:inline-block;line-height:1.15}.topbar-whatsapp-msg-label{color:var(--text-muted);font-size:.82rem;font-weight:700}.topbar-whatsapp-name{color:var(--brand-primary-deep);font-size:1rem;font-weight:700;line-height:1.15;margin:0}.topbar-whatsapp-icon{position:relative;z-index:1;width:14px;height:14px;display:block;flex-shrink:0;fill:currentColor}.auth-card,.modal-form,.auth-form-shell{display:grid;gap:16px}.auth-card{gap:22px}.auth-card-simple{gap:18px}.auth-card-head{display:grid;gap:10px}.auth-card-head-login{justify-items:center;text-align:center;gap:12px}.auth-card-head-login .section-label{margin-bottom:0}.auth-card-head h2{font-size:clamp(2rem,3vw,2.45rem);line-height:1.04}.auth-card-head .helper-text{max-width:44ch;font-size:1rem;line-height:1.68}.auth-inline-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.danger-zone{display:grid;gap:16px;margin-top:8px;padding:20px;border-radius:24px;background:radial-gradient(circle at top right,rgba(224,99,53,.18),transparent 54%),linear-gradient(180deg,#ffeee9fa,#ffe2dbf2),var(--surface-soft);box-shadow:inset 0 0 0 1px #b73a2033}.danger-zone-copy span{display:block;color:#b73a20;font-size:.84rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.danger-zone-copy strong{display:block;margin-top:6px;color:var(--text-primary);font-size:1.12rem}.danger-zone-copy p{margin:8px 0 0;color:var(--text-muted)}.danger-zone-confirm{display:grid;gap:12px;padding-top:4px}.danger-zone-confirm p{margin:0;color:#8f2413;font-weight:600}.danger-zone-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.auth-inline-actions-login{justify-content:flex-start;padding-top:2px}.auth-inline-actions-login .primary-button{min-width:140px}.auth-complete-panel{justify-items:flex-start}.auth-complete-panel .primary-button{min-width:160px}.auth-form-shell-login-structured{display:grid;gap:18px}.auth-login-inputs{display:grid;gap:16px}.auth-login-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.auth-remember-toggle{display:inline-flex;align-items:center;gap:10px;color:var(--text-muted);font-weight:700}.auth-remember-toggle input{width:16px;height:16px;accent-color:var(--brand-primary)}.field{display:grid;gap:8px}.field-plain{gap:0}.password-field{position:relative}.field-checkbox{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;background:var(--surface-soft);color:var(--text-primary);font-weight:700}.field-checkbox input{width:18px;height:18px;accent-color:var(--brand-primary)}.field span{font-size:.92rem;color:var(--text-muted);font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.field input,.field select{width:100%;border:1px solid var(--border-color);border-radius:var(--control-radius);min-height:var(--control-height);padding:0 15px;background:var(--surface-strong);color:var(--text-primary);outline:none;box-shadow:0 10px 22px #552d1514;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:48px;background-image:linear-gradient(45deg,transparent 50%,rgba(115,82,64,.92) 50%),linear-gradient(135deg,rgba(115,82,64,.92) 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.field textarea{width:100%;border:1px solid var(--border-color);border-radius:var(--control-radius);padding:14px 15px;background:var(--surface-strong);color:var(--text-primary);outline:none;box-shadow:0 10px 22px #552d1514;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 4px rgba(var(--brand-primary-rgb),.14),0 14px 28px #8431121a}.field-plain input{min-height:var(--control-height);padding:0 18px;border-radius:var(--control-radius)}.password-field input,.password-input-wrap input{padding-right:108px}.password-input-wrap{position:relative;display:block;width:100%}.password-visibility-button{position:absolute;top:50%;right:16px;transform:translateY(-50%);border:0;padding:0;background:transparent;color:var(--text-muted);font-weight:700}.field textarea{min-height:140px;resize:vertical}.field-row{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:14px}.field-row-third{grid-template-columns:minmax(0,1fr) 180px}.field-row-recipe-top{grid-template-columns:minmax(280px,1.8fr) 140px 180px 180px;align-items:end}.primary-button,.ghost-button,.danger-button,.table-action,.view-tab{border:0;border-radius:16px;padding:14px 16px;font-weight:700;transition:transform .14s ease,box-shadow .14s ease,opacity .14s ease}.primary-button{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff8f0;box-shadow:0 20px 36px rgba(var(--brand-primary-rgb),.24)}.danger-button{background:linear-gradient(135deg,#b73a20,#e06335);color:#fff8f5;box-shadow:0 20px 36px #b73a203d}.ghost-button,.view-tab{background:transparent;color:var(--brand-primary-deep);border:1px solid rgba(var(--brand-primary-rgb),.24)}.table-action{padding:10px 12px;background:rgba(var(--brand-primary-rgb),.12);color:var(--brand-primary-deep)}.table-icon-actions{display:inline-flex;gap:8px;align-items:center;justify-content:flex-end}.icon-table-action{width:40px;height:40px;display:inline-grid;place-items:center;padding:0}.action-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.danger-button.table-action{background:#fff0eb;color:#b73a20;box-shadow:none}.primary-button:hover,.ghost-button:hover,.danger-button:hover,.table-action:hover,.view-tab:hover{transform:translateY(-1px)}.view-switcher{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.view-tab-active{background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),.14),rgba(var(--brand-secondary-rgb),.24));color:var(--brand-primary-deep);border-color:rgba(var(--brand-primary-rgb),.3)}.helper-text{margin:0;color:var(--text-muted);font-size:.92rem}.field-warning{margin:0;color:#a94817;font-size:.9rem;font-weight:700;line-height:1.4}.auth-form-shell-login{gap:14px}.auth-login-submit{width:100%;min-height:58px;font-size:1.08rem}.auth-login-social{display:grid;gap:14px;justify-items:center;text-align:center}.auth-login-social-label{width:100%;display:flex;align-items:center;gap:14px;color:var(--text-muted);font-size:.92rem}.auth-login-social-label:before,.auth-login-social-label:after{content:"";flex:1;height:1px;background:rgba(var(--brand-primary-rgb),.16)}.auth-social-button{width:min(320px,100%)}.auth-login-signup{display:grid;gap:14px;justify-items:center;text-align:center}.auth-login-signup hr{width:100%;margin:0;border:0;border-top:1px solid rgba(var(--brand-primary-rgb),.16)}.auth-login-signup-copy{margin:0;color:var(--text-muted)}.auth-login-signup-copy .link-button{margin-left:6px}.link-button{border:0;padding:0;background:transparent;color:var(--brand-primary-deep);font-weight:700;text-decoration:none}.form-error{margin:0;padding:12px 14px;border-radius:14px;background:#fde3dc;color:#8f2413;font-weight:700}.form-success{margin:0;padding:12px 14px;border-radius:14px;background:#5ba16824;color:#2e6a3b;font-weight:700}.primary-button:disabled,.ghost-button:disabled,.danger-button:disabled,.table-action:disabled,.view-tab:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.auth-security-box{padding:16px 18px;border-radius:20px;background:var(--surface-soft)}.auth-security-box strong{display:block;font-size:1.05rem}.auth-preview-card{gap:8px}.auth-secret-code{font-family:Avenir Next,Trebuchet MS,Segoe UI,sans-serif;font-size:1.35rem;letter-spacing:.08em}.totp-qr-card{display:flex;justify-content:center;padding:18px;border:1px solid rgba(60,51,38,.12);border-radius:18px;background:#fff}.totp-qr-card img{width:min(240px,100%);aspect-ratio:1;image-rendering:pixelated}.recovery-codes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.recovery-code{padding:12px 14px;border-radius:16px;background:var(--surface-soft);color:var(--brand-primary-deep);text-align:center;font-size:.95rem;font-weight:700}.topbar{position:relative;z-index:12;display:flex;justify-content:space-between;gap:20px;align-items:center}.topbar-main{flex:1;display:flex;align-items:center;min-width:0}.topbar-controls{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.topbar-menu{position:relative}.topbar-menu-toggle{width:58px;min-height:54px;display:grid;place-items:center;padding:0}.topbar-menu-toggle-lines{display:grid;gap:5px;width:22px}.topbar-menu-toggle-lines span{display:block;height:2px;border-radius:999px;background:currentColor}.topbar-menu-toggle-open{background:#ffe8dc;border-color:rgba(var(--brand-primary-rgb),.3)}.topbar-menu-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:40;min-width:250px;padding:12px;border:1px solid var(--border-color);border-radius:24px;background:#fffaf5;box-shadow:0 24px 60px var(--shadow-color);display:grid;gap:8px}.topbar-menu-item{width:100%;border:1px solid rgba(var(--brand-primary-rgb),.18);border-radius:16px;padding:14px 16px;background:#fffaf5;color:var(--brand-primary-deep);font-weight:700;text-align:left;white-space:nowrap;transition:transform .14s ease,box-shadow .14s ease,opacity .14s ease}.topbar-menu-item:hover{transform:translateY(-1px)}.topbar-menu-item-active{background:#ffe8dc;border-color:rgba(var(--brand-primary-rgb),.3)}.topbar-menu-item-danger{background:#fff0eb;border-color:#b73a202e;color:#b73a20}.summary-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sync-status-panel{margin-top:24px}.recipes-list-screen,.recipe-detail-screen{margin-top:24px;display:grid;gap:18px}.recipes-list-head,.recipe-detail-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.recipe-detail-title{display:grid;gap:14px;min-width:0}.recipes-list-count{min-width:90px;height:60px;display:grid;align-content:center;padding:14px 16px;border-radius:22px;background:var(--surface-highlight);text-align:center}.recipes-list-count strong{display:block;font-size:1.45rem;color:var(--brand-primary-deep)}.recipe-search-field,.panel-search-field{margin-top:8px;max-width:420px}.recipe-search-field input,.panel-search-field input{border-color:rgba(var(--brand-primary-rgb),.24);background:linear-gradient(180deg,#fffdf9,#fff7f0);box-shadow:0 14px 26px #8431121f}.recipe-search-field input::placeholder,.panel-search-field input::placeholder{color:#8f6a57}.recipe-search-field input:focus,.panel-search-field input:focus{box-shadow:0 0 0 4px rgba(var(--brand-primary-rgb),.14),0 18px 30px #8431121f}.metric-card{padding:22px}.metric-card span{display:block;font-size:.88rem;color:var(--text-muted)}.metric-card strong{display:block;margin-top:6px;font-size:clamp(1.7rem,2vw,2.5rem)}.metric-card-accent{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff7ef}.metric-card-accent span{color:#fff7efd1}.recipe-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.recipe-card{display:grid;gap:18px}.recipe-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.recipe-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.recipe-metric{padding:16px;border-radius:20px;background:var(--surface-soft)}.recipe-metric span{display:block;font-size:.88rem;color:var(--text-muted)}.recipe-metric strong{display:block;margin-top:6px;font-size:1.28rem}.recipe-metric-accent{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff8f0}.recipe-metric-accent span{color:#fff8f0d1}.recipe-meta{display:flex;flex-wrap:wrap;gap:10px}.recipe-meta span,.ingredient-chip-list span{padding:9px 12px;border-radius:999px;background:var(--surface-soft);color:var(--brand-primary-deep);font-size:.9rem}.ingredient-chip-list{display:flex;flex-wrap:wrap;gap:10px}.card-warning{padding:18px;border-radius:20px;background:#fde5db;color:#862e18}.card-warning p{margin:8px 0 0}.panel{margin-top:24px}.table-wrapper{margin-top:18px;overflow:auto;border-radius:20px;border:1px solid rgba(var(--brand-primary-rgb),.12)}.recipe-list-wrapper{margin-top:0;max-height:none}table{width:100%;border-collapse:collapse;background:#fffaf6eb}thead th{text-align:left;padding:15px 12px;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.recipe-list-table thead th{background:#fe6732;color:#fff8f0}.recipe-list-table thead .actions-cell{text-align:center}.recipe-list-table th.actions-cell,.recipe-list-table td.actions-cell{width:1%;white-space:nowrap}.product-list-table th:first-child,.product-list-table td:first-child{width:100%}.product-list-table th:not(:first-child),.product-list-table td:not(:first-child){width:1%;white-space:nowrap}.product-list-table thead th:not(:first-child){text-align:center}.product-list-table .actions-cell{text-align:center}tbody td{padding:14px 12px;border-top:1px solid rgba(var(--brand-primary-rgb),.08);vertical-align:middle}tbody tr:nth-child(odd){background:rgba(var(--brand-secondary-rgb),.12)}.editable-table-row{transition:background .14s ease,box-shadow .14s ease}.editable-table-row:hover{background:rgba(var(--brand-secondary-rgb),.2)}.editable-table-row:focus-visible{outline:3px solid rgba(var(--brand-primary-rgb),.24);outline-offset:-3px}.editable-table-row-active,.editable-table-row-active:nth-child(odd){background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),.14),rgba(var(--brand-secondary-rgb),.24))}.table-row-input,.table-row-select{width:100%;min-width:0;border:1px solid var(--border-color);border-radius:var(--control-radius);min-height:var(--control-height);padding:0 12px;background:var(--surface-strong);color:var(--text-primary);box-shadow:0 10px 22px #552d1514}.table-row-input:focus,.table-row-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 4px rgba(var(--brand-primary-rgb),.14),0 14px 28px #8431121a;outline:none}.table-cell-trigger{width:100%;border:0;padding:0;background:transparent;color:inherit;text-align:left;font:inherit}.table-cell-trigger:hover{color:var(--brand-primary-deep)}.table-cell-trigger:focus-visible{outline:2px solid rgba(var(--brand-primary-rgb),.22);outline-offset:4px;border-radius:8px}.readonly-table-cell{color:var(--brand-primary-deep);font-weight:700;white-space:nowrap}.recipe-list-row{cursor:pointer;transition:background .14s ease,transform .14s ease,box-shadow .14s ease}.recipe-list-row:hover{background:rgba(var(--brand-secondary-rgb),.2)}.recipe-list-row-error,.recipe-list-row-error:nth-child(odd){background:#fde5dbb3}.recipe-list-row:focus-visible{outline:3px solid rgba(var(--brand-primary-rgb),.24);outline-offset:-3px}.recipe-list-row-active,.recipe-list-row-active:nth-child(odd){background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),.14),rgba(var(--brand-secondary-rgb),.24))}.recipe-list-name{display:grid;gap:2px}.recipe-list-title-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.recipe-list-name strong{display:block}.recipe-list-name span{color:var(--text-muted);font-size:.88rem}.shared-recipes-panel{display:grid;gap:14px;margin:18px 0;padding:18px;border-radius:22px;background:#fffaf5;border:1px solid rgba(var(--brand-primary-rgb),.14)}.recipe-draft-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin:18px 0;padding:18px;border:1px solid rgba(91,161,104,.26);border-radius:22px;background:linear-gradient(180deg,#eefaf0f5,#fffaf5f5)}.recipe-draft-copy{display:grid;gap:8px}.recipe-draft-copy h3,.recipe-draft-copy p{margin:0}.recipe-draft-copy h3{color:#20542d}.recipe-draft-copy p{color:var(--text-muted)}.recipe-draft-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.shared-recipes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.shared-recipe-card{display:grid;gap:12px}.shared-recipe-actions,.recipe-share-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.shared-recipe-import-option{margin-top:2px}.checkbox-line{display:flex;gap:10px;align-items:center;color:var(--text-muted);font-weight:700}.checkbox-line input{width:18px;height:18px;accent-color:var(--brand-primary);flex-shrink:0}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:112px;padding:8px 12px;border-radius:999px;background:#6f97612e;color:#36562b;font-size:.82rem;font-weight:700}.status-pill-warning{background:rgba(var(--brand-primary-rgb),.16);color:var(--brand-primary-deep)}.status-pill-active{background:#5ba1682e;color:#2f6b3c}.status-pill-danger{background:#fff0eb;color:#b73a20}.product-kind-pill{min-width:142px}.recipe-sheet-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.recipe-detail-mobile-menu{display:none;position:relative;flex-shrink:0}.recipe-detail-menu-panel{min-width:220px}.recipe-back-button{border:0;border-radius:16px;width:192px;padding:14px 16px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff8f0;font-size:inherit;font-weight:700;white-space:nowrap;box-shadow:0 20px 36px rgba(var(--brand-primary-rgb),.24);transition:transform .14s ease,box-shadow .14s ease}.recipe-back-button:hover{transform:translateY(-1px);box-shadow:0 20px 36px rgba(var(--brand-primary-rgb),.24)}.recipe-issue-panel{padding:18px;border-radius:20px;background:#fde5db;color:#862e18}.recipe-issue-panel p{margin:8px 0 0}.recipe-issue-list{margin:12px 0 0;padding-left:20px}.sheet-table-stack{display:grid;gap:16px}.sheet-table-section{display:grid;gap:8px}.sheet-table-wrapper{overflow:auto;border-radius:22px;border:1px solid rgba(var(--brand-primary-rgb),.18);background:#fff8ef}.sheet-table{min-width:640px;background:#fff8ef}.sheet-table thead th{background:var(--brand-primary-deep);color:#f9f5eb;padding:14px 12px}.sheet-table tbody td{padding:12px;border-top:1px solid rgba(var(--brand-primary-rgb),.12)}.sheet-table tbody tr:nth-child(odd){background:rgba(var(--brand-secondary-rgb),.14)}.sheet-table-row-error,.sheet-table-row-error:nth-child(odd){background:#fde5dbd1}.sheet-item-cell{display:grid;gap:4px}.sheet-item-error{color:var(--brand-primary-deep);font-weight:700}.sheet-value-cell{text-align:right;font-weight:700}.sheet-summary-row,.sheet-summary-row:nth-child(odd){background:#f7f3ea}.sheet-summary-label{text-align:right;font-weight:700;color:#2e2a26}.sheet-value-cell-emphasis{background:var(--brand-primary-deep);color:#fff8ef}.sheet-value-cell-neutral{background:#ece7db;color:#2c241d}.sheet-sections{display:grid;gap:18px}.sheet-section{overflow:hidden;border:1px solid rgba(76,76,76,.18);border-radius:18px;background:#fffbf5e6}.sheet-section-title{padding:10px 14px;background:#cbc8c2;color:#1f1f1f;font-weight:700;text-align:center}.sheet-line-list,.sheet-step-list{margin:0;padding:14px 18px 18px 34px}.sheet-line-list li,.sheet-step-list li{margin-top:8px}.sheet-line-list li:first-child,.sheet-step-list li:first-child{margin-top:0}.sheet-empty-copy{margin:0;padding:18px;color:#725943}.empty-state{padding:22px;border-radius:22px;background:rgba(var(--brand-secondary-rgb),.14);color:var(--text-muted)}.empty-state strong{display:block}.empty-state p{margin:8px 0 0}.empty-state-large{min-height:420px;display:grid;align-content:center}.actions-cell{text-align:right;white-space:nowrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#35150a6b;display:grid;place-items:center;padding:24px;z-index:20}.modal-card{width:90%;max-height:calc(100vh - 40px);overflow:auto}.modal-card-wide{width:min(1100px,90vw)}.modal-card-admin{width:90vw;max-width:90vw}.modal-card-print,.modal-card-product,.modal-card-confirm{width:500px;max-width:calc(100vw - 20px)}.modal-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.modal-head-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.preview-card{padding:16px;border-radius:20px;background:var(--surface-soft)}.preview-card span,.preview-card small{display:block;color:var(--text-muted)}.preview-card strong{display:block;margin:6px 0;font-size:1.6rem;color:var(--text-primary);line-height:1.2;overflow-wrap:anywhere}.security-totp-card-active{background:linear-gradient(180deg,#e6f7e9fa,#d0ecd6f2),var(--surface-soft);box-shadow:inset 0 0 0 1px #5ba16861}.security-totp-card-active span,.security-totp-card-active small{color:#2e6a3b}.security-totp-card-active strong{color:#20542d}.security-authenticator-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:12px;align-items:center}.security-authenticator-row .preview-card{min-width:0}.security-authenticator-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.preview-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.preview-card-grid-security{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-card-grid-admin{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-users-panel{gap:20px}.admin-control-grid{display:grid;grid-template-columns:minmax(220px,3fr) minmax(0,7fr);gap:16px;align-items:stretch}.admin-control-card{padding:18px;border:1px solid rgba(var(--brand-primary-rgb),.12);border-radius:20px;background:rgba(var(--brand-secondary-rgb),.12);align-content:start}.admin-registration-action{display:flex;align-items:flex-end;justify-content:flex-start}.admin-section{display:grid;gap:14px}.admin-section-head{display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}.admin-section-head h3{margin:0;color:var(--text-primary);font-size:1.2rem}.admin-invite-form{align-content:start}.admin-invite-fields{grid-template-columns:minmax(260px,1fr) minmax(180px,220px) max-content;align-items:end}.admin-invite-submit{display:flex;align-items:flex-end}.admin-invite-submit .primary-button{white-space:nowrap}.admin-table-wrapper{margin-top:0;border-radius:18px}.admin-users-table th.actions-cell,.admin-users-table td.actions-cell{width:1%;text-align:right;white-space:nowrap}.admin-user-cell{display:grid;gap:3px}.admin-user-cell strong{overflow-wrap:anywhere}.admin-user-cell span{color:var(--text-muted);font-size:.88rem}.admin-actions{display:inline-flex;gap:8px;justify-content:flex-end;flex-wrap:nowrap;align-items:center}.admin-actions .table-action{white-space:nowrap}.print-options-modal{gap:18px}.print-option-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.print-option-actions>button{width:100%}.confirm-delete-modal{gap:18px}.confirm-delete-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:18px 20px;border-radius:24px;background:radial-gradient(circle at top,rgba(254,103,50,.14),transparent 62%),linear-gradient(135deg,#ffeee6f5,#fff6f1f0);box-shadow:inset 0 0 0 1px #b73a201f}.confirm-delete-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#b73a2029,#e0633538);color:#b73a20;font-size:1.6rem;font-weight:800;box-shadow:inset 0 0 0 1px #b73a2029}.confirm-delete-copy strong{display:block;color:var(--text-primary);font-size:1.18rem;line-height:1.25}.confirm-delete-copy p{margin:8px 0 0;color:var(--text-muted)}.confirm-delete-card{background:linear-gradient(180deg,#ffffffb8,#fff1eae0),var(--surface-soft)}.confirm-delete-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.recipe-items-section{display:grid;gap:14px}.recipe-items-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.recipe-item-row{display:grid;grid-template-columns:96px minmax(140px,.95fr) minmax(260px,2.2fr) minmax(128px,.8fr) minmax(96px,.65fr) 104px;gap:12px;align-items:end;padding:16px;border-radius:20px;background:rgba(var(--brand-secondary-rgb),.12)}.recipe-item-row-dragging{opacity:.76}.recipe-item-row-drop-target{outline:2px dashed rgba(var(--brand-primary-rgb),.55);outline-offset:2px}.recipe-item-drag-slot{display:flex;align-items:end}.recipe-item-row .field{align-self:end}.recipe-item-row .field input,.recipe-item-row .field select,.recipe-item-row .table-action,.recipe-item-drag-handle{height:var(--control-height);min-height:var(--control-height)}.recipe-item-row .field input,.recipe-item-row .field select{border-radius:20px;line-height:1.2;-moz-appearance:none;appearance:none;-webkit-appearance:none}.recipe-item-drag-handle{width:100%;border:1px dashed rgba(var(--brand-primary-rgb),.32);border-radius:16px;padding:0 12px;background:var(--surface-strong);color:var(--brand-primary-deep);font-weight:700;cursor:grab}.recipe-item-row .table-action{align-self:end}.recipe-item-row .field select{padding-right:44px;background-image:linear-gradient(45deg,transparent 50%,rgba(115,82,64,.9) 50%),linear-gradient(135deg,rgba(115,82,64,.9) 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 2px),calc(100% - 16px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.recipe-item-row .field input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.recipe-item-row .field input[type=number]::-webkit-outer-spin-button,.recipe-item-row .field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.recipe-item-drag-handle:active{cursor:grabbing}.recipe-detail-fields{display:grid;grid-template-columns:1fr;gap:14px}.help-modal{gap:20px}.help-section,.help-card{display:grid;gap:12px}.help-section{padding:18px;border:1px solid rgba(var(--brand-primary-rgb),.14);border-radius:22px;background:#fffaf5f5}.help-section-highlight{background:linear-gradient(180deg,#ffeee6f5,#fffaf5f5),var(--surface-soft)}.help-section h3,.help-card h3{color:var(--text-primary)}.help-steps,.help-card ul{margin:0;padding-left:22px;color:var(--text-muted)}.help-steps li+li,.help-card li+li{margin-top:8px}.help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.help-card{align-content:start;padding:18px;border:1px solid rgba(var(--brand-primary-rgb),.12);border-radius:20px;background:#fffaf5f0}.help-card p,.help-faq-list p{margin:0;color:var(--text-muted)}.help-faq-list{display:grid;gap:10px}.help-faq-list details{padding:14px 16px;border:1px solid rgba(var(--brand-primary-rgb),.12);border-radius:16px;background:#fffaf5f0}.help-faq-list summary{color:var(--brand-primary-deep);cursor:pointer;font-weight:800}.help-faq-list p{margin-top:10px}@media (max-width: 1100px){.recipe-grid,.summary-grid,.recipe-metrics,.preview-card-grid{grid-template-columns:1fr}.preview-card-grid-admin{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{flex-direction:column;align-items:stretch}.topbar-brand{align-items:flex-start}.topbar-copy-institution{max-width:100%}.topbar-controls{width:100%;justify-content:space-between}.recipe-list-wrapper{max-height:none}.sheet-table{min-width:0}}@media (max-width: 980px){.auth-hero,.recipe-detail-fields,.admin-control-grid,.help-grid,.recipe-draft-panel,.shared-recipes-grid,.recipe-item-row,.field-row,.field-row-third,.field-row-recipe-top,.admin-invite-fields{grid-template-columns:1fr}.admin-invite-submit{justify-content:flex-start}.recovery-codes-grid{grid-template-columns:1fr}}@media (max-width: 640px){.auth-shell,.dashboard-shell{width:min(100vw - 20px,1200px);padding-top:18px}.auth-copy,.auth-card,.panel,.metric-card,.topbar,.recipe-card,.modal-card{border-radius:22px;padding:22px}.modal-backdrop{padding:10px}.modal-card-admin{width:calc(100vw - 20px);max-width:calc(100vw - 20px)}.view-switcher,.recipe-meta,.ingredient-chip-list{width:100%}.auth-inline-actions,.print-option-actions,.security-authenticator-row{grid-template-columns:1fr}.security-authenticator-actions{justify-content:flex-start}.auth-login-meta{align-items:flex-start}.topbar-brand{flex-direction:column;align-items:flex-start}.topbar-institution-contact{align-items:flex-start}.topbar-controls{width:100%;justify-content:space-between}.topbar-controls .primary-button{flex:1;min-width:0}.topbar-menu-panel{left:auto;right:0;width:min(280px,calc(100vw - 40px));min-width:250px;max-width:calc(100vw - 40px)}.brand-logo-topbar{width:168px;max-width:100%}.modal-head,.recipe-card-head,.recipe-items-head,.recipes-list-head{flex-direction:column;align-items:stretch}.topbar-hidden-mobile{display:none}.recipe-detail-head{flex-direction:row;align-items:flex-start}.recipe-detail-mobile-menu{display:block}.recipe-detail-menu-panel{left:auto;right:0;width:min(280px,calc(100vw - 40px));min-width:240px}.recipe-sheet-actions{display:none}.recipe-back-button{width:auto;max-width:100%}.auth-inline-actions{display:grid}.status-pill{min-width:0}}@media (max-width: 640px) and (orientation: portrait){.recipe-list-table th:nth-child(2),.recipe-list-table th:nth-child(3),.recipe-list-table th:nth-child(4),.recipe-list-table td:nth-child(2),.recipe-list-table td:nth-child(3),.recipe-list-table td:nth-child(4){display:none}.recipe-list-table th:first-child,.recipe-list-table td:first-child{width:100%}.recipe-list-table th.actions-cell,.recipe-list-table td.actions-cell{width:1%}.recipes-list-head{flex-direction:row;align-items:flex-start}.recipes-list-count{width:90px;min-width:90px;flex-shrink:0;align-self:flex-start;place-items:center}.topbar-brand{width:100%;display:grid;grid-template-columns:120px minmax(0,1fr);grid-template-areas:"title title" "logo contact" "logo name";align-items:start;column-gap:14px;row-gap:10px}.topbar-brand-toggle{grid-area:logo;flex-shrink:0}.topbar-copy-institution{display:contents}.brand-logo-topbar{width:120px}.topbar-institution-title{grid-area:title;font-size:clamp(1.15rem,5vw,1.35rem);line-height:1.18;text-align:center}.topbar-institution-contact{align-items:center;grid-area:contact;gap:4px;line-height:1.1;margin-top:14px}.topbar-whatsapp-link,.topbar-whatsapp-msg-label{font-size:.76rem}.topbar-whatsapp-name{grid-area:name;font-size:.92rem;line-height:1.05;margin-top:-14px}.modal-head{flex-direction:row;align-items:flex-start}}
