@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-overlay{z-index:9999;backdrop-filter:blur(8px);background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.about-card{background:#f9fafb;border-radius:24px;flex-direction:column;width:100%;max-width:720px;height:90vh;max-height:800px;animation:.3s ease-out slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.about-card-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-shrink:0;padding:24px 24px 20px;position:relative}.about-header-content{align-items:center;gap:16px;display:flex}.about-header-info{flex:1}.about-name{color:#fff;margin:0 0 6px;font-size:26px;font-weight:800;line-height:1.2}.about-headline{color:#ffffffe6;margin:0;font-size:14px;font-weight:500}.about-close{color:#fff;cursor:pointer;z-index:10;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.about-close:hover{background:#ffffff4d;transform:scale(1.05)}.about-card-body{scroll-behavior:smooth;flex:1;padding:20px;overflow:hidden auto}.about-card-body::-webkit-scrollbar{width:8px}.about-card-body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.about-card-body::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:4px}.about-card-body::-webkit-scrollbar-thumb:hover{background:#818cf8}.about-card-body{scrollbar-width:thin;scrollbar-color:#c7d2fe #f3f4f6}.about-section{background:#fff;border:1px solid #f0f0f0;border-radius:16px;margin-bottom:20px;transition:all .2s;overflow:hidden;box-shadow:0 2px 8px #0000000a}.about-section:hover{box-shadow:0 4px 12px #00000014}.about-section-header{background:#f9fafb;border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:14px 20px;display:flex}.about-icon{font-size:18px}.about-section-title{color:#374151;margin:0;font-size:16px;font-weight:600}.about-section-content{padding:16px}.about-field-container{margin-bottom:20px}.about-field-container:last-child{margin-bottom:0}.about-label-row{align-items:center;gap:6px;margin-bottom:8px;display:flex}.about-field-label{color:#4b5563;margin-left:4px;font-size:13px;font-weight:500}.about-field-value{color:#111827;word-break:break-word;margin:0;font-size:15px;font-weight:500;line-height:1.5}.about-field-textarea{color:#4b5563;white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.6}.about-field-link{color:#4f46e5;word-break:break-all;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.about-field-link:hover{color:#6366f1;text-decoration:underline}@media (width<=640px){.about-overlay{align-items:flex-end;padding:10px}.about-card{border-radius:20px 20px 0 0;max-height:92vh}.about-card-header{padding:20px}.about-name{font-size:22px}.about-card-body{padding:16px}.about-section-header{padding:12px 16px}.about-section-title{font-size:15px}.about-section-content{padding:12px}.about-field-container{margin-bottom:16px}}@media (height<=700px){.about-card{height:92vh}.about-card-header{padding:16px 20px}.about-name{font-size:20px}.about-card-body{padding:16px}}