@layer base{:root{--brown-50: #FDF8F3;--brown-100: #F5EDE3;--brown-200: #E8D4C0;--brown-300: #D4B896;--brown-400: #C4A77D;--brown-500: #8B6F47;--brown-600: #6B5637;--brown-700: #5C4A30;--brown-800: #4A3B26;--brown-900: #3D3020;--blue-50: #F0F7FC;--blue-100: #D6EBF8;--blue-200: #B3D9F2;--blue-300: #8AC4EA;--blue-400: #7AB8E8;--blue-500: #4A90D9;--blue-600: #3A7BC8;--blue-700: #2E5C8A;--blue-800: #264A6E;--blue-900: #1F3D5C;--purple-100: #f3e8ff;--purple-200: #d8b4fe;--purple-300: #c084fc;--purple-400: #a855f7;--purple-500: #8b5cf6;--purple-600: #7c3aed;--purple-700: #6b21a8;--gradient-warm: linear-gradient(135deg, #FFF8F0 0%, #F5EDE3 50%, #FAF0E8 100%);--gradient-accent: linear-gradient(135deg, var(--brown-400) 0%, var(--blue-400) 100%);--gradient-hero: linear-gradient(180deg, #FFF8F0 0%, #F5EDE3 30%, #E8F4FC 100%);--gradient-purple: linear-gradient(135deg, #9d84b7 0%, #6a4c93 100%);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(139, 111, 71, .05);--shadow-sm: 0 2px 8px rgba(139, 111, 71, .08);--shadow-md: 0 4px 16px rgba(139, 111, 71, .1);--shadow-lg: 0 8px 32px rgba(139, 111, 71, .12);--shadow-xl: 0 16px 48px rgba(139, 111, 71, .15);--shadow-glow: 0 0 40px rgba(122, 184, 232, .3);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--font-mono: "SF Mono", "Monaco", "Inconsolata", monospace;--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--z-base: 0;--z-dropdown: 100;--z-sticky: 200;--z-modal: 300;--z-popover: 400;--z-tooltip: 500;--z-hamburger: 1500;--breakpoint-xs: 320px;--breakpoint-sm: 375px;--breakpoint-md: 414px;--breakpoint-lg: 600px;--breakpoint-xl: 768px;--breakpoint-2xl: 900px;--breakpoint-3xl: 1000px;--breakpoint-4xl: 1200px;--text-xs: clamp(.75rem, 2vw, .875rem);--text-sm: clamp(.875rem, 2.5vw, 1rem);--text-base: clamp(1rem, 3vw, 1.125rem);--text-lg: clamp(1.125rem, 3.5vw, 1.25rem);--text-xl: clamp(1.25rem, 4vw, 1.5rem);--text-2xl: clamp(1.5rem, 5vw, 2rem);--text-3xl: clamp(1.75rem, 6vw, 2.5rem);--text-4xl: clamp(2rem, 7vw, 3rem)}[data-astro-cid-sckkx6r4]{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--gradient-warm);background-attachment:fixed;color:var(--brown-800);line-height:1.6;min-height:100vh;overflow-x:hidden;-webkit-text-size-adjust:100%}[data-astro-cid-sckkx6r4]::selection{background:var(--blue-200);color:var(--brown-800)}a[data-astro-cid-sckkx6r4]{text-decoration:none}img[data-astro-cid-sckkx6r4]{max-width:100%;height:auto}}@layer components{.container-cute[data-astro-cid-sckkx6r4]{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:414px){.container-cute[data-astro-cid-sckkx6r4]{padding:0 16px}}.text-center[data-astro-cid-sckkx6r4]{text-align:center}.card-cute[data-astro-cid-sckkx6r4]{background:#ffffffd9;backdrop-filter:blur(12px);border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow-lg);transition:all var(--duration-normal) ease}.card-cute[data-astro-cid-sckkx6r4]:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.divider-cute[data-astro-cid-sckkx6r4]{height:2px;background:linear-gradient(90deg,transparent,var(--brown-200),transparent);border-radius:var(--radius-full)}.text-gradient-cute[data-astro-cid-sckkx6r4]{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}}@layer utilities{.text-ellipsis[data-astro-cid-sckkx6r4]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.touch-target[data-astro-cid-sckkx6r4]{min-height:44px;min-width:44px}.scrollbar-hide[data-astro-cid-sckkx6r4]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[data-astro-cid-sckkx6r4]::-webkit-scrollbar{display:none}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{[data-astro-cid-sckkx6r4]::selection{background:var(--blue-200);color:var(--brown-800)}a[data-astro-cid-sckkx6r4]{@apply transition-colors duration-200;}img[data-astro-cid-sckkx6r4]{@apply max-w-full h-auto;}}@layer utilities{.text-ellipsis[data-astro-cid-sckkx6r4]{@apply overflow-hidden text-ellipsis whitespace-nowrap;}.text-ellipsis-2[data-astro-cid-sckkx6r4]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-ellipsis-3[data-astro-cid-sckkx6r4]{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.glass-nav[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(196,167,71,.2)}.nav-content[data-astro-cid-pux6a34n]{display:flex;align-items:center;justify-content:flex-start;gap:30px;height:70px;max-width:1400px;margin:0 auto;padding:0 40px}.logo-wrapper[data-astro-cid-pux6a34n]{display:flex;align-items:center;flex-shrink:0}.logo-img[data-astro-cid-pux6a34n]{height:50px;width:auto;border-radius:8px;transition:transform .3s ease}.logo-img[data-astro-cid-pux6a34n]:hover{transform:scale(1.05)}.nav-links[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end}.nav-link[data-astro-cid-pux6a34n]{padding:8px 16px;color:#6b5637;text-decoration:none;border-radius:20px;font-weight:500;font-size:14px;transition:all .3s ease;white-space:nowrap}.nav-link[data-astro-cid-pux6a34n]:hover{background:#fff9;color:#4a90d9}.hamburger-btn[data-astro-cid-pux6a34n]{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;padding:0;background:transparent;border:none;cursor:pointer;z-index:1500}.hamburger-line[data-astro-cid-pux6a34n]{display:block;width:100%;height:3px;background:#6b5637;border-radius:2px;transition:all .3s ease}.hamburger-btn[data-astro-cid-pux6a34n].active .hamburger-line[data-astro-cid-pux6a34n]:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.hamburger-btn[data-astro-cid-pux6a34n].active .hamburger-line[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.hamburger-btn[data-astro-cid-pux6a34n].active .hamburger-line[data-astro-cid-pux6a34n]:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}.mobile-menu[data-astro-cid-pux6a34n]{display:none;position:fixed;top:70px;left:0;right:0;background:#fffffffa;backdrop-filter:blur(20px);padding:20px;box-shadow:0 4px 20px #0000001a;z-index:1499;transform:translateY(-100%);opacity:0;transition:all .3s ease}.mobile-menu[data-astro-cid-pux6a34n].active{display:block;transform:translateY(0);opacity:1}.mobile-nav-link[data-astro-cid-pux6a34n]{display:block;padding:14px 20px;color:#6b5637;font-size:16px;font-weight:500;border-radius:12px;margin-bottom:6px;transition:all .3s ease;text-decoration:none}.mobile-nav-link[data-astro-cid-pux6a34n]:hover{background:#d6ebf880;color:#4a90d9}body.menu-open{overflow:hidden}@media(max-width:1100px){.nav-content[data-astro-cid-pux6a34n]{gap:20px;padding:0 30px}.nav-link[data-astro-cid-pux6a34n]{padding:8px 14px;font-size:13px}}@media(max-width:900px){.nav-content[data-astro-cid-pux6a34n]{padding:0 20px}.nav-link[data-astro-cid-pux6a34n]{padding:6px 12px;font-size:12px}.logo-img[data-astro-cid-pux6a34n]{height:42px}}@media(max-width:768px){.desktop-only[data-astro-cid-pux6a34n]{display:none!important}.mobile-only[data-astro-cid-pux6a34n]{display:flex!important}.nav-content[data-astro-cid-pux6a34n]{height:60px;justify-content:space-between;padding:0 20px}.logo-img[data-astro-cid-pux6a34n]{height:40px}.hamburger-btn[data-astro-cid-pux6a34n]{display:flex}}.site-uptime{text-align:left;padding:12px;background:#fff9;border:1px solid rgba(196,167,125,.3);border-radius:10px}.uptime-header{display:flex;align-items:center;gap:6px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px dashed rgba(196,167,125,.3)}.uptime-icon{font-size:14px}.uptime-label{font-size:11px;color:#8b6f47;font-weight:600}.uptime-display{display:flex;align-items:flex-start;gap:4px;margin-bottom:6px}.time-unit{display:flex;flex-direction:column;align-items:center;min-width:36px;padding:6px 4px;background:#fffc;border:1px solid rgba(196,167,125,.2);border-radius:6px}.time-value{font-size:18px;font-weight:700;color:#6b5637;line-height:1;font-variant-numeric:tabular-nums}.time-label{font-size:9px;color:#8b6f47;margin-top:3px;text-transform:uppercase;letter-spacing:.5px}.time-separator{font-size:16px;font-weight:700;color:#6b5637;opacity:.4;margin-top:6px}.uptime-since{font-size:10px;color:#a08b6e;padding-top:6px;border-top:1px dashed rgba(196,167,125,.3);margin-top:4px}@media(max-width:480px){.site-uptime{padding:10px}.time-value{font-size:16px}.time-unit{min-width:32px;padding:5px 3px}.time-separator{font-size:14px}}.site-footer[data-astro-cid-sz7xmlte]{position:relative;background:linear-gradient(180deg,#f5ede3,#faf6f0,#fff8f0);border-top:1px solid rgba(196,167,125,.2);padding:70px 20px 40px;overflow:hidden}.footer-decoration[data-astro-cid-sz7xmlte]{position:absolute;inset:0;pointer-events:none}.deco-orb[data-astro-cid-sz7xmlte]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.deco-1[data-astro-cid-sz7xmlte]{width:400px;height:400px;background:linear-gradient(135deg,#e8d4c0,#c4a77d);top:-100px;left:-100px}.deco-2[data-astro-cid-sz7xmlte]{width:350px;height:350px;background:linear-gradient(135deg,#d6ebf8,#b3d9f2);bottom:-100px;right:-100px}.container[data-astro-cid-sz7xmlte]{max-width:1100px;margin:0 auto;position:relative;z-index:1}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;margin-bottom:50px}.footer-brand[data-astro-cid-sz7xmlte]{padding-right:30px}.footer-logo[data-astro-cid-sz7xmlte]{font-size:clamp(1.5rem,4vw,26px);font-weight:700;color:#6b5637;margin-bottom:18px;letter-spacing:2px}.footer-desc[data-astro-cid-sz7xmlte]{color:#8b6f47;font-size:clamp(.875rem,2.5vw,15px);line-height:1.8;margin:0 0 15px}.license-text[data-astro-cid-sz7xmlte]{color:#8b6f47;font-size:clamp(.75rem,2vw,13px);opacity:.7;line-height:1.7}.license-text[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#6b5637;text-decoration:underline}.license-text[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#4a90d9}.footer-links[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte],.footer-colors[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:16px;font-weight:600;color:#6b5637;margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid rgba(196,167,125,.3);display:inline-block}.uptime-wrapper[data-astro-cid-sz7xmlte]{margin:12px 0 16px;padding:12px;background:#ffffff80;border-radius:12px}.copyright[data-astro-cid-sz7xmlte]{color:#8b6f47;font-size:13px;margin:12px 0 10px}.icp-link[data-astro-cid-sz7xmlte]{display:inline-block;color:#6b5637;font-size:13px;font-weight:500;text-decoration:none;padding:8px 18px;background:linear-gradient(135deg,#fff9,#fff6);border-radius:25px;border:1px solid rgba(196,167,125,.3);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #6b56371a;margin-top:8px}.icp-link[data-astro-cid-sz7xmlte]:hover{background:linear-gradient(135deg,#ffffffe6,#ffffffb3);transform:translateY(-3px);box-shadow:0 6px 20px #6b563726;border-color:#c4a77d80}.palette-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.color-dot-wrapper[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#fff6;border-radius:10px;transition:all .2s ease}.color-dot-wrapper[data-astro-cid-sz7xmlte]:hover{background:#ffffffb3;transform:scale(1.02)}.color-dot[data-astro-cid-sz7xmlte]{width:32px;height:32px;border-radius:8px;flex-shrink:0;box-shadow:0 3px 10px #00000026;border:2px solid rgba(255,255,255,.5)}.color-dot-wrapper[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-size:11px;color:#6b5637;font-family:SF Mono,Monaco,monospace;font-weight:600;letter-spacing:.5px}.footer-divider[data-astro-cid-sz7xmlte]{height:1px;background:linear-gradient(90deg,transparent,rgba(196,167,125,.3),transparent);margin:30px 0}.footer-bottom[data-astro-cid-sz7xmlte]{text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:#8b6f47;font-size:13px;margin:0;opacity:.6}@media(max-width:900px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:40px}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:span 2;padding-right:0;text-align:center}.footer-colors[data-astro-cid-sz7xmlte]{text-align:center}.palette-grid[data-astro-cid-sz7xmlte]{justify-content:center}}@media(max-width:600px){.site-footer[data-astro-cid-sz7xmlte]{padding:50px 16px 30px}.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:35px}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:span 1}.footer-links[data-astro-cid-sz7xmlte],.footer-colors[data-astro-cid-sz7xmlte]{text-align:center}.color-dot-wrapper[data-astro-cid-sz7xmlte]{justify-content:center}.footer-divider[data-astro-cid-sz7xmlte]{margin:20px 0}}@media(max-width:375px){.footer-logo[data-astro-cid-sz7xmlte]{font-size:20px}.footer-desc[data-astro-cid-sz7xmlte]{font-size:13px}.license-text[data-astro-cid-sz7xmlte]{font-size:11px}.copyright[data-astro-cid-sz7xmlte]{font-size:12px}.icp-link[data-astro-cid-sz7xmlte]{font-size:11px;padding:4px 12px}.color-dot[data-astro-cid-sz7xmlte]{width:24px;height:24px}.color-dot-wrapper[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-size:11px}}
