.biography-edit{margin:0 auto;padding:2rem;width:100vw;font-family:var(--UAF-compact-font)}.biography-edit-form{padding:60px 40px;width:90%;background:var(--bg-primary);border-radius:160px/175px;corner-shape:squircle;display:flex;flex-direction:column;box-sizing:border-box;display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:flex-start;margin:0 auto}.biography-edit-section-list{display:flex;flex-direction:column;gap:1.5rem}.biography-edit-section-list>div{transition:transform .3s ease,opacity .3s ease}.biography-edit-section-card{background:var(--bg-secondary);border-radius:24px;padding:2.2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:none;min-height:80px;cursor:-webkit-grab;cursor:grab;transition:all .25s cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;position:relative;overflow:visible}.biography-edit-section-card.dragging,.biography-edit-section-card:active{cursor:-webkit-grabbing;cursor:grabbing}.biography-edit-section-card.dragging{opacity:.3;height:6px;min-height:6px;padding:0;border-radius:3px;background:var(--link-color);transform:scaleY(.1);overflow:hidden}.biography-edit-section-card.dragging *{opacity:0;pointer-events:none}.biography-edit-section-card.drag-over{position:relative}.biography-edit-section-card.drag-over:before{content:"";position:absolute;top:-8px;left:0;right:0;height:4px;background:var(--link-color);border-radius:2px;box-shadow:0 0 12px var(--link-color);z-index:10}.card-back-lighter{background:var(--bg-white)}.card-back-lighter.dragging{background:var(--link-color)}.biography-edit-section-info{display:flex;flex-direction:row;align-items:center;gap:1rem}.biography-edit-section-drag-handle{cursor:-webkit-grab;cursor:grab;display:flex;align-items:center;justify-content:center;padding:.5rem;opacity:.5;transition:all .2s ease;flex-shrink:0}.biography-edit-section-drag-handle:hover{opacity:1;transform:scale(1.1)}.biography-edit-section-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing;opacity:.8}.biography-edit-section-title{font-size:1.35rem;font-weight:700;margin-bottom:.1rem}.biography-edit-section-subtitle,.biography-edit-section-title{color:var(--text-primary);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.biography-edit-section-subtitle{font-size:1rem;font-weight:400}.biography-edit-section-btn{font-family:var(--UAF-compact-font);background:var(--btn-secondary);border:1px solid var(--color-transparent);border-radius:16px;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:600;color:var(--text-primary);cursor:pointer;box-shadow:none;transition:background .2s;margin-left:2rem;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.biography-edit-section-btn:hover{background:var(--btn-secondary-hover);border:1px solid var(--link-color)}.biography-edit-section-btn-order{font-family:var(--UAF-compact-font);background:var(--btn-secondary);border:1px solid var(--color-transparent);border-radius:12px;padding:.6rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;transition:all .2s;flex-shrink:0}.biography-edit-section-btn-order:hover{background:var(--btn-secondary-hover);border:1px solid var(--link-color);transform:translateY(-1px)}.biography-edit-section-btn-order:active{transform:translateY(0)}.biography-edit-add-custom-btn{font-family:var(--UAF-compact-font);width:100%;background:rgba(0,0,0,0);border:2px dashed var(--border-light);border-radius:24px;padding:2.2rem 2.5rem;font-size:1.15rem;font-weight:600;color:var(--text-primary);cursor:pointer;transition:all .2s;text-align:center;min-height:80px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.biography-edit-add-custom-btn:hover{background:var(--btn-secondary-hover);border-color:var(--link-color)}.biography-edit-hint-box{background:var(--btn-secondary-hover);border:1.5px solid var(--border-light);border-radius:24px;padding:2.5rem 1.5rem;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;margin-top:2.5rem;position:relative}.biography-edit-hint-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.7rem;text-align:center}.biography-edit-hint-subtitle{font-size:1rem;color:var(--input-text);font-weight:400;text-align:center}.biography-edit__heading{font-size:32px;font-weight:700;margin-bottom:.7rem;letter-spacing:.01em}.biography-edit__description,.biography-edit__heading{text-align:center;color:var(--text-white);font-family:var(--UAF-compact-font)}.biography-edit__description{margin-bottom:2.5rem;line-height:1.5;font-size:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}.biography-page-section{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.biography-page-section__inner{display:flex;flex-direction:column;align-items:flex-start;width:100%}.biography-page-section__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.biography-page-section__title-group{display:flex;align-items:center;gap:1rem;flex:1 1}.biography-page-section__drag-handle{cursor:-webkit-grab;cursor:grab;display:flex;align-items:center;justify-content:center;opacity:.5;transition:all .2s ease;flex-shrink:0;padding:.25rem}.biography-page-section__drag-handle:hover{opacity:1;transform:scale(1.1)}.biography-page-section__drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing;opacity:.8}.biography-page-section__title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.2rem;margin-top:0;letter-spacing:.01em;flex-shrink:0;width:70%}.biography-page-section__text-group{width:100%}.biography-page-section__text{font-size:1.08rem;color:var(--text-primary);line-height:1.6;margin-bottom:.7rem;margin-top:0;word-break:break-word}.biography-page-section__text:last-child{margin-bottom:20px}.biography-page-section__photos-wrap{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.biography-page-section__photo-wrap{width:100%;aspect-ratio:16/9;border-radius:28px;overflow:hidden}.biography-page-section__photo{border-radius:28px;width:100%;height:100%;object-fit:cover;display:block}.biography-page-section__footer{width:100%;display:flex;align-items:center;margin-top:.5rem}.biography-page-section__expand{color:var(--text-primary);font-size:1rem;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:pointer;transition:color .2s;padding:.2rem .5rem .2rem 0;border-radius:6px;background:none;border:none;outline:none}.biography-page-section__expand:hover{color:var(--text-light);text-decoration:underline;background:var(--btn-secondary-hover)}.biography-page-section__actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1.1rem;margin-bottom:1.2rem;width:30%}.biography-page-section__btn{height:50px;background:var(--btn-alt);color:var(--text-primary);font-family:var(--UAF-compact-font);font-size:18px;font-weight:700;border:none;border-radius:12px;padding:12px 16px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.biography-page-section__btn:hover{background:var(--btn-alt-hover)}.biography-page-section__btn-icon{display:none}.biography-page-section__btn--order{width:50px;height:50px;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s}.biography-page-section__btn--order:hover{transform:translateY(-2px)}.biography-page-section__btn--order:active{transform:translateY(0)}@media(max-width:1139px){.biography-edit-form{padding:50px;grid-template-columns:1fr;gap:1.5rem;margin:0;width:100%}.biography-edit-form .biography-edit-hint-box{order:1;margin:0;min-height:auto}.biography-edit-form .biography-edit-section-list{order:2}}@media(max-width:768px){.biography-edit{padding:1rem;height:auto;margin:20px 0 auto;width:100vw}.biography-edit .biography-edit__heading{font-size:20px}.biography-edit .biography-edit__description{font-size:16px}.biography-edit-add-custom-btn{padding:1.5rem 1rem;font-size:1rem;min-height:60px}.biography-edit-section-title{font-size:18px}.biography-edit-section-subtitle{font-size:14px}.biography-edit-form{grid-template-columns:1fr;gap:2rem;padding:30px;width:100%;margin:0 auto;border-radius:60px}.biography-edit-section-card{padding:20px;border-radius:24px;gap:1rem;-webkit-touch-callout:none}.biography-edit-section-card.dragging{opacity:.3;height:4px;min-height:4px;padding:0;border-radius:2px;background:var(--link-color);transform:scaleY(.1)}.biography-edit-section-card.dragging *{opacity:0;pointer-events:none}.biography-edit-section-card.drag-over{position:relative}.biography-edit-section-card.drag-over:before{content:"";position:absolute;top:-6px;left:0;right:0;height:3px;background:var(--link-color);border-radius:2px;box-shadow:0 0 8px var(--link-color);z-index:10}.biography-edit-section-card .biography-edit-section-info{width:100%;gap:.5rem}.biography-edit-section-card .biography-edit-section-drag-handle{padding:.25rem;-webkit-touch-callout:none}.biography-edit-section-card .biography-edit-section-drag-handle svg{width:16px;height:16px}.biography-edit-section-card .biography-edit-section-btn{width:45px;height:45px;display:flex;align-items:center;justify-content:center;padding:0;margin-left:0;flex-shrink:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.biography-edit-section-card .biography-edit-section-btn .biography-edit-section-btn-text{display:none}.biography-edit-section-card .biography-edit-section-btn-order{width:38px;height:38px;padding:.4rem}.biography-edit-hint-box{margin-top:0;min-height:120px;padding:1rem .5rem;border-radius:12px}.biography-page-section{border-radius:12px;padding:.7rem .3rem;max-width:98vw;-webkit-touch-callout:none}.biography-page-section.dragging{opacity:.3;height:4px;min-height:4px;padding:0;border-radius:2px;background:var(--link-color);transform:scaleY(.1)}.biography-page-section.dragging *{opacity:0;pointer-events:none}.biography-page-section.drag-over{position:relative}.biography-page-section.drag-over:before{content:"";position:absolute;top:-6px;left:0;right:0;height:3px;background:var(--link-color);border-radius:2px;box-shadow:0 0 8px var(--link-color);z-index:10}.biography-page-section__title-group{gap:.5rem}.biography-page-section__drag-handle{padding:.25rem;-webkit-touch-callout:none}.biography-page-section__drag-handle svg{width:16px;height:16px}.biography-page-section__title{font-size:1.1rem}.biography-page-section__photos-wrap{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.biography-page-section__photo-wrap{border-radius:10px}.biography-page-section__photo{max-width:98vw;border-radius:10px}.biography-page-section__expand{font-size:.95rem}.biography-page-section__actions{gap:.5rem;margin-bottom:.7rem}.biography-page-section__btn{width:50px;height:50px;display:flex;align-items:center;justify-content:center;padding:0;margin-left:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.biography-page-section__btn-text{display:none}.biography-page-section__btn-icon{display:block}.biography-page-section__btn--order{width:42px;height:42px}.biography-page-section__delete-btn{width:28px;height:28px}.biography-page-section__delete-btn svg{width:14px;height:14px}}