:root{--bg: #F5F0E8;--bg-grain: #EDE8DF;--surface: #FFFDF9;--text-primary: #2D2016;--text-secondary: #917E6E;--text-tertiary: #B5A696;--accent: #B8624B;--accent-hover: #A35540;--accent-soft: #F3DED5;--border: rgba(44, 24, 16, .06);--shadow-sm: 0 1px 3px rgba(44, 24, 16, .04), 0 1px 2px rgba(44, 24, 16, .06);--shadow-md: 0 4px 16px rgba(44, 24, 16, .06), 0 2px 6px rgba(44, 24, 16, .04);--shadow-lg: 0 12px 40px rgba(44, 24, 16, .08), 0 4px 12px rgba(44, 24, 16, .04);--radius: 20px;--font-display: "Frank Ruhl Libre", "David", serif;--font-body: "Heebo", "Arial", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text-primary);min-height:100dvh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}body:before{content:"";position:fixed;inset:0;opacity:.3;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");background-size:200px 200px;z-index:0}body:after{content:"";position:fixed;width:120vmax;height:120vmax;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(184,98,75,.04) 0%,transparent 70%);pointer-events:none;z-index:0}#app{position:relative;z-index:1;width:100%;max-width:560px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center}.header{text-align:center;margin-bottom:3rem;animation:fadeUp .8s ease-out both}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:18px;background:linear-gradient(145deg,var(--accent),#C97A5E);margin-bottom:1.25rem;box-shadow:0 4px 20px #b8624b33}.logo-mark svg{width:32px;height:32px;fill:none;stroke:#fffdf9;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.org-name{font-family:var(--font-display);font-size:2.75rem;font-weight:700;letter-spacing:-.01em;line-height:1.15;color:var(--text-primary)}.org-subtitle{font-size:.95rem;font-weight:300;color:var(--text-secondary);margin-top:.4rem;letter-spacing:.02em}.nav-cards{display:flex;flex-direction:column;gap:.875rem;width:100%}.nav-card{display:flex;align-items:center;gap:1.125rem;padding:1.375rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,border-color .3s ease;cursor:pointer;position:relative;overflow:hidden}.nav-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(184,98,75,.02),transparent);opacity:0;transition:opacity .3s ease}.nav-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:#b8624b1f}.nav-card:hover:before{opacity:1}.nav-card:active{transform:translateY(0);box-shadow:var(--shadow-md)}.nav-card:nth-child(1){animation:fadeUp .6s ease-out .15s both}.nav-card:nth-child(2){animation:fadeUp .6s ease-out .25s both}.nav-card:nth-child(3){animation:fadeUp .6s ease-out .35s both}.card-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:var(--accent-soft);transition:background .3s ease}.nav-card:hover .card-icon{background:linear-gradient(145deg,var(--accent),#C97A5E)}.card-icon svg{width:24px;height:24px;fill:none;stroke:var(--accent);stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s ease}.nav-card:hover .card-icon svg{stroke:#fffdf9}.card-content{flex:1;min-width:0}.card-title{font-family:var(--font-body);font-size:1.1rem;font-weight:600;color:var(--text-primary);line-height:1.3}.card-desc{font-size:.82rem;font-weight:300;color:var(--text-secondary);margin-top:.2rem;line-height:1.4}.card-arrow{flex-shrink:0;width:20px;height:20px;fill:none;stroke:var(--text-tertiary);stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1)}.nav-card:hover .card-arrow{stroke:var(--accent);transform:translate(-4px)}.footer{margin-top:3rem;text-align:center;animation:fadeUp .8s ease-out .5s both}.footer-text{font-size:.78rem;font-weight:300;color:var(--text-tertiary);letter-spacing:.03em}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){#app{padding:1.5rem 1.25rem}.org-name{font-size:2.25rem}.header{margin-bottom:2.25rem}.nav-card{padding:1.125rem 1.25rem;gap:1rem}.card-icon{width:46px;height:46px;border-radius:12px}.card-icon svg{width:22px;height:22px}.card-title{font-size:1rem}}@media(min-width:768px){.org-name{font-size:3.25rem}.nav-card{padding:1.5rem 1.75rem}}
