body{margin:0;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem}.auth-page-with-header{min-height:calc(100vh - 96px)}.auth-form{width:100%;max-width:360px;display:flex;flex-direction:column;gap:.6rem;padding:1rem;border:1px solid #ddd;border-radius:8px;background:#fff}.auth-form input{padding:.6rem;border-radius:6px;border:1px solid #ccc}.password-input-wrap{position:relative;display:flex;align-items:center}.password-input-wrap input{width:100%;padding-right:2.6rem}.auth-form .password-visibility-toggle,.password-visibility-toggle{position:absolute;right:.5rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#15b5ff;cursor:pointer;padding:0}.password-visibility-toggle .material-icons{font-size:20px}.auth-form input.input-error{border-color:#dc2626;outline:1px solid #dc2626}.auth-form button,.app-header button{padding:.7rem .9rem;border-radius:6px;border:none;background:#1e40af;color:#fff;cursor:pointer}.auth-form button:disabled{opacity:.7;cursor:not-allowed}.auth-form .login-sign-in-button{background-color:#15b5ff}.error-message{color:#b91c1c;margin:0}.auth-success-message{color:#166534;margin:0}.auth-form .auth-inline-link-button{border:none;background:transparent;color:#1e40af;padding:0;text-decoration:underline;cursor:pointer;font:inherit}.auth-form .auth-inline-link-button:disabled{color:#64748b;cursor:not-allowed;text-decoration:none}.login-page a,.login-page a:visited,.login-page .auth-inline-link-button{color:#15b5ff}.auth-form .signup-submit-button{background-color:#15b5ff}.signup-page a,.signup-page a:visited{color:#15b5ff}.auth-form .forgot-password-submit-button,.auth-form .change-password-submit-button{background-color:#15b5ff}.forgot-password-page a,.forgot-password-page a:visited,.forgot-password-page .auth-inline-link-button{color:#15b5ff}.choose-plan-grid{width:100%;max-width:560px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.choose-plan-card{border:2px solid #cbd5e1;border-radius:10px;padding:1rem;background:#fff;color:#0f172a;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;text-align:left;cursor:pointer}.choose-plan-card.is-selected{border-color:#15b5ff;box-shadow:0 0 0 2px #15b5ff40}.choose-plan-price{font-size:1.9rem;font-weight:700;line-height:1.1}.choose-plan-price-note{color:#475569;font-size:.9rem}.choose-plan-actions{width:100%;max-width:560px;display:flex;justify-content:flex-end}.choose-plan-pay-now-button{background-color:#15b5ff;color:#fff;padding:10px;border:none;border-radius:6px;cursor:pointer}.choose-plan-pay-now-button:disabled{opacity:.7;cursor:not-allowed}.choose-plan-error{width:100%;max-width:560px}.app-shell{min-height:100vh;background:#f8fafc}.planner-page{min-height:100vh;background:#f8fafc;padding:0 0 2rem}.site-header{background:#333;padding:.75rem 20px;margin-bottom:2rem;position:sticky;top:0;z-index:1000}.site-header-inner{width:100%;margin:0;display:flex;justify-content:space-between;align-items:center;position:relative;min-width:0}.site-logo{height:36px;width:auto}.site-nav{display:flex;gap:.9rem;font-size:16px;min-width:0}.site-nav-toggle{display:none;border:none;background:transparent;color:#15b5ff;font-size:24px;line-height:1;cursor:pointer;padding:0}.site-nav a{color:#15b5ff;text-decoration:none}.site-nav a[aria-current=page]{text-decoration:underline}.site-nav button{color:#15b5ff;background:transparent;border:none;padding:0;font:inherit;cursor:pointer}.site-nav a:hover,.site-nav button:hover{text-decoration:underline}@media (max-width: 600px){.site-header{padding:.75rem 12px}.site-nav-toggle{display:inline-flex;align-items:center;justify-content:center}.site-nav{display:none;position:absolute;top:calc(100% + 8px);right:0;flex-direction:column;align-items:flex-end;gap:10px;background:#333;border-radius:8px;padding:10px 12px;z-index:1100;white-space:nowrap}.site-nav.is-open{display:flex}.site-nav a,.site-nav button{font-size:16px}}@media (min-width: 601px){.site-nav{display:flex!important;position:static;flex-direction:row;align-items:center;gap:.9rem;background:transparent;border-radius:0;padding:0;white-space:normal}.site-nav-toggle{display:none!important}}.planner-column,.shoppinglist-column{width:100%;max-width:750px;margin:0 auto;display:flex;flex-direction:column}.planner-top-banner{position:fixed;top:10px;left:50%;transform:translate(-50%);width:calc(100% - 24px);max-width:750px;box-sizing:border-box;padding:10px 12px;border-radius:6px;font-weight:700;text-align:center;overflow-wrap:anywhere;z-index:9999}.planner-top-banner-message{display:block;padding-right:24px}.planner-top-banner-dismiss{position:absolute;top:4px;right:8px;border:none;background:transparent;color:currentColor;font-size:32px;line-height:1;cursor:pointer}.planner-top-banner--error{border:1px solid #fca5a5;background:#fee2e2;color:#b91c1c}.planner-top-banner--success{border:1px solid #86efac;background:#dcfce7;color:#166534}.planner-header{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.planner-header-top{display:flex;justify-content:space-between;align-items:flex-start}.planner-header h1{margin:0 0 20px}.planner-header p{margin:.25rem 0 0;color:#475569}.planner-week-title{margin:0;font-size:15px;font-weight:700;color:#f56302}.create-meal{display:flex;width:100%}.create-shoppinglist{display:flex;width:100%;margin-top:10px}.shoppinglist-create-department-block{width:100%;margin-top:8px}.shoppinglist-create-controls-box{width:100%;margin:0;padding:10px;border:1px solid rgb(204,204,204);border-radius:10px;background:#f8fafc;box-sizing:border-box;position:sticky;bottom:10px;z-index:20}.shoppinglist-create-controls-box .create-shoppinglist{min-height:50px}.shoppinglist-create-controls-box .create-shoppinglist-input,.shoppinglist-create-controls-box .create-shoppinglist-add-button,.shoppinglist-create-controls-box .meal-ingredient-add-select,.shoppinglist-create-controls-box .meal-ingredient-add-select.inline-create-department-input{height:50px}.shoppinglist-create-department-block .meal-ingredient-add-select{width:90%;min-width:90%;max-width:90%;height:50px;box-sizing:border-box;display:block;margin:0;border-radius:25px}.shoppinglist-create-department-block .inline-create-department-wrap{display:block}.shoppinglist-create-department-block .meal-ingredient-add-select.inline-create-department-input{flex:none;width:90%;min-width:90%;max-width:90%;height:50px;box-sizing:border-box;display:block;margin:0}.create-meal-input{width:calc(100% - 64px);height:44px;box-sizing:border-box;border:1px solid rgb(204,204,204);border-right:none;border-radius:25px 0 0 25px;background:#fff;padding:0 15px;font-size:16px;outline:none}.create-shoppinglist-input{width:90%;height:40px;border:1px solid rgb(204,204,204);border-radius:25px 0 0 25px;padding:0 14px 0 15px;font-size:16px;color:#334155;outline:none}.create-meal-input::placeholder{color:#64748b}.create-shoppinglist-input::placeholder{color:#888}.create-meal-add-button{width:64px;min-width:64px;height:44px;box-sizing:border-box;padding:0;border:1px solid rgb(1,168,0);border-radius:0 25px 25px 0;background:#01a800;color:#fff;font-size:28px;line-height:1;font-weight:700;cursor:pointer}.create-shoppinglist-add-button{width:10%;min-width:44px;height:40px;border:1px solid rgb(1,168,0);border-radius:0 25px 25px 0;background:#01a800;color:#fff;font-size:28px;line-height:1;font-weight:700;cursor:pointer}.weekly-meals,.shoppinglists,.sticky-list{display:flex;flex-direction:column;gap:10px;width:100%}.meal,.sticky{width:100%;display:flex;align-items:stretch;gap:0;font-size:16px}.shoppinglist{width:100%;display:flex;align-items:stretch;gap:0;background:transparent}.meal-group,.shoppinglist-group{width:100%;display:flex;flex-direction:column;gap:0}.meal-item-box{flex:1;display:flex;align-items:center;border:1px solid rgb(204,204,204);border-radius:25px 0 0 25px;background:#15b5ff;padding:10px 12px 10px 15px;cursor:pointer}.shoppinglist-item-box{flex:1;display:flex;align-items:center;border:1px solid rgb(204,204,204);border-radius:25px 0 0 25px;background:#292929;padding:15px;cursor:pointer}.meal-item-box-public{background:#eaf8ff;color:#8b8b8b}.meal-item-box-public .meal-item-left,.meal-item-box-public span{color:#8b8b8b}.meal-item-box span{font-size:16px}.sticky-box-1{background:#f56302;padding-left:15px}.sticky-box-2{background:#01a800}.sticky-add-list-button{background:#01a800;border:1px solid rgb(1,168,0)}.sticky-add-list-button-label{color:#fff;font-size:28px;line-height:1;font-weight:700}.search-row{width:100%;display:flex;align-items:center;gap:10px;padding-top:30px}.search-input-wrap{position:relative;flex:1 1 auto;min-width:0}.search-input{width:100%;min-width:0;box-sizing:border-box;height:45px;font-size:16px;border:1px solid rgb(21,181,255);border-radius:5px;background:#fff;padding:0 36px 0 12px;outline:none}.search-input-clear{position:absolute;top:50%;right:8px;transform:translateY(calc(-50% - 16px));border:none;background:transparent;color:#464646;font-size:20px;line-height:1;cursor:default;padding:0;opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.search-input-clear.is-visible{transform:translateY(-50%);opacity:1;pointer-events:auto;cursor:pointer}.search-toggle-button{flex:0 0 40px;width:40px;height:40px;border:none;background:transparent;cursor:pointer;padding:0}.search-toggle-button img{width:40px;height:40px;display:block}.search-filters{width:100%;margin:0;padding:10px 0 0;border:none;display:flex;justify-content:space-between;align-items:center}.search-filters-legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.search-filter-toggle{border:none;background:transparent;padding:0;cursor:pointer;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.search-filter-toggle img{width:32px;height:32px;display:block}.search-results{width:100%;padding-top:10px;display:flex;flex-direction:column;gap:10px}.search-results-title{margin:0;font-size:14px;font-weight:700;color:#334155}.search-result-meal{width:100%;display:flex;align-items:stretch;gap:0}.search-results .meal-item-action-button{background:#dc2626;border-color:#dc2626}.show-more-button{width:auto;align-self:center;height:40px;border:1px solid rgb(21,181,255);border-radius:8px;background:#15b5ff;color:#fff;font-weight:700;padding:0 16px;cursor:pointer}.no-more-meals-text{margin:0;text-align:center;color:#64748b;font-size:14px}.meal-item-left{display:flex;align-items:center;gap:10px;color:#fff}.shoppinglist-item-left{display:flex;align-items:center;gap:10px;color:#fff;background:#292929}.meal-checkbox-wrap{display:inline-flex;align-items:center;margin:0}.meal-item-left input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #fff;border-radius:4px;background:#fff;position:relative;cursor:pointer}.meal-item-left input[type=checkbox]:checked{background:#fff}.meal-item-left input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.meal-item-action-button{border:1px solid rgb(204,204,204);border-left:none;border-radius:0 25px 25px 0;width:64px;flex:0 0 64px;padding:6px 0;background:#ccc;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.shoppinglist-delete-button{border:1px solid rgb(204,204,204);border-left:none;border-radius:0 25px 25px 0;width:64px;flex:0 0 64px;padding:6px 0;background:#dc2626;border-color:#dc2626;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.shoppinglist-delete-button img{width:27px;height:27px;display:block}.meal-item-action-button img{width:25px;height:25px;display:block}.meal-item-action-button:disabled{cursor:not-allowed;opacity:.65}.sticky .meal-item-action-button.sticky-add-list-button{background:#01a800;border-color:#01a800}.add-to-meals-button{background:#bbb;border-color:#bbb;width:64px;flex:0 0 64px}.search-results .meal-item-action-button.add-to-meals-button{background:#bbb;border-color:#bbb}.add-to-meals-label{color:#fff;font-size:30px;line-height:1;font-weight:700}.meal-ingredients-dropdown{width:90%;align-self:center;border:1px solid rgb(204,204,204);border-radius:0 0 25px 25px;background:#e4e4e4;padding:0;color:#334155;overflow:hidden}.stickylist-items-dropdown{width:90%;align-self:center;border:1px solid rgb(204,204,204);border-radius:0 0 25px 25px;background:#e4e4e4;padding:0;color:#334155;font-size:16px;overflow:hidden}.shoppinglist-items-dropdown{width:100%;align-self:stretch;margin-top:10px;border:1px solid rgb(204,204,204);border-radius:5px;background:#e4e4e4;color:#334155;overflow:hidden;height:0;opacity:0;transition:height .28s ease,opacity .22s ease}.shoppinglist-items-dropdown.is-open{height:auto;opacity:1;margin-bottom:40px;background:#fff;border:none;overflow:visible}.meal-ingredients-dropdown p,.stickylist-items-dropdown p,.shoppinglist-items-dropdown p{margin:0;padding:10px 14px}.meal-ingredients-dropdown ul,.stickylist-items-dropdown ul,.shoppinglist-items-dropdown ul{margin:0;padding-left:0;list-style:none}.shoppinglist-items-dropdown-actions{display:flex;justify-content:flex-start;padding:10px 14px 0}.shoppinglist-delete-striked-button{border:1px solid #dc2626;background:#dc2626;color:#fff;border-radius:6px;padding:6px 10px;font-size:14px;font-weight:700;cursor:pointer}.shoppinglist-delete-striked-button:hover{background:#b91c1c}.shoppinglist-items-department-header{margin:0;padding:10px 14px 6px;font-size:18px;color:#1f2937}.shoppinglist-items-department-list{margin:0;padding:0 0 10px;list-style:none}.shoppinglist-items-department-item{display:flex;align-items:stretch;justify-content:space-between;width:100%;border:none;background:transparent;border-radius:0;min-height:40px;margin-bottom:5px;padding:0;overflow:visible}.shoppinglist-item-box-left{flex:1;display:flex;align-items:center;justify-content:flex-start;min-height:40px;border:1px solid rgb(204,204,204);border-right:none;border-radius:25px 0 0 25px;background:#fff;padding:15px;font-size:16px;color:#334155;text-align:left;cursor:pointer}.shoppinglist-item-box-left.is-struck{background:#fff;border-color:#ccc;color:#ccc}.shoppinglist-item-text-struck{color:#ccc;text-decoration:line-through}.shoppinglist-item-delete-button{width:64px;min-width:64px;height:auto;display:flex;align-items:center;justify-content:center;background:#dc2626;border:1px solid #dc2626;color:#fff;font-size:22px;font-weight:700;border-radius:0 25px 25px 0;margin:0;padding:0;cursor:pointer;transition:background .2s}.shoppinglist-item-delete-button:hover{background:#b91c1c}.shoppinglist-item-delete-button img{width:25px;height:auto}.shoppinglist-items-dropdown>ul>li+li .shoppinglist-items-department-header{margin-top:0}.meal-ingredients-dropdown li,.stickylist-items-dropdown li{display:block;padding:8px 14px;border-bottom:1px solid rgb(204,204,204)}.meal-ingredient-row-main{display:flex;align-items:center;gap:8px}.swipe-delete-item{transition:transform .2s ease;touch-action:pan-y;user-select:none;-webkit-user-select:none}.ingredient-missing-department-box{margin-top:8px;width:calc(100% + 28px);margin-left:-14px;margin-right:-14px;background:#f5efde;border-radius:0;border-top:1px solid rgb(248,196,112);border-bottom:1px solid rgb(248,196,112);padding:10px;color:#333;box-sizing:border-box}.ingredient-missing-department-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.ingredient-missing-department-header img{width:20px;height:20px;object-fit:contain}.ingredient-missing-department-header h4{margin:0;font-size:18px;color:#333}.ingredient-missing-department-box p{margin:0 0 8px;padding:0;color:#333}.inline-create-department-wrap{margin-top:8px;display:flex;align-items:center;gap:8px}.inline-create-department-input{flex:1}.inline-create-department-button{border:1px solid rgb(1,168,0);background:#01a800;color:#fff;border-radius:6px;height:36px;padding:0 12px;font-weight:700;cursor:pointer}.inline-create-department-button:disabled{opacity:.7;cursor:not-allowed}.meal-ingredients-dropdown-public li{background:#eaf8ff;color:#8b8b8b}.meal-ingredients-dropdown-public p,.meal-ingredients-dropdown-public .ingredient-item-text{color:#8b8b8b}.ingredients-footer{width:90%;align-self:center;display:flex;justify-content:space-between;align-items:center;padding:8px 6px 0;box-sizing:border-box}.ingredients-footer-link{border:none;background:transparent;color:#888;text-decoration:none;cursor:pointer;padding:0;font-size:20px}.ingredients-footer-recipes-button{font-size:16px}.ingredients-footer-add-to-shopping-list-button{color:#888;opacity:1;font-size:16px}.ingredients-footer-add-to-shopping-list-button:disabled{color:#ccc;cursor:not-allowed;opacity:1}.stickylist-items-footer{width:90%}.stickylist-footer-customize-button,.stickylist-footer-add-to-shopping-list-button{color:#888}.ingredient-item-text{flex:1}.ingredient-item-text-label{position:relative;display:inline-block;z-index:0}.ingredient-item-text-label-needed:before{content:"";position:absolute;top:-3px;right:-8px;bottom:-3px;left:-8px;background:url(/assets/redcircle-CJ2u1ndL.png) center / 100% 100% no-repeat;z-index:-1;pointer-events:none}.ingredient-add-button{border:none;background:transparent;color:#334155;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.ingredient-add-button .material-icons{font-size:20px}.ingredient-need-button{border:none;background:transparent;color:#334155;cursor:pointer;padding:0;font-size:14px}.ingredient-need-button:disabled{color:#888;cursor:not-allowed}.meal-ingredient-add-area{display:block!important;padding:10px 14px 12px}.meal-ingredient-add-title{font-weight:700;margin:0 0 8px;padding:0;text-align:center}.meal-ingredient-add-select-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.meal-ingredient-add-select{width:100%;height:50px;border:1px solid rgb(204,204,204);border-radius:8px;background:#fff;padding:0 8px 0 15px;font-size:16px;color:#334155}.meal-ingredient-create-row{width:100%}.meal-display-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:10000}.meal-display-panel{width:calc(100% - 24px);max-width:750px;background:#ebeaea;border-radius:8px;border:1px solid #e2e8f0;min-height:220px}.admin-panel{background:#fff}.admin-panel-page{height:100vh;padding:0;display:flex;flex-direction:column}.admin-panel-page .site-header{margin-bottom:0}.planner-column.planner-column-admin{max-width:none;width:100%;flex:1;min-height:0}.admin-panel-fullscreen{max-width:none;width:100%;height:100%;min-height:0;border-radius:0;border-left:none;border-right:none;display:flex;flex-direction:column}.admin-panel-content{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:12px;flex:1;min-height:0;overflow:hidden}.admin-panel-sidebar{display:flex;flex-direction:column;gap:8px}.admin-panel-nav-button{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#333;text-align:left;cursor:pointer}.admin-panel-nav-button.is-active{background:#e2e8f0}.admin-panel-main{min-height:0;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:10px;overflow:auto}.admin-panel-placeholder{margin:0;color:#475569}.admin-panel-error{margin:0;color:#b91c1c}.admin-users-table-wrap{width:100%;height:100%;overflow:auto}.admin-users-table{width:100%;border-collapse:collapse;font-size:14px}.admin-users-table th,.admin-users-table td{border:1px solid #e2e8f0;padding:8px 10px;text-align:left}.admin-users-table th{background:#f8fafc;font-weight:700}.admin-users-table-empty{text-align:center;color:#64748b}.admin-users-input,.admin-users-select{width:100%;box-sizing:border-box;min-height:34px;border:1px solid #cbd5e1;border-radius:6px;padding:6px 8px;font-size:14px;background:#fff;color:#1f2937}.admin-users-input.has-error{border-color:#dc2626}.admin-users-email-field-wrap{display:flex;flex-direction:column;gap:4px}.admin-users-field-error{color:#b91c1c;font-size:12px}.admin-users-save-button{border:1px solid rgb(21,181,255);border-radius:6px;background:#15b5ff;color:#fff;padding:6px 10px;font-size:12px;font-weight:700;cursor:pointer}.admin-users-save-button:disabled{opacity:.65;cursor:not-allowed}.admin-users-delete-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #dc2626;border-radius:6px;background:#dc2626;cursor:pointer;padding:0}.admin-users-delete-button img{width:16px;height:16px;display:block}.admin-users-delete-button:disabled{opacity:.65;cursor:not-allowed}.admin-users-action-buttons{display:flex;align-items:center;gap:6px}.admin-users-password-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgb(21,181,255);border-radius:6px;background:#15b5ff;color:#fff;cursor:pointer;padding:0}.admin-users-password-button svg{font-size:18px}.admin-users-password-button:disabled{opacity:.65;cursor:not-allowed}.admin-password-modal-user-label{margin:0;color:#334155;font-size:14px}.sticky-create-panel{max-width:520px}.sticky-create-content{padding:14px;display:flex;flex-direction:column;gap:14px}.sticky-create-name-input{width:100%}.sticky-create-color-block{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;justify-items:center;align-items:center}.sticky-create-color-swatch{border:2px solid transparent;border-radius:8px;width:30px;height:30px;cursor:pointer}.sticky-create-color-swatch.is-selected{border-color:#333;width:30px;height:30px}.sticky-create-upgrade-box{background:#eaf3ff;padding:10px;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:8px}.sticky-create-upgrade-title-row{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;color:#333}.sticky-create-upgrade-icon{width:18px;height:18px}.sticky-create-upgrade-text{margin:0;color:#333;font-size:14px;text-align:center}.sticky-create-upgrade-button{border:1px solid #cbd5e1;border-radius:8px;background:#15b5ff;color:#fff;padding:10px;cursor:pointer}.sticky-create-actions{display:flex;justify-content:flex-end}.sticky-create-action-button{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#333;padding:6px 14px;cursor:pointer}.sticky-create-action-button--delete{border-color:#dc2626;background:#dc2626;color:#fff}.sticky-create-action-button:disabled{color:#888;cursor:not-allowed}.sticky-create-action-button--delete:disabled{border-color:#fca5a5;background:#fca5a5;color:#fff}.meal-display-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #e2e8f0}.meal-display-header h2{margin:0;font-size:22px;font-weight:700;justify-self:center}.meal-display-header-button{border:none;background:transparent;color:#333;font-size:18px;cursor:pointer;padding:0}.meal-display-header-button-left{justify-self:start}.meal-display-header-button-right{justify-self:end}.meal-display-edit-meal-button{color:#333}.meal-display-edit-meal-button:disabled{color:#888;cursor:not-allowed}.meal-display-edit-meal-button--save{color:#15b5ff;font-weight:700}.meal-display-content{display:block;padding:14px;box-sizing:border-box}.meal-display-single-column{display:flex;flex-direction:column;gap:8px}.meal-display-public-block{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.meal-display-public-heading{margin:0;display:flex;align-items:center;gap:6px;font-size:16px;font-weight:700;color:#333}.meal-display-public-heading .material-icons{font-size:20px}.meal-display-public-value{margin:0;color:#333;font-size:15px;font-weight:600}.meal-display-public-toggle{position:relative;width:44px;height:24px;display:inline-block}.meal-display-public-toggle input{opacity:0;width:0;height:0}.meal-display-public-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background:#cbd5e1;border-radius:999px;transition:background-color .2s ease}.meal-display-public-toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s ease}.meal-display-public-toggle input:checked+.meal-display-public-toggle-slider{background:#15b5ff}.meal-display-public-toggle input:checked+.meal-display-public-toggle-slider:before{transform:translate(20px)}.meal-display-loading-view{min-height:260px;display:flex;align-items:center;justify-content:center;padding:14px}.meal-display-loading-view img{width:64px;height:64px;object-fit:contain}.meal-display-left-column{width:25%;min-width:170px}.meal-display-right-column{flex:1}.meal-display-subheader{margin:0 0 8px;display:flex;align-items:center;gap:6px;font-size:18px;font-weight:700;color:#333}.meal-display-subheader .material-icons{font-size:20px}.meal-display-text{margin:0 0 14px;color:#333;font-size:15px}.meal-display-ingredients-list{margin:0;padding-left:0;max-height:150px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;color:#333;font-size:15px}.meal-display-ingredients-list::-webkit-scrollbar{width:0;height:0;background:transparent}.meal-display-ingredients-list:hover,.meal-display-ingredients-list:focus-within{scrollbar-width:thin}.meal-display-ingredients-list:hover::-webkit-scrollbar,.meal-display-ingredients-list:focus-within::-webkit-scrollbar{width:8px;height:8px;background:transparent}.meal-display-ingredients-list::-webkit-scrollbar-track{background:transparent}.meal-display-ingredients-list::-webkit-scrollbar-thumb{background:#64748b73;border-radius:999px}.meal-display-ingredients-list li{list-style:none;text-decoration:none}.meal-display-ingredient-edit-row{display:flex;gap:6px;margin-bottom:6px}.meal-display-input{width:100%;box-sizing:border-box;border:1px solid rgb(204,204,204);border-radius:4px;padding:6px 8px;font-size:14px;color:#333;background:#fff}.meal-display-ingredient-amount{max-width:70px}.meal-display-ingredient-unit{max-width:80px}.meal-display-ingredient-name{flex:1}.meal-display-textarea{min-height:220px;resize:vertical}.meal-display-instructions{margin:0;color:#333;font-size:15px;white-space:pre-wrap}.ingredient-edit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:10001}.ingredient-edit-panel{width:calc(100% - 24px);max-width:750px;background:#ebeaea;border-radius:8px;border:1px solid #e2e8f0;min-height:160px}.ingredient-edit-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #e2e8f0;color:#333}.ingredient-edit-header h2{margin:0;font-size:22px;font-weight:700;justify-self:center;color:#333}.ingredient-edit-header-button{border:none;background:transparent;color:#333;font-size:18px;cursor:pointer;padding:0}.ingredient-edit-header-button:disabled{color:#888;cursor:not-allowed}.ingredient-edit-header-button-left{justify-self:start}.ingredient-edit-header-button-right{justify-self:end}.ingredient-edit-content{padding:14px;display:flex;flex-direction:column;gap:10px}.ingredient-edit-select-row{display:grid;grid-template-columns:20% 20% minmax(0,1fr);gap:8px}.ingredient-edit-name-input{width:100%;min-width:0}.ingredient-edit-prep-style-label{margin:0;color:#333;font-size:14px}.ingredient-edit-notes-textarea{width:100%;min-height:120px;resize:vertical;box-sizing:border-box}.planner-header-top button{padding:.7rem .9rem;border-radius:6px;border:none;background:#1e40af;color:#fff;cursor:pointer}.shopping-list-button{background:#15b5ff;font-size:16px}.planner-header-top .shopping-list-button{background:#15b5ff}.manage-departments-button{margin-top:12px;padding:.7rem .9rem;border-radius:6px;border:none;background:#15b5ff;color:#fff;cursor:pointer;font-size:16px;align-self:flex-start}.manage-departments-panel{max-width:520px}.manage-departments-header-spacer{justify-self:end;width:32px;height:1px}.manage-departments-content{padding:14px;display:flex;flex-direction:column;gap:14px}.create-department{display:flex;width:100%}.create-department-input{width:90%;height:40px;border:1px solid rgb(204,204,204);border-radius:25px 0 0 25px;padding:0 14px;color:#334155;outline:none}.create-department-input::placeholder{color:#888}.create-department-add-button{width:10%;min-width:44px;height:40px;border:1px solid rgb(1,168,0);border-radius:0 25px 25px 0;background:#01a800;color:#fff;font-size:28px;line-height:1;font-weight:700;cursor:pointer}.custom-departments{display:flex;flex-direction:column;gap:10px;width:100%}.custom-department-group{width:100%;display:flex;flex-direction:column;gap:0}.custom-department{width:100%;display:flex;align-items:stretch;gap:0}.custom-department-item-box{flex:1;display:flex;align-items:center;border:1px solid rgb(204,204,204);border-radius:25px 0 0 25px;background:#292929;padding:10px 12px}.custom-department-item-left{display:flex;align-items:center;gap:10px;color:#fff}.custom-department-delete-button{border:1px solid #dc2626;border-left:none;border-radius:0 25px 25px 0;width:64px;flex:0 0 64px;padding:6px 0;background:#dc2626;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.custom-department-delete-button img{width:34px;height:34px;display:block}.choose-shopping-list-panel{max-width:520px}.choose-shopping-list-header-spacer{justify-self:end;width:32px;height:1px}.choose-shopping-list-content{padding:14px}.choose-shopping-list-buttons{display:flex;flex-direction:column;gap:10px}.choose-shopping-list-option-button{width:100%;border:1px solid rgb(204,204,204);border-radius:25px;background:#15b5ff;color:#fff;font-size:16px;font-weight:700;padding:10px 14px;text-align:left;cursor:pointer}.choose-shopping-list-option-button:disabled{opacity:.65;cursor:not-allowed}.choose-shopping-list-empty{margin:0;color:#333}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;background:#fff}.card{margin:2rem;padding:1rem;border-radius:8px;background:#fff;border:1px solid #e2e8f0}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
