.user-profile-modal[data-astro-cid-t7khxypm]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center}.user-profile-modal[data-astro-cid-t7khxypm].active{display:flex}.modal-overlay[data-astro-cid-t7khxypm]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;backdrop-filter:blur(8px);animation:fadeIn .2s ease}.modal-content[data-astro-cid-t7khxypm]{position:relative;background:var(--theme-surface-1, #1f1d21);border:1px solid var(--theme-border-color, #222224);border-radius:16px;width:90%;max-width:480px;max-height:90vh;overflow:hidden;box-shadow:0 24px 64px #00000080;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}.modal-header[data-astro-cid-t7khxypm]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--theme-border-color, #222224)}.modal-header[data-astro-cid-t7khxypm] h2[data-astro-cid-t7khxypm]{margin:0;font-size:1.25rem;color:var(--theme-on-surface-1, #b0afb0)}.modal-close[data-astro-cid-t7khxypm]{width:36px;height:36px;border-radius:8px;background:transparent;border:none;color:var(--theme-text-secondary, #454349);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close[data-astro-cid-t7khxypm]:hover{background:var(--theme-surface-2, #232127);color:var(--theme-on-surface-1, #b0afb0)}.modal-body[data-astro-cid-t7khxypm]{padding:2rem 1.5rem;overflow-y:auto;max-height:calc(90vh - 80px)}.profile-avatar-section[data-astro-cid-t7khxypm]{display:flex;justify-content:center;margin-bottom:2rem}.profile-avatar-large[data-astro-cid-t7khxypm]{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--theme-primary, #42467e) 0%,#5458a0 100%);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:var(--theme-on-primary, #fff);overflow:hidden;border:4px solid var(--theme-surface-2, #232127);box-shadow:0 8px 24px #42467e4d}.profile-avatar-large[data-astro-cid-t7khxypm] img[data-astro-cid-t7khxypm]{width:100%;height:100%;object-fit:cover}.profile-info-section[data-astro-cid-t7khxypm]{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.profile-info-item[data-astro-cid-t7khxypm]{display:flex;flex-direction:column;gap:.5rem}.profile-info-item[data-astro-cid-t7khxypm] label[data-astro-cid-t7khxypm]{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-secondary, #454349)}.profile-info-value[data-astro-cid-t7khxypm]{font-size:1rem;color:var(--theme-on-surface-1, #b0afb0);padding:.75rem;background:var(--theme-surface-2, #232127);border-radius:8px;border:1px solid var(--theme-border-color, #222224)}.profile-actions[data-astro-cid-t7khxypm]{display:flex;flex-direction:column;gap:.75rem}.profile-button[data-astro-cid-t7khxypm]{width:100%;padding:.875rem 1.25rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;border:none}.profile-button-secondary[data-astro-cid-t7khxypm]{background:var(--theme-primary, #42467e);color:var(--theme-on-primary, #fff)}.profile-button-secondary[data-astro-cid-t7khxypm]:hover{background:var(--theme-primary-hover, #5458a0);transform:translateY(-2px);box-shadow:0 4px 16px #42467e66}.profile-button-danger[data-astro-cid-t7khxypm]{background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.profile-button-danger[data-astro-cid-t7khxypm]:hover{background:#ef44441a;border-color:#ef4444}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.modal-content[data-astro-cid-t7khxypm]{width:95%;max-height:95vh}.modal-body[data-astro-cid-t7khxypm]{padding:1.5rem 1rem}.profile-avatar-large[data-astro-cid-t7khxypm]{width:100px;height:100px;font-size:2.5rem}}.preview-modal[data-astro-cid-6tnyx7fz]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center}.preview-modal[data-astro-cid-6tnyx7fz].active{display:flex}.preview-overlay[data-astro-cid-6tnyx7fz]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000f2;backdrop-filter:blur(10px);animation:fadeIn .3s ease}.preview-container[data-astro-cid-6tnyx7fz]{position:relative;width:95%;height:95%;max-width:1400px;max-height:900px;background:#0a0a0a;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #000c;animation:slideUp .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(66,70,126,.3)}.preview-close[data-astro-cid-6tnyx7fz]{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:#000c;border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;backdrop-filter:blur(10px)}.preview-close[data-astro-cid-6tnyx7fz]:hover{background:#ef4444e6;border-color:#ef4444;transform:scale(1.1)}#previewFrame[data-astro-cid-6tnyx7fz]{width:100%;height:100%;border:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.preview-container[data-astro-cid-6tnyx7fz]{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.preview-close[data-astro-cid-6tnyx7fz]{top:10px;right:10px;width:40px;height:40px}}
