:root{--orange: #FF6B35;--orange-light: #FF8C5A;--orange-pale: #FFF0EA;--green: #2ECC71;--green-dark: #27AE60;--green-pale: #E8F8EE;--blue: #3498DB;--blue-pale: #EAF4FD;--bg: #F8F5F0;--white: #FFFFFF;--text: #1A1A1A;--text-gray: #888888;--text-light: #BBBBBB;--border: #EEEBE5;--shadow-sm: 0 2px 10px rgba(0,0,0,.06);--shadow: 0 4px 24px rgba(0,0,0,.08);--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--nav-height: 64px;--header-height: 56px;--font: "Nunito", system-ui, sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #121212;--white: #1E1E1E;--text: #F5F5F5;--text-gray: #AAAAAA;--border: #2A2A2A}}[data-dark=true]{--bg: #121212;--white: #1E1E1E;--text: #F5F5F5;--text-gray: #AAAAAA;--border: #2A2A2A}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}#app{display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh;max-width:500px;margin:0 auto;position:relative;overflow:hidden;background:var(--bg);box-shadow:0 0 40px #00000026}.scroll-view{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding-bottom:var(--nav-height)}.scroll-view::-webkit-scrollbar{display:none}.safe-top{padding-top:env(safe-area-inset-top,0px)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}h1{font-size:1.4rem;font-weight:900}h2{font-size:1.1rem;font-weight:800}h3{font-size:.95rem;font-weight:800}.text-orange{color:var(--orange)}.text-gray{color:var(--text-gray)}.text-sm{font-size:.75rem}.text-xs{font-size:.68rem}.font-bold{font-weight:700}.font-black{font-weight:900}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.w-full{width:100%}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.chip{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:20px;font-size:.72rem;font-weight:700;border:1.5px solid var(--border);background:var(--white);color:var(--text);white-space:nowrap;cursor:pointer;transition:all .15s;flex-shrink:0}.chip.active,.chip:active{background:var(--orange);border-color:var(--orange);color:#fff}.chips-row{display:flex;gap:6px;overflow-x:auto;padding:0 16px}.chips-row::-webkit-scrollbar{display:none}.btn-primary{width:100%;background:linear-gradient(90deg,var(--orange),#FF9A3C);color:#fff;border:none;border-radius:var(--radius);padding:13px;font-size:.85rem;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font)}.btn-secondary{width:100%;background:var(--bg);color:var(--text);border:1.5px solid var(--border);border-radius:var(--radius);padding:11px;font-size:.82rem;font-weight:800;cursor:pointer;font-family:var(--font)}.badge{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:6px;font-size:.68rem;font-weight:700}.badge-orange{background:var(--orange-pale);color:var(--orange)}.badge-green{background:var(--green-pale);color:var(--green-dark)}.badge-gray{background:var(--bg);color:var(--text-gray)}.divider{height:1px;background:var(--border);margin:0 16px}.section-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 8px}.section-header h2{font-size:.85rem}.section-header a{font-size:.72rem;color:var(--orange);font-weight:700;text-decoration:none}img.lazy{opacity:0;transition:opacity .3s}img.lazy.loaded{opacity:1}.skeleton{background:linear-gradient(90deg,var(--border) 25%,#E8E4DE 50%,var(--border) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.toast{position:fixed;bottom:calc(var(--nav-height) + 12px);left:50%;transform:translate(-50%);background:var(--text);color:var(--white);padding:10px 18px;border-radius:var(--radius);font-size:.78rem;font-weight:700;z-index:1000;animation:toast-in .2s ease,toast-out .2s ease 2.3s forwards;white-space:nowrap;box-shadow:var(--shadow)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}}@keyframes toast-out{to{opacity:0;transform:translate(-50%) translateY(8px)}}button:active:not([disabled]),a:active{opacity:.75}button,a,[role=button]{position:relative}button:after,a:after{content:"";position:absolute;inset:-6px;min-width:44px;min-height:44px}.icon-btn-sm{min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}:root{--brown-warn: #7B4400;--brown-tip: #7B5500;--brown-tip2: #AA4400;--green-text: #1A6B3A;--dark-surface: #1A1A1A;--dark-surface2: #252525;--dark-border: #333333;--dark-text: #CCCCCC;--dark-muted: #888888}.text-xxs{font-size:.625rem}.badge,.tag,.chip,.meta-item{font-size:max(.625rem,10px)}.clear-btn-wrap{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:-8px;padding:8px;cursor:pointer}.bottom-nav{display:flex;background:var(--white);border-top:1px solid var(--border);padding:6px 0 8px;flex-shrink:0;height:var(--nav-height)}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--text-light);padding:4px 0;position:relative}.nav-item.active{color:var(--orange)}.nav-icon{font-size:20px;line-height:1}.nav-label{font-size:.62rem;font-weight:700}.nav-dot{position:absolute;bottom:0;width:16px;height:3px;border-radius:2px;background:var(--orange)}#toast-container{position:fixed;bottom:calc(var(--nav-height) + 16px);left:50%;transform:translate(-50%);z-index:9999;pointer-events:none}
