:root{--background: hsl(40 30% 97%);--foreground: hsl(30 15% 18%);--card: hsl(40 30% 99%);--card-foreground: hsl(30 15% 18%);--primary: hsl(38 55% 52%);--primary-foreground: hsl(0 0% 100%);--secondary: hsl(40 20% 93%);--secondary-foreground: hsl(30 15% 18%);--muted: hsl(40 20% 93%);--muted-foreground: hsl(30 8% 50%);--accent: hsl(200 35% 75%);--accent-foreground: hsl(200 40% 18%);--border: hsl(40 15% 85%);--input: hsl(40 15% 85%);--ring: hsl(38 55% 52%);--radius-sm: .375rem;--radius: .5rem;--radius-md: .625rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;--font-serif: Georgia, "Times New Roman", serif;--max-width: 80rem}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background-color:var(--background);color:var(--foreground);line-height:1.6}.page-wrap{position:relative;min-height:100vh;min-height:100dvh;background:transparent}.page-wrap:before{content:"";position:fixed;top:0;bottom:0;left:-15px;width:25px;background:linear-gradient(90deg,rgba(150,180,200,.4) 0%,rgba(180,200,220,.35) 10%,rgba(220,230,240,.5) 25%,rgba(255,255,255,.4) 45%,rgba(255,255,255,.25) 65%,rgba(255,255,255,.1) 80%,transparent 96%);z-index:200;pointer-events:none;transform:skewY(-12deg) scaleY(1.08);border-radius:0;box-shadow:inset 10px 0 20px #64829626,inset 18px 0 30px #7896aa1a,5px 0 15px #0000001a,2px 0 8px #0000000f}.page-wrap:after{content:"";position:fixed;top:0;bottom:0;right:-15px;width:25px;background:linear-gradient(-90deg,rgba(150,180,200,.4) 0%,rgba(180,200,220,.35) 10%,rgba(220,230,240,.5) 25%,rgba(255,255,255,.4) 45%,rgba(255,255,255,.25) 65%,rgba(255,255,255,.1) 80%,transparent 96%);z-index:200;pointer-events:none;transform:skewY(12deg) scaleY(1.08);border-radius:0;box-shadow:inset -10px 0 20px #64829626,inset -18px 0 30px #7896aa1a,-5px 0 15px #0000001a,-2px 0 8px #0000000f}.page-wrap .top-glow{position:fixed;top:-60px;left:0;right:0;height:120px;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 50%,transparent 100%);z-index:5;pointer-events:none;filter:blur(25px)}.app-container{position:relative;min-height:100vh;min-height:100dvh;background:transparent}.app-header{position:sticky;top:0;z-index:50;width:100%;background-color:#faf8f5cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsl(40 15% 85% / .3)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem;height:3.5rem;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;flex-shrink:0}.brand-logo{width:2.25rem;height:2.25rem;border-radius:var(--radius-lg);background:var(--primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.brand-logo svg{width:1.5rem;height:1.5rem;color:var(--primary-foreground)}.brand-name{font-size:1rem;font-weight:600;color:var(--foreground);letter-spacing:.025em}.header-actions{display:flex;align-items:center;gap:.75rem}.icon-btn{width:2.25rem;height:2.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);background:transparent;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.icon-btn:hover{background-color:var(--muted);color:var(--foreground)}.icon-btn svg{width:1.125rem;height:1.125rem}.icon-btn.active{transform:rotate(180deg);transition:transform .3s ease}.theme-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000001a;z-index:150;display:none}.theme-overlay.active{display:block}.theme-menu{position:fixed;top:4rem;right:1rem;background-color:#fdfdfcf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1rem;z-index:200;display:none;min-width:200px;border:1px solid var(--border)}.theme-menu.active{display:block;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-.625rem)}to{opacity:1;transform:translateY(0)}}.theme-menu-title{font-size:.875rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.theme-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.625rem;border-radius:var(--radius-md);cursor:pointer;transition:background .2s}.theme-item:hover{background-color:var(--muted)}.theme-color{width:2.25rem;height:2.25rem;border-radius:var(--radius-md);border:2px solid var(--border);box-shadow:var(--shadow-sm)}.theme-name{font-size:.6875rem;color:var(--muted-foreground);text-align:center}.main-content{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.verse-section{width:100%;padding-top:1rem}.verse-card{margin:0 1rem;overflow:hidden;border:none;border-radius:var(--radius-xl);background:linear-gradient(135deg,#c8974114,#fbf5e999,#a9c7d61a);box-shadow:var(--shadow-sm)}.verse-card-content{padding:1.25rem}.verse-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.verse-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.verse-sparkle{display:flex;align-items:center;justify-content:center;color:var(--primary)}.verse-sparkle svg{width:1rem;height:1rem}.verse-label span:last-child{font-size:.75rem;font-weight:500;color:var(--primary);letter-spacing:.05em}.verse-refresh{width:1.75rem;height:1.75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);background:transparent;border:none;cursor:pointer;transition:all .2s ease;flex-shrink:0}.verse-refresh:hover{background-color:#faf8f5;color:var(--primary)}.verse-refresh svg{width:.875rem;height:.875rem}.verse-text{font-size:.9375rem;line-height:1.7;color:#352e27e6;font-family:var(--font-serif);font-style:italic;margin-top:.25rem}.verse-ref{font-size:.75rem;color:var(--muted-foreground);margin-top:.75rem;font-weight:500;letter-spacing:.025em}.modules-section{width:100%}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 1rem}.module-card{display:block;text-decoration:none;color:inherit;cursor:pointer;animation:fadeInUp .5s ease forwards;opacity:0;animation-delay:var(--delay, 0s)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}.module-card-inner{height:100%;overflow:hidden;background-color:var(--card);border:1px solid hsl(40 15% 85% / .5);border-radius:var(--radius-xl);transition:all .3s ease}.module-card:hover .module-card-inner{border-color:#c897414d;box-shadow:var(--shadow-md);transform:translateY(-3px)}.module-card:active .module-card-inner{transform:scale(.97)}.module-image{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(135deg,#f1eeea80,#f1eeea33)}.module-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.module-card:hover .module-image img{transform:scale(1.05)}.module-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.25) 100%)}.module-image-bottom{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;display:flex;align-items:center;gap:.375rem}.module-icon{width:1.75rem;height:1.75rem;border-radius:var(--radius-md);background-color:#ffffffe6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);flex-shrink:0}.module-icon svg{width:.875rem;height:.875rem;color:var(--primary);stroke-width:2}.module-name{font-size:.8125rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-content{padding:.75rem}.module-stats{display:flex;align-items:center;gap:.75rem}.module-views{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--muted-foreground)}.module-views-icon svg{width:.75rem;height:.75rem;stroke-width:2}.module-views-count{font-weight:500}.module-views-label{font-size:.625rem}.module-likes{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--muted-foreground)}.module-likes-icon svg{width:.75rem;height:.75rem;stroke-width:2}.module-likes-count{font-weight:500}.module-likes-label{font-size:.625rem}.recommend-section{width:100%;padding:0 1rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.section-title{font-size:1rem;font-weight:600;color:var(--foreground);display:flex;align-items:center;gap:.5rem}.section-dot{width:.375rem;height:.375rem;border-radius:9999px;background-color:var(--primary);display:inline-block}.recommend-list{display:flex;flex-direction:column;gap:.75rem}.recommend-item{display:block;text-decoration:none;color:inherit;cursor:pointer;animation:fadeInUp .5s ease forwards;opacity:0;animation-delay:var(--delay, 0s)}.recommend-item-inner{display:flex;align-items:center;gap:.75rem;overflow:hidden;background-color:var(--card);border:1px solid hsl(40 15% 85% / .4);border-radius:var(--radius-xl);transition:all .3s ease}.recommend-item:hover .recommend-item-inner{border-color:#c8974133;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.recommend-image{width:5rem;height:5rem;flex-shrink:0;overflow:hidden;background-color:#f1eeea80}.recommend-image img{width:100%;height:100%;object-fit:cover}.recommend-content{flex:1;min-width:0;padding:.75rem 0}.recommend-badge{display:inline-flex;align-items:center;justify-content:center;height:1.25rem;padding:0 .375rem;font-size:.625rem;font-weight:500;color:var(--secondary-foreground);background-color:var(--secondary);border-radius:var(--radius);margin-bottom:.25rem}.recommend-title{font-size:.875rem;font-weight:500;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.125rem}.recommend-summary{font-size:.75rem;color:var(--muted-foreground);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recommend-stats{display:flex;align-items:center;gap:.75rem;margin-top:.375rem}.recommend-views{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--muted-foreground)}.recommend-views-icon svg{width:.75rem;height:.75rem;stroke-width:2}.recommend-views-label{font-size:.625rem}.recommend-likes{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--muted-foreground)}.recommend-likes-icon svg{width:.75rem;height:.75rem;stroke-width:2}.recommend-likes-count{font-weight:500}.recommend-likes-label{font-size:.625rem}.recommend-views-count{font-weight:500}.recommend-arrow{padding-right:.75rem;flex-shrink:0;color:#8a807580}.recommend-arrow svg{width:1rem;height:1rem}.bottom-spacer{height:1rem}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;background-color:#fdfdfcf2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid hsl(40 15% 85% / .6);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav-inner{display:flex;align-items:center;justify-content:space-around;height:4rem;max-width:48rem;margin:0 auto}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;min-width:0;padding:.25rem .5rem;border-radius:var(--radius-md);text-decoration:none;cursor:pointer;transition:color .2s ease;color:var(--muted-foreground)}.nav-item:hover{color:var(--foreground)}.nav-item:active{transform:scale(.95)}.nav-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-icon svg{width:1.25rem;height:1.25rem;stroke-width:2}.nav-label{font-size:.6875rem;line-height:1;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:4rem}.nav-item.nav-item-active{color:var(--primary)}.nav-item.nav-item-active .nav-icon svg{stroke-width:2.5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:var(--radius-xl);padding:1rem;max-width:90%;max-height:80%;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:scaleIn .3s ease}.modal-content img{display:block;max-width:100%;max-height:70vh;border-radius:var(--radius-md)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.share-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:none}.share-overlay.active{display:block}.share-panel{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:1.25rem 1.25rem 0 0;z-index:1001;padding:1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);max-width:40rem;margin:0 auto}.share-panel.active{transform:translateY(0)}.share-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.share-header h3{margin:0;font-size:1rem;font-weight:600;color:#333}.share-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;line-height:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition:background .2s}.share-close:hover{background:#f0f0f0}.share-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem}.share-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;padding:.625rem .3125rem;border-radius:var(--radius-md);transition:background .2s}.share-item:active{background:#f0f0f0}.share-icon-wrap{width:3.25rem;height:3.25rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.625rem}.share-icon-wrap.wechat{background:#07c160;color:#fff}.share-icon-wrap.qq{background:#12b7f5;color:#fff}.share-icon-wrap.weibo{background:#e6162d;color:#fff}.share-icon-wrap.link{background:#f0f0f0;color:#333}.share-item span{font-size:.75rem;color:#666}.share-cancel-btn{width:100%;padding:.875rem;border:none;background:#f5f5f5;border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;color:#333;cursor:pointer;transition:background .2s}.share-cancel-btn:active{background:#e8e8e8}.qr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1002;display:none;justify-content:center;align-items:center}.qr-overlay.active{display:flex}.qr-panel{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;text-align:center;max-width:300px;width:90%;animation:scaleIn .3s ease}.qr-panel p{font-size:.9375rem;color:#333;margin-bottom:1rem;font-weight:500}.qr-panel img{width:200px;height:200px;border:1px solid #eee;border-radius:var(--radius-md)}.qr-panel button{margin-top:1rem;padding:.625rem 2rem;border:none;background:var(--primary);color:#fff;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.qr-panel button:active{background:#a67b30}.mobile-share-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000bf;color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-size:.875rem;z-index:9999;opacity:0;transition:opacity .3s}.mobile-share-toast.show{opacity:1}@media (max-width: 380px){.module-grid{gap:.625rem}.module-content{padding:.625rem}.module-subtitle,.nav-label{font-size:.625rem}}@media (min-width: 640px){.main-content{gap:2rem}.verse-card{margin:0 1.5rem}.verse-card-content{padding:1.5rem}.module-grid{gap:1rem;padding:0 1.5rem}.recommend-section{padding:0 1.5rem}}@media (min-width: 768px){.module-grid{grid-template-columns:repeat(4,1fr);gap:1rem}.header-inner{padding:0 2rem}}@media (min-width: 1024px){.module-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.verse-card{margin:0 2rem}.module-grid,.recommend-section{padding:0 2rem}}@supports (padding-bottom: env(safe-area-inset-bottom)){.bottom-nav{padding-bottom:env(safe-area-inset-bottom)}.share-panel{padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}}.profile-page{padding:1rem 1rem 5rem;max-width:768px;margin:0 auto}.profile-header{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--card);border-radius:var(--radius-lg);margin-bottom:1rem;box-shadow:0 1px 3px #0000000d;border:1px solid var(--border)}.profile-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,hsl(38,60%,65%) 100%);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.profile-avatar svg{width:28px;height:28px}.profile-info{flex:1;min-width:0}.profile-name{font-size:1.125rem;font-weight:600;color:var(--foreground);margin:0 0 .25rem}.profile-desc{font-size:.8125rem;color:var(--muted-foreground);margin:0;line-height:1.4}.profile-days{text-align:center;flex-shrink:0}.days-num{display:block;font-size:1.5rem;font-weight:700;color:var(--primary);line-height:1}.days-label{font-size:.75rem;color:var(--muted-foreground)}.stats-card{background:var(--card);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d;border:1px solid var(--border)}.stats-title{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.stats-icon{width:20px;height:20px;color:var(--primary)}.stats-icon svg{width:100%;height:100%}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.stat-item{text-align:center}.stat-icon{width:36px;height:36px;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--muted)}.stat-icon svg{width:18px;height:18px}.stat-value{font-size:1.125rem;font-weight:700;color:var(--foreground);line-height:1;margin-bottom:.25rem}.stat-label{font-size:.6875rem;color:var(--muted-foreground)}.ai-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#f6f4fb,#f4f9fb);border-radius:var(--radius-lg);margin-bottom:1rem;cursor:pointer;transition:all .2s;border:1px solid hsl(260,30%,90%)}.ai-card:active{transform:scale(.98)}.ai-card-left{display:flex;align-items:center;gap:.875rem}.ai-icon{width:44px;height:44px;border-radius:var(--radius-md);background:linear-gradient(135deg,#9470db,#5cadd6);display:flex;align-items:center;justify-content:center;color:#fff}.ai-icon svg{width:22px;height:22px}.ai-info{flex:1}.ai-title{font-size:.9375rem;font-weight:600;color:var(--foreground);margin:0 0 .25rem}.ai-desc{font-size:.75rem;color:var(--muted-foreground);margin:0}.ai-arrow{color:var(--muted-foreground);flex-shrink:0}.ai-arrow svg{width:18px;height:18px}.settings-group{margin-bottom:1rem}.settings-group-title{font-size:.8125rem;font-weight:500;color:var(--muted-foreground);padding:0 .75rem .5rem;text-transform:none}.settings-list{background:var(--card);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 3px #0000000d;border:1px solid var(--border)}.settings-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid var(--border)}.settings-item:last-child{border-bottom:none}.settings-item:active{background:var(--muted)}.settings-icon{width:32px;height:32px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.settings-icon svg{width:16px;height:16px}.settings-content{flex:1;min-width:0}.settings-name{display:block;font-size:.9375rem;color:var(--foreground);font-weight:500}.settings-desc{display:block;font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.settings-arrow{color:var(--muted-foreground);flex-shrink:0}.settings-arrow svg{width:16px;height:16px}.settings-switch{flex-shrink:0}.switch{width:44px;height:24px;border-radius:12px;background:var(--muted);position:relative;cursor:pointer;transition:background .3s}.switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .3s}.switch.switch-active{background:var(--primary)}.switch.switch-active .switch-thumb{transform:translate(20px)}@media (min-width: 640px){.profile-page{padding:1.5rem 1.5rem 6rem}.profile-header,.stats-card{padding:1.5rem}.stats-grid{gap:1rem}.settings-item{padding:1rem 1.25rem}}@media (min-width: 768px){.profile-page{padding:2rem 2rem 6rem}}
