*{box-sizing:border-box}:root{--gh-blue: #0057ff;--gh-light-green: #8cfaae;--gh-black: #23241f;--gh-white: #ffffff;--gh-purple: #8233f0;--gh-red: #ed3d4f;--gh-green: #008f4b;--gh-yellow: #ffd100;--gh-cyan: #84e8fa;--gh-pink: #ffc7ff;--cb-card-shadow: 0 2px 8px rgba(0, 0, 0, .06);--cb-card-shadow-hover: 0 4px 16px rgba(0, 0, 0, .1);--cb-card-radius: 12px}@font-face{font-family:Chillow GH;src:url(/fonts/Chillow-GH.otf) format("opentype"),url(/fonts/Chillow-GH.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}body{margin:0;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f0f9f0,#e8f5e8);min-height:100vh;color:var(--gh-black);overflow-x:hidden}#root{min-height:100vh;width:100%}.app{min-height:100vh;display:flex;flex-direction:column;width:100%}.header{background:#fff;padding:12px 24px;box-shadow:0 1px 4px #00000014;width:100%;position:sticky;top:0;z-index:100}.header-content{max-width:960px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center}.header-home-btn{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;padding:4px 0}.header-logo{height:32px;object-fit:contain}.header-divider{color:#d1d5db;font-size:1.25rem;font-weight:300}.header-title{font-family:Chillow GH,Plus Jakarta Sans,sans-serif;font-size:1.5rem;color:var(--gh-blue)}.main{flex:1;padding:24px;width:100%;max-width:960px;margin:0 auto}.cb-browser{width:100%}.cb-filter-bar{margin-bottom:24px}.cb-search-wrapper{position:relative;margin-bottom:12px}.cb-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.cb-search-input{width:100%;padding:12px 40px 12px 42px;border:2px solid #e5e7eb;border-radius:10px;font-size:.9375rem;font-family:inherit;transition:border-color .2s;outline:none;background:#fff}.cb-search-input:focus{border-color:var(--gh-blue)}.cb-search-input::placeholder{color:#9ca3af}.cb-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;display:flex;align-items:center}.cb-filters-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.cb-difficulty-toggles{display:flex;gap:4px}.cb-difficulty-btn{padding:6px 14px;border:2px solid #e5e7eb;border-radius:20px;background:#fff;font-size:.8125rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s;color:#6b7280}.cb-difficulty-btn:hover{border-color:#d1d5db}.cb-difficulty-beginner.active{background:#ecfdf5;border-color:var(--gh-green);color:var(--gh-green)}.cb-difficulty-intermediate.active{background:#fffbeb;border-color:#d97706;color:#d97706}.cb-difficulty-advanced.active{background:#fef2f2;border-color:var(--gh-red);color:var(--gh-red)}.cb-filter-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;border:2px solid #e5e7eb;border-radius:20px;background:#fff;font-size:.8125rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s;color:#6b7280}.cb-filter-btn:hover{border-color:#d1d5db}.cb-filter-btn.active{background:#eff6ff;border-color:var(--gh-blue);color:var(--gh-blue)}.cb-favorites-btn.active{background:#fef2f2;border-color:var(--gh-red);color:var(--gh-red)}.cb-filter-count{background:var(--gh-blue);color:#fff;font-size:.6875rem;padding:1px 6px;border-radius:10px;font-weight:600}.cb-dropdown-container{position:relative}.cb-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:8px;box-shadow:0 4px 16px #0000001a;z-index:50;min-width:200px}.cb-dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;border-radius:6px;font-size:.875rem;transition:background .15s}.cb-dropdown-item:hover{background:#f3f4f6}.cb-dropdown-item input[type=checkbox]{accent-color:var(--gh-blue)}.cb-clear-btn{background:none;border:none;color:#9ca3af;font-size:.8125rem;font-family:inherit;cursor:pointer;padding:6px 10px;text-decoration:underline}.cb-clear-btn:hover{color:#6b7280}.cb-result-count{font-size:.8125rem;color:#9ca3af}.cb-recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%}@media(max-width:900px){.cb-recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.cb-recipe-grid{grid-template-columns:minmax(0,1fr);gap:8px}.cb-filters-row{gap:6px}.cb-difficulty-toggles{flex-wrap:wrap}}.cb-card{background:#fff;border-radius:var(--cb-card-radius);box-shadow:var(--cb-card-shadow);cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:10px;padding:10px 12px}.cb-card:hover{box-shadow:var(--cb-card-shadow-hover);transform:translateY(-1px)}.cb-card-emoji{font-size:1.5rem;line-height:1;flex-shrink:0}.cb-card-info{flex:1;min-width:0;display:flex;align-items:center;gap:8px}.cb-fun-name{font-family:Chillow GH,Plus Jakarta Sans,sans-serif;font-size:.9375rem;color:var(--gh-black);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cb-favorite-btn{width:28px;height:28px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#d1d5db;flex-shrink:0}.cb-favorite-btn:hover{color:var(--gh-red);background:#fef2f2}.cb-favorite-btn.cb-favorite-active{color:var(--gh-red)}.cb-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:.625rem;font-weight:600;white-space:nowrap;flex-shrink:0}.cb-badge-beginner{background:#ecfdf5;color:var(--gh-green)}.cb-badge-intermediate{background:#fffbeb;color:#d97706}.cb-badge-advanced{background:#fef2f2;color:var(--gh-red)}.cb-tags{display:flex;flex-wrap:wrap;gap:4px}.cb-tag{display:inline-block;padding:2px 8px;border-radius:8px;font-size:.6875rem;font-weight:500;background:#8cfaae40;color:var(--gh-green)}.cb-detail{max-width:800px;margin:0 auto}.cb-detail-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cb-back-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:var(--gh-blue);font-size:.9375rem;font-family:inherit;font-weight:500;cursor:pointer;padding:8px 0}.cb-back-btn:hover{text-decoration:underline}.cb-favorite-btn-detail{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#d1d5db}.cb-favorite-btn-detail:hover{border-color:var(--gh-red);color:var(--gh-red)}.cb-favorite-btn-detail.cb-favorite-active{border-color:var(--gh-red);color:var(--gh-red);background:#fef2f2}.cb-detail-hero{width:100%;height:300px;border-radius:var(--cb-card-radius);overflow:hidden;margin-bottom:24px}.cb-detail-hero img{width:100%;height:100%;object-fit:cover}.cb-detail-title-section{margin-bottom:32px}.cb-detail-title-section .cb-fun-name{font-size:2rem;margin-bottom:4px;display:flex;align-items:center;gap:10px;white-space:normal;overflow:visible;text-overflow:unset}.cb-detail-emoji{font-size:2.25rem;line-height:1}.cb-detail-real-name{font-size:1rem;color:#9ca3af;margin:0 0 16px}.cb-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px}.cb-meta-item{display:flex;align-items:center;gap:4px;font-size:.875rem;color:#6b7280}.cb-meta-item svg{flex-shrink:0}.cb-detail-equipment{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#6b7280;margin-top:8px}.cb-detail-section{background:#fff;border-radius:var(--cb-card-radius);padding:24px;margin-bottom:16px;box-shadow:var(--cb-card-shadow)}.cb-detail-section h2{font-family:Chillow GH,Plus Jakarta Sans,sans-serif;font-size:1.25rem;margin:0 0 16px;color:var(--gh-black);display:flex;align-items:center;gap:8px}.cb-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cb-section-header h2{margin-bottom:0}.cb-shopping-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:var(--gh-blue);color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s}.cb-shopping-btn:hover{background:#004ce6}.cb-ingredients-list{list-style:none;padding:0;margin:0}.cb-ingredients-list li{padding:8px 0;border-bottom:1px solid #f3f4f6;font-size:.9375rem}.cb-ingredients-list li:last-child{border-bottom:none}.cb-instructions-list{padding-left:20px;margin:0}.cb-instructions-list li{padding:10px 0 10px 8px;font-size:.9375rem;line-height:1.6;border-bottom:1px solid #f3f4f6}.cb-instructions-list li:last-child{border-bottom:none}.cb-instructions-list li::marker{color:var(--gh-blue);font-weight:700}.cb-tips-section{background:#fffbeb;border:1px solid #fef3c7}.cb-tips-section h2{color:#d97706}.cb-tips-section p{margin:0;font-size:.9375rem;line-height:1.6;color:#92400e}.cb-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:24px}.cb-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.cb-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f3f4f6}.cb-modal-title{display:flex;align-items:center;gap:12px}.cb-modal-mascot{height:40px}.cb-modal-title h2{margin:0;font-family:Chillow GH,Plus Jakarta Sans,sans-serif;font-size:1.25rem}.cb-modal-subtitle{margin:2px 0 0;font-size:.8125rem;color:#9ca3af}.cb-modal-close{width:36px;height:36px;border-radius:8px;border:none;background:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .2s}.cb-modal-close:hover{background:#e5e7eb}.cb-modal-body{flex:1;overflow-y:auto;padding:24px}.cb-kid-counter{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.cb-kid-counter label{font-weight:600;font-size:.9375rem}.cb-counter-controls{display:flex;align-items:center;gap:8px}.cb-counter-btn{width:32px;height:32px;border-radius:8px;border:2px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s}.cb-counter-btn:hover:not(:disabled){border-color:var(--gh-blue);color:var(--gh-blue)}.cb-counter-btn:disabled{opacity:.4;cursor:not-allowed}.cb-counter-input{width:56px;text-align:center;padding:6px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;outline:none}.cb-counter-input:focus{border-color:var(--gh-blue)}.cb-counter-input::-webkit-outer-spin-button,.cb-counter-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cb-counter-input[type=number]{-moz-appearance:textfield}.cb-shopping-list{list-style:none;padding:0;margin:0}.cb-shopping-item{padding:8px 0;border-bottom:1px solid #f3f4f6;font-size:.9375rem}.cb-shopping-item:last-child{border-bottom:none}.cb-modal-footer{padding:16px 24px;border-top:1px solid #f3f4f6}.cb-copy-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:var(--gh-blue);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s}.cb-copy-btn:hover{background:#004ce6}.cb-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.cb-empty-mascot{height:80px;margin-bottom:16px;opacity:.7}.cb-empty-mascot-pulse{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.cb-empty-message{font-size:.9375rem;color:#9ca3af;margin:0;max-width:280px}@media(max-width:600px){.header{padding:10px 16px}.header-logo{height:24px}.header-title{font-size:1.125rem}.main{padding:16px}.cb-detail-title-section .cb-fun-name{font-size:1.5rem}.cb-detail-hero{height:200px}.cb-detail-section{padding:16px}.cb-section-header{flex-direction:column;align-items:flex-start;gap:12px}.cb-modal{max-height:90vh}}
