.header{text-align:center;margin-bottom:40px;color:#fff;max-width:800px;width:100%;box-sizing:border-box}.header-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;position:relative;z-index:1}.header-text{text-align:center;flex:1;min-width:300px}.header-text h1{font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:8px;color:#333;letter-spacing:-.3px;transition:color .2s ease}.header-text p{font-size:1.1rem;font-weight:400;opacity:.95;line-height:1.5;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width: 768px){.header-text{min-width:auto}.header-text h1{font-size:1.8rem}.header-text p{font-size:1rem}}@media (max-width: 480px){.header-text h1{font-size:1.6rem}}.animated-logo{width:80px;height:80px;position:relative;flex-shrink:0}.logo-container{width:100%;height:100%;position:relative;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;border:3px solid rgba(255,255,255,.3);overflow:hidden;display:flex;align-items:center;justify-content:center;animation:logoFloat 3s ease-in-out infinite;box-shadow:0 4px 15px #0003}@keyframes logoFloat{0%,to{transform:translateY(0);box-shadow:0 4px 15px #0000001a}50%{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}}.animal-icon{font-size:3rem;line-height:1;animation:animalBounce .5s ease-in-out;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.phoenix-icon{width:3rem;height:3rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes animalBounce{0%{transform:scale(.5) rotate(-10deg);opacity:0}50%{transform:scale(1.2) rotate(5deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}@media (max-width: 768px){.animated-logo{width:60px;height:60px}.animal-icon{font-size:2.2rem}}.upload-section{display:flex;flex-direction:column;align-items:center;gap:32px;margin-bottom:40px;max-width:800px;width:100%;box-sizing:border-box}.upload-area{background:#fff;border-radius:16px;padding:40px;box-shadow:0 8px 24px #00000014;border:3px dashed #ddd;transition:all .2s ease;cursor:pointer;width:100%;max-width:800px;margin-left:auto;margin-right:auto;box-sizing:border-box}.upload-area:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 12px 32px #667eea1f}.upload-area:focus-within{outline:2px solid #667eea;outline-offset:2px}.upload-area.dragover{border-color:#667eea;background:#f8f9ff;transform:scale(1.02)}.upload-content{text-align:center}.upload-icon{font-size:4rem;margin-bottom:24px;display:block}.upload-content h3{font-size:1.5rem;margin-bottom:8px;color:#333}.upload-content p{color:#666;margin-bottom:24px;line-height:1.5}.upload-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:24px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.upload-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.upload-btn:focus{outline:2px solid #667eea;outline-offset:2px}.upload-btn:active{transform:translateY(0)}.photo-guidelines{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000000f;width:100%;max-width:800px;box-sizing:border-box}.photo-guidelines h4{color:#333;font-size:1.2rem;margin-bottom:24px;text-align:center;font-weight:600}.guidelines-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.good-photos,.bad-photos{padding:16px;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.good-photos:hover,.bad-photos:hover{transform:translateY(-2px)}.good-photos{background:#f0f9ff;border:1px solid #3b82f6}.good-photos:hover{box-shadow:0 4px 12px #3b82f626}.bad-photos{background:#fef2f2;border:1px solid #ef4444}.bad-photos:hover{box-shadow:0 4px 12px #ef444426}.good-photos h5{color:#3b82f6;margin-bottom:12px;font-size:1rem;font-weight:600}.bad-photos h5{color:#ef4444;margin-bottom:12px;font-size:1rem;font-weight:600}.guidelines-grid ul{list-style:none;padding:0;margin:0}.guidelines-grid li{font-size:.9rem;color:#555;position:relative;padding:4px 0 4px 24px;line-height:1.5}.good-photos li:before{content:"•";color:#3b82f6;position:absolute;left:8px;font-weight:700;font-size:1.2rem}.bad-photos li:before{content:"•";color:#ef4444;position:absolute;left:8px;font-weight:700;font-size:1.2rem}@media (max-width: 768px){.upload-area{padding:24px 16px;max-width:calc(100% - 32px);margin-left:16px;margin-right:16px}.guidelines-grid{grid-template-columns:1fr;gap:16px}.photo-guidelines{padding:16px}.upload-section{max-width:calc(100% - 32px);margin-left:16px;margin-right:16px}}.analyzing-section{display:flex;justify-content:center;align-items:center;min-height:400px;padding:24px}.analyzing-content{text-align:center;color:#fff;max-width:500px;width:100%}.analyzing-content h3{font-size:1.8rem;margin-bottom:8px;animation:fadeInUp .3s ease;font-weight:700}.sub-message{font-size:.95rem;opacity:.95;margin-bottom:32px;animation:fadeInUp .3s ease .1s both;line-height:1.5}.progress-container{margin:32px 0;animation:fadeInUp .3s ease .15s both}.progress-bar{background:#fff3;border-radius:24px;height:32px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.progress-fill{background:linear-gradient(90deg,#28a745,#20c997);height:100%;border-radius:24px;transition:width .3s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:16px;box-shadow:0 2px 8px #28a74566}.progress-text{font-weight:600;font-size:.9rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.fun-fact{background:#ffffff1a;border-radius:16px;padding:24px;margin-top:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .3s ease .2s both;border:1px solid rgba(255,255,255,.2);transition:transform .2s ease,box-shadow .2s ease}.fun-fact:hover{transform:translateY(-2px);box-shadow:0 4px 16px #ffffff1a}.fact-icon{font-size:1.5rem;display:block;margin-bottom:12px}.fun-fact p{margin:0;font-size:.9rem;line-height:1.6;color:#fffffff2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.share-buttons{background:#fffffff2;border-radius:16px;padding:24px;box-shadow:0 6px 20px #00000014;margin:24px 0;width:100%;max-width:500px;box-sizing:border-box;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.share-title{text-align:center;font-size:1.2rem;color:#333;margin-bottom:24px;font-weight:600}.share-button-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:12px;justify-items:center}.share-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:.85rem;font-weight:500;min-width:72px;text-decoration:none;color:#fff}.share-icon{font-size:1.5rem;line-height:1}.share-btn:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0003}.share-btn:focus{outline:2px solid currentColor;outline-offset:2px}.share-btn:active{transform:translateY(-1px)}.share-btn.kakao{background:linear-gradient(135deg,#fee500,#ffd800);color:#333}.share-btn.facebook{background:linear-gradient(135deg,#4267b2,#365899)}.share-btn.twitter{background:linear-gradient(135deg,#1da1f2,#0d8bd9)}.share-btn.line{background:linear-gradient(135deg,#00c300,#00a300)}.share-btn.link{background:linear-gradient(135deg,#666,#555)}.share-btn.kakao:hover{background:linear-gradient(135deg,#ffd800,#fc0)}.share-btn.facebook:hover{background:linear-gradient(135deg,#365899,#2d4373)}.share-btn.twitter:hover{background:linear-gradient(135deg,#0d8bd9,#0a7bc4)}.share-btn.line:hover{background:linear-gradient(135deg,#00a300,green)}.share-btn.link:hover{background:linear-gradient(135deg,#555,#444)}@media (max-width: 480px){.share-buttons{padding:16px}.share-title{margin-bottom:16px}.share-button-grid{grid-template-columns:repeat(5,1fr);gap:8px}.share-btn{padding:8px 4px;font-size:.75rem;min-width:56px}.share-icon{font-size:1.3rem}}.ad-banner{width:100%;min-height:100px;margin:20px 0;display:flex;justify-content:center;align-items:center}.ad-banner .adsbygoogle{width:100%}.ad-placeholder{background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border:2px dashed #ccc;border-radius:10px;min-height:100px}.ad-placeholder-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#999;padding:20px;text-align:center}.ad-placeholder-content span{font-size:1rem;font-weight:500}.ad-placeholder-content small{font-size:.75rem;opacity:.7}@media (max-width: 768px){.ad-banner{margin:15px 0}}.result-section{background:#fff;border-radius:16px;padding:40px;box-shadow:0 8px 24px #00000014;margin:0 auto 40px;max-width:1200px;position:relative;transition:box-shadow .2s ease}.side-ad-left{left:10px}.side-ad-right{right:10px}@media (min-width: 1600px){.side-ad{display:block}.result-section{max-width:1200px}}.result-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto auto auto auto;gap:32px;align-items:start;max-width:1200px;margin:0 auto}.uploaded-image-container{position:relative;text-align:center;width:100%}.uploaded-image{width:100%;max-width:100%;height:auto;max-height:500px;border-radius:12px;box-shadow:0 4px 16px #00000014;display:block;object-fit:contain;transition:transform .2s ease}.uploaded-image:hover{transform:scale(1.02)}.landmark-canvas{position:absolute;top:0;left:50%;transform:translate(-50%);pointer-events:none;border-radius:12px}.result-details{width:100%}.animal-result{text-align:center;margin-bottom:32px;padding:24px;border-radius:16px;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.animal-result:hover{transform:translateY(-2px)}.animal-emoji{font-size:4rem;margin-bottom:16px}.animal-result h2{font-size:2.5rem;margin-bottom:8px;font-weight:700}.similarity{font-size:1.2rem;opacity:.95}.analysis-details,.interpretation{margin-bottom:32px}.analysis-details h3,.interpretation h3{font-size:1.5rem;margin-bottom:16px;color:#333;font-weight:600}.feature-analysis{background:linear-gradient(135deg,#f5f7fa,#e9ecef);padding:24px;border-radius:16px;margin-bottom:24px;border:1px solid #dee2e6}.feature-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.feature-item:hover{transform:translate(4px);box-shadow:0 4px 12px #667eea1a}.feature-item:focus-within{outline:2px solid #667eea;outline-offset:2px}.feature-item:last-child{margin-bottom:0}.feature-name{font-weight:600;margin-bottom:4px;color:#2c3e50;font-size:1rem}.feature-description{font-size:.85rem;color:#6c757d;margin-top:4px;line-height:1.4}.feature-value{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:20px;font-size:.95rem;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #667eea4d;min-width:64px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-value:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.interpretation-text{background:#f8f9fa;padding:24px;border-radius:12px;line-height:1.6;color:#555}.interpretation-text h4{color:#333;margin-bottom:12px;font-weight:600}.shared-result-notice{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;background:linear-gradient(135deg,#f8f9ff,#e9ecef);border-radius:16px;padding:32px;text-align:center;border:2px dashed #667eea;transition:transform .2s ease,box-shadow .2s ease}.shared-result-notice:hover{transform:translateY(-2px);box-shadow:0 4px 16px #667eea1a}.shared-icon{font-size:3rem;margin-bottom:24px;opacity:.8}.shared-result-notice h3{font-size:1.5rem;color:#333;margin-bottom:16px;font-weight:600}.shared-result-notice p{color:#666;line-height:1.6;margin-bottom:8px;font-size:1rem}.share-section{margin:24px 0;display:flex;justify-content:center}.action-buttons{display:flex;gap:16px;justify-content:center}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:24px;font-size:1rem;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.btn-primary:focus{outline:2px solid #667eea;outline-offset:2px}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f8f9fa;color:#333;border:2px solid #ddd;box-shadow:0 2px 8px #0000000d}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#667eea}.btn-secondary:focus{outline:2px solid #667eea;outline-offset:2px}.btn-secondary:active{transform:translateY(0)}.grid-top-left{grid-column:1;grid-row:1}.grid-top-right{grid-column:2;grid-row:1}.grid-bottom-left{grid-column:1;grid-row:2}.grid-bottom-right{grid-column:2;grid-row:2}.grid-ad-mid{grid-column:1 / -1;grid-row:3}.grid-bottom-full{grid-column:1 / -1;grid-row:4}.grid-share{grid-column:1 / -1;grid-row:5}.grid-action{grid-column:1 / -1;grid-row:6}.grid-ad-bottom{grid-column:1 / -1;grid-row:7}.grid-span-full{grid-column:1 / -1}.ad-section-mid,.ad-section-bottom{display:flex;justify-content:center;align-items:center}.ad-section-bottom{margin-top:20px;padding-top:20px;border-top:1px solid #eee}.feature-analysis-section,.detailed-analysis-section{margin-bottom:0}.interpretation-text{background:linear-gradient(135deg,#f5f7fa,#e9ecef);padding:24px;border-radius:16px;border:1px solid #dee2e6}.interpretation-text h4{color:#333;margin-bottom:12px;font-size:1.1rem;font-weight:600}@media (max-width: 768px){.result-content{grid-template-columns:1fr;gap:24px;padding:0 8px}.animal-result h2{font-size:2rem}.action-buttons{flex-direction:column;width:100%}.action-buttons .btn-primary,.action-buttons .btn-secondary{width:100%}.feature-item{flex-direction:column;align-items:flex-start;gap:8px}.feature-value{align-self:flex-end}.result-content{grid-template-columns:1fr;grid-template-rows:auto}.grid-top-left,.grid-top-right,.grid-bottom-left,.grid-bottom-right,.grid-ad-mid,.grid-bottom-full,.grid-share,.grid-action,.grid-ad-bottom,.grid-span-full{grid-column:1}.grid-top-left{grid-row:1}.grid-top-right{grid-row:2}.grid-bottom-left{grid-row:3}.grid-bottom-right{grid-row:4}.grid-ad-mid{grid-row:5}.grid-bottom-full{grid-row:6}.grid-share{grid-row:7}.grid-action{grid-row:8}.grid-ad-bottom{grid-row:9}}.footer{color:#fff;opacity:.95;margin-top:40px;padding:40px 24px}.footer-content{max-width:1200px;margin:0 auto}.footer-main-title{text-align:center;font-size:1.1rem;margin-bottom:32px;opacity:.9;font-weight:500}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;background:#ffffff0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;padding:40px;border:1px solid rgba(255,255,255,.1);transition:background .2s ease}.footer-grid:hover{background:#ffffff14}.footer-column{text-align:center}.footer-column h4{color:#fff;font-size:1.1rem;margin-bottom:16px;font-weight:600}.footer-column p{color:#ffffffd9;font-size:14px;line-height:1.6;margin-bottom:16px}.footer-link{background:#667eea33;border:1px solid rgba(102,126,234,.4);color:#fff;padding:10px 20px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;margin-bottom:24px;display:inline-block}.footer-link:hover{background:#667eea59;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.footer-link:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.footer-link:active{transform:translateY(0)}.privacy-summary{background:#ffffff0d;border-radius:12px;padding:16px;margin-top:16px;transition:background .2s ease}.privacy-summary:hover{background:#ffffff14}.privacy-summary h5{color:#fff;font-size:.9rem;margin-bottom:12px;font-weight:500}.privacy-summary p{font-size:14px;margin:8px 0;text-align:left;color:#ffffffd9;line-height:1.5}.kakao-channel-link{display:inline-block;background:linear-gradient(135deg,#fee500,#fada0a);color:#3a1d1d;text-decoration:none;padding:12px 24px;border-radius:20px;font-weight:600;font-size:14px;transition:all .2s ease;box-shadow:0 4px 12px #fee5004d}.kakao-channel-link:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fee50066;background:linear-gradient(135deg,#fada0a,#fee500)}.kakao-channel-link:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.kakao-channel-link:active{transform:translateY(0)}@media (max-width: 768px){.footer{padding:32px 16px}.footer-main-title{margin-bottom:24px}.footer-grid{grid-template-columns:1fr;gap:32px;padding:24px 16px}.footer-column h4{font-size:1rem}.footer-column p{font-size:13px;margin-bottom:12px}.footer-link,.kakao-channel-link{font-size:13px;padding:8px 16px}.privacy-summary{padding:12px;margin-top:12px}.privacy-summary h5{font-size:.85rem;margin-bottom:8px}.privacy-summary p{font-size:13px}}.promo-banners{display:flex;flex-direction:column;gap:16px;width:100%;max-width:500px;margin:24px auto;padding:0}.promo-card{position:relative;border-radius:16px;padding:24px;cursor:pointer;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.promo-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.promo-card:active{transform:translateY(-2px)}.promo-card.political-test{background:linear-gradient(135deg,#e8eaf6,#f3e5f5,#ffebee);border:1px solid rgba(103,58,183,.1)}.promo-card.political-test:hover{background:linear-gradient(135deg,#dce0f0,#eddcf0,#ffdee3)}.promo-card.soul-test{background:linear-gradient(135deg,#ede7f6,#e1bee7,#f3e5f5);border:1px solid rgba(156,39,176,.1)}.promo-card.soul-test:hover{background:linear-gradient(135deg,#e3dcf0,#d4aedd,#ebdaee)}.promo-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.5px;box-shadow:0 2px 8px #667eea66}.promo-badge.hot{background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 2px 8px #ff6b6b66}.promo-content{position:relative;z-index:2;text-align:center}.promo-emoji-group{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:12px}.promo-emoji-group.mystic{gap:12px}.promo-emoji{font-size:2rem;animation:float 3s ease-in-out infinite}.promo-emoji.left{animation-delay:0s}.promo-emoji.center{font-size:2.5rem;animation-delay:.5s}.promo-emoji.right{animation-delay:1s}.promo-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:6px;line-height:1.3}.promo-subtitle{font-size:.9rem;color:#666;margin-bottom:16px;line-height:1.4}.promo-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:25px;font-size:.95rem;font-weight:600;color:#fff;transition:all .2s ease}.promo-cta.political{background:linear-gradient(135deg,#5c6bc0,#7e57c2);box-shadow:0 4px 15px #5c6bc04d}.promo-cta.soul{background:linear-gradient(135deg,#ab47bc,#8e24aa);box-shadow:0 4px 15px #ab47bc4d}.promo-card:hover .promo-cta{transform:scale(1.05)}.promo-card:hover .promo-cta.political{box-shadow:0 6px 20px #5c6bc066}.promo-card:hover .promo-cta.soul{box-shadow:0 6px 20px #ab47bc66}.cta-arrow{transition:transform .2s ease}.promo-card:hover .cta-arrow{transform:translate(4px)}.promo-decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1;overflow:hidden}.decoration-circle{position:absolute;width:80px;height:80px;border-radius:50%;opacity:.15}.decoration-circle.blue{background:linear-gradient(135deg,#1565c0,#42a5f5);top:-20px;left:-20px;animation:pulse 4s ease-in-out infinite}.decoration-circle.red{background:linear-gradient(135deg,#c62828,#ef5350);bottom:-20px;right:-20px;animation:pulse 4s ease-in-out infinite 2s}.decoration-star{position:absolute;font-size:1.5rem;opacity:.3;animation:twinkle 2s ease-in-out infinite}.decoration-star:first-child{top:15px;left:15px}.decoration-star.delay{bottom:15px;right:45px;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.15}50%{transform:scale(1.1);opacity:.2}}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@media (max-width: 480px){.promo-banners{gap:12px;margin:16px auto;padding:0 10px}.promo-card{padding:20px 16px;border-radius:14px}.promo-emoji{font-size:1.6rem}.promo-emoji.center{font-size:2rem}.promo-title{font-size:1.1rem}.promo-subtitle{font-size:.85rem;margin-bottom:12px}.promo-cta{padding:8px 20px;font-size:.9rem}.promo-badge{font-size:.65rem;padding:3px 8px;top:10px;right:10px}}@media (hover: none){.promo-card:hover{transform:none}.promo-card:active{transform:scale(.98)}}.about-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.about-container{max-width:900px;margin:0 auto}.about-header{display:flex;align-items:center;gap:20px;margin-bottom:30px}.back-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 20px;border-radius:25px;cursor:pointer;font-size:14px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.back-button:hover{background:#ffffff4d;transform:translateY(-2px)}.about-header h1{color:#fff;font-size:2.5rem;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.about-content{background:#fffffff2;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-content section{margin-bottom:40px}.about-content section:last-child{margin-bottom:0}.intro-section p{font-size:1.2rem;line-height:1.8;color:#333;text-align:center;background:#667eea1a;padding:25px;border-radius:15px;border-left:5px solid #667eea}.about-content h2{color:#333;font-size:1.5rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.about-content p{line-height:1.8;color:#555;margin-bottom:20px;font-size:1rem}.highlight-box{background:linear-gradient(135deg,#ffecd2,#fcb69f);padding:25px;border-radius:15px;margin:25px 0;border-left:5px solid #ff9a56}.highlight-box p{margin:0;color:#333;font-weight:500}.conclusion-highlight{background:linear-gradient(135deg,#a8edea,#fed6e3);padding:30px;border-radius:20px;text-align:center;margin-top:25px;border-left:5px solid #667eea}.conclusion-highlight p{margin:0;font-size:1.1rem;color:#333}.conclusion-highlight strong{color:#667eea;font-size:1.2rem}.how-it-works-section,.features-section,.animals-section,.misconception-section,.privacy-section{background:#667eea0d;padding:30px;border-radius:15px;border-left:3px solid #667eea}.feature-list{margin-top:15px}.feature-list p{margin:12px 0;padding-left:10px}.conclusion-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:30px;border-radius:20px;border:2px solid rgba(102,126,234,.2)}@media (max-width: 768px){.about-page{padding:10px}.about-header{flex-direction:column;align-items:flex-start;gap:15px}.about-header h1{font-size:2rem}.about-content{padding:25px}.intro-section p{font-size:1.1rem;padding:20px}.highlight-box,.conclusion-highlight{padding:20px}}.container{max-width:1200px;margin:0 auto;padding:20px;position:relative}.side-ad{position:fixed;top:50%;transform:translateY(-50%);z-index:100;display:none}.side-ad-left{left:8px}.side-ad-right{right:8px}.ad-vertical{width:160px;min-height:600px}@media (min-width: 1600px){.side-ad{display:block}}.intro-section{background:linear-gradient(135deg,#f8f9ff,#e9ecef);border-radius:16px;margin:24px auto 32px;padding:24px;max-width:800px;width:100%;text-align:center;border:1px solid rgba(102,126,234,.1);box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease}.intro-section:hover{transform:translateY(-2px);box-shadow:0 4px 16px #667eea1a}.intro-content h3{font-size:1.4rem;color:#333;margin-bottom:8px;font-weight:600}.intro-content p{font-size:1rem;color:#666;line-height:1.6;margin:0}.intro-note{color:#667eea;font-weight:500;margin-left:8px}@media (max-width: 768px){.intro-section{margin:16px 24px 24px;padding:16px;max-width:none;width:calc(100% - 48px)}.intro-content h3{font-size:1.2rem}.intro-content p{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}#root{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:24px;display:flex;flex-direction:column;align-items:center;gap:32px}@keyframes fadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .3s ease-out}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 24px}
