@font-face{font-family:"JP System UI";font-style:normal;font-weight:100 900;font-display:swap;src:local("Segoe UI"),local("Hiragino Sans"),local("Hiragino Kaku Gothic ProN"),local("Noto Sans JP"),local("Meiryo"),local("Apple SD Gothic Neo")}:root{--primary:#FF7EB3;--primary-hover:#FF5E9D;--secondary:#4A4E69;--bg:#F8F9FA;--card-bg:#FFFFFF;--text:#22223B;--text-muted:#8D99AE;--border:#EDF2F4;--shadow:0 10px 30px rgba(0, 0, 0, 0.05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:"JP System UI",system-ui,-apple-system,"Segoe UI",Roboto,"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP",Meiryo,sans-serif;background-color:var(--bg);color:var(--text);min-height:100vh;padding:2rem 1rem;padding-top:6rem}body.theme-dark{--bg:#0b1220;--card-bg:#101a2f;--text:#eef4ff;--text-muted:#9aa8c0;--border:#20304c;--shadow:0 18px 38px rgba(0, 0, 0, 0.32)}.container{max-width:800px;width:100%;margin:0 auto}body:not(.inner-page)>header{text-align:center;margin-bottom:2.5rem}body:not(.inner-page)>header h1{font-size:2.5rem;font-weight:700;color:var(--text);display:flex;flex-direction:column;align-items:center;gap:.5rem}body:not(.inner-page)>header h1 span{font-size:1rem;font-weight:600;color:var(--primary);background:rgba(255,126,179,.1);padding:.3rem 1.2rem;border-radius:20px}body:not(.inner-page)>header p{color:var(--text-muted);margin-top:1rem}.upload-area{background:var(--card-bg);border:2px dashed var(--primary);border-radius:20px;padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow)}.upload-area.active,.upload-area:hover{background:rgba(255,126,179,.03);border-color:var(--primary-hover);transform:translateY(-5px);box-shadow:0 15px 35px rgba(255,126,179,.15)}.upload-icon{width:64px;height:64px;margin-bottom:1rem;color:var(--primary)}.upload-content p{font-size:1.1rem}.upload-content .sub-text{font-size:.9rem;color:var(--text-muted);margin-top:.5rem}.hidden{display:none!important}#loading{text-align:center;padding:3rem 1rem;background:var(--card-bg);border-radius:20px;box-shadow:var(--shadow);max-width:500px;margin:2rem auto}.spinner{width:60px;height:60px;border:5px solid rgba(255,126,179,.2);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.progress-container{width:100%;height:10px;background:#edf2f4;border-radius:10px;margin:1.5rem 0;overflow:hidden}.progress-bar{width:0%;height:100%;background:linear-gradient(90deg,#ff7eb3,#ff5e9d);border-radius:10px;transition:width .4s ease}#loading-text{font-weight:700;color:var(--text);font-size:1.1rem;margin-bottom:.5rem}.loading-sub{font-size:.85rem;color:var(--text-muted)}@keyframes spin{to{transform:rotate(360deg)}}.error-card{background:#fff3f3;color:#d32f2f;padding:1.5rem;border-radius:12px;text-align:center;margin-bottom:1.5rem;border-left:5px solid #d32f2f;font-weight:600}#results-area{animation:fadeIn .5s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.image-preview{background:var(--card-bg);border-radius:20px;padding:1rem;box-shadow:var(--shadow);margin-bottom:2.5rem;text-align:center;position:relative}canvas{max-width:100%;height:auto;border-radius:12px;display:block;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--card-bg);padding:1.5rem;border-radius:15px;box-shadow:var(--shadow);text-align:center;transition:transform .3s ease}.stat-card.primary{grid-column:1/-1;background:linear-gradient(135deg,#ff7eb3 0,#ff5e9d 100%);color:#fff}.stat-card.primary .jp-label{color:rgba(255,255,255,.8)}.stat-card:hover{transform:translateY(-5px)}.stat-card h3{font-size:.95rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem}.stat-card.primary h3{color:rgba(255,255,255,.9)}.stat-value{font-size:1.8rem;font-weight:700;color:var(--text);margin:.5rem 0}.score-value{font-size:3.5rem;font-weight:700;line-height:1.1}.score-stars{margin:.5rem 0}.score-stars span{font-size:1.8rem;margin:0 2px}.jp-label{font-size:.85rem;color:var(--text-muted)}.action-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.btn{display:block;width:100%;padding:1.2rem;background:var(--secondary);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;text-align:center}.btn:hover{background:#2b2d42;transform:translateY(-2px)}.btn-secondary{background:var(--primary)}.btn-secondary:hover{background:var(--primary-hover)}.btn-twitter{background:#000}.btn-twitter:hover{background:#333}@media (max-width:600px){.stats-grid{grid-template-columns:1fr 1fr}}.navbar{width:100%;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 26px rgba(26,39,68,.08);position:fixed;top:0;left:0;z-index:1000;border-bottom:1px solid rgba(26,39,68,.08)}.nav-container{max-width:1000px;margin:0 auto;padding:.85rem 1.4rem;display:flex;justify-content:space-between;align-items:center}.nav-actions{display:flex;align-items:center;gap:.8rem}.nav-logo{font-size:1.12rem;font-weight:700;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:.5rem;letter-spacing:.2px}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#5b6b82;font-weight:600;transition:color .25s ease,background-color .25s ease,border-color .25s ease;border:1px solid transparent;border-radius:999px;padding:.35rem .72rem;font-size:.9rem}.nav-links a:hover{color:var(--primary);background:#fff5fb;border-color:rgba(255,126,179,.35)}.theme-toggle{border:1px solid rgba(255,126,179,.28);background:#fff6fb;color:#9d2d63;border-radius:999px;padding:.45rem .8rem;font:inherit;font-size:.86rem;font-weight:700;cursor:pointer}.site-footer{width:100%;background:linear-gradient(180deg,#fff 0,#f7f9fc 100%);border-top:1px solid #e6ebf2;margin-top:4rem;padding:2.25rem 0 2rem;text-align:center}.footer-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{font-size:1.2rem;font-weight:700;color:var(--text);text-decoration:none}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin:.5rem 0 .35rem}.footer-links a{color:#516078;text-decoration:none;font-size:.86rem;transition:color .2s ease,border-color .2s ease,background-color .2s ease;border:1px solid #dce3ed;background:#fff;border-radius:999px;padding:.35rem .7rem}.footer-links a:hover{color:var(--primary);border-color:rgba(255,126,179,.45);background:#fff6fb}.footer-search{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;width:min(100%,620px);margin:.2rem auto .35rem}.footer-search label{flex-basis:100%;color:var(--text-muted);font-size:.85rem;font-weight:700}.footer-search input{min-width:min(100%,280px);flex:1 1 240px;border:1px solid #dce3ed;border-radius:8px;padding:.65rem .75rem;color:var(--text);background:#fff}.footer-search button{border:0;border-radius:8px;padding:.65rem .95rem;background:var(--primary);color:#fff;font-weight:800;cursor:pointer}.footer-content p{color:var(--text-muted);font-size:.9rem}.footer-trust{display:grid;gap:.75rem;justify-items:center;width:min(100%,860px)}.footer-contact,.footer-legal,.footer-social{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem .85rem;color:var(--text-muted);font-size:.9rem}.footer-contact a,.footer-legal a,.footer-social a{color:#516078}.dmca-badge{display:inline-flex;align-items:center;border:1px solid #dce3ed;border-radius:8px;background:#fff;padding:.35rem .6rem;color:#405065;font-weight:700;text-decoration:none}.workspace-photo-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0}.workspace-photo-strip img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid #e2e9f2;border-radius:8px;background:#fff}.trust-section{background:linear-gradient(180deg,#fff 0,#fcfdff 100%);border:1px solid #e8edf4;border-radius:18px;box-shadow:0 10px 28px rgba(16,24,40,.06);padding:1.4rem 1.35rem;margin-top:1.25rem}.hero-panel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,0.75fr);gap:1rem;background:radial-gradient(circle at top right,rgba(255,126,179,.15),transparent 26%),linear-gradient(135deg,#fff 0,#fff8fc 100%);border:1px solid rgba(255,126,179,.16);border-radius:22px;padding:1.5rem;box-shadow:0 16px 38px rgba(16,24,40,.08);margin-bottom:1.25rem}.hero-panel__badge{display:inline-flex;border-radius:999px;background:rgba(255,126,179,.12);color:#b12c6d;padding:.35rem .72rem;font-size:.8rem;font-weight:700;margin-bottom:.8rem}.hero-panel__chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.hero-panel__chips span{border:1px solid #e4ebf5;background:rgba(255,255,255,.8);padding:.42rem .7rem;border-radius:999px;font-size:.84rem;color:#4d5d74}.hero-panel__mini-card{height:100%;border-radius:18px;padding:1rem;background:rgba(255,255,255,.76);border:1px solid #e8edf4}.hero-panel__mini-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#8f2456;font-weight:700;margin-bottom:.45rem}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.inner-page .page-content{max-width:940px}.inner-page h1{display:block;font-size:2.15rem;margin-bottom:.55rem;line-height:1.18;letter-spacing:-.3px}.inner-page .lead{margin:0 auto 1rem;color:#5d6d84;line-height:1.75;font-size:1.03rem}.inner-page h2{font-size:1.32rem;margin-bottom:.68rem}.inner-page h3{font-size:1.02rem;margin:.45rem 0 .3rem}.inner-page li,.inner-page p{color:#405065;line-height:1.72}.inner-page ul{padding-left:1.1rem}.inner-page table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #e3eaf3;border-radius:12px}.inner-page td,.inner-page th{padding:.62rem .68rem;border-bottom:1px solid #e8edf4;text-align:left;font-size:.92rem}.inner-page th{background:#f7faff;color:#33455f;font-weight:700}.inner-page tr:last-child td{border-bottom:0}.back-to-top{position:fixed;right:20px;bottom:20px;background:var(--primary);color:#fff;border:0;border-radius:999px;width:58px;height:36px;display:none;cursor:pointer}body.theme-dark .navbar{background:rgba(12,18,32,.82);border-bottom-color:rgba(148,163,184,.12)}body.theme-dark .inner-page h1,body.theme-dark .inner-page h2,body.theme-dark .inner-page h3,body.theme-dark .nav-logo,body.theme-dark .score-card__title{color:#f4f8ff}body.theme-dark .footer-links a,body.theme-dark .hero-panel__chips span,body.theme-dark .inner-page li,body.theme-dark .inner-page p,body.theme-dark .metric-chip span,body.theme-dark .nav-links a,body.theme-dark .score-card__summary{color:#b7c4d8}body.theme-dark .nav-links a:hover,body.theme-dark .theme-toggle{background:rgba(255,126,179,.12)}body.theme-dark .footer-links a,body.theme-dark .hero-panel,body.theme-dark .hero-panel__mini-card,body.theme-dark .inner-page table,body.theme-dark .metric-chip,body.theme-dark .score-card,body.theme-dark .site-footer,body.theme-dark .trust-section{background:#101a2f;border-color:#20304c}body.theme-dark .site-footer{background:linear-gradient(180deg,#0d1628 0,#0b1220 100%)}body.theme-dark .inner-page th{background:#13203a;color:#e5eefc}body.theme-dark .footer-links a,body.theme-dark .hero-panel__chips span,body.theme-dark .inner-page td,body.theme-dark .inner-page th{border-color:#253652}body.theme-dark .hero-panel{background:radial-gradient(circle at top right,rgba(255,126,179,.14),transparent 24%),linear-gradient(135deg,#101a2f 0,#0e1729 100%)}body.theme-dark .theme-toggle{color:#ffd3e5;border-color:rgba(255,126,179,.28)}@media (max-width:900px){.content-grid,.hero-panel{grid-template-columns:1fr}.workspace-photo-strip{grid-template-columns:1fr}}.home-layout{max-width:980px}.hero-card{background:linear-gradient(135deg,#fff 0,#fff4f9 100%);border:1px solid rgba(255,126,179,.18);border-radius:18px;padding:2rem;box-shadow:var(--shadow)}.hero-badge{display:inline-block;font-size:.82rem;font-weight:700;color:var(--primary);background:rgba(255,126,179,.12);border-radius:999px;padding:.35rem .8rem;margin-bottom:.8rem}.hero-card h1{font-size:2.2rem;margin-bottom:.7rem}.article-title span,.hero-badge span,.hero-card h1 span,.hero-lead span{font:inherit;color:inherit;background:0 0;padding:0;border-radius:0}.hero-lead{color:var(--text-muted);line-height:1.7}.analyzer-card{margin-top:1.5rem;background:var(--card-bg);border-radius:18px;padding:1.5rem;box-shadow:var(--shadow)}.analyzer-card h2{margin-bottom:1rem}.footer-directory{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem;margin-bottom:2.5rem;text-align:left}.footer-column{display:flex;flex-direction:column;gap:.8rem}.footer-column h4{color:var(--text);font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.footer-column a{color:#4f5c6f;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-column a:hover{color:var(--primary);text-decoration:underline}@media (max-width:900px){.footer-directory{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.footer-directory{grid-template-columns:1fr}}