:root{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#0f172a;background-color:#020617;line-height:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.35),transparent 45%),radial-gradient(circle at 80% 10%,rgba(129,140,248,.4),transparent 50%),linear-gradient(135deg,#020617,#0f172a 55%,#111827);color:inherit}.landing{min-height:100vh;display:flex;flex-direction:column;position:relative;color:#e2e8f0;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:#60a5fa8c}.landing:after{bottom:-180px;left:-140px;background:#818cf88c}.landing-topbar{background:#0f172ae6;color:#fff;padding:.75rem 1rem;box-shadow:0 12px 20px #0f172a40}.landing-topbar-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-topbar-text{font-size:.95rem;font-weight:600}.landing-topbar-button{background:#fff;color:#0f172a;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 #0f172a33}.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,#0f172acc,#0f172a99);border-radius:24px;padding:3rem 2.75rem;box-shadow:0 40px 60px #02061759;border:1px solid rgba(148,163,184,.2);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);color:#e2e8f0}.landing-kicker{letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:700;color:#2563eb;margin:0 0 1rem}.landing-hero-copy h1{font-size:clamp(2.2rem,4vw,3rem);margin:0 0 1rem;color:#f8fafc}.landing-hero-copy p{font-size:1.05rem;margin:0 0 1.75rem;color:#e2e8f0d1}.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:#0f172aa6;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 18px 30px #02061759}.landing-metric-value{font-size:1.25rem;font-weight:700;color:#f8fafc}.landing-metric-label{font-size:.85rem;color:#e2e8f0b8}.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:linear-gradient(135deg,#38bdf8,#6366f1);color:#fff;box-shadow:0 18px 36px #3b82f64d;border:1px solid rgba(148,163,184,.2)}.landing-primary-action:hover{transform:translateY(-2px);box-shadow:0 24px 40px #4f46e559}.landing-secondary-action{background:#94a3b81f;color:#e2e8f0d9;border:1px solid rgba(148,163,184,.2)}.landing-secondary-action:hover{background:#94a3b833;transform:translateY(-1px)}.landing-hero-card{background:linear-gradient(160deg,#0f172ad9,#1e293bbf);color:#fff;border-radius:26px;padding:2.75rem 2.5rem;box-shadow:0 36px 60px #02061773;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:#94a3b82e;color:#e2e8f0d9}.landing-hero-card-header h2{margin:0;font-size:1.65rem;color:#f8fafc}.landing-hero-card-header p{margin:0;color:#e2e8f0c2;line-height:1.6}.landing-hero-card-preview{display:grid;gap:1.25rem}.preview-card{background:#0f172aa6;border-radius:18px;padding:1.5rem;border:1px solid rgba(148,163,184,.2);box-shadow:0 24px 40px #02061759;display:flex;flex-direction:column;gap:.75rem}.preview-card-eyebrow{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8bf}.preview-card strong{font-size:1.1rem;color:#f8fafc}.preview-card p{margin:0;font-size:.95rem;color:#e2e8f0bf;line-height:1.5}.preview-card-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#94a3b8bf}.preview-card-secondary{background:linear-gradient(160deg,#3b82f626,#0ea5e90d);border:1px solid rgba(125,211,252,.25);color:#e2e8f0d9}.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:#e2e8f0d1}.landing-hero-card-highlights li:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#6366f1)}.landing-login{display:flex;justify-content:center}.landing-login-card{max-width:480px;width:100%}.landing-section{background:#f8fafcfa;border-radius:22px;padding:3rem 2.75rem;box-shadow:0 28px 45px #0f172a2e;border:1px solid rgba(148,163,184,.25);color:#0f172a}.landing-section h2{margin:0 0 2rem;font-size:2rem;color:#0f172a;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,#f8fafcf2,#e2e8f0bf);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 #0f172a1a}.landing-feature-card h3{margin:0;color:#1e293b;font-size:1.25rem}.landing-feature-card p{margin:0;color:#475569;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,#3b82f640,#0ea5e959);margin-bottom:.75rem}.landing-section-muted{background:linear-gradient(135deg,#1e293bf2,#0f172aeb);color:#fff;border:1px solid rgba(148,163,184,.25)}.landing-section-muted h2{color:#fff}.landing-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.landing-step{background:#0f172a8c;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:0 20px 34px #02061766}.landing-step-number{width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,#38bdf8,#6366f1);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0;font-size:1.05rem;box-shadow:0 12px 20px #3b82f666}.landing-step-eyebrow{display:inline-block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#bae6fdbf;margin-bottom:.4rem}.landing-step-body h3{margin:0 0 .5rem;font-size:1.2rem;color:#f8fafc}.landing-step-body p{margin:0;color:#e2e8f0d1;line-height:1.6}.landing-section-final{padding:0;background:none;box-shadow:none;border:none}.landing-cta{background:linear-gradient(135deg,#2563ebf2,#0ea5e9d9);color:#fff;border-radius:26px;padding:3.25rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 36px 60px #0ea5e959;border:1px solid rgba(148,163,184,.25)}.landing-cta-copy h2{margin:0 0 .75rem;font-size:2rem;color:#fff}.landing-cta-copy p{margin:0;font-size:1.05rem;color:#f1f5f9f2}@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-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{max-width:1380px;margin:0 auto;padding:3.5rem 2rem 4.5rem}.app-header{background:#fff;border-radius:24px;padding:2.5rem 2rem;box-shadow:0 24px 40px #0f172a14;border:1px solid rgba(15,23,42,.08);text-align:center;margin-bottom:2.5rem}.app-header h1{margin:0 0 .75rem;font-size:clamp(2.1rem,4vw,2.8rem);color:#0f172a}.app-header p{margin:0;font-size:1.05rem;color:#475569}.auth-status{margin-top:1.5rem;display:flex;justify-content:flex-end;align-items:center;gap:.75rem}.auth-status .auth-email{font-size:.95rem;color:#334155}.auth-status button{background:#2563eb1f;color:#1d4ed8;border:none;border-radius:999px;padding:.4rem 1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.auth-status button:hover{background:#2563eb33}.auth-panel{max-width:420px;margin:0 auto}.auth-card{background:#fffffff2;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 22px 35px #0f172a14;border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;gap:1.5rem}.auth-card h2{margin:0;color:#0f172a;font-size:1.5rem}.auth-subtitle{margin:0;color:#475569;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form label{display:flex;flex-direction:column;gap:.5rem;color:#1e293b;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:#f8fafcd9;color:inherit}.auth-card input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;background:#fff}.auth-form button{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;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 #3b82f640}.auth-form button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.auth-toggle{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer;padding:0;align-self:center}.auth-toggle:hover{text-decoration:underline}.app-layout{display:grid;gap:2.5rem;grid-template-columns:minmax(240px,280px) 1fr;align-items:start}.app-navigation{background:#0f172ae6;border-radius:22px;padding:1.75rem 1.25rem;box-shadow:0 20px 34px #0f172a38;color:#fff;position:sticky;top:2rem}.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:space-between;gap:.9rem;padding:1rem 1.2rem;border-radius:16px;border:none;background:transparent;color:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.nav-link:hover{background:#e2e8f02e;transform:translate(2px)}.nav-link.active{background:linear-gradient(135deg,#2563ebe6,#7c3aedd9);box-shadow:0 12px 22px #2563eb59}.nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:2.1rem;padding:.25rem .6rem;border-radius:999px;background:#ffffff29;font-size:.85rem;font-weight:600}.app-content{display:flex;flex-direction:column;gap:2.5rem}.profile-overview,.section-editor{background:#ffffffeb;border-radius:22px;padding:2.25rem;box-shadow:0 24px 38px #0f172a17;border:1px solid rgba(15,23,42,.05)}.profile-overview h2,.section-editor h2{margin-top:0;color:#0f172a;font-size:1.5rem}.profile-table{width:100%;border-collapse:collapse;margin-top:1.5rem;background:#f8fafce6;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px #0f172a14}.profile-table caption{font-weight:600;text-align:left;padding:1rem 1.5rem;color:#1e293b}.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:#1f2937}.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:#1e293b;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:#f8fafcd9;color:inherit}.profile-overview input:focus,.profile-overview textarea:focus,.section-editor input:focus,.section-editor textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;background:#fff}.profile-overview textarea,.section-editor textarea{resize:vertical}.last-updated{margin-top:1rem;font-size:.9rem;color:#475569}.section-header{margin-bottom:1.5rem}.section-description{margin:.5rem 0 0;color:#475569;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:#64748b}.add-button,.actions button,.section-item button{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;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 #3b82f640}.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:#1e293b}.section-table thead{background:linear-gradient(135deg,#2563ebe6,#7c3aedd9);color:#fff}.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}.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)}@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:#1f2937;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:#475569;font-style:italic}.status{margin:0;font-weight:600;color:#1d4ed8;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:#475569}.showcase-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1.75rem}.showcase-profile-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 20px 35px #0f172a14;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:#0f172a}.showcase-profile-card p{margin:0;color:#475569}.showcase-profile-card dl{margin:0;display:grid;gap:.75rem}.showcase-profile-card dt{font-weight:600;color:#1e293b}.showcase-profile-card dd{margin:.25rem 0 0;color:#334155}.showcase-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.showcase-metric{background:linear-gradient(135deg,#3b82f614,#7c3aed1a);border-radius:16px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;border:1px solid rgba(59,130,246,.18)}.showcase-metric-value{font-size:2rem;font-weight:700;color:#1d4ed8}.showcase-metric-label{font-size:.95rem;color:#1e293b}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.showcase-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 18px 30px #0f172a14;border:1px solid rgba(148,163,184,.2)}.showcase-card h3{margin:0 0 1rem;color:#0f172a}.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:#1e293b}.showcase-item-meta{font-size:.85rem;color:#64748b}.showcase-item-subtitle{margin:.35rem 0 0;font-weight:500;color:#334155}.showcase-item-body{margin:.35rem 0 0;color:#475569}.showcase-empty{margin:0;color:#64748b}.showcase-timeline{padding:1.75rem}.showcase-timeline ol{position:relative;padding-left:1.5rem}.showcase-timeline ol:before{content:"";position:absolute;left:.5rem;top:.25rem;bottom:.25rem;width:2px;background:#3b82f633}.showcase-timeline-entry{display:grid;grid-template-columns:120px 1fr;gap:1rem}.showcase-timeline-date{font-size:.9rem;font-weight:600;color:#1d4ed8}.showcase-callout{margin:0;background:#3b82f614;border:1px solid rgba(59,130,246,.2);color:#1e3a8a;padding:1.25rem 1.5rem;border-radius:14px}@media(max-width:900px){.showcase-hero,.showcase-timeline-entry{grid-template-columns:1fr}}.presentation-builder{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 28px 45px #0f172a14;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:#0f172a;font-size:1.5rem}.presentation-description{margin:0;color:#475569;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:#1e293b}.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:#f8fafcd9;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:#2563eb;box-shadow:0 0 0 3px #2563eb33;background:#fff}.presentation-upload input[type=file]{font-size:.9rem}.presentation-hint{margin:0;font-size:.85rem;color:#64748b}.presentation-toggle-group{display:flex;flex-direction:column;gap:1rem}.presentation-toggle{display:flex;gap:.75rem;align-items:flex-start;font-weight:600;color:#1e293b}.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:#64748b}.presentation-status{margin:0;font-size:.85rem;color:#1d4ed8}.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:#0f172a;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:#334155b3;font-weight:600}.presentation-preview-blurb{margin:0;color:#334155eb;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:#475569e6}.presentation-spotlight li p{margin:0;font-size:.95rem;color:#334155e6}.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-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:#64748be6;text-transform:uppercase;letter-spacing:.08em}.presentation-timeline-content strong{font-size:1.05rem}.presentation-timeline-content p{margin:0;font-size:.95rem;color:#334155e6}.presentation-empty{text-align:center;padding:1.5rem;border-radius:18px;background:#e2e8f080;color:#334155d9}.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{grid-template-columns:1fr}.app-navigation{position:static;padding:1rem}.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:#1f2937}.profile-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb}.network-explorer{background:#fffffff0;border-radius:20px;padding:2rem;box-shadow:0 22px 35px #0f172a14;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:#f8fafcd9;color:inherit}.network-search input[type=search]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;background:#fff}.network-filter{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:#1f2937}.network-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.network-card{background:#f8fafcf2;border-radius:18px;padding:1.5rem;box-shadow:0 16px 30px #0f172a14;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:#3b82f626;color:#1d4ed8;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:#0f172a}.network-card-headline{margin:.25rem 0 0;font-weight:600;color:#2563eb}.network-card-meta{margin:0;color:#64748b;font-size:.9rem}.network-card-summary{margin:0;color:#475569;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:#1f2937}.network-tag-skill{background:#2563eb1f;color:#1d4ed8}.network-tag-interest{background:#ec48991f;color:#be185d}.network-card-affiliations{margin:0;display:grid;gap:.75rem}.network-card-affiliations dt{font-weight:600;color:#0f172a}.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:#1f2937}.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:#f8fafcf2;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:#0f172a}.network-form label{display:flex;flex-direction:column;gap:.5rem;font-weight:500;color:#1e293b}.network-form input,.network-form textarea{border-radius:14px;border:1px solid rgba(148,163,184,.4);padding:.75rem 1rem;font-size:.95rem;background:#f8fafcd9;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:#2563eb1f;color:#1d4ed8;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:#2563eb33;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:#ffffffeb;border-radius:22px;padding:2.25rem;box-shadow:0 24px 38px #0f172a17;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:#0f172a}.volunteer-opportunities-header p{margin:0;color:#475569;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:#f8fafcd9;color:#1e293b}.volunteer-opportunities-controls input:focus,.volunteer-opportunities-controls select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;background:#fff}.volunteer-opportunities-results{margin:0;color:#475569;font-size:.95rem}.opportunity-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.opportunity-card{background:#f8fafcf2;border-radius:18px;padding:1.5rem;border:1px solid rgba(148,163,184,.25);box-shadow:0 16px 26px #0f172a14;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:#2563eb59;box-shadow:0 28px 40px #2563eb2e}.opportunity-card-header{display:flex;justify-content:space-between;gap:1rem}.opportunity-card-header h3{margin:0;font-size:1.15rem;color:#0f172a}.opportunity-organization{margin:.35rem 0 0;color:#1e293b;font-weight:600}.opportunity-meta{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#475569;text-align:right}.opportunity-summary{margin:0;color:#475569;font-size:.95rem}.opportunity-details{list-style:none;margin:0;padding:0;display:grid;gap:.4rem;font-size:.9rem;color:#475569}.opportunity-details strong{color:#1e293b}.opportunity-tags{display:flex;flex-wrap:wrap;gap:.5rem}.opportunity-tags span{background:#2563eb1f;color:#1d4ed8;padding:.3rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600}.toggle-details{align-self:flex-start;background:none;border:none;color:#2563eb;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:#475569}.opportunity-impact{margin:0;font-weight:600;color:#1e293b}.opportunity-remote{margin:0;font-style:italic;color:#334155}.opportunity-requirements{background:#2563eb14;border-radius:14px;padding:1rem 1.1rem}.opportunity-requirements h4{margin:0 0 .5rem;font-size:.95rem;color:#1d4ed8}.opportunity-requirements ul{margin:0;padding-left:1.1rem;color:#1e293b;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:#1e293b;padding:0 .25rem}.volunteer-signup-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:#1f2937}.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:#f8fafce6;color:#1e293b}.volunteer-signup-form input:focus,.volunteer-signup-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;background:#fff}.volunteer-signup-form textarea{resize:vertical}.volunteer-signup-form button{align-self:flex-start;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;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}}
