.password-gate{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0d;display:flex;align-items:center;justify-content:center;z-index:99999}.gate-container{text-align:center;padding:3rem;max-width:400px;width:100%}.gate-logo{margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}.gate-container h1{font-family:DM Sans,sans-serif;font-size:2.5rem;font-weight:600;color:#f5f5f5;margin-bottom:.5rem;letter-spacing:-.02em}.gate-container p{color:#9ca3af;margin-bottom:2rem;font-size:1rem}.gate-container form{display:flex;flex-direction:column;gap:1rem}.gate-container input{padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#ffffff0d;color:#f5f5f5;font-size:1rem;text-align:center;transition:all .2s ease}.gate-container input:focus{outline:none;border-color:#8b5cf6;background:#8b5cf61a}.gate-container input::placeholder{color:#6b7280}.gate-container .error{color:#ef4444;font-size:.9rem}.gate-container button{padding:1rem 2rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.gate-container button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #8b5cf666}.loading-spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.2);border-top-color:#8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:9999;padding:1rem 2rem;background:#faf9f7e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:background .3s ease}[data-theme=dark] .navbar{background:#0a0a0de6;border-bottom:1px solid var(--color-border)}.nav-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.logo-text{font-size:1.35rem;font-weight:600;letter-spacing:-.02em}.nav-menu{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-item>span,.nav-item>a{font-size:.95rem;font-weight:500;color:var(--color-text);display:flex;align-items:center;gap:.35rem;cursor:pointer;transition:color .2s ease;text-decoration:none}.nav-item:hover>span,.nav-item:hover>a,.nav-item.active>span,.nav-item.active>a{color:var(--color-purple)}.chevron{font-size:.8rem;transform:rotate(90deg);display:inline-block}.dropdown-menu{position:absolute;top:100%;left:-1rem;background:var(--color-surface);border-radius:16px;padding:1rem;margin-top:1rem;min-width:300px;box-shadow:0 20px 60px #0003;border:1px solid var(--color-border);z-index:10000}.dropdown-menu:before{content:"";position:absolute;top:-20px;left:0;right:0;height:25px}.dropdown-item{display:flex;align-items:flex-start;gap:1rem;padding:.875rem;border-radius:12px;transition:all .2s ease;text-decoration:none;color:inherit}.dropdown-item:hover{background:var(--color-gray-100)}.dropdown-icon{width:44px;height:44px;min-width:44px;background:var(--color-purple-soft);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-purple)}.dropdown-content{display:flex;flex-direction:column;gap:.2rem}.dropdown-title{font-size:.95rem;font-weight:600}.dropdown-desc{font-size:.8rem;color:var(--color-gray-600)}.theme-toggle{width:44px;height:44px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease}.theme-toggle:hover{border-color:var(--color-purple);background:var(--color-purple-soft)}.theme-toggle .icon-sun,.theme-toggle .icon-moon{position:absolute;width:20px;height:20px}.theme-toggle .icon-sun{display:block}.theme-toggle .icon-moon,[data-theme=dark] .theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-moon{display:block}@media (max-width: 768px){.navbar{padding:1rem 1.25rem}.nav-menu{display:none}}.home{min-height:100vh;padding-top:80px}.hero{min-height:calc(100vh - 200px);display:flex;align-items:center;padding:4rem 2rem}.hero-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-content{animation:fadeIn .8s ease forwards}.hero-title{font-family:var(--font-serif);font-size:clamp(3.5rem,8vw,6rem);font-weight:500;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem}.hero-title em{font-style:italic;color:var(--color-purple)}.hero-description{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2.5rem;max-width:480px;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.hero-visual{display:flex;justify-content:center;align-items:center;animation:fadeIn 1s ease .2s forwards;opacity:0}.crystal-container{width:100%;height:500px;position:relative}.crystal-container canvas{width:100%!important;height:100%!important}.stats-section{padding:3rem 2rem;border-top:1px solid var(--color-border)}.stats-grid{max-width:1000px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:3rem}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-value{font-family:var(--font-serif);font-size:3rem;font-weight:500;color:var(--color-text);letter-spacing:-.02em}.stat-label{font-size:.9rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em}.stat-divider{width:1px;height:60px;background:var(--color-border)}@media (max-width: 968px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content{order:1}.hero-visual{order:2}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.crystal-container{height:350px}}@media (max-width: 640px){.stats-grid{flex-direction:column;gap:2rem}.stat-divider{width:60px;height:1px}.stat-value{font-size:2.5rem}}.fund-page{padding-top:80px;min-height:100vh}.fund-hero{padding:4rem 2rem;position:relative}.fund-hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.fund-hero-content{animation:fadeIn .8s ease forwards}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-purple-soft);border-radius:100px;font-size:.85rem;font-weight:500;color:var(--color-purple);margin-bottom:1.5rem}.fund-title{font-family:var(--font-serif);font-size:clamp(3rem,6vw,4.5rem);font-weight:500;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.fund-title em{font-style:italic;color:var(--color-purple)}.fund-description{font-size:1.1rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem;max-width:480px}.fund-buttons{display:flex;gap:1rem}.fund-visual{animation:fadeIn 1s ease .2s forwards;opacity:0}.investment-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:1rem}.grid-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1.25rem;padding:1.5rem;transition:all var(--transition-medium)}.grid-card:hover{border-color:var(--color-purple-light);box-shadow:0 8px 30px rgba(var(--color-purple-rgb),.1)}.card-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.card-main{grid-column:span 2}.card-main .card-value{font-size:4rem;font-weight:700;letter-spacing:-.05em;color:var(--color-text);font-family:var(--font-sans)}.member-stack{display:flex;flex-direction:column;gap:.75rem}.member-row{display:flex;align-items:center;gap:.75rem}.member-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff}.member-info{flex:1;display:flex;justify-content:space-between;align-items:center}.member-name{font-weight:600;font-size:.95rem}.member-contribution{font-size:.85rem;color:var(--color-text-muted);display:flex;align-items:center;gap:.5rem}.member-percent{background:var(--color-purple);color:#fff;padding:.15rem .5rem;border-radius:100px;font-size:.7rem;font-weight:700}.line-chart{margin-top:.5rem}.chart-svg{width:100%;height:80px;overflow:visible}.grid-line{stroke:var(--color-border);stroke-width:1;stroke-dasharray:4 4}.chart-area{fill:url(#chartGradient);fill:var(--color-purple-soft);opacity:.5}.chart-line{fill:none;stroke:var(--color-purple);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:var(--color-purple);stroke:var(--color-surface);stroke-width:2}.chart-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.7rem;color:var(--color-text-muted)}.card-metric{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.25rem}.metric-icon{width:40px;height:40px;background:var(--color-purple-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-purple);margin-bottom:.5rem}.metric-icon.apy{background:#10b98126;color:#10b981}.metric-value{font-size:1.5rem;font-weight:700;color:var(--color-text)}.metric-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.card-trend{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.trend-icon{width:48px;height:48px;background:var(--color-purple-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-purple);margin-bottom:.75rem}.trend-value{font-size:1.75rem;font-weight:700;color:#10b981}.trend-label{font-size:.85rem;color:var(--color-text-muted)}.stats-bar{display:flex;justify-content:center;gap:4rem;padding:2rem;margin-top:4rem;border-top:1px solid var(--color-border)}.stats-bar .stat-item{text-align:center}.stats-bar .stat-value{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:.25rem}.stats-bar .stat-label{font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.how-invested{padding:6rem 2rem;background:var(--color-bg);border-top:1px solid var(--color-border)}.invested-container{max-width:1200px;margin:0 auto}.invested-intro{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.invested-intro h2{font-family:var(--font-serif);font-size:3rem;font-weight:500;margin-bottom:1rem;letter-spacing:-.02em}.invested-intro p{font-size:1.1rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem}.invested-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-purple);font-weight:600;transition:color var(--transition-fast)}.invested-link:hover{color:var(--color-purple-dark)}.invested-link span{transition:transform var(--transition-fast)}.invested-link:hover span{transform:translate(5px)}.investment-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.investment-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;text-align:center;transition:all var(--transition-medium)}.investment-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(var(--color-purple-rgb),.1);border-color:var(--color-purple-light)}.investment-visual{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:var(--color-purple-soft);display:flex;align-items:center;justify-content:center}.percent-display{font-size:1.5rem;font-weight:700;color:var(--color-purple)}.investment-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.investment-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1.5rem}.investment-percent{display:inline-block;background:var(--color-purple);color:#fff;padding:.4rem 1rem;border-radius:.5rem;font-weight:600;font-size:.9rem}@media (max-width: 1024px){.fund-hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.fund-description{margin-left:auto;margin-right:auto}.fund-buttons{justify-content:center}.investment-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.investment-grid{grid-template-columns:1fr}.card-main{grid-column:span 1}.card-main .card-value{font-size:3rem}.stats-bar{flex-wrap:wrap;gap:2rem}.investment-cards{grid-template-columns:1fr}.invested-intro h2{font-size:2.25rem}}.portfolio-page{padding-top:80px;min-height:100vh}.portfolio-container{max-width:1200px;margin:0 auto;padding:2rem}.portfolio-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.portfolio-header h1{font-family:var(--font-serif);font-size:3rem;font-weight:500;margin-bottom:.5rem}.portfolio-header p{color:var(--color-text-muted)}.total-value{text-align:right}.total-value .label{display:block;font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.total-value .value{font-size:2.5rem;font-weight:700;color:var(--color-purple)}.portfolio-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;margin-bottom:3rem}.accounts-section h2,.chart-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.accounts-list{display:flex;flex-direction:column;gap:1rem}.account-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;transition:all var(--transition-medium)}.account-card:hover{border-color:var(--color-purple-light);transform:translate(4px)}.account-icon{width:48px;height:48px;background:var(--color-purple-soft);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.account-info{flex:1}.account-name{display:block;font-weight:600;margin-bottom:.25rem}.account-type{font-size:.85rem;color:var(--color-text-muted)}.account-value{text-align:right}.account-value .value{display:block;font-size:1.25rem;font-weight:700}.account-value .percent{font-size:.85rem;color:var(--color-text-muted)}.chart-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.5rem}.chart-wrapper{position:relative;max-width:220px;margin:0 auto 1.5rem}.chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.center-value{display:block;font-size:1.5rem;font-weight:700}.center-label{font-size:.8rem;color:var(--color-text-muted)}.chart-legend{display:flex;flex-direction:column;gap:.75rem}.legend-item{display:flex;align-items:center;gap:.75rem}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-name{flex:1;font-size:.9rem}.legend-value{font-weight:600;font-size:.9rem}.cashflow-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:2rem}.cashflow-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cashflow-header h2{font-size:1.25rem;font-weight:600}.period-toggle{display:flex;gap:.5rem;background:var(--color-gray-100);padding:.25rem;border-radius:.5rem}.period-btn{padding:.5rem 1rem;border:none;background:transparent;font-size:.85rem;font-weight:500;color:var(--color-text-muted);border-radius:.375rem;transition:all var(--transition-fast)}.period-btn.active{background:var(--color-surface);color:var(--color-text);box-shadow:0 1px 3px #0000001a}.cashflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.cashflow-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--color-bg);border-radius:.75rem}.cf-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.cashflow-card.income .cf-icon{background:#10b98126;color:#10b981}.cashflow-card.expenses .cf-icon{background:#ef444426;color:#ef4444}.cashflow-card.net .cf-icon{background:var(--color-purple-soft);color:var(--color-purple)}.cf-label{display:block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:.25rem}.cf-value{font-size:1.5rem;font-weight:700}.cf-value.positive{color:#10b981}.cashflow-breakdown h3{font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.breakdown-list{display:flex;flex-direction:column;gap:.75rem}.breakdown-row{display:flex;justify-content:space-between;font-size:.95rem}.breakdown-row .positive{color:#10b981;font-weight:600}.breakdown-row .negative{color:#ef4444;font-weight:600}@media (max-width: 968px){.portfolio-grid{grid-template-columns:1fr}.portfolio-header{flex-direction:column;align-items:flex-start;gap:1rem}.total-value{text-align:left}}@media (max-width: 640px){.cashflow-grid{grid-template-columns:1fr}.cashflow-header{flex-direction:column;align-items:flex-start;gap:1rem}}.dashboard-page{padding-top:80px;min-height:100vh}.dashboard-container{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.dashboard-header h1{font-family:var(--font-serif);font-size:3rem;font-weight:500;margin-bottom:.5rem}.dashboard-header p{color:var(--color-text-muted)}.total-points{text-align:right}.total-points .label{display:block;font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.total-points .value{font-size:2.5rem;font-weight:700;color:var(--color-purple)}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.chart-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:2rem}.chart-card h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.chart-wrapper{max-width:250px;margin:0 auto 2rem}.members-legend{display:flex;flex-direction:column;gap:1.25rem}.member-item{display:grid;grid-template-columns:44px 1fr 100px;align-items:center;gap:1rem}.member-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:1.1rem}.member-details{display:flex;flex-direction:column;gap:.25rem}.member-stats{font-size:.85rem;color:var(--color-text-muted)}.member-bar{height:8px;background:var(--color-gray-100);border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px;transition:width .6s ease}.history-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;display:flex;flex-direction:column}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.history-header h2{font-size:1.25rem;font-weight:600}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid var(--color-border);background:transparent;border-radius:100px;font-size:.85rem;font-weight:500;color:var(--color-text-muted);transition:all var(--transition-fast)}.filter-btn:hover{border-color:var(--color-purple-light);color:var(--color-purple)}.filter-btn.active{background:var(--color-purple);color:#fff;border-color:var(--color-purple)}.history-list{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow-y:auto;padding-right:.5rem}.history-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--color-bg);border-radius:.75rem;transition:all var(--transition-fast)}.history-item:hover{transform:translate(4px)}.history-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff}.history-content{flex:1;display:flex;flex-direction:column;gap:.2rem}.history-user{font-weight:600;font-size:.95rem}.history-desc{font-size:.85rem;color:var(--color-text-muted)}.history-date{font-size:.75rem;color:var(--color-text-muted)}.history-amount{font-weight:700;font-size:1rem;white-space:nowrap}@media (max-width: 968px){.dashboard-grid{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.total-points{text-align:left}.member-item{grid-template-columns:40px 1fr;gap:.75rem}.member-bar{grid-column:span 2;width:100%}}.postcards-page{padding-top:80px;min-height:100vh;position:relative;overflow:hidden}.bg-decorations{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.bg-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3}.glow-1{width:600px;height:600px;background:var(--color-purple);top:-200px;right:-200px}.glow-2{width:400px;height:400px;background:var(--color-purple-light);bottom:0;left:-100px}.bg-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(var(--color-border) 1px,transparent 1px),linear-gradient(90deg,var(--color-border) 1px,transparent 1px);background-size:60px 60px;opacity:.3}.postcards-hero{position:relative;z-index:1;padding:6rem 2rem;text-align:center}.hero-container{max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-purple-soft);border-radius:100px;font-size:.85rem;font-weight:600;color:var(--color-purple);margin-bottom:1.5rem}.postcards-hero .hero-title{font-family:var(--font-serif);font-size:clamp(3rem,8vw,5rem);font-weight:500;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.postcards-hero .hero-title em{font-style:italic;color:var(--color-purple)}.postcards-hero .hero-description{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;max-width:600px;margin:0 auto 3rem}.postcard-preview{perspective:1000px;margin:0 auto;max-width:400px}.postcard{position:relative;width:100%;padding-top:65%;transform-style:preserve-3d;animation:float 4s ease-in-out infinite}.postcard-front{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--color-surface);border:2px solid var(--color-border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000026,0 0 40px rgba(var(--color-purple-rgb),.1)}.stamp{position:absolute;top:1rem;right:1rem;width:50px;height:60px;background:var(--color-purple-soft);border:2px dashed var(--color-purple);border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--color-purple)}.postcard-content{margin-top:auto}.to-field{text-align:left}.field-label{font-size:.75rem;font-weight:700;color:var(--color-text-muted);letter-spacing:.1em}.field-lines{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.field-lines span{height:1px;background:var(--color-border)}@keyframes float{0%,to{transform:translateY(0) rotateX(5deg) rotateY(-5deg)}50%{transform:translateY(-15px) rotateX(5deg) rotateY(-5deg)}}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-family:var(--font-serif);font-size:2.5rem;font-weight:500;margin-bottom:.5rem}.section-header p{color:var(--color-text-muted);font-size:1.1rem}.process-section{position:relative;z-index:1;padding:6rem 0;background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;text-align:center;position:relative;transition:all var(--transition-medium)}.step-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(var(--color-purple-rgb),.15);border-color:var(--color-purple-light)}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:30px;background:var(--color-purple);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.step-icon{width:80px;height:80px;margin:1rem auto;background:var(--color-purple-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-purple)}.step-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.step-card p{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.points-section{position:relative;z-index:1;padding:6rem 0}.points-explainer{margin-bottom:4rem}.point-example{display:flex;align-items:center;justify-content:center;gap:2rem}.example-card{background:var(--color-surface);border:2px solid var(--color-purple);border-radius:1rem;padding:1.5rem 3rem;text-align:center}.example-value{display:block;font-size:3rem;font-weight:700;color:var(--color-purple)}.example-label{font-size:.9rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em}.equals{font-size:2rem;font-weight:700;color:var(--color-text-muted)}.points-allocation{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;max-width:600px;margin:0 auto}.points-allocation h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.allocation-grid{display:flex;flex-direction:column;gap:1.25rem}.member-card{padding:1rem;background:var(--color-bg);border-radius:.75rem}.member-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.member-name{font-weight:600}.member-points{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted)}.percentage-badge{background:var(--color-purple);color:#fff;padding:.2rem .6rem;border-radius:100px;font-size:.75rem;font-weight:700}.progress-bar{height:8px;background:var(--color-gray-100);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--color-purple),var(--color-purple-light));border-radius:4px;transition:width .6s ease}.allocation-total{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-weight:600}.total-value{color:var(--color-purple)}.features-section{position:relative;z-index:1;padding:6rem 0;background:var(--color-surface);border-top:1px solid var(--color-border)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{text-align:center;padding:2rem}.feature-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:var(--color-purple-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-purple)}.feature-card h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}@media (max-width: 968px){.process-steps,.features-grid{grid-template-columns:1fr}.point-example{flex-direction:column;gap:1rem}.equals{transform:rotate(90deg)}}.admin-page{padding-top:80px;min-height:100vh;background:var(--color-bg)}.login-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1.5rem;padding:3rem;text-align:center;max-width:400px;width:100%}.login-icon{width:80px;height:80px;background:var(--color-purple-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--color-purple)}.login-card h1{font-family:var(--font-serif);font-size:2rem;margin-bottom:.5rem}.login-card p{color:var(--color-text-muted);margin-bottom:2rem}.login-card form{display:flex;flex-direction:column;gap:1rem}.login-card input{padding:1rem;border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-bg);color:var(--color-text);font-size:1rem;text-align:center}.login-card input:focus{outline:none;border-color:var(--color-purple)}.login-card .error{color:#ef4444;font-size:.9rem}.login-card button{padding:1rem;background:var(--color-purple);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.login-card button:hover{background:var(--color-purple-dark)}.admin-container{max-width:1400px;margin:0 auto;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-header h1{font-family:var(--font-serif);font-size:2.5rem;margin-bottom:.25rem}.admin-header p{color:var(--color-text-muted)}.header-actions{display:flex;gap:.75rem}.header-actions button{padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all var(--transition-fast)}.btn-seed{background:var(--color-purple-soft);color:var(--color-purple);border:1px solid var(--color-purple)}.btn-refresh{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-logout{background:#ef44441a;color:#ef4444;border:1px solid #ef4444}.stats-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.5rem;text-align:center}.stat-card .stat-label{display:block;font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stat-card .stat-value{font-size:2rem;font-weight:700;color:var(--color-purple)}.admin-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border);padding-bottom:1rem;flex-wrap:wrap}.admin-tabs button{padding:.75rem 1.5rem;background:transparent;border:1px solid var(--color-border);border-radius:.5rem;font-size:.95rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast)}.admin-tabs button:hover{border-color:var(--color-purple-light);color:var(--color-purple)}.admin-tabs button.active{background:var(--color-purple);color:#fff;border-color:var(--color-purple)}.loading{text-align:center;padding:4rem;color:var(--color-text-muted)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.5rem}.panel.full-width{grid-column:span 2}.panel h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.panel h3{font-size:1rem;font-weight:600;margin:1.5rem 0 1rem}.members-list{display:flex;flex-direction:column;gap:.75rem}.member-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--color-bg);border-radius:.75rem}.member-item .member-info{display:flex;align-items:center;gap:.75rem}.member-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.member-item .member-name{display:block;font-weight:600}.member-item .member-points{font-size:.85rem;color:var(--color-text-muted)}.btn-delete{width:32px;height:32px;border-radius:50%;border:none;background:#ef44441a;color:#ef4444;font-size:1.25rem;cursor:pointer;transition:all var(--transition-fast)}.btn-delete:hover{background:#ef4444;color:#fff}.add-form,.points-form,.investment-form,.stat-form{display:flex;flex-direction:column;gap:1rem}.add-form input,.points-form input,.points-form select,.investment-form input,.investment-form select,.stat-form input,.stat-form select{padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-bg);color:var(--color-text);font-size:.95rem}.add-form input:focus,.points-form input:focus,.points-form select:focus,.investment-form input:focus,.investment-form select:focus,.stat-form input:focus,.stat-form select:focus{outline:none;border-color:var(--color-purple)}.add-form input[type=color]{padding:.25rem;height:48px}.add-form button,.investment-form button,.stat-form button{padding:.875rem;background:var(--color-purple);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.add-form button:hover,.investment-form button:hover,.stat-form button:hover{background:var(--color-purple-dark)}.button-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn-add,.btn-remove{padding:.875rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.btn-add{background:#10b981;color:#fff}.btn-add:hover{background:#059669}.btn-remove{background:#ef4444;color:#fff}.btn-remove:hover{background:#dc2626}.investments-list{display:flex;flex-direction:column;gap:.75rem}.investment-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--color-bg);border-radius:.75rem}.investment-item .investment-name{display:block;font-weight:600}.investment-item .investment-type{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase}.investment-item .investment-value .value{display:block;font-weight:700;text-align:right}.investment-item .investment-value .percent{font-size:.85rem;color:var(--color-purple)}.total-row{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border);font-weight:600}.total-value{font-size:1.25rem;color:var(--color-purple)}.stats-list{display:flex;flex-direction:column;gap:.75rem}.stat-row{display:flex;justify-content:space-between;padding:1rem;background:var(--color-bg);border-radius:.75rem}.stat-row span:last-child{font-weight:600}.history-list{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--color-bg);border-radius:.75rem}.history-info{display:flex;flex-direction:column;gap:.25rem}.history-user{font-weight:600}.history-desc{font-size:.9rem;color:var(--color-text-muted)}.history-date{font-size:.8rem;color:var(--color-text-muted)}.history-amount{font-weight:700;font-size:1.1rem}.history-amount.add{color:#10b981}.history-amount.remove{color:#ef4444}.no-data{text-align:center;color:var(--color-text-muted);padding:2rem}@media (max-width: 968px){.stats-overview{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.panel.full-width{grid-column:span 1}}@media (max-width: 640px){.stats-overview,.button-group{grid-template-columns:1fr}}:root{--color-bg: #faf9f7;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-muted: #6b7280;--color-border: rgba(0, 0, 0, .08);--color-nav-bg: rgba(250, 249, 247, .9);--color-purple: #5b21b6;--color-purple-light: #a78bfa;--color-purple-dark: #7c3aed;--color-purple-soft: rgba(139, 92, 246, .1);--color-purple-rgb: 91, 33, 182;--color-gray-100: rgba(0, 0, 0, .05);--color-gray-600: #6b7280;--color-white: #ffffff;--color-black: #0a0a0a;--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif;--transition-fast: .15s ease;--transition-medium: .3s ease}[data-theme=dark]{--color-bg: #0a0a0d;--color-surface: #141418;--color-text: #f5f5f5;--color-text-muted: #9ca3af;--color-border: rgba(255, 255, 255, .1);--color-nav-bg: rgba(10, 10, 13, .9);--color-purple: #a78bfa;--color-purple-light: #c4b5fd;--color-purple-dark: #8b5cf6;--color-purple-soft: rgba(139, 92, 246, .15);--color-gray-100: rgba(255, 255, 255, .08);--color-gray-600: #9ca3af}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background var(--transition-medium),color var(--transition-medium)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--color-purple);color:#fff;border:none;border-radius:100px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all var(--transition-medium)}.btn-primary:hover{background:var(--color-purple-dark);transform:translateY(-2px);box-shadow:0 10px 30px rgba(var(--color-purple-rgb),.3)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;color:var(--color-text);border:1.5px solid var(--color-border);border-radius:100px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all var(--transition-medium)}.btn-outline:hover{border-color:var(--color-purple);color:var(--color-purple)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #28a745b3}70%{box-shadow:0 0 0 10px #28a74500}to{box-shadow:0 0 #28a74500}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .6s ease forwards}.live-dot{width:8px;height:8px;background-color:#28a745;border-radius:50%;animation:pulse 1.5s infinite;display:inline-block}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.5rem;transition:all var(--transition-medium)}.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(var(--color-purple-rgb),.1);border-color:var(--color-purple-light)}
