*{margin:0;padding:0;box-sizing:border-box}:root{--red: #C0120C;--red-dark: #8B0000;--red-light: #F8E8E8;--black: #0D0D0D;--black-soft: #1A1A1A;--white: #FFFFFF;--gray: #F5F5F5;--gray-dark: #666666;--border: #E5E5E5}body{font-family:Inter,sans-serif;background:var(--white);color:var(--black);min-height:100vh}h1,h2,h3,h4{font-family:Playfair Display,serif}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray)}::-webkit-scrollbar-thumb{background:var(--red);border-radius:3px}.app{max-width:480px;margin:0 auto;min-height:100vh;position:relative;background:var(--white);box-shadow:0 0 40px #0000001a}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:var(--black);display:flex;justify-content:space-around;padding:12px 0 20px;z-index:100;border-top:2px solid var(--red)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#888;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:color .2s;padding:4px 16px;background:none;border:none}.nav-item.active{color:var(--red)}.nav-item svg{width:22px;height:22px}.page{padding-bottom:80px;min-height:100vh}.hero{background:var(--black);padding:50px 24px 40px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(192,18,12,.15) 0%,transparent 60%)}.hero-logo{width:70px;height:70px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-family:Playfair Display,serif;font-size:28px;font-weight:900;color:#fff;position:relative;z-index:1}.hero h1{color:var(--white);font-size:24px;line-height:1.3;margin-bottom:10px;position:relative;z-index:1}.hero p{color:#aaa;font-size:13px;line-height:1.6;position:relative;z-index:1}.red-accent{color:var(--red)}.section{padding:24px 20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{font-size:20px;font-weight:700;color:var(--black)}.section-link{font-size:13px;color:var(--red);font-weight:500;cursor:pointer}.card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;margin-bottom:16px;border:1px solid var(--border)}.card-body{padding:16px}.card-tag{display:inline-block;background:var(--red-light);color:var(--red);font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.card-title{font-size:16px;font-weight:700;color:var(--black);margin-bottom:6px;line-height:1.4}.card-meta{font-size:12px;color:var(--gray-dark);margin-bottom:12px}.card-desc{font-size:13px;color:#444;line-height:1.6}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark)}.btn-outline{background:transparent;border:2px solid var(--red);color:var(--red)}.btn-black{background:var(--black);color:#fff}.btn-full{width:100%;justify-content:center}.audio-player{background:var(--black);padding:20px;border-radius:16px;margin:16px 20px;color:#fff}.player-title{font-size:16px;font-weight:700;margin-bottom:4px;font-family:Playfair Display,serif}.player-meta{font-size:12px;color:#888;margin-bottom:16px}.player-controls{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:16px}.play-btn{width:52px;height:52px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .2s}.play-btn:hover{transform:scale(1.05)}.ctrl-btn{background:none;color:#888;display:flex;align-items:center;justify-content:center}.ctrl-btn:hover{color:#fff}.progress-bar{width:100%;height:4px;background:#333;border-radius:2px;cursor:pointer;margin-bottom:8px}.progress-fill{height:100%;background:var(--red);border-radius:2px;transition:width .1s}.time-labels{display:flex;justify-content:space-between;font-size:11px;color:#666}.scripture{background:var(--black);padding:24px 20px;margin:0 0 4px;text-align:center}.scripture-text{font-family:Playfair Display,serif;font-size:16px;color:#fff;line-height:1.6;font-style:italic;margin-bottom:8px}.scripture-ref{font-size:12px;color:var(--red);font-weight:600;text-transform:uppercase;letter-spacing:1px}.partner-hero{background:linear-gradient(135deg,var(--red-dark),var(--red));padding:40px 24px;text-align:center;color:#fff}.partner-hero h2{font-size:26px;margin-bottom:12px}.partner-hero p{font-size:14px;line-height:1.7;opacity:.9}.partner-option{display:flex;align-items:flex-start;gap:16px;padding:20px;border-bottom:1px solid var(--border)}.partner-icon{width:44px;height:44px;background:var(--red-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--red);flex-shrink:0}.partner-info h4{font-size:15px;margin-bottom:4px}.partner-info p{font-size:13px;color:var(--gray-dark);line-height:1.5}.teaching-content{padding:20px;font-size:15px;line-height:1.9;color:#333;white-space:pre-line}.event-card{display:flex;gap:16px;padding:16px 20px;border-bottom:1px solid var(--border)}.event-date-box{background:var(--red);color:#fff;border-radius:10px;padding:8px 12px;text-align:center;min-width:52px;flex-shrink:0}.event-date-box .month{font-size:10px;text-transform:uppercase;letter-spacing:1px}.event-date-box .day{font-size:22px;font-weight:700;font-family:Playfair Display,serif}.event-info h4{font-size:15px;font-weight:600;margin-bottom:4px}.event-info p{font-size:12px;color:var(--gray-dark);line-height:1.5}.event-type{display:inline-block;background:var(--red-light);color:var(--red);font-size:10px;font-weight:600;padding:2px 8px;border-radius:20px;text-transform:uppercase;margin-bottom:4px}.page-header{background:var(--black);padding:20px;color:#fff}.page-header h2{font-size:22px;margin-bottom:4px}.page-header p{font-size:13px;color:#888}.search-bar{display:flex;align-items:center;gap:10px;background:var(--gray);border-radius:10px;padding:10px 16px;margin:16px 20px}.search-bar input{border:none;background:none;font-size:14px;width:100%;outline:none;color:var(--black)}.more-item{display:flex;align-items:center;gap:16px;padding:18px 20px;border-bottom:1px solid var(--border);cursor:pointer}.more-item-icon{width:40px;height:40px;background:var(--gray);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--red)}.more-item-text h4{font-size:15px;font-weight:500;margin-bottom:2px}.more-item-text p{font-size:12px;color:var(--gray-dark)}.chevron{margin-left:auto;color:#ccc}.no-audio{background:var(--gray);border-radius:8px;padding:12px 16px;font-size:13px;color:var(--gray-dark);text-align:center;margin-top:12px}
