/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 } html { scroll-behavior: smooth } body { font-family: system-ui, -apple-system, sans-serif; background: #F3F0FF; color: #1E1B4B; line-height: 1.7; min-height: 100vh } :root { --pr: #7C3AED; --pr-l: #A78BFA; --bg1: #F3F0FF; --bg2: #E0E7FF; --mint: #6EE7B7; --mint-l: #D1FAE5; --txt: #1E1B4B; --muted: #6B7280; --white: #fff; --r1: 16px; --r2: 24px; --r3: 40px; --sh: 0 4px 24px rgba(124,58,237,.12) } a { color: var(--pr); text-decoration: none; transition: color .2s } a:hover { color: #5B21B6 } img { max-width: 100%; height: auto; display: block } .site-header { background: var(--white); border-bottom: 2px solid var(--bg2); position: sticky; top: 0; z-index: 100; padding: 0 1rem } .header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 1rem } .logo { font-size: 1.5rem; font-weight: 900; color: var(--pr); letter-spacing: -1px; text-decoration: none } .nav { display: flex; gap: .4rem; align-items: center; flex-wrap: wrap } .nav a { font-size: .88rem; color: var(--txt); font-weight: 500; padding: .4rem .8rem; border-radius: var(--r3); transition: background .2s, color .2s } .nav a:hover { background: var(--bg1); color: var(--pr) } .container { max-width: 1100px; margin: 0 auto; padding: 0 1rem } .hero { position: relative; border-radius: var(--r3); overflow: hidden; margin: 2rem 0; min-height: 460px; display: flex; align-items: flex-end } .hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(124,58,237,.06) 0%, rgba(30,27,75,.84) 100%) } .hero-content { position: relative; z-index: 2; padding: 2.5rem 2rem; color: var(--white); max-width: 780px } .hero-tag { display: inline-block; background: var(--mint); color: var(--txt); font-size: .78rem; font-weight: 700; padding: .3rem .9rem; border-radius: var(--r3); margin-bottom: 1rem; letter-spacing: .5px } .hero-content h1 { font-size: clamp(1.5rem, 3.5vw, 2.6rem); font-weight: 800; line-height: 1.25; margin-bottom: .9rem } .hero-content p { font-size: 1.03rem; opacity: .9; max-width: 560px; margin-bottom: 1.5rem } .btn { display: inline-flex; align-items: center; gap: .5rem; background: linear-gradient(135deg, #7C3AED 0%, #A78BFA 100%); color: var(--white); padding: .85rem 2rem; border-radius: var(--r3); font-weight: 700; font-size: 1rem; border: none; cursor: pointer; transition: transform .2s, box-shadow .2s; box-shadow: var(--sh) } .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(124,58,237,.35); color: var(--white) } .btn-outline { background: transparent; border: 2px solid var(--pr); color: var(--pr); box-shadow: none } .btn-outline:hover { background: var(--pr); color: var(--white) } .btn-full { width: 100%; justify-content: center } .btn-mt { margin-top: 1.1rem } .cards-section { padding: 3rem 0 } .section-title { font-size: 1.4rem; font-weight: 800; color: var(--txt); margin-bottom: 1.5rem; display: flex; align-items: center; gap: .5rem } .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.5rem } .card { background: var(--white); border-radius: var(--r3); overflow: hidden; box-shadow: var(--sh); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; color: inherit; text-decoration: none } .card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(124,58,237,.2) } .card-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column } .card-tag { display: inline-block; background: var(--bg1); color: var(--pr); font-size: .78rem; font-weight: 700; padding: .25rem .8rem; border-radius: var(--r3); margin-bottom: .8rem } .card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .6rem; line-height: 1.4; color: var(--txt) } .card p { color: var(--muted); font-size: .92rem; flex: 1; margin-bottom: 1rem; line-height: 1.6 } .card-link { color: var(--pr); font-weight: 600; font-size: .88rem; display: inline-flex; align-items: center; gap: .3rem } .about-section { background: linear-gradient(135deg, var(--bg2) 0%, var(--mint-l) 100%); border-radius: var(--r3); padding: 3rem; margin: 1rem 0 2rem } .about-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center } .about-emoji { font-size: 5rem; line-height: 1 } .about-section h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: .9rem; color: var(--txt) } .about-section p { color: var(--txt); font-size: 1rem; margin-bottom: .75rem; opacity: .85 } .subscribe-section { padding: 3rem 1rem; text-align: center } .subscribe-box { background: var(--white); border-radius: var(--r3); padding: 2.5rem; max-width: 540px; margin: 0 auto; box-shadow: var(--sh) } .subscribe-box h2 { font-size: 1.4rem; font-weight: 800; margin-bottom: .5rem; color: var(--txt) } .subscribe-box > p { color: var(--muted); margin-bottom: 1.75rem; font-size: .95rem } .form-group { margin-bottom: 1rem; text-align: left } .form-group label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: .4rem; color: var(--txt) } .form-group input { width: 100%; padding: .9rem 1.2rem; border: 2px solid var(--bg2); border-radius: var(--r2); font-size: .98rem; background: var(--bg1); color: var(--txt); outline: none; transition: border .2s, background .2s; font-family: inherit } .form-group input:focus { border-color: var(--pr); background: var(--white) } .site-footer { background: var(--txt); color: rgba(255,255,255,.75); padding: 3rem 1rem; margin-top: 4rem } .footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem } .footer-brand .logo { color: var(--white) } .footer-brand p { margin-top: .75rem; font-size: .9rem; opacity: .65 } .footer-col h4 { color: var(--white); font-weight: 700; margin-bottom: .9rem; font-size: .92rem; letter-spacing: .3px } .footer-col a { display: block; color: rgba(255,255,255,.6); font-size: .88rem; margin-bottom: .5rem; transition: color .2s } .footer-col a:hover { color: var(--white) } .footer-bottom { max-width: 1100px; margin: 2rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: .82rem; opacity: .55 } .article-page { max-width: 1100px; margin: 0 auto; padding: 0 1rem } .article-header { background: linear-gradient(135deg, var(--bg1), var(--bg2)); border-radius: var(--r3); padding: 3rem 2rem; margin: 2rem 0; text-align: center } .article-header h1 { font-size: clamp(1.4rem, 3.5vw, 2.4rem); font-weight: 800; line-height: 1.25; color: var(--txt); margin-bottom: 1rem } .article-meta { display: flex; justify-content: center; gap: 1.2rem; flex-wrap: wrap; color: var(--muted); font-size: .85rem; margin-top: .5rem } .article-body { max-width: 760px; margin: 0 auto; padding: 1.5rem 0 3rem } .article-body h2 { font-size: 1.3rem; font-weight: 700; margin: 2rem 0 .75rem; color: var(--pr) } .article-body p { margin-bottom: 1.2rem; font-size: 1.02rem; color: var(--txt); line-height: 1.75 } .article-body ul { margin: 0 0 1.2rem 1.4rem } .article-body li { margin-bottom: .5rem; color: var(--txt); font-size: 1rem; line-height: 1.65 } .source-link { color: var(--pr); font-weight: 600; border-bottom: 1px dotted var(--pr) } .article-img { border-radius: var(--r3); margin: 2rem auto; max-height: 400px; width: 100%; object-fit: cover } .disclaimer { background: var(--bg2); border-left: 4px solid var(--pr); border-radius: 0 var(--r2) var(--r2) 0; padding: 1.5rem 1.75rem; margin: 2.5rem 0 } .disclaimer strong { color: var(--pr); display: block; margin-bottom: .5rem; font-size: .95rem } .disclaimer p { font-size: .9rem; color: var(--txt); margin: 0; opacity: .85; line-height: 1.6 } .policy-page { max-width: 800px; margin: 0 auto; padding: 3rem 1rem } .policy-page h1 { font-size: 2rem; font-weight: 800; margin-bottom: .5rem; color: var(--txt) } .policy-page h2 { font-size: 1.15rem; font-weight: 700; margin: 1.75rem 0 .6rem; color: var(--pr) } .policy-page p { margin-bottom: 1rem; font-size: .98rem; color: var(--txt); line-height: 1.7 } .policy-page ul { margin: .5rem 0 1rem 1.5rem } .policy-page li { margin-bottom: .4rem; font-size: .95rem; color: var(--txt); line-height: 1.6 } .policy-date { color: var(--muted); font-size: .85rem; margin-bottom: 2rem; display: block } .success-wrap { min-height: 72vh; display: flex; align-items: center; justify-content: center; padding: 2rem } .success-box { background: var(--white); border-radius: var(--r3); padding: 3.5rem 2.5rem; max-width: 480px; text-align: center; box-shadow: var(--sh) } .s-icon { font-size: 4.5rem; display: block; margin-bottom: 1rem } .success-box h1 { font-size: 1.9rem; font-weight: 800; color: var(--pr); margin-bottom: .9rem } .success-box p { color: var(--muted); margin-bottom: 1.75rem; font-size: 1rem } .notfound-wrap { min-height: 72vh; display: flex; align-items: center; justify-content: center; padding: 2rem } .notfound-box { background: var(--white); border-radius: var(--r3); padding: 3.5rem 2.5rem; max-width: 460px; text-align: center; box-shadow: var(--sh) } .notfound-num { font-size: 6rem; font-weight: 900; color: var(--pr-l); line-height: 1; display: block } .notfound-box h2 { font-size: 1.5rem; font-weight: 700; margin: 1rem 0; color: var(--txt) } .notfound-box p { color: var(--muted); margin-bottom: 1.75rem } .cookie-check { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0 } .cookie-banner { position: fixed; bottom: 1.5rem; right: 1.5rem; background: var(--white); border-radius: var(--r2); padding: 1.5rem; max-width: 310px; box-shadow: 0 8px 40px rgba(30,27,75,.22); z-index: 9999; border: 1px solid var(--bg2) } .cookie-banner p { font-size: .86rem; color: var(--txt); margin-bottom: 1rem; line-height: 1.55 } .cookie-actions { display: flex; gap: .8rem; align-items: center; flex-wrap: wrap } .cookie-accept { display: inline-flex; background: linear-gradient(135deg, #7C3AED, #A78BFA); color: var(--white); padding: .55rem 1.3rem; border-radius: var(--r3); font-weight: 700; font-size: .85rem; cursor: pointer; transition: transform .2s; user-select: none } .cookie-accept:hover { transform: scale(1.04) } .cookie-more { font-size: .83rem; color: var(--pr); font-weight: 500 } .cookie-check:checked ~ .cookie-banner { display: none } @media(max-width: 768px) { .about-inner { grid-template-columns: 1fr } .about-emoji { display: none } .hero { min-height: 320px } .hero-content { padding: 1.5rem } .about-section { padding: 2rem 1.5rem } .nav a { font-size: .82rem; padding: .3rem .5rem } .article-header { padding: 2rem 1.25rem } } @media(max-width: 480px) { .hero-content h1 { font-size: 1.35rem } .subscribe-box { padding: 1.75rem 1.25rem } .success-box, .notfound-box { padding: 2.5rem 1.5rem } .cookie-banner { left: 1rem; right: 1rem; max-width: none; bottom: 1rem } }