:root{--gap: 20px;--accent: #e67e50;--accent-light: #fef3ed;--muted: #666;--text-muted: #777;--bg-warm: #faf8f5;--border: #e5dfd7;--text-dark: #2c2416;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px}*{box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;color:var(--text-dark);background:var(--bg-warm);font-size:16px;line-height:1.6}.mobile-search{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.app-header{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;background:#fff;border-bottom:3px solid var(--border);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.app-header h1{font-size:28px;margin:0;color:var(--accent);font-weight:700;letter-spacing:-.5px}.app-header .buttons{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.header-user{font-size:15px;color:var(--muted);font-weight:600;margin-right:8px}.edit-header{display:flex;justify-content:space-between;align-items:center;width:100%}.edit-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.user-info{display:inline-flex;align-items:center;padding:14px 24px;background:var(--accent-light);color:var(--accent);border-radius:var(--radius-md);font-size:17px;font-weight:600;border:2px solid var(--accent)}.theme-picker{display:flex;align-items:center;gap:8px}.theme-select{padding:10px 14px;border:2px solid var(--border);border-radius:var(--radius-md);font-size:16px;font-weight:600;background:#fff;cursor:pointer;transition:all .2s ease}.theme-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.theme-select:hover{border-color:var(--accent)}.sort-controls{display:flex;align-items:center;gap:8px}.sort-controls label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--text-dark)}.split{display:flex;height:calc(100vh - 88px);background:var(--bg-warm)}.full-profile{display:block;height:calc(100vh - 88px);overflow:auto;background:var(--bg-warm)}.left,.right{flex:1;overflow:auto;padding:var(--gap)}.left{background:#fff;border-right:3px solid var(--border);box-shadow:2px 0 8px #0000000a}.right{background:var(--bg-warm)}.auth-panel{max-width:420px;width:100%;padding:48px 40px;background:#fff;border:3px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center}.auth-panel .auth-icon{font-size:64px;margin-bottom:20px;animation:fadeIn .5s ease}.auth-panel .auth-title{font-size:32px;font-weight:700;color:var(--accent);margin:0 0 12px}.auth-panel .auth-subtitle{font-size:17px;color:var(--muted);margin:0 0 32px}.auth-panel .auth-form{text-align:left}.auth-panel .form-group{margin-bottom:24px}.auth-panel .form-group label{display:block;font-weight:600;font-size:16px;margin-bottom:8px;color:var(--text-dark)}.auth-panel .form-group input{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:var(--radius-md);font-size:17px;transition:all .2s ease;background:#fff}.auth-panel .form-group input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.auth-panel .btn-block{width:100%;margin-top:8px}.auth-panel .auth-switch{margin-top:24px;font-size:16px;color:var(--muted)}.auth-panel .link-btn{background:none;border:none;color:var(--accent);font-weight:600;font-size:16px;cursor:pointer;text-decoration:underline;padding:0 4px;transition:all .2s ease}.auth-panel .link-btn:hover{color:#d96d40}.profile-container{max-width:1200px;margin:0 auto;padding:40px 24px}.profile-container .profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px;padding-bottom:32px;border-bottom:3px solid var(--border)}.profile-container .profile-header .profile-welcome{display:flex;align-items:center;gap:20px}.profile-container .profile-header .profile-welcome .profile-avatar{width:72px;height:72px;background:var(--accent-light);border:3px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px}.profile-container .profile-header .profile-welcome .profile-name{font-size:28px;font-weight:700;color:var(--text-dark);margin:0}.profile-container .profile-header .profile-welcome .profile-subtitle{font-size:16px;color:var(--muted);margin:4px 0 0}.btn-large{padding:16px 32px;font-size:18px;min-height:56px}.empty-state{text-align:center;padding:80px 24px;background:#fff;border:3px dashed var(--border);border-radius:var(--radius-lg);margin:40px 0}.empty-state .empty-icon{font-size:80px;margin-bottom:24px;opacity:.7}.empty-state h3{font-size:26px;color:var(--text-dark);margin:0 0 12px}.empty-state p{font-size:17px;margin:0 0 32px}.profile-section{margin-bottom:56px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.section-header .section-title-group{display:flex;align-items:center;gap:12px}.section-header .section-title{font-size:24px;font-weight:700;color:var(--accent);margin:0}.section-header .recipe-count{background:var(--accent-light);color:var(--accent);font-weight:700;padding:6px 14px;border-radius:20px;font-size:15px}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.recipes-grid .recipe-card-item{background:#fff;border:2px solid var(--border);border-radius:var(--radius-md);padding:20px;transition:all .3s ease;display:flex;flex-direction:column;gap:16px}.recipes-grid .recipe-card-item:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.recipes-grid .recipe-card-item .recipe-card-thumb{width:100%;height:180px;object-fit:cover;border-radius:var(--radius-sm);border:2px solid var(--border)}.recipes-grid .recipe-card-item .recipe-card-content{flex:1}.recipes-grid .recipe-card-item .recipe-card-content .recipe-card-title{font-size:20px;font-weight:700;color:var(--text-dark);margin:0 0 8px}.recipes-grid .recipe-card-item .recipe-card-content .recipe-card-subtitle{font-size:15px;color:var(--muted);margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recipes-grid .recipe-card-item .recipe-card-content .recipe-card-tags{display:flex;gap:8px;flex-wrap:wrap}.recipes-grid .recipe-card-item .recipe-card-content .recipe-card-tags .mini-tag{background:var(--accent-light);color:var(--accent);padding:4px 10px;border-radius:12px;font-size:13px;font-weight:600}.recipes-grid .recipe-card-item .recipe-card-content .recipe-card-dates{display:flex;flex-direction:column;gap:4px;margin-top:8px}.recipes-grid .recipe-card-item .recipe-card-content .recipe-card-dates .date-item{font-size:12px;color:var(--text-muted);font-weight:500}.recipes-grid .recipe-card-item .recipe-card-actions{display:flex;gap:12px;padding-top:16px;border-top:2px solid var(--border)}.folders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.folder-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius-md);padding:20px;transition:all .2s ease}.folder-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.folder-card .folder-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid var(--border)}.folder-card .folder-header .folder-icon{font-size:28px}.folder-card .folder-header .folder-name{flex:1;font-size:18px;font-weight:700;color:var(--text-dark);margin:0}.folder-card .folder-header .folder-count{background:var(--accent-light);color:var(--accent);font-weight:700;padding:4px 10px;border-radius:12px;font-size:14px}.folder-card .folder-recipes{display:flex;flex-direction:column;gap:10px}.folder-card .folder-recipes .folder-recipe-item{padding:10px 12px;background:var(--bg-warm);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.folder-card .folder-recipes .folder-recipe-item:hover{background:var(--accent-light)}.folder-card .folder-recipes .folder-recipe-item .folder-recipe-title{font-size:15px;font-weight:600;color:var(--text-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:var(--radius-md);border:2px solid var(--border);background:#fff;color:var(--text-dark);font-size:17px;font-weight:600;cursor:pointer;min-height:52px;transition:all .2s ease;box-shadow:var(--shadow-sm);white-space:nowrap}.btn svg{display:block}.btn:focus{outline:3px solid var(--accent);outline-offset:2px}.btn:hover{background:var(--accent-light);border-color:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn:active{transform:translateY(0)}.btn[disabled]{opacity:.4;cursor:not-allowed;transform:none!important}.btn.small{padding:10px 16px;font-size:15px;min-height:42px;border-radius:var(--radius-md)}.btn.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.btn-primary:hover{background:#d96d40;border-color:#d96d40}.btn.btn-primary[disabled]{background:#ccc;border-color:#ccc;color:#888}.btn.btn-secondary{background:#fff;color:var(--accent);border-color:var(--accent)}.btn.btn-secondary:hover{background:var(--accent-light)}.btn.btn-ghost{background:transparent;border-color:transparent;box-shadow:none}.btn.btn-ghost:hover{background:var(--bg-warm)}.btn.btn-icon{width:48px;min-width:48px;height:48px;padding:10px;border-radius:var(--radius-md);font-size:20px}.editor label{display:block;margin-bottom:20px;font-size:17px;font-weight:600;color:var(--text-dark)}.editor input,.editor textarea{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:var(--radius-md);font-size:17px;margin-top:8px;transition:all .2s ease;background:#fff}.editor input:focus,.editor textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.editor input::placeholder,.editor textarea::placeholder{color:#999;opacity:1;font-size:16px}.editor .row{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:16px;align-items:start}.editor .row label{display:flex;align-items:center;gap:10px}.editor .row label .field-icon{width:20px;height:20px;vertical-align:middle;color:var(--accent)}.editor .row label input{flex:1;background:#fff;color:var(--text-dark);border:2px solid var(--border);padding:10px 12px;border-radius:8px;font-size:16px}.editor .row label input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-light);outline:none}.editor section{margin-top:40px;padding-top:36px;border-top:2px solid var(--border)}.editor section:first-of-type{border-top:none;padding-top:0}.editor section h3,.editor section h4{font-size:22px;color:var(--accent);margin-bottom:16px;font-weight:700}.list-row{display:flex;gap:12px;align-items:center;margin-bottom:16px;transition:all .2s ease}.list-row input{flex:1}.list-row textarea{flex:1;min-height:60px}.list-row button{background:#eee;border:2px solid #ddd;padding:8px 14px;border-radius:8px}.list-row.dragging{opacity:.6}.list-row.drag-over{outline:3px dashed var(--accent);background:var(--accent-light)}.list-row[draggable],.list-row[draggable]:active{cursor:default}.step-controls{display:flex;flex-direction:column;align-items:center;margin-right:8px;gap:8px}.move-btn{width:48px;height:48px;padding:0;border:2px solid var(--border);background:var(--accent-light);border-radius:10px;margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:var(--accent);transition:all .2s ease}.move-btn:hover{background:var(--accent);color:#fff;transform:scale(1.05)}.move-btn[disabled]{opacity:.3;cursor:not-allowed;transform:none!important}.drag-handle{display:none!important}.auto-resize{overflow:hidden;resize:none;min-height:60px;padding:14px 16px;border:2px solid var(--border);border-radius:10px;font-size:17px;line-height:1.5}.ingredient-input{min-height:60px}.image-controls input[type=file]{margin-bottom:12px;font-size:16px;display:block}.editor button.btn-primary{margin-top:12px}.image-wrap{overflow:hidden}.thumb{width:110px;height:80px;object-fit:cover;border-radius:10px;border:2px solid var(--border);margin-right:12px}.image-preview-row{display:flex;align-items:center;gap:12px;margin-top:12px}.print-settings{margin-top:20px}.print-section{background:var(--accent-light);border:2px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:24px}.print-section:last-child{margin-bottom:0}.print-section-title{font-size:18px;font-weight:700;color:var(--accent);margin:0 0 16px;display:flex;align-items:center;gap:8px}.print-hint{color:var(--muted);font-size:14px;margin:-8px 0 20px;line-height:1.5}.print-subsection{margin-bottom:24px}.print-subsection:last-child{margin-bottom:0}.subsection-header{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.inline-label{display:flex;align-items:center;gap:12px;margin-bottom:16px}.inline-label span{font-size:16px;font-weight:600;color:var(--text-dark);white-space:nowrap}.inline-label select{flex:0 1 auto;padding:8px 12px;border:2px solid var(--border);border-radius:8px;font-size:15px;background:#fff;cursor:pointer}.inline-label select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.label-icon{display:inline-block;margin-right:4px;font-size:14px}.print-section label{margin-bottom:16px;font-size:15px}.print-section label input[type=number],.print-section label select{font-size:15px;padding:10px 12px}.tags-row,.tag-add-row,.tags-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.tag-chip{display:inline-flex;align-items:center;gap:10px;padding:4px 8px;border-radius:20px;background:var(--accent-light);border:2px solid var(--border);font-size:12px;font-weight:600;color:var(--text-dark);transition:all .2s ease;cursor:default}.tag-chip.preview{background:var(--accent-light);border:2px solid var(--accent);font-size:inherit}.tag-chip[draggable]{cursor:grab}.tag-chip[draggable]:active{cursor:grabbing}.tag-chip.drag-over{outline:3px dashed var(--accent);background:#fff}.tag-chip.dragging{opacity:.6;transform:scale(.95)}.icon-btn{background:transparent;border:0;padding:0 8px;cursor:pointer;font-size:18px;color:var(--accent);font-weight:700}.preview-tags{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.drag-hint{font-size:14px;color:var(--muted);margin-left:8px}.help-panel{background:var(--accent-light);border:3px solid var(--accent);padding:24px;border-radius:var(--radius-lg);margin-bottom:24px;box-shadow:var(--shadow-md);animation:fadeIn .3s ease}.help-panel strong{display:block;margin-bottom:12px;font-size:20px;color:var(--accent);font-weight:700}.help-panel ul{margin:12px 0;padding-left:24px;font-size:16px}.help-panel ul li{margin-bottom:10px;line-height:1.6}.muted-text{color:var(--muted);font-size:15px;line-height:1.5;margin-top:8px}kbd{background:#fff;border:2px solid var(--border);border-radius:6px;padding:4px 8px;font-size:14px;font-family:monospace;font-weight:600}.tutorial-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1200}.tutorial-highlight{border:3px solid var(--accent);border-radius:8px;box-shadow:0 8px 24px #00000040;z-index:1202;pointer-events:none}.tutorial-panel{position:fixed;right:18px;bottom:18px;width:560px;background:var(--accent-light);border:3px solid var(--accent);padding:18px;border-radius:12px;box-shadow:var(--shadow-md);z-index:1203}.tutorial-tooltip{position:fixed;transform:translate(-50%);z-index:1204;pointer-events:none}.tutorial-tooltip.top .tutorial-arrow{width:18px;height:18px;background:var(--accent);transform:translateY(-50%) rotate(45deg);margin:0 auto}.tutorial-tooltip.bottom .tutorial-arrow{width:18px;height:18px;background:var(--accent);transform:translateY(50%) rotate(45deg);margin:0 auto}.tutorial-arrow{border-radius:2px}.preview-wrapper{padding:32px 24px;background:var(--bg-warm);min-height:100%}.recipe-card{max-width:720px;margin:0 auto;background:#fff;border:3px solid var(--border);border-radius:var(--radius-lg);padding:40px;position:relative;animation:fadeIn .4s ease}.recipe-card header h2{margin:0;font-size:32px;color:var(--accent);font-weight:700}.recipe-card.has-image header{padding-right:180px}.recipe-card .subtitle{color:var(--muted);margin-top:8px;font-size:18px;white-space:pre-wrap}.recipe-card .meta{display:flex;gap:20px;color:var(--muted);font-size:14px;margin-top:20px;flex-wrap:wrap}.recipe-card .meta .meta-item{display:flex;align-items:center;gap:2px;background:var(--accent-light);padding:4px 8px;border-radius:24px}.recipe-card .meta .meta-item strong{margin-left:4px;color:var(--text-dark);font-weight:700;font-size:inherit}.recipe-card h3{border-bottom:2px solid var(--border);padding-bottom:12px;font-size:24px;color:var(--accent);margin-top:40px;font-weight:700}.recipe-card ul,.recipe-card ol{padding-left:24px}.recipe-card .recipe-image{position:absolute;top:32px;right:32px;width:140px;height:140px;object-fit:contain;border:2px solid var(--border);border-radius:4px;background:#fff;padding:8px}.recipe-card .print-note{margin-top:24px;color:var(--muted);font-size:14px;text-align:center}.ingredients-table{width:100%;border-collapse:collapse;margin-top:8px}.ingredients-table td{vertical-align:top;padding:8px 6px;border-bottom:1px solid var(--border);font-size:15px;line-height:1.4}.ingredients-table tr:last-child td{border-bottom:none}.ingredients-table .ing-desc{padding-left:0;white-space:pre-wrap}.steps-table{width:100%;border-collapse:collapse;margin-top:8px}.steps-table td{vertical-align:top;padding:8px 6px;border-bottom:1px solid var(--border);font-size:15px;line-height:1.4}.steps-table tr:last-child td{border-bottom:none}.steps-table .step-row+.step-row .step-desc{border-top:0}.steps-table .step-num{width:48px;text-align:center;font-weight:700;color:var(--accent);background:var(--accent-light);border-right:1px solid var(--border);border-radius:6px;font-size:16px}.steps-table .step-desc{padding-left:12px;white-space:pre-wrap}.print-help{font-size:15px;color:var(--muted);margin-top:12px}@media print{body *{visibility:visible}body{background:#fff!important;color:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.left,.app-header,.buttons{display:none}.right{width:100%;background:#fff!important}.preview-wrapper{background:#fff!important}.recipe-card{border:none;box-shadow:none;margin:0;background:#fff!important;position:relative;font-size:var(--print-body-font-size, 10px)!important}.recipe-card header h2{font-size:var(--print-title-font-size, 16px)!important}.recipe-card .subtitle{font-size:var(--print-subtitle-font-size, 9px)!important}.recipe-card h3{font-size:var(--print-h3-font-size, 12px)!important}.recipe-card .preview-tags{font-size:var(--print-categories-font-size, 12px)!important}.recipe-card .meta{font-size:var(--print-meta-font-size, 13px)!important}.recipe-card .ing-title{font-size:var(--print-ingredients-title-font-size, 16px)!important}.recipe-card .steps-title{font-size:var(--print-steps-title-font-size, 16px)!important}.ingredients-table td,.steps-table td{font-size:var(--print-ingredients-font-size, 10px)!important}.meta-item{background:#fff!important;border:1px solid #ddd;font-size:var(--print-meta-font-size, 13px)!important}.meta-item strong{font-size:var(--print-meta-font-size, 13px)!important}.step-num{background:#fff!important}.ingredients-table td,.steps-table td{padding:4px 3px!important;border-bottom:2px solid #ccc}.ingredients-table tr:last-child td,.steps-table tr:last-child td{border-bottom:none!important}.tag-chip{padding:6px 10px!important;gap:6px!important;border-radius:12px!important;font-size:var(--print-categories-font-size, 9px)!important}.mini-tag{padding:2px 6px!important;font-size:9px!important}.app-header,.btn,.help-panel,.recipe-image,.thumb,.list-row,.tag-chip{box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important}.btn,.tag-chip{background:#fff!important;border-color:#ddd!important}.print-help{display:none}.recipe-image{position:absolute!important;top:8px!important;right:8px!important;width:150px!important;height:150px!important;float:none!important;display:block!important}.recipe-card.has-image header{padding-right:100px!important}.step-num{font-size:var(--print-step-number-font-size, 16px)!important}@page{margin:0;size:A4}}.preview-wrapper.print-mode{background:#fff!important}.preview-wrapper.print-mode .auth-panel,.preview-wrapper.print-mode .toaster,.preview-wrapper.print-mode .Toastify,.preview-wrapper.print-mode .modal,.preview-wrapper.print-mode .overlay,.preview-wrapper.print-mode .app-header,.preview-wrapper.print-mode .buttons,.preview-wrapper.print-mode .left{display:none!important}.preview-wrapper.print-mode .right{width:100%;background:#fff!important}.preview-wrapper.print-mode .recipe-card{border:none;box-shadow:none;margin:0;background:#fff!important;position:relative;font-size:var(--print-body-font-size, 10px)!important}.preview-wrapper.print-mode .recipe-card header h2{font-size:var(--print-title-font-size, 16px)!important}.preview-wrapper.print-mode .recipe-card .subtitle{font-size:var(--print-subtitle-font-size, 9px)!important}.preview-wrapper.print-mode .recipe-card h3{font-size:var(--print-h3-font-size, 12px)!important}.preview-wrapper.print-mode .recipe-card .preview-tags{font-size:var(--print-categories-font-size, 12px)!important}.preview-wrapper.print-mode .recipe-card .meta{font-size:var(--print-meta-font-size, 13px)!important}.preview-wrapper.print-mode .recipe-card .ing-title{font-size:var(--print-ingredients-title-font-size, 16px)!important}.preview-wrapper.print-mode .recipe-card .steps-title{font-size:var(--print-steps-title-font-size, 16px)!important}.preview-wrapper.print-mode .recipe-image{position:absolute!important;top:8px!important;right:8px!important;width:150px!important;height:150px!important;float:none!important;display:block!important}.preview-wrapper.print-mode .recipe-card.has-image header{padding-right:100px!important}.preview-wrapper.print-mode .meta-item{background:#fff!important;border:1px solid #ddd;font-size:var(--print-meta-font-size, 13px)!important}.preview-wrapper.print-mode .meta-item strong{font-size:var(--print-meta-font-size, 13px)!important}.preview-wrapper.print-mode .ingredients-table td,.preview-wrapper.print-mode .steps-table td{font-size:var(--print-ingredients-font-size, 10px)!important}.preview-wrapper.print-mode .ingredients-table td,.preview-wrapper.print-mode .steps-table td{padding:4px 3px!important;border-bottom:2px solid #ccc}.preview-wrapper.print-mode .ingredients-table tr:last-child td,.preview-wrapper.print-mode .steps-table tr:last-child td{border-bottom:none!important}.preview-wrapper.print-mode .tag-chip{padding:6px 10px!important;gap:6px!important;border-radius:12px!important;font-size:var(--print-categories-font-size, 9px)!important;background:#fff!important;border-color:#ddd!important;box-shadow:none!important}.preview-wrapper.print-mode .mini-tag{padding:2px 6px!important;font-size:9px!important}.preview-wrapper.print-mode .btn{background:#fff!important;border-color:#ddd!important;color:#000!important;box-shadow:none!important;padding:6px 10px!important;gap:6px!important;border-radius:12px!important;font-size:var(--print-button-font-size, 10px)!important}.preview-wrapper.print-mode .print-help{display:none!important}.preview-wrapper.print-mode,.preview-wrapper.print-mode *,.preview-wrapper.print-mode *:before,.preview-wrapper.print-mode *:after{box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important;-webkit-filter:none!important;opacity:1!important}.preview-wrapper.print-mode .recipe-card{padding-top:var(--print-margin-top, 10mm)!important;padding-bottom:var(--print-margin-bottom, 10mm)!important;padding-left:var(--print-margin-left, 10mm)!important;padding-right:var(--print-margin-right, 10mm)!important}@media print{.preview-wrapper .recipe-card{padding-top:var(--print-margin-top, 10mm)!important;padding-bottom:var(--print-margin-bottom, 10mm)!important;padding-left:var(--print-margin-left, 10mm)!important;padding-right:var(--print-margin-right, 10mm)!important}}@media (max-width: 900px){:root{--gap: 12px}.app-header{padding:16px;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.app-header h1{font-size:22px}.app-header .buttons{flex-shrink:0}.theme-picker{display:none}.auth-panel{padding:32px 24px;margin:16px}.auth-panel .auth-icon{font-size:48px}.auth-panel .auth-title{font-size:26px}.profile-container{padding:24px 16px}.profile-container .profile-header{flex-direction:column;align-items:stretch;gap:20px}.profile-container .profile-welcome{justify-content:center}.profile-container .profile-welcome .profile-avatar{width:60px;height:60px;font-size:30px}.profile-container .profile-welcome .profile-name{font-size:24px}.btn-large{width:100%}.recipes-grid,.folders-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:stretch;gap:16px}.section-header .section-title-group{justify-content:center}.section-header .section-title{font-size:20px}.section-header .sort-controls{justify-content:center}.edit-header{flex-direction:column;align-items:stretch;gap:16px}.edit-controls{justify-content:center;flex-wrap:wrap}.split{flex-direction:column;height:auto}.left,.right{padding:16px;height:auto}.left{border-right:none;box-shadow:none}.header-search-row{display:none!important}.mobile-search{display:block;padding:16px;background:#fff;border-bottom:1px solid var(--border)}.mobile-search input{width:100%;min-width:auto}.editor label{font-size:18px}.editor input,.editor textarea{font-size:18px;padding:12px}.editor .row{grid-template-columns:1fr}.editor .row label{display:block;width:100%}.editor .row label .field-icon{display:inline-block;margin-bottom:6px}.editor .row label input{width:100%}.tags-row,.tags-list{gap:10px}.tag-chip{padding:8px 12px;font-size:15px}.preview-wrapper{padding:16px}.recipe-card{padding:24px;border-radius:var(--radius-md)}.recipe-card header h2{font-size:24px}.recipe-card h3{font-size:20px}.recipe-card .recipe-image{position:static;display:block;margin:0 auto 12px;float:none;width:120px;height:120px}.recipe-card.has-image header{padding-right:0}.ingredients-table td,.steps-table td{padding:8px 6px;font-size:15px}.move-btn{width:56px;height:56px;font-size:24px}.empty-state{padding:60px 20px}.empty-state .empty-icon{font-size:64px}}
