*{box-sizing:border-box}body{margin:0}:root{--bg-from: #fcfaf8;--bg-to: #fdf0f5;--card-bg: #ffffff;--card-shadow: rgba(245, 163, 184, .15);--text-1: #1e1b1a;--text-2: #4a4540;--text-3: #888;--text-4: #aaa;--text-5: #ccc;--accent: #f5a3b8;--accent-hover: #e8899f;--accent-light: #fef0f4;--accent-disabled: #f7c8d5;--sage: #86a687;--border: #f0d8e0;--tab-bg: #ffffff;--tab-border: #f0d8e0;--item-bg: #ffffff;--item-shadow: rgba(245, 163, 184, .1);--tag-bg: #fef0f4;--profile-info-bg: #fef8fa;--tips-bg: #f0f7f0;--tips-border: #c8ddc8;--tips-text: #3a6a3a;--nutrition-bg: #f8f7f8;--allergy-bg: #fff5f5;--allergy-border: #ffcdd2;--allergy-text: #c62828;--substitute-bg: #fef8fa;--substitute-border: #f0d8e0;--input-bg: transparent;--error-text: #e05252}[data-theme=dark]{--bg-from: #1a1218;--bg-to: #221520;--card-bg: #2a1e24;--card-shadow: rgba(0, 0, 0, .35);--text-1: #f0e8ec;--text-2: #c0a8b8;--text-3: #907880;--text-4: #705860;--text-5: #504048;--accent: #f5a3b8;--accent-hover: #e8899f;--accent-light: #3a1824;--accent-disabled: #7a3050;--sage: #86a687;--border: #3d2030;--tab-bg: #221520;--tab-border: #3d2030;--item-bg: #2a1e24;--item-shadow: rgba(0, 0, 0, .25);--tag-bg: #3a1824;--profile-info-bg: #2a1820;--tips-bg: #1a2418;--tips-border: #2a4028;--tips-text: #86a687;--nutrition-bg: #201a1e;--allergy-bg: #2a1a1a;--allergy-border: #5a2020;--allergy-text: #ff8080;--substitute-bg: #2a1820;--substitute-border: #4a2030;--input-bg: transparent;--error-text: #ff8080}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,var(--bg-from) 0%,var(--bg-to) 100%);min-height:100vh;font-family:Plus Jakarta Sans,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.tab-content{flex:1;padding-bottom:70px;position:relative}.container{width:100%;padding:1rem;display:flex;align-items:flex-start;justify-content:center;min-height:calc(100vh - 70px)}.theme-toggle-mobile{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;border:none;background:var(--card-bg);box-shadow:0 2px 8px var(--item-shadow);cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;z-index:50}.tab-bar{position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--tab-bg);border-top:1px solid var(--tab-border);display:flex;box-shadow:0 -4px 16px #0000000f;z-index:100}.tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:none;background:none;cursor:pointer;font-family:inherit;position:relative;transition:background .15s}.tab-btn:active{background:var(--accent-light)}.tab-emoji{font-size:1.3rem}.tab-label{font-size:.68rem;color:var(--text-4);font-weight:500}.tab-btn-active .tab-label{color:var(--accent);font-weight:700}.tab-badge{position:absolute;top:6px;right:calc(50% - 18px);background:var(--accent);color:#fff;font-size:.6rem;font-weight:700;padding:1px 5px;border-radius:10px;min-width:16px;text-align:center}.sidebar{display:none}.card{background:var(--card-bg);border-radius:28px;padding:2.5rem 2rem;width:100%;max-width:560px;box-shadow:0 8px 40px var(--card-shadow);text-align:center;margin:auto;position:relative;border:1px solid var(--border)}.emoji{font-size:3.5rem;margin-bottom:1rem}.main-logo-img{width:200px;height:200px;object-fit:contain;margin-bottom:1rem}.title{font-size:1.6rem;font-weight:700;color:var(--text-1);margin-bottom:.6rem}.subtitle{font-size:.95rem;color:var(--text-3);line-height:1.6;margin-bottom:2rem}.input-group{margin-bottom:1.2rem;text-align:left}.label{display:block;font-size:.9rem;font-weight:600;color:var(--text-2);margin-bottom:.5rem}.input-wrapper{display:flex;align-items:center;border:2px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s;background:var(--card-bg)}.input-wrapper:focus-within{border-color:var(--accent)}.input{flex:1;border:none;outline:none;padding:.8rem 1rem;font-size:1.1rem;color:var(--text-1);background:var(--input-bg);font-family:inherit}.input-error{background:var(--allergy-bg)}.input-suffix{padding:0 1rem;color:var(--text-3);font-size:.95rem;font-weight:500}.error-text{color:var(--error-text);font-size:.82rem;margin-top:.4rem;padding-left:.2rem}.month-buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.8rem}.month-btn{border:2px solid var(--border);background:var(--card-bg);color:var(--text-3);border-radius:999px;padding:.45rem 1rem;font-size:.85rem;cursor:pointer;transition:all .2s;font-family:inherit;font-weight:600}.month-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.month-btn-active{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 4px 12px #f5a3b866}.submit-btn{width:100%;background:var(--accent);color:#fff;border:none;border-radius:999px;padding:1rem;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;box-shadow:0 4px 20px #f5a3b873;letter-spacing:.01em}.submit-btn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 24px #f5a3b880}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{background:var(--accent-disabled);cursor:not-allowed;transform:none;box-shadow:none}.loading-text{display:flex;align-items:center;justify-content:center;gap:.6rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.tag-input-wrapper{display:flex;gap:.5rem;border:2px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s;background:var(--card-bg)}.tag-input-wrapper:focus-within{border-color:var(--accent)}.tag-input{flex:1;border:none;outline:none;padding:.8rem 1rem;font-size:1rem;background:transparent;color:var(--text-1)}.tag-add-btn{padding:0 1rem;background:var(--accent);color:#fff;border:none;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit}.tag-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.7rem}.tag{display:flex;align-items:center;gap:.3rem;background:var(--tag-bg);color:var(--accent-hover);font-size:.85rem;padding:.3rem .6rem .3rem .8rem;border-radius:999px;font-weight:600;border:1px solid var(--border)}.tag-remove{border:none;background:none;color:var(--accent);cursor:pointer;font-size:.75rem;padding:0;line-height:1}.result-wrap{width:100%;max-width:620px;padding:1.5rem 0 2rem}.back-btn{background:none;border:none;color:var(--accent);font-size:.95rem;font-weight:600;cursor:pointer;padding:.3rem 0;margin-bottom:1.2rem;font-family:inherit}.back-btn:hover{opacity:.7}.result-header{background:var(--card-bg);border-radius:24px;padding:1.8rem;text-align:center;margin-bottom:1.2rem;box-shadow:0 4px 20px var(--card-shadow);border:1px solid var(--border)}.result-title{font-size:1.6rem;font-weight:700;color:var(--text-1);margin:.5rem 0 .6rem}.age-badge{display:inline-block;background:var(--accent-light);color:var(--accent);font-size:.82rem;font-weight:700;padding:.3rem 1rem;border-radius:999px;margin-bottom:.8rem;letter-spacing:.02em}.result-desc{font-size:.9rem;color:var(--text-3);line-height:1.6}.recipe-list{display:flex;flex-direction:column;gap:1rem}.recipe-card{background:var(--card-bg);border-radius:24px;padding:1.5rem;box-shadow:0 4px 20px var(--card-shadow);border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.recipe-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px var(--card-shadow)}.recipe-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}.recipe-num{background:var(--accent);color:#fff;font-size:.85rem;font-weight:700;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.recipe-name{font-size:1.05rem;font-weight:700;color:var(--text-1);margin-bottom:.3rem}.recipe-desc-text{font-size:.85rem;color:var(--text-4)}.recipe-section{margin-top:1rem}.section-title{font-size:.85rem;font-weight:600;color:var(--text-2);margin-bottom:.6rem}.section-hint{font-size:.75rem;color:var(--text-5);font-weight:400}.ingredient-list{display:flex;flex-wrap:wrap;gap:.4rem}.ingredient-tag{background:var(--tag-bg);color:var(--accent-hover);font-size:.8rem;padding:.3rem .7rem;border-radius:12px}.ingredient-tag-btn{border:none;cursor:pointer;font-family:inherit;transition:background .15s}.ingredient-tag-btn:hover{background:var(--border)}.substitute-hint{font-size:.7rem;color:var(--text-5)}.step-list{padding-left:1.2rem}.step-item{font-size:.88rem;color:var(--text-2);line-height:1.7}.recipe-image{width:100%;height:200px;object-fit:cover;border-radius:18px;margin-bottom:1.2rem}.recipe-image-placeholder{width:100%;height:200px;background:var(--nutrition-bg);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:3rem;margin-bottom:1.2rem}.finished-amount{margin-top:.5rem;font-size:.82rem;color:var(--accent);font-weight:600}.tips-box{display:flex;gap:.6rem;align-items:flex-start;background:var(--tips-bg);border:1px solid var(--tips-border);border-radius:12px;padding:.8rem 1rem;margin-top:1rem}.tips-icon{font-size:1rem;flex-shrink:0;margin-top:1px}.tips-text{font-size:.85rem;color:var(--tips-text);line-height:1.6}.nutrition-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.nutrition-item{background:var(--nutrition-bg);border-radius:10px;padding:.6rem .8rem;display:flex;justify-content:space-between;align-items:center}.nutrition-label{font-size:.8rem;color:var(--text-3)}.nutrition-value{font-size:.85rem;font-weight:700;color:var(--text-1)}.shopping-add-btn{width:100%;margin-top:1rem;padding:.7rem;border:2px dashed var(--accent);background:var(--card-bg);color:var(--accent);border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.shopping-add-btn:hover{background:var(--accent-light)}.shopping-add-btn-done{border-color:var(--text-5);color:var(--text-4);cursor:default}.reaction-section{margin-top:1rem}.reaction-buttons{display:flex;gap:.4rem;margin-top:.5rem}.reaction-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:.5rem .2rem;border:2px solid var(--nutrition-bg);border-radius:12px;background:var(--card-bg);cursor:pointer;font-family:inherit;font-size:.7rem;color:var(--text-3);transition:all .2s}.reaction-btn:hover{border-color:var(--accent)}.reaction-btn span:first-child{font-size:1.2rem}.reaction-btn-active{border-color:var(--accent);background:var(--accent-light);color:var(--accent);font-weight:600}.modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:flex-end;justify-content:center;z-index:200;padding:1rem}.modal-box{background:var(--card-bg);border-radius:28px 28px 20px 20px;padding:1.5rem;width:100%;max-width:620px;max-height:70vh;overflow-y:auto;border:1px solid var(--border)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.modal-title{font-size:1.1rem;font-weight:700;color:var(--text-1)}.modal-close{border:none;background:var(--nutrition-bg);border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:.8rem;color:var(--text-3)}.modal-subtitle{font-size:.88rem;color:var(--text-3);margin-bottom:1.2rem}.modal-loading{display:flex;align-items:center;gap:.6rem;justify-content:center;padding:1.5rem;color:var(--text-3);font-size:.9rem}.modal-error{color:var(--error-text);font-size:.85rem;text-align:center;padding:1rem}.substitute-list{display:flex;flex-direction:column;gap:.8rem}.substitute-item{background:var(--substitute-bg);border-radius:14px;padding:1rem;border:1px solid var(--substitute-border)}.substitute-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.substitute-name{font-size:.95rem;font-weight:700;color:var(--text-1)}.substitute-amount{font-size:.82rem;color:var(--accent);font-weight:600}.substitute-reason{font-size:.83rem;color:var(--text-2);line-height:1.5}.screen-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.screen-title{font-size:1.2rem;font-weight:700;color:var(--text-1)}.screen-header-right{display:flex;align-items:center;gap:.8rem}.shopping-count{font-size:.85rem;color:var(--accent);font-weight:600}.clear-btn{border:none;background:none;color:var(--text-5);font-size:.82rem;cursor:pointer;font-family:inherit}.clear-btn:hover{color:var(--error-text)}.shopping-add-form{display:flex;flex-direction:column;margin-bottom:1.2rem;padding:1rem 1rem .8rem;background:var(--accent-light);border:1px solid var(--border);border-radius:14px}.shopping-add-btn{width:100%!important;margin:0!important;padding:.6rem!important;font-size:.9rem!important}.shopping-category{margin-bottom:1.2rem}.category-title{font-size:.8rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;padding-left:.2rem}.shopping-item{display:flex;align-items:center;gap:.7rem;background:var(--item-bg);border-radius:16px;padding:.8rem 1rem;margin-bottom:.4rem;box-shadow:0 2px 12px var(--item-shadow);border:1px solid var(--border);transition:opacity .2s,transform .15s}.shopping-item:hover{transform:translateY(-1px)}.shopping-item-checked{opacity:.4}.check-btn{width:22px;height:22px;border-radius:50%;border:2px solid var(--accent);background:var(--card-bg);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--accent);cursor:pointer;flex-shrink:0;font-weight:700}.shopping-item-info{flex:1}.shopping-item-name{font-size:.9rem;font-weight:600;color:var(--text-1)}.shopping-item-amount{font-size:.8rem;color:var(--text-3);margin-left:.4rem}.shopping-item-recipes{font-size:.72rem;color:var(--text-5);max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-btn{border:none;background:none;color:var(--text-5);cursor:pointer;font-size:.8rem;padding:.2rem;flex-shrink:0}.remove-btn:hover{color:var(--error-text)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.stat-item{background:var(--item-bg);border-radius:14px;padding:.8rem .5rem;text-align:center;box-shadow:0 2px 8px var(--item-shadow);display:flex;flex-direction:column;gap:2px}.stat-emoji{font-size:1.4rem}.stat-count{font-size:1.1rem;font-weight:700;color:var(--text-1)}.stat-label{font-size:.68rem;color:var(--text-3)}.allergy-warning{background:var(--allergy-bg);border:1px solid var(--allergy-border);border-radius:12px;padding:.8rem 1rem;font-size:.83rem;color:var(--allergy-text);margin-bottom:1rem;line-height:1.5}.reaction-list{display:flex;flex-direction:column;gap:.5rem}.reaction-record{display:flex;align-items:center;gap:.7rem;background:var(--item-bg);border-radius:16px;padding:.8rem 1rem;box-shadow:0 2px 12px var(--item-shadow);border:1px solid var(--border)}.record-emoji{font-size:1.4rem;flex-shrink:0}.record-info{flex:1}.record-name{font-size:.9rem;font-weight:600;color:var(--text-1)}.record-meta{font-size:.75rem;color:var(--text-4);margin-top:2px}.record-badge{font-size:.78rem;font-weight:700;flex-shrink:0}.view-toggle{display:flex;gap:.5rem;margin-bottom:1.2rem;background:var(--nutrition-bg);border-radius:12px;padding:.3rem}.view-toggle-btn{flex:1;padding:.55rem .5rem;border:none;border-radius:9px;background:transparent;color:var(--text-3);font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.view-toggle-active{background:var(--card-bg);color:var(--accent);box-shadow:0 1px 4px var(--card-shadow)}.meal-month-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.meal-month-label{font-size:1.1rem;font-weight:700;color:var(--text-1)}.meal-nav-btn{border:none;background:var(--card-bg);color:var(--text-2);font-size:1.4rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px var(--item-shadow);transition:background .15s}.meal-nav-btn:hover{background:var(--accent-light);color:var(--accent)}.meal-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:.3rem;background:var(--card-bg);border-radius:24px;padding:1rem;box-shadow:0 4px 20px var(--card-shadow);border:1px solid var(--border);margin-bottom:1.2rem}.meal-day-label{text-align:center;font-size:.75rem;font-weight:600;color:var(--text-4);padding-bottom:.4rem}.meal-day{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:none;background:none;border-radius:50%;font-size:.85rem;color:var(--text-2);cursor:pointer;font-family:inherit;transition:all .15s;flex-direction:column;gap:1px}.meal-day:hover{background:var(--accent-light);color:var(--accent)}.meal-day-today{font-weight:700;color:var(--accent)}.meal-day-selected{background:var(--accent)!important;color:#fff!important;font-weight:700}.meal-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);position:absolute;bottom:3px}.meal-day-selected .meal-dot{background:#fff}.meal-detail{background:var(--card-bg);border-radius:24px;padding:1.2rem;box-shadow:0 4px 20px var(--card-shadow);border:1px solid var(--border)}.meal-tag-selected{background:var(--accent)!important;color:#fff!important}.history-item{display:flex;align-items:center;gap:.8rem;width:100%;padding:.7rem .9rem;background:var(--nutrition-bg);border:1px solid var(--border);border-radius:12px;cursor:pointer;font-family:inherit;transition:all .15s;text-align:left}.history-item:hover{background:var(--accent-light);border-color:var(--accent)}.history-title{font-size:.88rem;font-weight:600;color:var(--text-1);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-recipes{font-size:.78rem;color:var(--text-4);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-time{font-size:.75rem;color:var(--text-4);flex-shrink:0}.ingredient-toggle-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem;border:2px dashed var(--border);background:var(--card-bg);color:var(--text-3);border-radius:12px;font-size:.88rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.ingredient-toggle-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.history-fab{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:var(--card-bg);color:var(--text-2);box-shadow:0 6px 16px var(--card-shadow);cursor:pointer;font-size:1.05rem;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s,border-color .15s,color .15s,background .15s}.history-fab:hover{transform:translateY(-1px);border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.history-fab:disabled{opacity:.45;cursor:not-allowed}.memo-textarea{width:100%;border:2px solid var(--border);border-radius:12px;padding:.8rem 1rem;font-size:.88rem;font-family:inherit;color:var(--text-1);background:var(--card-bg);resize:none;outline:none;line-height:1.6;transition:border-color .2s}.memo-textarea:focus{border-color:var(--accent)}.save-btn{border:none;background:none;font-size:1.4rem;cursor:pointer;padding:.2rem;flex-shrink:0;line-height:1;opacity:.4;transition:opacity .2s,transform .15s}.save-btn:hover{opacity:1;transform:scale(1.2)}.save-btn-active{opacity:1}.saved-card-header{display:flex;align-items:center;gap:.8rem;cursor:pointer}.saved-thumb{width:64px;height:64px;object-fit:cover;border-radius:12px;flex-shrink:0}.saved-thumb-placeholder{width:64px;height:64px;background:var(--nutrition-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;flex-shrink:0}.saved-info{flex:1;min-width:0}.profile-info-row{display:flex;justify-content:space-between;align-items:center;background:var(--profile-info-bg);border-radius:10px;padding:.7rem 1rem}.profile-info-label{font-size:.85rem;color:var(--text-3)}.profile-info-value{font-size:.9rem;font-weight:600;color:var(--text-1)}.empty-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:calc(100vh - 140px);gap:.8rem}.empty-emoji{font-size:4rem}.empty-title{font-size:1.1rem;font-weight:700;color:var(--text-1)}.empty-desc{font-size:.9rem;color:var(--text-4);line-height:1.7}.mobile-footer{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1rem;background:var(--tab-bg);border-top:1px solid var(--tab-border);flex-wrap:wrap}.mobile-footer a{font-size:.75rem;color:var(--text-4);text-decoration:none;transition:color .15s}.mobile-footer a:hover{color:var(--accent)}.mobile-footer span{font-size:.75rem;color:var(--text-5)}@media(min-width:768px){html{font-size:18px}.tab-bar,.theme-toggle-mobile{display:none}.app-wrapper{flex-direction:row}.sidebar{display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;width:240px;background:var(--tab-bg);border-right:1px solid var(--tab-border);box-shadow:2px 0 12px var(--item-shadow);z-index:100;padding:1.5rem 0 1rem}.sidebar-logo{display:flex;justify-content:center;align-items:center;gap:.6rem;padding:0 1.2rem 1.5rem;border-bottom:1px solid var(--tab-border);margin-bottom:.8rem;background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;font-family:inherit;text-align:left;transition:opacity .15s}.sidebar-logo:hover{opacity:.7}.sidebar-logo-emoji{font-size:1.6rem}.sidebar-logo-img{width:160px;height:160px;object-fit:contain}.sidebar-logo-text{font-size:1rem;font-weight:700;color:var(--accent)}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.3rem;padding:0 .8rem}.sidebar-btn{display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem;border:none;background:none;border-radius:14px;cursor:pointer;font-family:inherit;font-size:1.05rem;color:var(--text-3);font-weight:500;transition:all .15s;position:relative;text-align:left;width:100%}.sidebar-btn:hover{background:var(--accent-light);color:var(--text-2)}.sidebar-btn-active{background:var(--accent-light);color:var(--accent);font-weight:700}.sidebar-btn-emoji{font-size:1.4rem;width:28px;text-align:center}.sidebar-badge{margin-left:auto;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center}.sidebar-footer{padding:.8rem .6rem 0;border-top:1px solid var(--tab-border)}.theme-toggle-desktop{display:flex;align-items:center;gap:.8rem;width:100%;padding:.75rem .8rem;border:none;background:none;border-radius:12px;cursor:pointer;font-family:inherit;font-size:.88rem;color:var(--text-3);font-weight:500;transition:all .15s}.theme-toggle-desktop:hover{background:var(--accent-light);color:var(--text-1)}.tab-content{margin-left:240px;padding-bottom:0}.container{min-height:100vh;padding:2rem}.sidebar-legal-links{display:flex;flex-direction:column;gap:.05rem;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--tab-border)}.sidebar-legal-links a{font-size:.72rem;color:var(--text-4);text-decoration:none;padding:.25rem .5rem;border-radius:6px;transition:all .15s;letter-spacing:-.01em}.sidebar-legal-links a:hover{color:var(--accent);background:var(--accent-light)}.sidebar-copyright{font-size:.68rem;color:var(--text-5);padding:.3rem .5rem 0;margin-top:.3rem;border-top:1px dashed var(--tab-border)}.mobile-footer{display:none}}
