:root{--background: #ffffff;--card-bg: #ffffff;--card-bg-hover: #f8f9fa;--text: #2d3748;--text-light: #718096;--text-primary: #1a365d;--primary: #3182ce;--primary-light: #63b3ed;--secondary: #718096;--border: #e2e8f0;--shadow: 0 2px 4px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--transition-fast: .2s ease;--transition-normal: .3s ease}.theme-vibrant{background-color:var(--background);color:var(--text)}.theme-vibrant .modern-card{background:var(--card-bg);border-radius:24px;box-shadow:var(--shadow);border:1px solid var(--border);padding:2rem;margin:1rem;transition:transform .2s ease}.theme-vibrant .modern-card:hover{transform:translateY(-4px)}.theme-vibrant .feed-list-tiled{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:2rem}.theme-vibrant .zap-button{background:var(--primary);color:#fff;border:none;border-radius:12px;padding:.8rem 1.5rem;font-weight:600;cursor:pointer;transition:background .2s ease}.theme-vibrant .zap-button:hover{background:var(--primary-light)}.theme-vibrant .profile-card{text-align:center;max-width:500px;margin:2rem auto}.theme-vibrant .nav-profile-avatar{border:3px solid var(--primary);padding:3px;border-radius:50%;transition:transform .2s ease}.theme-vibrant .nav-profile-avatar:hover{transform:scale(1.05)}.theme-vibrant .zap-progress{margin:1rem 0}.theme-vibrant .zap-progress progress{width:100%;height:8px;border-radius:4px;overflow:hidden}.theme-vibrant .zap-progress progress::-webkit-progress-bar{background-color:var(--border)}.theme-vibrant .zap-progress progress::-webkit-progress-value{background:linear-gradient(90deg,var(--primary),var(--secondary));transition:width .3s ease}.theme-vibrant .settings-tabs{display:flex;gap:1rem;margin-bottom:2rem}.theme-vibrant .settings-tabs button{background:none;border:none;padding:.8rem 1.5rem;font-weight:600;color:var(--text-light);border-radius:12px;cursor:pointer;transition:all .2s ease}.theme-vibrant .settings-tabs button.active{background:var(--primary);color:#fff}.theme-vibrant .notif-feed-list{display:flex;flex-direction:column;gap:1rem}.theme-vibrant .notif-feed-item{background:var(--card-bg);border-radius:16px;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #0000000d;transition:transform .2s ease}.theme-vibrant .notif-feed-item:hover{transform:translate(4px)}.theme-vibrant .floating-action-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:30px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;box-shadow:0 4px 15px #6c63ff4d;transition:transform .2s ease,box-shadow .2s ease}.theme-vibrant .floating-action-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #6c63ff66}.card-container{background:var(--card-bg);border-radius:24px;padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border);transition:all .2s ease;height:100%;display:flex;flex-direction:column}.card-container:hover{transform:translateY(-4px);box-shadow:0 12px 40px #6c63ff26}.progress-bar{width:100%;height:8px;border-radius:4px;overflow:hidden;background-color:var(--border);margin:1rem 0}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-light));transition:width .3s ease}.avatar{border-radius:50%;object-fit:cover;border:3px solid var(--primary);padding:2px;transition:transform .2s ease}.avatar:hover{transform:scale(1.05)}.avatar-sm{width:48px;height:48px;min-width:48px}.avatar-md{width:64px;height:64px;min-width:64px}.avatar-lg{width:80px;height:80px;min-width:80px}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.card-title{font-size:1.1rem;font-weight:600;color:var(--primary);margin:0 0 .3rem}.card-description{color:var(--text);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin:1rem 0}.stat-item{background:var(--background);padding:.8rem;border-radius:12px;text-align:center}.stat-label{color:var(--text-light);font-size:.8rem;margin-bottom:.3rem}.stat-value{color:var(--primary);font-weight:600;font-size:1rem}.navigation-vertical-bar{position:fixed;top:0;left:0;height:100vh;min-height:100vh;width:240px;z-index:1000;box-shadow:2px 0 24px #05ce7833;border-radius:0 18px 18px 0;background:var(--kick-dark, #0a0f0b);display:flex;flex-direction:column;align-items:center;margin:0;padding:2em 0 1em}.app-main-content{margin-left:240px!important;padding:2em 0}.nav-profile{display:flex;flex-direction:column;align-items:center;margin-bottom:2em;width:100%;text-align:center;padding-bottom:2rem;border-bottom:1px solid var(--border);cursor:pointer;transition:transform .2s ease}.nav-profile:hover{transform:translateY(-4px)}.nav-profile-avatar{width:80px;height:80px;border-radius:40px;margin-bottom:1rem;border:3px solid var(--primary);padding:3px}.nav-profile-name{color:#ffd803;font-weight:600;font-size:1.2rem;margin-bottom:.5rem}.nav-profile-about{color:var(--text-light);font-size:.9rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.navigation-bar{display:flex;flex-direction:column;gap:1.2em;width:100%;align-items:center}.navigation-bar button{background:none;border:none;color:#eebbc3;font-size:1.1em;font-weight:700;padding:.7em 2em;border-radius:8px;cursor:pointer;width:90%;transition:background .2s,color .2s}.navigation-bar button.active,.navigation-bar button:hover{background:#eebbc3;color:#232946}.fixed-nav{position:fixed;top:0;left:0;height:100vh;min-height:100vh;width:240px;z-index:100;box-shadow:2px 0 24px #23294644;border-radius:0 18px 18px 0;background:#232946;display:flex;flex-direction:column;align-items:center}.app-main-content{margin-left:240px!important}.nav-notifications{margin-bottom:1.5em;width:100%;display:flex;justify-content:center}.notification-bell{background:none;border:none;position:relative;cursor:pointer;outline:none}.notification-badge{position:absolute;top:-6px;right:-8px;background:#ffd803;color:#232946;border-radius:50%;padding:2px 7px;font-size:.9em;font-weight:700;box-shadow:0 1px 4px #23294644}.notif-feed-list{max-height:320px;overflow-y:auto}.notif-feed-item{display:flex;align-items:center;gap:1em;padding:.7em 0;border-bottom:1px solid #b8c1ec33}.notif-feed-item:last-child{border-bottom:none}.notif-zapper-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #ffd803;background:#fff}.notif-feed-info{flex:1}.notif-amount{color:#ffd803;font-weight:700;font-size:1em}.notif-empty{color:#b8c1ec;text-align:center;padding:1.5em 0}.signout-btn{margin-top:auto;margin-bottom:1.5em;background:#ffd803;color:#232946;border:none;border-radius:8px;padding:.7em 2em;font-weight:600;font-size:1.1em;cursor:pointer;width:90%;transition:background .2s,color .2s}.signout-btn:hover{background:#aa9296;color:#232946}.nav-sidebar{width:280px;height:100vh;position:fixed;left:0;top:0;background:var(--card-bg);box-shadow:var(--shadow);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem;border-right:1px solid var(--border)}.nav-menu{display:flex;flex-direction:column;gap:.5rem}.nav-menu-item{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;border-radius:12px;color:var(--text);text-decoration:none;transition:all .2s ease;cursor:pointer}.nav-menu-item:hover{background:var(--background);color:var(--primary);transform:translate(4px)}.nav-menu-item.active{background:var(--primary);color:#fff}.nav-footer{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border)}.nav-signout{width:100%;padding:.8rem;border:none;border-radius:12px;background:var(--secondary);color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-signout:hover{opacity:.9;transform:translateY(-2px)}.nav-hamburger{display:flex;align-items:center;justify-content:center;background:#0a0f0bf2;border:none;border-radius:8px;width:44px;height:44px;position:fixed;top:18px;left:18px;z-index:2002;color:#ffd803;font-size:28px;box-shadow:0 2px 8px #05ce7833;cursor:pointer}@media (max-width: 768px){.navigation-vertical-bar{left:-260px;transition:left .25s cubic-bezier(.4,0,.2,1)}.navigation-vertical-bar[aria-modal=true]{left:0!important;z-index:2000}.app-main-content{margin-left:0!important}}.nav-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;z-index:1999}.floating-create-btn{width:90%;height:48px;border-radius:12px;background:#05ce78;color:#fff;font-size:1.25em;font-weight:700;box-shadow:0 2px 12px #05ce7833;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:16px;margin-bottom:0;transition:background .18s,box-shadow .18s,color .18s}.floating-create-btn:hover,.floating-create-btn:focus{background:#04b86a;color:#ffd803;box-shadow:0 4px 18px #05ce7866}@media (max-width: 768px){.floating-create-btn{width:90%;left:unset;right:unset;bottom:unset;position:static;margin:16px auto 0}}.create-zap-goal.modern-card{background:linear-gradient(120deg,#05ce781a,#b8c1ec21);border-radius:20px;box-shadow:0 6px 36px #d24be49c;border:2px solid #c110d1;padding:2.5em 1em 1em;margin:2em auto;color:#232946;display:flex;flex-direction:column;align-items:stretch;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.form-group{margin-bottom:1.5em;display:flex;flex-direction:column;align-items:stretch}.form-group label{color:#05ce78;font-weight:700;margin-bottom:.5em;font-size:1.12em;letter-spacing:.01em}.modern-input{background:#ffffff2e;border:2px solid #b8c1ec66;border-radius:12px;padding:1em 1.2em;color:#232946;font-size:1.12em;margin-bottom:.1em;outline:none;transition:border .18s,box-shadow .18s,background .18s;font-weight:500}.modern-input:focus{border:2px solid #05ce78;background:#fff;box-shadow:0 0 0 2px #05ce7833;color:#232946}.form-actions{display:flex;justify-content:flex-end;margin-top:1.5em}.primary-action{background:linear-gradient(90deg,#05ce78,#ffd803);color:#232946;font-weight:800;font-size:1.18em;border:none;border-radius:14px;padding:1em 2.7em;cursor:pointer;box-shadow:0 6px 28px #05ce7866;transition:background .18s,color .18s,box-shadow .18s;letter-spacing:.01em}.primary-action:disabled{background:#b8c1ec;color:#232946;cursor:not-allowed;opacity:.7}.primary-action:hover:not(:disabled),.primary-action:focus:not(:disabled){background:linear-gradient(90deg,#ffd803,#05ce78);color:#232946;box-shadow:0 8px 32px #05ce78cc}.status-message{margin-top:1.2em;color:#05ce78;font-size:1.12em;text-align:center;font-weight:700;letter-spacing:.01em}.back-button{background:none;border:none;color:#05ce78;font-size:1.6em;font-weight:800;cursor:pointer;margin-bottom:1em;align-self:flex-start;transition:color .18s;padding:.1em .4em;border-radius:8px}.back-button:hover,.back-button:focus{color:#ffd803;background:#05ce7822}.leaderboard-container{width:100%;background:#16181d;border-radius:12px;margin:1.2em 0 .5em;padding:1em 1em .7em;color:#eebbc3;box-shadow:0 2px 12px #05ce7833;display:flex;flex-direction:column;align-items:center}.leaderboard-title{color:#ffd803;font-size:1.1em;font-weight:700;margin-bottom:.7em;letter-spacing:.5px}.leaderboard-columns{display:flex;gap:2em;width:100%;justify-content:space-between}.leaderboard-section{flex:1;min-width:0}.leaderboard-section-title{font-weight:600;color:#b8c1ec;font-size:1em;margin-bottom:.3em}.leaderboard-list{margin:0;padding-left:1.2em;color:#eebbc3;font-size:.98em}.leaderboard-goal,.leaderboard-zapper{color:#ffd803;font-weight:500}.leaderboard-count{color:#05ce78;font-weight:600;margin-left:.2em}.landing-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(120deg,#232946,#b8c1ec)}.landing-page h1{color:#05ce78;font-size:2.8em;margin-bottom:8px}.landing-page h2{color:#eebbc3;font-weight:400;margin-bottom:24px}.landing-page p{color:#b8c1ec;max-width:400px;text-align:center;margin-bottom:32px}.landing-page .primary-action{background:#05ce78;color:#fff;font-weight:700;font-size:1.2em;border:none;border-radius:12px;padding:.9em 2.5em;cursor:pointer;box-shadow:0 4px 24px #05ce7833}.landing-page .primary-action:hover{background:#1baf5d}.zap-action{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding:.5rem;border-radius:var(--border-radius);background:var(--hover-background)}.zap-action input{background:var(--background-dark);border:1px solid var(--accent-color);color:var(--text-primary);border-radius:var(--border-radius);padding:.5rem;width:80px;transition:opacity .2s}.zap-action input:disabled{opacity:.7;cursor:not-allowed}.zap-button{background:var(--accent-color);color:var(--background-dark);border:none;border-radius:var(--border-radius);padding:.5rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.zap-button:hover:not(:disabled){background:var(--accent-color-dark);transform:translateY(-1px)}.zap-button:disabled{background:var(--background-light);cursor:not-allowed;opacity:.7}.zap-button.loading{background:var(--accent-color);opacity:.8;cursor:wait}.zap-button.loading:after{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading 1.5s infinite}@keyframes loading{to{transform:translate(100%)}}.status-message{font-size:.875rem;color:var(--text-secondary);animation:fadeIn .3s ease}.status-message:empty{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.zap-progress{width:100%;margin:1rem 0}.zap-progress-bar{width:100%;height:8px;background:var(--background-dark);border-radius:4px;overflow:hidden}.zap-progress-fill{height:100%;background:var(--accent-color);transition:width .3s ease-in-out}.zap-progress-stats{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.875rem;color:var(--text-secondary)}.zap-progress-stat{display:flex;gap:.5rem;align-items:center}.zap-progress-label{color:var(--text-secondary)}.zap-progress-value{color:var(--text-primary);font-weight:600}.global-feed{padding:2rem;max-width:1200px;margin:0 auto}.feed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:1rem}.feed-goal-card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem;transition:all .3s ease;cursor:pointer;overflow:hidden;box-shadow:0 1px 3px #0000000d;position:relative}.feed-goal-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 4px 12px #3182ce1a;background:var(--card-bg-hover)}.feed-goal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.feed-goal-avatar{width:56px;height:56px;min-width:56px;border-radius:50%;border:2px solid var(--border);object-fit:cover;background-color:var(--background);padding:2px;transition:all .3s ease}.feed-goal-avatar:hover{transform:scale(1.05);border-color:var(--primary)}.feed-goal-author{flex:1;min-width:0}.feed-goal-title{font-size:1.2rem;font-weight:600;color:var(--text);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:color .2s ease}.feed-goal-card:hover .feed-goal-title{color:var(--primary)}.feed-goal-author-name{color:var(--text-light);font-size:.9rem;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.feed-goal-author-name:hover{color:var(--primary)}.feed-goal-description{color:var(--text);margin:1rem 0;font-size:.95rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;background:#f7fafc;padding:.75rem;border-radius:var(--radius-sm);border:1px solid #edf2f7}.feed-goal-stats{margin-top:1rem;display:grid;gap:.5rem;background:#f7fafc;padding:.75rem;border-radius:var(--radius-sm);border:1px solid #edf2f7}.feed-goal-stat{display:flex;justify-content:space-between;align-items:center;color:var(--text-light);font-size:.9rem}.feed-goal-stat b{color:var(--primary);font-weight:600}.zap-button-wrapper{margin-top:1rem;text-align:right;opacity:.85;transform:translateY(5px);transition:all .2s ease}.feed-goal-card:hover .zap-button-wrapper{opacity:1;transform:translateY(0)}@media (max-width: 768px){.feed-grid{grid-template-columns:1fr;gap:1rem;padding:.5rem}.feed-goal-card{padding:1rem}.feed-goal-title{font-size:1.1rem}.feed-goal-avatar{width:48px;height:48px;min-width:48px}}.profile-viewer{padding:2rem 0}.profile-card{background:#ffffffd9;border-radius:24px;box-shadow:0 8px 40px #05ce7833,0 1.5px #c110d1;padding:2rem;margin:0 auto;max-width:420px;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.profile-avatar{width:80px;height:80px;border-radius:var(--radius-full);margin-bottom:var(--space-md);border:3px solid var(--primary);padding:2px;transition:transform var(--transition-fast);object-fit:cover;aspect-ratio:1/1}.profile-avatar:hover{transform:scale(1.05)}.profile-name{text-align:center}.profile-name h2{margin:0;color:#232946;font-size:1.8em;font-weight:800}.profile-username{color:#b8c1ec;font-size:1.1em;margin-top:.5rem}.verified-badge{color:var(--primary);margin-right:var(--space-xs)}.profile-about{color:var(--text);margin-bottom:var(--space-sm);text-align:center;font-size:1.05em}.profile-lightning{color:var(--primary);font-size:1em;margin-bottom:var(--space-xs)}.profile-banner{width:100%;height:200px;margin-bottom:var(--space-lg);overflow:hidden;border-radius:var(--radius-lg);background:var(--card-bg)}.banner-image,.banner-video{width:100%;height:100%;object-fit:cover}.profile-website{margin:var(--space-sm) 0}.profile-website a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}.profile-website a:hover{color:var(--secondary);text-decoration:underline}.goals-section{max-width:1200px;margin:0 auto;padding:0 2rem}.goals-title{color:#232946;margin:3rem 0 2rem;font-size:2rem;font-weight:800;text-align:center;text-shadow:0 2px 12px #d24be466}.goals-empty{text-align:center;padding:2rem;background:#ffffffd9;border-radius:24px;box-shadow:0 8px 40px #05ce7833;color:#b8c1ec;font-size:1.1em}.goals-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;justify-content:center;width:100%;padding:0 1rem}.goal-card{padding:2rem;background:#ffffffd9;border-radius:24px;box-shadow:0 8px 40px #05ce7833,0 1.5px #c110d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#232946;transition:all .3s ease;flex:1;min-width:300px;max-width:400px}.goal-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.goal-title{font-size:1.6rem;color:#c110d1;margin-bottom:1rem;font-weight:800;letter-spacing:.01em;text-shadow:0 2px 12px #d24be466}.goal-description{font-size:1.13rem;color:#232946;margin-bottom:2rem;line-height:1.7;background:#ffffff73;border-radius:12px;padding:1.1em 1.2em;box-shadow:0 1.5px 8px #b8c1ec22}.goal-progress{margin:1.5rem 0}.goal-progress-bar{width:100%;height:12px;background:#b8c1ec26;border-radius:8px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.goal-progress-fill{height:100%;transition:width .6s ease-out,background .3s ease;box-shadow:0 0 10px #05ce784d;animation:pulse 2s infinite}.goal-progress-numbers{display:flex;justify-content:space-between;margin-top:.5rem;color:#b8c1ec;font-size:.9rem;font-weight:500}@keyframes pulse{0%{box-shadow:0 0 10px #05ce784d}50%{box-shadow:0 0 20px #05ce7880}to{box-shadow:0 0 10px #05ce784d}}.goal-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;padding:1.5rem;background:linear-gradient(90deg,#b8c1ec22,#05ce7811);border-radius:18px;box-shadow:0 2px 12px #05ce7833}.goal-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.goal-stat-label{font-size:.97rem;color:#b8c1ec;margin-bottom:.5rem;font-weight:600}.goal-stat-value{font-size:1.22rem;font-weight:700;color:#c110d1;text-shadow:0 1px 8px #d24be433}.zap-goal-details{padding:2rem;max-width:800px;margin:0 auto;background:#ffffffd9;border-radius:24px;box-shadow:0 8px 40px #05ce7833,0 1.5px #c110d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#232946}.zap-goal-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.zap-goal-avatar{width:64px;height:64px;border-radius:50%;border:2.5px solid #05ce78;background:#fff;object-fit:cover}.zap-goal-author{display:flex;flex-direction:column}.zap-goal-author-name{font-size:1.2rem;font-weight:600;color:#05ce78}.zap-goal-title{font-size:2.1rem;color:#c110d1;margin-bottom:1rem;font-weight:800;letter-spacing:.01em;text-shadow:0 2px 12px #d24be466}.zap-goal-summary{font-size:1.13rem;color:#232946;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(90deg,#eebbc3,#b8c1ec);border-radius:16px;font-weight:600;box-shadow:0 2px 8px #b8c1ec33}.zap-goal-image{display:block;max-width:100%;border-radius:18px;margin:1.2em auto;box-shadow:0 4px 24px #05ce7833}.zap-goal-description{font-size:1.13rem;color:#232946;margin-bottom:2rem;line-height:1.7;background:#ffffff73;border-radius:12px;padding:1.1em 1.2em;box-shadow:0 1.5px 8px #b8c1ec22}.zap-goal-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem;padding:1rem;background:linear-gradient(90deg,#b8c1ec22,#05ce7811);border-radius:18px;box-shadow:0 2px 12px #05ce7833}.zap-goal-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.zap-goal-stat-label{font-size:.97rem;color:#b8c1ec;margin-bottom:.5rem;font-weight:600}.zap-goal-stat-value{font-size:1.22rem;font-weight:700;color:#c110d1;text-shadow:0 1px 8px #d24be433}.zap-goal-replies{margin-top:3rem;padding-top:2rem;border-top:1.5px solid #05ce78;background:#ffffff8c;border-radius:0 0 18px 18px}.notif-feed-list{display:flex;flex-direction:column;gap:1rem}.notif-feed-item{padding:1rem;background:linear-gradient(90deg,#eebbc3,#b8c1ec);border-radius:14px;box-shadow:0 1.5px 8px #b8c1ec22}.notif-feed-info{display:flex;flex-direction:column;gap:.5rem;color:#232946}@media (max-width: 600px){.zap-goal-details{padding:.7rem;max-width:98vw}.zap-goal-header{flex-direction:column;gap:.5rem;margin-bottom:1.2rem}.zap-goal-title{font-size:1.3rem}.zap-goal-summary,.zap-goal-description,.zap-goal-stats,.zap-goal-replies{padding:.7em}}.settings-page{max-width:800px;margin:2rem auto;padding:2rem;background:var(--card-bg)}.settings-title{color:var(--primary);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.settings-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.settings-tab{background:none;border:none;padding:.8rem 1.5rem;border-radius:var(--radius);color:var(--text-light);font-weight:500;cursor:pointer;transition:all .2s ease}.settings-tab:hover{color:var(--primary);background:var(--background)}.settings-tab.active{background:var(--primary);color:#fff}.settings-content{animation:fadeIn .3s ease}.nwc-status{margin:1rem 0;padding:.8rem;border-radius:var(--radius);background:var(--background);display:flex;align-items:center;gap:.5rem}.status-connected,.status-disconnected{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.status-connected{color:var(--success)}.status-disconnected{color:var(--error)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-connected .status-dot{background:var(--success);box-shadow:0 0 8px var(--success)}.status-disconnected .status-dot{background:var(--error);box-shadow:0 0 8px var(--error)}.balance-display{margin:1rem 0;padding:1rem;background:var(--hover-background);border-radius:var(--radius);color:var(--text);font-size:1.1rem;text-align:center}.balance-display strong{color:var(--primary);font-size:1.2rem}.check-balance-button{background:var(--background);color:var(--text);border:1px solid var(--border);padding:.8rem 1.5rem;border-radius:var(--radius);font-weight:500;cursor:pointer;transition:all .2s ease}.check-balance-button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.check-balance-button:disabled{opacity:.7;cursor:not-allowed}.relay-list{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.relay-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f8fafc;border-radius:var(--radius);border:1px solid #e2e8f0;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.relay-item:hover{transform:translate(4px);border-color:#3182ce;background:#fff;box-shadow:0 2px 4px #3182ce1a}.relay-url{color:var(--text);font-family:monospace}.relay-remove{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--radius);cursor:pointer;transition:all .2s ease;font-weight:500;box-shadow:0 2px 4px #ef444433}.relay-remove:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px #ef44444d}.add-relay{display:flex;gap:1rem;margin-top:1rem}.add-relay input{flex:1}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--text);font-weight:500;margin-bottom:.5rem}.form-input{width:100%;padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:var(--radius);background:#fff;color:#2d3748;font-size:1rem;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.form-input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce26}.error-message{color:#ef4444;font-size:.9rem;margin-top:.5rem;padding:.5rem;background:#ef44441a;border-radius:6px}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.save-button{background:#3182ce;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3182ce33}.save-button:hover{background:#2c5282;transform:translateY(-1px);box-shadow:0 4px 6px #3182ce4d}.login-method{background:#0000000d;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.login-method p{margin:0;font-size:.9rem;color:#666}.login-method strong{color:#333}.generate-button{background:#6366f1;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.generate-button:hover{background:#4f46e5}.relay-info{display:flex;align-items:center;gap:1rem;flex:1}.relay-metrics{display:flex;align-items:center;gap:.5rem}.health-indicator{padding:.2rem .5rem;border-radius:var(--radius);font-size:.8rem;font-weight:500}.health-indicator.healthy{background:var(--success-bg);color:var(--success)}.health-indicator.unhealthy{background:var(--error-bg);color:var(--error)}.latency{font-size:.8rem;color:var(--text-secondary);font-family:monospace}.subscriptions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.add-subscription-form{background:var(--background);border-radius:var(--radius);padding:1.5rem 1rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #3182ce12;display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.add-subscription-form input,.add-subscription-form select{flex:1 1 180px;min-width:160px}.subscriptions-list{display:flex;flex-direction:column;gap:1rem}.subscription-item{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border-radius:var(--radius);border:1px solid #e2e8f0;padding:1rem 1.5rem;box-shadow:0 1px 2px #3182ce0d;transition:box-shadow .2s,border-color .2s}.subscription-item:hover{border-color:#3182ce;box-shadow:0 2px 8px #3182ce1f}.subscription-item strong{color:var(--primary);font-size:1.1rem}.subscription-item .paused-label{color:#ef4444;font-size:.95em;margin-left:.5em}.subscription-actions{display:flex;gap:.5rem}.mini-zap-goal-card{background:#f1f5f9;border-radius:8px;padding:1rem 1.2rem .7rem;margin-bottom:.3rem;box-shadow:0 1px 2px #3182ce12;font-size:1rem}.mini-zap-goal-title{font-weight:600;color:var(--primary);font-size:1.08em;margin-bottom:.2em}.mini-zap-goal-meta{color:#666;font-size:.97em;margin-bottom:.2em}.mini-zap-goal-summary{color:#444;font-size:.98em;margin-bottom:.1em}.mini-zap-goal-card.loading,.mini-zap-goal-card.empty{color:#aaa;font-style:italic;padding:.7em 1em}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
