*,*:before,*:after{box-sizing:border-box}*{margin:0}html{interpolate-size:allow-keywords}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p{overflow-wrap:break-word;text-wrap:pretty}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}#root,#app{isolation:isolate}:root{font-family:ui-rounded,SF Pro Rounded,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color-scheme:light dark;--color-bg: #fbf7f2;--color-surface: #fffdfb;--color-surface-translucent: rgb(255 253 251 / 70%);--color-border: rgb(58 52 66 / 10%);--color-text: #3a3442;--color-text-muted: #6f6678;--color-blush: #ffd3e2;--color-lavender: #ded1fb;--color-sky: #cdeaff;--color-mint: #cdf5e0;--gradient-dreamy: linear-gradient( 135deg, var(--color-blush) 0%, var(--color-lavender) 40%, var(--color-sky) 70%, var(--color-mint) 100% );--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--radius-pill: 999px;--shadow-soft: 0 24px 48px -28px rgb(120 100 150 / 45%);--shadow-glow: 0 0 48px -8px rgb(205 170 255 / 45%);--ease-dreamy: cubic-bezier(.22, .61, .36, 1)}@media(prefers-color-scheme:dark){:root{--color-bg: #201c29;--color-surface: #2a2434;--color-surface-translucent: rgb(42 36 52 / 70%);--color-border: rgb(255 255 255 / 10%);--color-text: #f4eefc;--color-text-muted: #c3b8d4;--color-blush: #5c3448;--color-lavender: #453a68;--color-sky: #2b4359;--color-mint: #2a4a3f;--shadow-soft: 0 24px 48px -20px rgb(0 0 0 / 55%);--shadow-glow: 0 0 48px -8px rgb(160 130 220 / 35%)}}body{min-height:100dvh;background:var(--color-bg);color:var(--color-text)}h1,h2,h3{font-weight:600;line-height:1.3;letter-spacing:-.01em}p{font-weight:450;line-height:1.65;color:var(--color-text-muted)}a{color:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page{max-width:80ch;margin-inline:auto;padding:2rem}.app-nav{display:flex;justify-content:center;gap:.75rem;padding:1.25rem 1rem}.app-nav__link{padding:.5rem 1.25rem;border-radius:var(--radius-pill);font-size:.95rem;font-weight:600;text-decoration:none;color:var(--color-text-muted);transition:background-color .4s var(--ease-dreamy),color .4s var(--ease-dreamy),box-shadow .4s var(--ease-dreamy)}.app-nav__link.active{background:var(--gradient-dreamy);color:var(--color-text);box-shadow:var(--shadow-soft)}.pill-button{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;border:1px solid transparent;border-radius:var(--radius-pill);font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:transform .3s var(--ease-dreamy),box-shadow .3s var(--ease-dreamy),filter .3s var(--ease-dreamy)}.pill-button:hover{transform:translateY(-1px);filter:brightness(1.03)}.pill-button--primary{background:var(--gradient-dreamy);color:var(--color-text);box-shadow:var(--shadow-soft)}.pill-button--secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border);box-shadow:var(--shadow-soft)}.pill-button--ghost{background:transparent;color:var(--color-text-muted);border-color:var(--color-border)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;transition:transform .25s var(--ease-dreamy),color .25s var(--ease-dreamy)}.icon-button:hover:not(:disabled){transform:translateY(-1px) scale(1.04);color:var(--color-text)}.icon-button:disabled{opacity:.35;cursor:not-allowed}.icon-button--danger:hover:not(:disabled){color:#c94f6d}input[type=text],input[type=url],input:not([type]),textarea,select{width:100%;padding:.65rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);font-size:.95rem}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--color-lavender);outline-offset:2px}.builder__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem;margin-bottom:2rem;background:var(--gradient-dreamy);border-radius:var(--radius-lg);box-shadow:var(--shadow-glow);animation:float 10s ease-in-out infinite}.builder__profile{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:220px}.builder__profile-name,.builder__profile-tagline{background:var(--color-surface-translucent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none}.builder__profile-name{font-size:1.3rem;font-weight:600}.builder__empty{padding:2.5rem;text-align:center;border:1px dashed var(--color-border);border-radius:var(--radius-lg)}.add-section-form{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.add-section-form input{flex:1;min-width:220px}.section-list{display:flex;flex-direction:column;gap:3rem}.section-editor{padding:1.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.section-editor__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-editor__controls{display:flex;gap:.5rem}.section-rename-form{flex:1}.section-editor__empty{margin-bottom:1.5rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;margin-bottom:1.75rem}.project-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .4s var(--ease-dreamy),box-shadow .4s var(--ease-dreamy)}.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow)}.project-card__media{aspect-ratio:4 / 3;background:var(--gradient-dreamy)}.project-card__media img{width:100%;height:100%;object-fit:cover}.project-card__media-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:600;color:var(--color-text);opacity:.6}.project-card__body{display:flex;flex-direction:column;gap:.6rem;padding:1.5rem}.project-card__heading{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.project-card__heading h3{font-size:1.15rem}.project-card__client{padding:.2rem .75rem;font-size:.8rem;font-weight:600;color:var(--color-text-muted);background:var(--color-lavender);border-radius:var(--radius-pill)}.project-card__description{font-size:.92rem}.project-card__links{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0}.link-chip{display:inline-block;padding:.35rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;background:var(--color-sky);color:var(--color-text);border-radius:var(--radius-pill);transition:transform .25s var(--ease-dreamy)}.link-chip:hover{transform:translateY(-1px)}.project-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:0 1.5rem 1.5rem}.move-to-section select{width:auto;padding:.5rem .75rem}.modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#3a344259;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;animation:fade-in .3s var(--ease-dreamy)}.modal{width:min(560px,100%);max-height:90vh;overflow-y:auto;padding:2rem;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-glow)}.item-form{display:flex;flex-direction:column;gap:.4rem;margin-top:1rem}.item-form label{margin-top:.6rem;font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.media-preview{margin-top:.75rem;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16 / 9}.media-preview img{width:100%;height:100%;object-fit:cover}.links-fieldset{margin-top:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md)}.links-fieldset legend{padding:0 .5rem;font-weight:600;color:var(--color-text-muted)}.link-row{display:flex;gap:.5rem;margin-bottom:.6rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.preview__back{margin-bottom:1.5rem}.preview__header{padding:2.5rem 2rem;margin-bottom:2.5rem;text-align:center;background:var(--gradient-dreamy);border-radius:var(--radius-lg);box-shadow:var(--shadow-glow);animation:float 12s ease-in-out infinite}.preview__header h1{font-size:clamp(1.8rem,4vw,2.6rem)}.preview__tagline{margin-top:.5rem;color:var(--color-text);opacity:.85}.preview__empty,.preview__section-empty{text-align:center;padding:2rem}.preview__section{margin-bottom:3rem}.preview__section h2{margin-bottom:1.25rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.builder__header,.preview__header,.project-card,.pill-button,.icon-button{animation:none!important;transition:none!important}}
