:root{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1f2a24;background-color:#eef3ee;line-height:1.6;color-scheme:light;--page-bg: #eef3ee;--page-gradient-1: rgba(122, 170, 147, .35);--page-gradient-2: rgba(179, 206, 190, .4);--page-gradient-3: rgba(236, 243, 237, 1);--surface-1: rgba(255, 255, 255, .92);--surface-2: rgba(247, 250, 247, .92);--surface-3: rgba(232, 240, 234, .92);--surface-4: rgba(224, 234, 228, .88);--text-primary: #1f2a24;--text-secondary: #546158;--text-muted: #6d7a71;--text-inverse: #f8fafc;--accent: #5b7f6a;--accent-strong: #3e6657;--accent-soft: rgba(91, 127, 106, .18);--accent-gradient: linear-gradient(135deg, #6f8f79, #4d7261);--accent-contrast: #ffffff;--landing-glow-1: rgba(116, 173, 144, .55);--landing-glow-2: rgba(168, 196, 178, .55);--nav-bg: rgba(224, 234, 228, .95);--nav-text: #1f2a24;--nav-hover: rgba(91, 127, 106, .12);--nav-active-bg: linear-gradient(135deg, #5d836c, #3f6657);--table-header-bg: linear-gradient(135deg, #5d836c, #3f6657);--focus-ring: rgba(98, 156, 121, .35);--shadow-strong: 0 24px 40px rgba(27, 42, 34, .12);--shadow-soft: 0 18px 30px rgba(27, 42, 34, .08)}[data-theme=dark]{color:#e2e8f0;background-color:#020617;color-scheme:dark;--page-bg: #020617;--page-gradient-1: rgba(59, 130, 246, .35);--page-gradient-2: rgba(129, 140, 248, .4);--page-gradient-3: rgba(15, 23, 42, 1);--surface-1: rgba(15, 23, 42, .9);--surface-2: rgba(15, 23, 42, .75);--surface-3: rgba(30, 41, 59, .85);--surface-4: rgba(15, 23, 42, .92);--text-primary: #f8fafc;--text-secondary: rgba(226, 232, 240, .82);--text-muted: rgba(148, 163, 184, .85);--text-inverse: #0f172a;--accent: #60a5fa;--accent-strong: #6366f1;--accent-soft: rgba(96, 165, 250, .18);--accent-gradient: linear-gradient(135deg, #38bdf8, #6366f1);--accent-contrast: #ffffff;--landing-glow-1: rgba(96, 165, 250, .55);--landing-glow-2: rgba(129, 140, 248, .55);--nav-bg: rgba(15, 23, 42, .9);--nav-text: #e2e8f0;--nav-hover: rgba(226, 232, 240, .18);--nav-active-bg: linear-gradient(135deg, rgba(37, 99, 235, .9), rgba(124, 58, 237, .85));--table-header-bg: linear-gradient(135deg, rgba(37, 99, 235, .9), rgba(124, 58, 237, .85));--focus-ring: rgba(59, 130, 246, .35);--shadow-strong: 0 24px 40px rgba(2, 6, 23, .4);--shadow-soft: 0 18px 30px rgba(2, 6, 23, .35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,var(--page-gradient-1),transparent 45%),radial-gradient(circle at 80% 10%,var(--page-gradient-2),transparent 50%),linear-gradient(135deg,var(--page-bg) 0%,var(--page-gradient-3) 55%,var(--page-bg) 100%);background-size:120% 120%;animation:backgroundFlow 26s ease-in-out infinite;color:inherit}.landing{min-height:100vh;display:flex;flex-direction:column;position:relative;color:var(--text-primary);overflow:hidden}.landing:before,.landing:after{content:"";position:absolute;inset:auto;width:420px;height:420px;border-radius:50%;filter:blur(120px);opacity:.35;pointer-events:none;z-index:0}.landing:before{top:-160px;right:-120px;background:var(--landing-glow-1);animation:floatPulse 20s ease-in-out infinite alternate}.landing:after{bottom:-180px;left:-140px;background:var(--landing-glow-2);animation:floatPulse 22s ease-in-out infinite alternate-reverse}@keyframes backgroundFlow{0%{background-position:0% 50%,100% 0%,0% 0%}50%{background-position:50% 60%,60% 20%,100% 50%}to{background-position:0% 50%,100% 0%,0% 100%}}@keyframes floatPulse{0%{transform:translateZ(0) scale(1);opacity:.32}50%{transform:translate3d(40px,-30px,0) scale(1.08);opacity:.4}to{transform:translate3d(-35px,25px,0) scale(1.04);opacity:.36}}.landing-topbar{background:var(--surface-4);color:var(--text-primary);padding:.75rem 1rem;box-shadow:0 12px 20px #0f172a33}.landing-topbar-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-topbar-actions{display:flex;align-items:center;gap:.75rem}.landing-topbar-text{font-size:.95rem;font-weight:600}.landing-topbar-button{background:var(--accent-gradient);color:var(--accent-contrast);border-radius:999px;padding:.45rem 1.25rem;text-decoration:none;font-weight:600;transition:transform .15s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center}.landing-topbar-button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #1b2a222e}.landing-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 5.5rem;display:flex;flex-direction:column;gap:4.5rem;position:relative;z-index:1}.landing-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:stretch;gap:2.75rem}.landing-hero-copy{background:linear-gradient(145deg,var(--surface-1),var(--surface-2));border-radius:24px;padding:3rem 2.75rem;box-shadow:var(--shadow-strong);border:1px solid rgba(148,163,184,.18);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);color:var(--text-primary)}.landing-kicker{letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:700;color:var(--accent-strong);margin:0 0 1rem}.landing-hero-copy h1{font-size:clamp(2.2rem,4vw,3rem);margin:0 0 1rem;color:var(--text-primary)}.landing-hero-copy p{font-size:1.05rem;margin:0 0 1.75rem;color:var(--text-secondary)}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.landing-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.landing-metric{padding:.9rem 1.05rem;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:var(--surface-3);display:flex;flex-direction:column;gap:.25rem;box-shadow:var(--shadow-soft)}.landing-metric-value{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.landing-metric-label{font-size:.85rem;color:var(--text-muted)}.landing-primary-action,.landing-secondary-action{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-radius:14px;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.landing-primary-action{background:var(--accent-gradient);color:var(--accent-contrast);box-shadow:0 18px 36px #3b82f633;border:1px solid rgba(148,163,184,.18)}.landing-primary-action:hover{transform:translateY(-2px);box-shadow:0 24px 40px #2f5e4847}.landing-secondary-action{background:#94a3b81f;color:var(--text-secondary);border:1px solid rgba(148,163,184,.2)}.landing-secondary-action:hover{background:#94a3b833;transform:translateY(-1px)}.landing-hero-card{background:linear-gradient(160deg,var(--surface-1),var(--surface-3));color:var(--text-primary);border-radius:26px;padding:2.75rem 2.5rem;box-shadow:var(--shadow-strong);display:flex;flex-direction:column;gap:1.75rem;border:1px solid rgba(148,163,184,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-hero-card-header{display:flex;flex-direction:column;gap:.6rem}.landing-hero-tag{align-self:flex-start;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;background:var(--accent-soft);color:var(--accent-strong)}.landing-hero-card-header h2{margin:0;font-size:1.65rem;color:var(--text-primary)}.landing-hero-card-header p{margin:0;color:var(--text-secondary);line-height:1.6}.landing-hero-card-preview{display:grid;gap:1.25rem}.preview-card{background:var(--surface-2);border-radius:18px;padding:1.5rem;border:1px solid rgba(148,163,184,.2);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:.75rem}.preview-card-eyebrow{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.preview-card strong{font-size:1.1rem;color:var(--text-primary)}.preview-card p{margin:0;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.preview-card-meta{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted)}.preview-card-secondary{background:linear-gradient(160deg,#5b7f6a2e,#94a3b80d);border:1px solid rgba(125,211,252,.15);color:var(--text-secondary)}.landing-hero-card-highlights{list-style:none;padding:0;margin:0;display:grid;gap:.65rem;font-size:.95rem}.landing-hero-card-highlights li{display:flex;align-items:center;gap:.65rem;color:var(--text-secondary)}.landing-hero-card-highlights li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-gradient)}.landing-login{display:flex;justify-content:center}.landing-login-card{max-width:480px;width:100%}.landing-section{background:var(--surface-1);border-radius:22px;padding:3rem 2.75rem;box-shadow:var(--shadow-strong);border:1px solid rgba(148,163,184,.25);color:var(--text-primary)}.landing-section h2{margin:0 0 2rem;font-size:2rem;color:var(--text-primary);text-align:center}.landing-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.landing-feature-card{position:relative;background:linear-gradient(180deg,var(--surface-2),var(--surface-3));border-radius:18px;padding:2rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;text-align:left;border:1px solid rgba(148,163,184,.35);box-shadow:0 20px 32px #0f172a14}.landing-feature-card h3{margin:0;color:var(--text-primary);font-size:1.25rem}.landing-feature-card p{margin:0;color:var(--text-secondary);line-height:1.5}.landing-feature-card:before{content:attr(data-icon);font-size:1.3rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:12px;background:linear-gradient(135deg,#5b7f6a40,#94a3b859);margin-bottom:.75rem}.landing-section-muted{background:linear-gradient(135deg,var(--surface-3),var(--surface-4));color:var(--text-primary);border:1px solid rgba(148,163,184,.25)}.landing-section-muted h2{color:var(--text-primary)}.landing-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.landing-step{background:var(--surface-2);border-radius:18px;padding:1.75rem 1.5rem;display:flex;gap:1.25rem;align-items:flex-start;border:1px solid rgba(148,163,184,.3);box-shadow:var(--shadow-soft)}.landing-step-number{width:40px;height:40px;border-radius:14px;background:var(--accent-gradient);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent-contrast);flex-shrink:0;font-size:1.05rem;box-shadow:0 12px 20px #3b82f633}.landing-step-eyebrow{display:inline-block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}.landing-step-body h3{margin:0 0 .5rem;font-size:1.2rem;color:var(--text-primary)}.landing-step-body p{margin:0;color:var(--text-secondary);line-height:1.6}.landing-section-final{padding:0;background:none;box-shadow:none;border:none}.landing-cta{background:var(--accent-gradient);color:var(--accent-contrast);border-radius:26px;padding:3.25rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 36px 60px #2f5e4847;border:1px solid rgba(148,163,184,.25)}.landing-cta-copy h2{margin:0 0 .75rem;font-size:2rem;color:inherit}.landing-cta-copy p{margin:0;font-size:1.05rem;color:#ffffffe0}@media(max-width:960px){.landing-content{padding:3.25rem 1.25rem 4.5rem}.landing-hero{grid-template-columns:1fr}.landing-hero-card{order:-1}.landing-hero-metrics,.landing-feature-grid,.landing-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-cta{flex-direction:column;text-align:center;align-items:center}}@media(max-width:720px){.landing-topbar-content{flex-direction:column;text-align:center}.landing-topbar-actions{width:100%;flex-direction:column}.landing-topbar-button{width:100%}.landing-hero-copy{padding:2.5rem 1.9rem}.landing-hero-card{padding:2.25rem 1.9rem}.landing-hero-metrics,.landing-feature-grid,.landing-steps{grid-template-columns:1fr}.landing-section{padding:2.5rem 1.9rem}}@media(max-width:520px){.landing-content{padding:2.5rem 1rem 3.75rem;gap:3.25rem}.landing-primary-action,.landing-secondary-action{width:100%;justify-content:center}.landing-cta{padding:2.5rem 1.9rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.app{width:100%;padding:0 0 4rem}.app-header{background:var(--surface-1);border-bottom:1px solid rgba(148,163,184,.28);box-shadow:0 10px 20px #0f172a14;display:grid;grid-template-columns:auto auto minmax(260px,1fr) auto;gap:1rem;align-items:center;padding:.75rem 1.25rem;margin-bottom:1rem;position:sticky;top:0;z-index:60}.topbar-brand-area{display:flex;align-items:center;gap:.65rem}.topbar-logo{font-size:.9rem;font-weight:800;letter-spacing:.08em;background:var(--surface-3);color:var(--text-primary);border-radius:10px;padding:.45rem .65rem}.topbar-workspace{border:1px solid rgba(148,163,184,.35);background:var(--surface-2);color:var(--text-primary);border-radius:10px;padding:.5rem .7rem;font-size:.88rem;font-weight:600;cursor:pointer}.topbar-links{display:flex;align-items:center;gap:.35rem}.topbar-links button{border:none;background:transparent;color:var(--text-secondary);font-size:.92rem;font-weight:600;padding:.4rem .55rem;border-radius:8px;cursor:pointer}.topbar-links button:hover{background:var(--surface-3);color:var(--text-primary)}.topbar-search input{width:100%;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:var(--surface-2);color:var(--text-primary);padding:.6rem 1rem;font-size:.9rem}.topbar-search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}.header-photo-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem}.photo-carousel{display:grid;grid-template-columns:auto minmax(200px,240px) auto;align-items:center;gap:.75rem;width:100%;max-width:360px}.photo-nav-button{width:2rem;height:2rem;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:var(--surface-2);color:var(--text-primary);font-size:1.5rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.photo-nav-button:disabled{opacity:.5;cursor:not-allowed}.photo-card{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:18px;border:2px solid rgba(255,255,255,.85);background:linear-gradient(135deg,#ffffff26,#0f172a26),radial-gradient(circle at top,var(--photo-accent),rgba(15,23,42,.9));background-size:cover;background-position:center;box-shadow:0 14px 24px #0f172a33;display:flex;align-items:flex-end;justify-content:space-between;padding:.75rem;color:#f8fafc;font-weight:700;letter-spacing:.02em;overflow:hidden;transform-style:preserve-3d;transition:transform .5s ease,box-shadow .25s ease}.photo-card-focus{animation:yearFlip .42s ease}.photo-card:hover,.photo-card:focus-within{transform:rotateY(8deg);box-shadow:0 18px 32px #0f172a40}@keyframes yearFlip{0%{transform:rotateY(-90deg) scale(.98);opacity:.55}to{transform:rotateY(0) scale(1);opacity:1}}.photo-upload-trigger{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;background:#0f172a94;border:1px solid rgba(255,255,255,.2);padding:.2rem .6rem .2rem .45rem;cursor:pointer}.photo-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.photo-input:focus-visible+.photo-upload-icon{box-shadow:0 0 0 3px var(--focus-ring)}.photo-upload-icon{width:1.2rem;height:1.2rem;border-radius:999px;background:#ffffff2e;display:inline-flex;align-items:center;justify-content:center}.photo-upload-icon svg{width:.85rem;height:.85rem;fill:none;stroke:#f8fafc;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.photo-card.has-photo:after{content:"";position:absolute;inset:0;background:#0f172a33;z-index:0}.photo-year{position:relative;z-index:1;background:#0f172a8c;padding:.2rem .6rem;border-radius:999px;font-size:.85rem}.photo-action{position:relative;z-index:1;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.photo-stack-caption{margin:0;font-size:.85rem;color:var(--text-muted)}.photo-stack-form{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.photo-stack-form label{display:flex;align-items:center}.photo-stack-form input[type=text]{border-radius:999px;border:1px solid rgba(148,163,184,.4);padding:.35rem .75rem;min-width:90px;font-size:.85rem;background:var(--surface-2);color:var(--text-primary)}.photo-upload-field{position:relative;padding:.35rem .85rem;border-radius:999px;background:var(--surface-3);color:var(--text-primary);font-size:.8rem;font-weight:600;cursor:pointer}.photo-upload-field input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.photo-stack-form button{border:none;border-radius:999px;padding:.35rem .9rem;background:var(--accent-gradient);color:var(--accent-contrast);font-weight:600;cursor:pointer;font-size:.85rem}.photo-stack-form button:disabled{opacity:.6;cursor:not-allowed}.header-actions{display:flex;align-items:center;gap:.65rem}.theme-toggle{border:none;background:var(--surface-2);color:var(--text-primary);border-radius:999px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 14px #0f172a1f;transition:transform .2s ease,box-shadow .2s ease;perspective:600px}.theme-toggle:hover{transform:translateY(-1px);box-shadow:0 12px 20px #0f172a2e}.theme-toggle-icon{position:relative;width:1.45rem;height:1.45rem;display:inline-block;transform-style:preserve-3d;transition:transform .55s cubic-bezier(.2,.72,.22,1)}.theme-toggle-icon.is-dark{transform:rotateY(180deg)}.theme-icon-face{position:absolute;inset:0;backface-visibility:hidden;display:inline-flex;align-items:center;justify-content:center}.theme-icon-face svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.theme-icon-moon{transform:rotateY(180deg)}.theme-toggle--ghost{background:#ffffff38;box-shadow:none}@media(max-width:900px){.app-header{grid-template-columns:1fr;position:static}.topbar-brand-area,.topbar-links,.header-actions{justify-content:center}.auth-status{align-items:center;text-align:center}.header-actions{align-items:center}}.auth-status{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;text-align:right}.auth-status .auth-email{font-size:.95rem;color:var(--text-secondary)}.auth-status .auth-last-login{font-size:.85rem;color:var(--text-muted)}.auth-status button{background:var(--accent-soft);color:var(--accent-strong);border:none;border-radius:999px;padding:.4rem 1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.auth-status button:hover{background:#5b7f6a40}.auth-panel{max-width:420px;margin:0 auto}.auth-card{background:var(--surface-1);border-radius:20px;padding:2.5rem 2rem;box-shadow:var(--shadow-strong);border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;gap:1.5rem}.auth-card h2{margin:0;color:var(--text-primary);font-size:1.5rem}.auth-subtitle{margin:0;color:var(--text-secondary);font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form label{display:flex;flex-direction:column;gap:.5rem;color:var(--text-primary);font-weight:600}.auth-card input{border-radius:14px;border:1px solid rgba(148,163,184,.4);padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;font-weight:400;background:var(--surface-2);color:inherit}.auth-card input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring);background:#fff}.auth-form button{background:var(--accent-gradient);color:var(--accent-contrast);border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.auth-form button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #3b82f633}.auth-form button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.auth-toggle{background:none;border:none;color:var(--accent-strong);font-weight:600;cursor:pointer;padding:0;align-self:center}.auth-toggle:hover{text-decoration:underline}.app-layout{display:grid;gap:1.75rem;grid-template-columns:minmax(250px,290px) minmax(0,1fr);align-items:stretch;padding:0 1.25rem}.app-navigation{background:color-mix(in srgb,var(--nav-bg) 70%,#05070d 30%);border-radius:18px;padding:1rem .85rem;box-shadow:var(--shadow-soft);color:var(--text-inverse);position:sticky;top:4.8rem;min-height:calc(100vh - 6.5rem)}.app-navigation ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.app-navigation li{width:100%}.nav-link{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.9rem;padding:1rem 1.2rem;border-radius:10px;border:none;background:transparent;color:inherit;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:background .2s ease,transform .2s ease}.nav-link:hover{background:var(--nav-hover);transform:translate(1px)}.nav-link.active{background:var(--nav-active-bg);box-shadow:0 8px 18px #2f5e4847;color:var(--accent-contrast)}.nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:2.1rem;padding:.25rem .6rem;border-radius:999px;background:#fff3;font-size:.85rem;font-weight:600;margin-left:auto}.app-content{display:flex;flex-direction:column;gap:1.25rem}.dashboard-heading{background:var(--surface-1);border:1px solid rgba(148,163,184,.25);border-radius:14px;padding:1.1rem 1.25rem;box-shadow:var(--shadow-soft)}.dashboard-heading h1{margin:0;font-size:clamp(1.6rem,2.7vw,2.2rem);color:var(--text-primary)}.dashboard-heading p{margin:.45rem 0 0;color:var(--text-secondary)}.profile-photo-manager{margin:1.25rem 0 1.5rem;border:1px solid rgba(148,163,184,.25);background:var(--surface-2);border-radius:16px;padding:1rem 1rem 1.25rem}.profile-photo-manager-header{margin-bottom:.6rem}.profile-photo-manager-header h3{margin:0;font-size:1rem;color:var(--text-primary)}.profile-photo-manager-header p{margin:.3rem 0 0;font-size:.9rem;color:var(--text-secondary)}.profile-overview,.section-editor{background:var(--surface-1);border-radius:22px;padding:2.25rem;box-shadow:var(--shadow-strong);border:1px solid rgba(15,23,42,.05)}.profile-overview h2,.section-editor h2{margin-top:0;color:var(--text-primary);font-size:1.5rem}.profile-table{width:100%;border-collapse:collapse;margin-top:1.5rem;background:var(--surface-2);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft)}.profile-table caption{font-weight:600;text-align:left;padding:1rem 1.5rem;color:var(--text-primary)}.profile-table th,.profile-table td{padding:1rem 1.25rem;border-bottom:1px solid rgba(148,163,184,.2);text-align:left;vertical-align:top;font-size:.95rem}.profile-table th{width:260px;background:#e2e8f066;font-weight:600;color:var(--text-primary)}.profile-table tbody tr:last-child td,.profile-table tbody tr:last-child th{border-bottom:none}.profile-multiline textarea{min-height:140px}.section-editor .field{display:flex;flex-direction:column;gap:.5rem;color:var(--text-primary);font-weight:500}.profile-overview input,.profile-overview textarea,.section-editor input,.section-editor textarea{border-radius:14px;border:1px solid rgba(148,163,184,.4);padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;font-weight:400;background:var(--surface-2);color:inherit}.profile-overview input:focus,.profile-overview textarea:focus,.section-editor input:focus,.section-editor textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring);background:#fff}.profile-overview textarea,.section-editor textarea{resize:vertical}.last-updated{margin-top:1rem;font-size:.9rem;color:var(--text-muted)}.section-header{margin-bottom:1.5rem}.section-description{margin:.5rem 0 0;color:var(--text-secondary);font-size:.95rem}.section-form{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:2.25rem}.field-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.section-editor .field small{font-size:.75rem;color:var(--text-muted)}.add-button,.actions button,.section-item button{background:var(--accent-gradient);color:var(--accent-contrast);border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.add-button:hover,.actions button:hover,.section-item button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #3b82f633}.add-button:active,.actions button:active,.section-item button:active{transform:translateY(0)}.table-container{margin-top:1.5rem;overflow-x:auto}.section-table{width:100%;border-collapse:collapse;background:#f8fafce6;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px #0f172a14}.section-table caption{font-weight:600;text-align:left;padding:1rem 1.5rem;color:var(--text-primary)}.section-table thead{background:var(--table-header-bg);color:var(--accent-contrast)}.section-table th,.section-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.2);font-size:.95rem}.section-table th{font-weight:600}.section-table tbody tr:nth-child(2n){background:#ffffffe6}.section-table tbody tr:last-child td{border-bottom:none}.section-table td.actions-cell{width:140px}.section-table td.actions-cell{display:flex;flex-wrap:wrap;gap:.5rem}.table-edit-button{background:var(--accent-soft);color:var(--accent-strong);box-shadow:none;padding:.5rem 1.25rem;border-radius:999px;font-weight:600;transition:background .2s ease,transform .15s ease}.table-edit-button:hover{background:#5b7f6a40;box-shadow:none;transform:translateY(-1px)}.table-remove-button{background:#ef44441f;color:#b91c1c;box-shadow:none;padding:.5rem 1.25rem;border-radius:999px;font-weight:600;transition:background .2s ease,transform .15s ease}.table-remove-button:hover{background:#ef444433;box-shadow:none;transform:translateY(-1px)}.modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:200}.modal-dialog{background:var(--surface-1);border-radius:20px;max-width:960px;width:min(100%,960px);box-shadow:var(--shadow-strong);border:1px solid rgba(148,163,184,.3);max-height:90vh;overflow-y:auto;padding:2rem}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.modal-header h3{margin:0;font-size:1.4rem;color:var(--text-primary)}.modal-close{border:none;background:#94a3b833;color:var(--text-primary);width:36px;height:36px;border-radius:50%;font-size:1.3rem;cursor:pointer;transition:background .2s ease}.modal-close:hover{background:#94a3b859}.modal-form{display:flex;flex-direction:column;gap:1.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.modal-primary,.modal-secondary{border:none;border-radius:999px;padding:.65rem 1.5rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.modal-primary{background:var(--accent-gradient);color:var(--accent-contrast)}.modal-secondary{background:#94a3b82e;color:var(--text-primary)}.modal-primary:hover,.modal-secondary:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a26}@media(max-width:720px){.profile-table{display:block}.profile-table tbody,.profile-table tr,.profile-table th,.profile-table td{display:block;width:100%}.profile-table th{background:transparent;margin-top:1rem}.profile-table tr:first-child th{margin-top:0}.profile-table td{border-bottom:none;padding-top:.25rem}.section-table{display:block}.section-table thead{display:none}.section-table tbody{display:block}.section-table tbody tr{display:block;border-bottom:1px solid rgba(148,163,184,.2);padding:1rem 1.25rem;background:#f8fafcf2}.section-table tbody tr:nth-child(2n){background:#fffffff2}.section-table td{display:flex;justify-content:space-between;align-items:center;border-bottom:none;padding:.5rem 0}.section-table td:before{content:attr(data-label);font-weight:600;color:var(--text-primary);margin-right:1rem}.section-table td.actions-cell{justify-content:flex-start}.section-table td.actions-cell:before{margin-right:.75rem}.table-container{margin-top:1rem}}.empty-state{background:#e2e8f099;border-radius:14px;padding:1rem 1.25rem;color:var(--text-secondary);font-style:italic}.status{margin:0;font-weight:600;color:var(--accent-strong);text-align:center}.status-messages{display:flex;flex-direction:column;gap:.5rem}.error,.success{margin:0;padding:.75rem 1rem;border-radius:12px;font-weight:600}.error{background:#f871712e;color:#b91c1c}.success{background:#4ade802e;color:#166534}.actions{display:flex;justify-content:flex-end}.actions button{min-width:200px}.showcase{display:flex;flex-direction:column;gap:2rem}.showcase-header h2{margin:0 0 .5rem}.showcase-header p{margin:0;color:var(--text-secondary)}.showcase-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1.75rem}.showcase-profile-card{background:var(--surface-1);border-radius:16px;padding:1.75rem;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.25);display:flex;flex-direction:column;gap:1rem}.showcase-profile-card h3{margin:0;font-size:1.4rem;color:var(--text-primary)}.showcase-profile-card p{margin:0;color:var(--text-secondary)}.showcase-profile-card dl{margin:0;display:grid;gap:.75rem}.showcase-profile-card dt{font-weight:600;color:var(--text-primary)}.showcase-profile-card dd{margin:.25rem 0 0;color:var(--text-secondary)}.showcase-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.showcase-metric{background:linear-gradient(135deg,#5b7f6a1f,#94a3b81a);border-radius:16px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;border:1px solid rgba(91,127,106,.18)}.showcase-metric-value{font-size:2rem;font-weight:700;color:var(--accent-strong)}.showcase-metric-label{font-size:.95rem;color:var(--text-primary)}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.showcase-card{background:var(--surface-1);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.2)}.showcase-card h3{margin:0 0 1rem;color:var(--text-primary)}.showcase-card ul,.showcase-card ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.showcase-item-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem}.showcase-item-title{font-weight:600;color:var(--text-primary)}.showcase-item-meta{font-size:.85rem;color:var(--text-muted)}.showcase-item-subtitle{margin:.35rem 0 0;font-weight:500;color:var(--text-secondary)}.showcase-item-body{margin:.35rem 0 0;color:var(--text-secondary)}.showcase-empty{margin:0;color:var(--text-muted)}.showcase-timeline{padding:1.75rem}.showcase-timeline ol{position:relative;padding-left:1.5rem}.showcase-timeline ol:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#5b7f6a40}.showcase-timeline li{position:relative;padding-left:.75rem}.showcase-timeline li:before{content:"";position:absolute;left:.1rem;top:1rem;width:12px;height:12px;border-radius:50%;background:var(--accent-strong);box-shadow:0 0 0 4px #5b7f6a26}.showcase-timeline li:after{content:"";position:absolute;left:.75rem;top:1.6rem;width:1.25rem;height:2px;background:var(--accent-strong)}.showcase-timeline-entry{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:.5rem 0 1rem .5rem}.showcase-timeline-date{font-size:.9rem;font-weight:600;color:var(--accent-strong)}.showcase-callout{margin:0;background:#5b7f6a1f;border:1px solid rgba(91,127,106,.2);color:var(--accent-strong);padding:1.25rem 1.5rem;border-radius:14px}@media(max-width:900px){.showcase-hero,.showcase-timeline-entry{grid-template-columns:1fr}}.presentation-builder{background:var(--surface-1);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow-strong);border:1px solid rgba(15,23,42,.05);display:grid;grid-template-columns:minmax(280px,360px) minmax(0,640px);gap:2.5rem;align-items:start}.presentation-controls{display:flex;flex-direction:column;gap:1.5rem}.presentation-controls h2{margin:0;color:var(--text-primary);font-size:1.5rem}.presentation-description{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.presentation-field-group{display:flex;flex-direction:column;gap:.75rem}.presentation-field-group label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:var(--text-primary)}.presentation-field-group select,.presentation-field-group textarea,.presentation-field-group input[type=color]{border-radius:14px;border:1px solid rgba(148,163,184,.4);padding:.75rem 1rem;font-size:.95rem;background:var(--surface-2);color:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.presentation-field-group textarea{resize:vertical}.presentation-field-group select:focus,.presentation-field-group textarea:focus,.presentation-field-group input[type=color]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring);background:#fff}.presentation-upload input[type=file]{font-size:.9rem}.presentation-hint{margin:0;font-size:.85rem;color:var(--text-muted)}.presentation-toggle-group{display:flex;flex-direction:column;gap:1rem}.presentation-toggle{display:flex;gap:.75rem;align-items:flex-start;font-weight:600;color:var(--text-primary)}.presentation-toggle input{margin-top:.25rem}.presentation-toggle span{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.presentation-toggle span small{font-weight:500;color:var(--text-muted)}.presentation-status{margin:0;font-size:.85rem;color:var(--accent-strong)}.presentation-photo-preview{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.presentation-photo-preview img{width:72px;height:72px;object-fit:cover;border-radius:16px;border:2px solid rgba(15,23,42,.1)}.presentation-photo-preview button{background:#ef44441f;color:#b91c1c;border:none;border-radius:999px;padding:.4rem 1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.presentation-photo-preview button:hover{background:#ef444433}.presentation-preview{background:var(--presentation-background, #ffffff);color:var(--text-primary);border-radius:22px;padding:2.75rem;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:2rem;box-shadow:inset 0 0 0 1px #0f172a0d,0 18px 36px #0f172a1f;min-height:460px;font-family:var(--presentation-font-family, "Inter", sans-serif);transition:background .2s ease,box-shadow .2s ease}.presentation-preview-header,.presentation-preview-body{position:relative;z-index:1}.presentation-preview-header{display:flex;gap:2rem;align-items:flex-start}.presentation-photo-frame{width:140px;height:140px;border-radius:30px;background:#e2e8f08c;border:4px solid var(--presentation-accent, #38bdf8);overflow:hidden;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease}.presentation-photo-frame--empty{border-style:dashed;border-color:#94a3b899}.presentation-photo-frame img{width:100%;height:100%;object-fit:cover}.presentation-photo-placeholder{font-size:.9rem;color:#0f172ab3;text-align:center;padding:0 1rem}.presentation-preview-meta{display:flex;flex-direction:column;gap:.75rem}.presentation-preview-meta h3{margin:0;font-size:2.1rem;letter-spacing:.01em}.presentation-preview-contact{margin:.4rem 0 0;color:var(--text-muted);font-weight:600}.presentation-preview-blurb{margin:0;color:var(--text-secondary);line-height:1.7}.presentation-preview-body{display:flex;flex-direction:column;gap:1.5rem;position:relative}.presentation-spotlight{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.presentation-spotlight li{background:#94a3b81f;padding:1.1rem 1.35rem;border-radius:18px;border-left:4px solid var(--presentation-accent, #38bdf8);box-shadow:inset 0 0 0 1px #94a3b81f;display:flex;flex-direction:column;gap:.5rem}.presentation-spotlight--compact{gap:1rem}.presentation-spotlight li strong{font-size:1.05rem}.presentation-spotlight li span{font-size:.9rem;color:var(--text-secondary)}.presentation-spotlight li p{margin:0;font-size:.95rem;color:var(--text-secondary)}.presentation-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.75rem;position:relative}.presentation-timeline:before{content:"";position:absolute;left:14px;top:0;bottom:0;width:2px;background:#94a3b866}.presentation-timeline li{position:relative;padding-left:2.25rem}.presentation-timeline li:after{content:"";position:absolute;left:16px;top:11px;width:1.4rem;height:2px;background:#94a3b899}.presentation-timeline-point{width:10px;height:10px;border-radius:50%;position:absolute;left:9px;top:6px;background:var(--presentation-accent, #38bdf8);box-shadow:0 0 0 4px #38bdf840}.presentation-timeline-content{background:#f8fafcbf;border-radius:18px;padding:1.1rem 1.35rem;display:flex;flex-direction:column;gap:.5rem;border-left:4px solid var(--presentation-accent, #38bdf8);box-shadow:inset 0 0 0 1px #94a3b824}.presentation-timeline-date{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.presentation-timeline-content strong{font-size:1.05rem}.presentation-timeline-content p{margin:0;font-size:.95rem;color:var(--text-secondary)}.presentation-empty{text-align:center;padding:1.5rem;border-radius:18px;background:#e2e8f080;color:var(--text-secondary)}.presentation-preview--timeline .presentation-preview-body{padding-left:.75rem}.presentation-preview--columns .presentation-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.presentation-preview--columns .presentation-spotlight--compact li{padding:1rem 1.2rem}.presentation-preview-header--solo{justify-content:center;text-align:center}.presentation-preview-header--solo .presentation-preview-meta{align-items:center}.presentation-preview-header--solo .presentation-preview-meta h3,.presentation-preview-header--solo .presentation-preview-contact,.presentation-preview-header--solo .presentation-preview-blurb{text-align:center}.presentation-font--classic{font-family:"'Playfair Display', 'Times New Roman', serif"}.presentation-font--friendly{font-family:"'Nunito', 'Segoe UI', sans-serif"}.presentation-font--modern{font-family:"'Inter', 'Helvetica Neue', sans-serif"}@media(max-width:900px){.app{padding:2rem 1rem 3rem}.auth-card{padding:2rem 1.5rem}.app-layout{padding:0;grid-template-columns:1fr}.app-navigation{position:static;padding:1rem;margin-left:0;min-height:auto;border-top-left-radius:22px;border-bottom-left-radius:22px}.profile-overview,.section-editor{padding:1.5rem}.presentation-builder{grid-template-columns:1fr;padding:1.5rem}.presentation-preview{min-height:0}.actions{justify-content:center}}@media(max-width:600px){.nav-link{font-size:.9rem;padding:.75rem .9rem}.section-item{padding:1rem 1.25rem}.presentation-builder{padding:1.25rem}.presentation-preview{padding:1.5rem}.presentation-preview-header{flex-direction:column;align-items:flex-start}.presentation-photo-frame{width:96px;height:96px}}.profile-checkbox{display:flex;align-items:center}.profile-checkbox label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--text-primary)}.profile-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.network-explorer{background:var(--surface-1);border-radius:20px;padding:2rem;box-shadow:var(--shadow-strong);border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;gap:1.75rem}.network-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:flex-end}.network-search input[type=search]{min-width:260px;border-radius:14px;border:1px solid rgba(148,163,184,.4);padding:.65rem 1rem;font-size:.95rem;background:var(--surface-2);color:inherit}.network-search input[type=search]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring);background:#fff}.network-filter{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:var(--text-primary)}.network-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.network-card{background:var(--surface-2);border-radius:18px;padding:1.5rem;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;gap:1rem}.network-card-hiring{border-color:#22c55e59;box-shadow:0 18px 36px #22c55e2e}.network-card-header{display:flex;align-items:flex-start;gap:1rem;justify-content:space-between}.network-card-avatar{width:54px;height:54px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;overflow:hidden}.network-card-avatar img{width:100%;height:100%;object-fit:cover}.network-card-header h3{margin:0;color:var(--text-primary)}.network-card-headline{margin:.25rem 0 0;font-weight:600;color:var(--accent-strong)}.network-card-meta{margin:0;color:var(--text-muted);font-size:.9rem}.network-card-summary{margin:0;color:var(--text-secondary);line-height:1.6}.network-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.network-tag{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#94a3b833;color:var(--text-primary)}.network-tag-skill{background:var(--accent-soft);color:var(--accent-strong)}.network-tag-interest{background:#ec48991f;color:#be185d}.network-card-affiliations{margin:0;display:grid;gap:.75rem}.network-card-affiliations dt{font-weight:600;color:var(--text-primary)}.network-card-affiliations dd{margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.network-chip{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:10px;font-size:.8rem;background:#e2e8f0b3;color:var(--text-primary)}.network-card-hiring-message{background:#22c55e1f;border:1px solid rgba(34,197,94,.25);border-radius:12px;padding:.75rem 1rem;color:#166534}.network-form{background:var(--surface-2);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(148,163,184,.25)}.network-form h3{margin:0;color:var(--text-primary)}.network-form label{display:flex;flex-direction:column;gap:.5rem;font-weight:500;color:var(--text-primary)}.network-form input,.network-form textarea{border-radius:14px;border:1px solid rgba(148,163,184,.4);padding:.75rem 1rem;font-size:.95rem;background:var(--surface-2);color:inherit}.network-form textarea{resize:vertical}.form-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.network-action-button{background:var(--accent-soft);color:var(--accent-strong);border:none;border-radius:12px;padding:.55rem 1.2rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .15s ease}.network-action-button:hover{background:#5b7f6a40;transform:translateY(-1px)}.network-action-button:disabled{background:#94a3b866;color:#334155b3;cursor:default;transform:none}@media(max-width:720px){.network-actions{flex-direction:column;align-items:stretch}.network-search input[type=search]{width:100%;min-width:0}.network-filter{justify-content:center}}.volunteering-layout{display:flex;flex-direction:column;gap:2rem}.volunteer-opportunities{background:var(--surface-1);border-radius:22px;padding:2.25rem;box-shadow:var(--shadow-strong);border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;gap:1.5rem}.volunteer-opportunities-header{display:flex;flex-direction:column;gap:1.5rem}.volunteer-opportunities-header h2{margin:0;font-size:1.6rem;color:var(--text-primary)}.volunteer-opportunities-header p{margin:0;color:var(--text-secondary);font-size:.98rem;max-width:780px}.volunteer-opportunities-controls{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.volunteer-opportunities-controls .field{flex:1 1 220px;min-width:200px}.volunteer-opportunities-controls input,.volunteer-opportunities-controls select{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.35);padding:.7rem .9rem;font-size:.95rem;background:var(--surface-2);color:var(--text-primary)}.volunteer-opportunities-controls input:focus,.volunteer-opportunities-controls select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring);background:#fff}.volunteer-opportunities-results{margin:0;color:var(--text-secondary);font-size:.95rem}.opportunity-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.opportunity-card{background:var(--surface-2);border-radius:18px;padding:1.5rem;border:1px solid rgba(148,163,184,.25);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.opportunity-card:hover{transform:translateY(-2px);box-shadow:0 22px 34px #0f172a1f}.opportunity-card.expanded{border-color:#5b7f6a59;box-shadow:0 28px 40px #5b7f6a2e}.opportunity-card-header{display:flex;justify-content:space-between;gap:1rem}.opportunity-card-header h3{margin:0;font-size:1.15rem;color:var(--text-primary)}.opportunity-organization{margin:.35rem 0 0;color:var(--text-primary);font-weight:600}.opportunity-meta{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--text-muted);text-align:right}.opportunity-summary{margin:0;color:var(--text-secondary);font-size:.95rem}.opportunity-details{list-style:none;margin:0;padding:0;display:grid;gap:.4rem;font-size:.9rem;color:var(--text-secondary)}.opportunity-details strong{color:var(--text-primary)}.opportunity-tags{display:flex;flex-wrap:wrap;gap:.5rem}.opportunity-tags span{background:var(--accent-soft);color:var(--accent-strong);padding:.3rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600}.toggle-details{align-self:flex-start;background:none;border:none;color:var(--accent-strong);font-weight:600;font-size:.95rem;cursor:pointer;padding:0}.toggle-details:hover{text-decoration:underline}.opportunity-expanded{border-top:1px solid rgba(148,163,184,.25);padding-top:1.25rem;display:flex;flex-direction:column;gap:1rem;font-size:.95rem;color:var(--text-secondary)}.opportunity-impact{margin:0;font-weight:600;color:var(--text-primary)}.opportunity-remote{margin:0;font-style:italic;color:var(--text-secondary)}.opportunity-requirements{background:#5b7f6a1f;border-radius:14px;padding:1rem 1.1rem}.opportunity-requirements h4{margin:0 0 .5rem;font-size:.95rem;color:var(--accent-strong)}.opportunity-requirements ul{margin:0;padding-left:1.1rem;color:var(--text-primary);font-size:.9rem}.volunteer-signup-form{display:flex;flex-direction:column;gap:1.25rem}.volunteer-signup-form fieldset{border:1px solid rgba(148,163,184,.3);border-radius:14px;padding:1.25rem;display:grid;gap:1rem}.volunteer-signup-form legend{font-weight:600;color:var(--text-primary);padding:0 .25rem}.volunteer-signup-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:var(--text-primary)}.volunteer-signup-form input,.volunteer-signup-form textarea{border-radius:12px;border:1px solid rgba(148,163,184,.35);padding:.7rem .9rem;font-size:.95rem;background:var(--surface-2);color:var(--text-primary)}.volunteer-signup-form input:focus,.volunteer-signup-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring);background:#fff}.volunteer-signup-form textarea{resize:vertical}.volunteer-signup-form button{align-self:flex-start;background:var(--accent-gradient);color:var(--accent-contrast);border:none;border-radius:12px;padding:.8rem 1.6rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.volunteer-signup-form button[disabled]{cursor:not-allowed;background:#94a3b899;box-shadow:none}.volunteer-signup-form button:not([disabled]):hover{transform:translateY(-1px);box-shadow:0 12px 20px #3b82f640}.form-message{margin:0;font-size:.9rem}.form-message.success{color:#15803d}.form-message.error{color:#b91c1c}@media(min-width:960px){.volunteer-opportunities-header{flex-direction:row;justify-content:space-between;align-items:flex-start}.volunteer-opportunities-header p{max-width:520px}}@media(max-width:640px){.opportunity-card-header{flex-direction:column;align-items:flex-start}.opportunity-meta{text-align:left;flex-direction:row;gap:1rem}}
