@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:IBM Plex Sans,Noto Sans JP,sans-serif;line-height:1.6;font-weight:400;color:#e6edf6;background-color:#0b0e15;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 10%,rgba(245,201,109,.18),transparent 45%),radial-gradient(circle at 85% 15%,rgba(123,223,242,.18),transparent 45%),radial-gradient(circle at 40% 90%,rgba(36,46,68,.8),transparent 55%),#0b0e15;color:inherit}img{max-width:100%;display:block}button{font-family:inherit;color:inherit;background:none}.app{min-height:100vh;display:flex;flex-direction:column;gap:0}.topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:28px clamp(24px,5vw,64px);gap:20px;position:sticky;top:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(120deg,#0c1018d9,#101622e6);border-bottom:1px solid rgba(120,140,170,.2);z-index:5}.brand{font-family:Space Grotesk,Noto Sans JP,sans-serif;font-weight:600;letter-spacing:.5px;font-size:20px;color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:10px}.brand-mark{color:#f5c96d}.brand-icon{width:48px;height:48px;border-radius:12px;box-shadow:0 8px 16px #04081059}.topnav{display:inline-flex;background:#121824cc;border:1px solid rgba(120,140,170,.25);border-radius:999px;padding:6px;gap:6px;justify-self:center}.nav-button{text-decoration:none;border:none;background:transparent;color:inherit;padding:8px 16px;font-size:14px;border-radius:999px;transition:all .2s ease}.nav-button:hover{background:#f5c96d26}.nav-button.is-active{background:#f5c96d40;color:#f5c96d;box-shadow:inset 0 0 0 1px #f5c96d66}.topbar-actions{justify-self:end;display:flex;align-items:center;gap:10px}.topbar-lp{grid-template-columns:1fr auto}.dashboard-profile-summary{display:flex;align-items:center;gap:16px;margin-bottom:16px}.page{flex:1;padding:40px clamp(24px,5vw,80px) 64px}.landing{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.landing-hero{background:#121824eb;border:1px solid rgba(120,140,170,.25);border-radius:28px;padding:clamp(28px,5vw,52px);box-shadow:0 28px 70px #04081080}.landing-hero-media{margin:20px 0 18px;border-radius:20px;overflow:hidden;border:1px solid rgba(120,140,170,.2);box-shadow:0 16px 40px #04081073}.landing-hero-media img,.landing-hero-media video{width:100%;height:auto;display:block}.landing-badge{display:inline-flex;background:#242e44f2;color:#7bdff2;padding:6px 16px;border-radius:999px;font-size:12px;letter-spacing:.8px;margin-bottom:18px}.landing-title{font-size:clamp(32px,4vw,44px);margin:0 0 12px;font-family:Space Grotesk,Noto Sans JP,sans-serif}.landing-subtitle{color:#b6c0d0;max-width:720px;line-height:1.7}.landing-cta{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}.landing-section{background:#121824b3;border-radius:20px;padding:28px 32px;border:1px solid rgba(120,140,170,.18)}.landing-section h2{margin-top:0;font-size:20px;color:#f5c96d}.landing-quote{margin-top:16px;padding:14px 18px;background:#f5c96d1f;border-radius:12px;color:#f5c96d;font-weight:600}.landing-list{margin:16px 0;padding-left:18px;color:#c6d2e2}.landing-list li{margin-bottom:6px}.landing-list.muted{color:#9aa5b6}.landing-steps{display:grid;gap:16px}.landing-step{background:#182030d9;border-radius:14px;padding:18px 20px;border:1px solid rgba(120,140,170,.2)}.landing-step-title{font-weight:600;color:#7bdff2;margin-bottom:8px}.landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.landing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.plan-card{background:#182030e6;border-radius:16px;padding:20px 22px;border:1px solid rgba(120,140,170,.2)}.plan-card h3{margin-top:0;color:#7bdff2}.plan-card ul{padding-left:18px;margin:12px 0 0}.plan-note{margin-top:16px;color:#f5c96d;font-weight:600}.page-footer{text-align:center;font-size:12px;color:#7c8799;padding:32px 0 48px}.page-footer-columns{display:flex;justify-content:center;gap:64px;text-align:left}.page-footer-column{display:flex;flex-direction:column;gap:8px}.page-footer-heading{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9aa3b0;margin:0 0 4px}.page-footer a{color:inherit;text-decoration:none}.page-footer a:hover{text-decoration:underline}.page-footer-sns{display:flex;gap:12px}.page-footer-sns a{color:#7c8799;transition:color .2s}.page-footer-sns a:hover{color:#f5c96d;text-decoration:none}.page-footer-version{margin-top:24px;font-size:11px;color:#5a6370}.primary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none}.primary-button{background:#f5c96d;color:#0f1115;box-shadow:0 10px 20px #f5c96d33}.primary-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px #f5c96d4d}.ghost-button{background:#182030cc;border-color:#788caa4d;color:#c6d2e2}.ghost-button:hover{background:#222c40f2}.explore-link{color:#7bdff2;border-color:#7bdff266;background:#7bdff21f}.explore-link:hover{background:#7bdff233}.profile-header{background:#121824e6;border:1px solid rgba(120,140,170,.2);border-radius:22px;padding:clamp(24px,4vw,44px);box-shadow:0 24px 60px #04081073;margin-bottom:40px}.profile-header-grid{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center}.header-flex{display:flex;gap:30px;align-items:center}.avatar{width:110px;height:110px;border-radius:32px;background:linear-gradient(135deg,#1f2a3f,#111824);display:grid;place-items:center;font-family:Space Grotesk,Noto Sans JP,sans-serif;font-size:28px;color:#f5c96d;letter-spacing:2px}.avatar-image{width:110px;height:110px;border-radius:32px;object-fit:cover;border:2px solid rgba(120,140,170,.3)}.avatar-preview img{margin-top:10px;width:84px;height:84px;border-radius:18px;object-fit:cover;border:1px solid rgba(120,140,170,.3)}.profile-name,.name{font-size:clamp(26px,3vw,32px);font-family:Space Grotesk,Noto Sans JP,sans-serif;font-weight:600;display:inline-flex;align-items:center;gap:10px}.profile-role,.role{color:#f5c96d;margin-top:6px}.profile-summary{color:#a7b1c2;margin-top:16px;max-width:720px;line-height:1.7}.summary{color:#a7b1c2;margin-top:14px;max-width:720px;line-height:1.7}.tags span{display:inline-block;background:#242e44e6;padding:6px 12px;border-radius:999px;font-size:12px;margin:10px 6px 0 0;color:#c6d2e2}.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.pill-row span{background:#242e44e6;border:1px solid rgba(120,140,170,.25);padding:6px 12px;border-radius:999px;font-size:12px;color:#c6d2e2}.pill-row.small span{padding:4px 10px;font-size:11px}.profile-stats,.stats{display:flex;gap:28px;margin-top:18px;font-size:14px;color:#b6c0d0}.profile-stats strong,.stats strong{color:#7bdff2}.profile-actions,.actions{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px}.profile-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:clamp(24px,4vw,48px)}.section-title{font-size:18px;letter-spacing:.4px;text-transform:uppercase;color:#f5c96d;border-left:4px solid #f5c96d;padding-left:12px;margin-bottom:22px}.case-card{background:#121824e6;border-radius:16px;padding:20px 22px;border:1px solid rgba(120,140,170,.2);margin-bottom:18px}.case-no{font-size:11px;letter-spacing:1px;color:#7bdff2}.case-title{font-size:18px;margin:10px 0}.case-meta{font-size:12px;color:#9aa5b6;margin-top:10px}.side-stack{display:flex;flex-direction:column;gap:18px}.info-box{background:#121824d9;border-radius:16px;padding:20px 22px;border:1px solid rgba(120,140,170,.2);color:#c6d2e2}.info-box h3{margin-top:0;font-size:15px;color:#7bdff2}.casefile{display:flex;justify-content:center}.casefile-card{max-width:980px;width:100%;background:#121824eb;border-radius:24px;padding:clamp(28px,5vw,48px);border:1px solid rgba(120,140,170,.2);box-shadow:0 26px 70px #04081080}.profile-create-card{max-width:960px}.profile-create,.profiles-list,.profile-detail{display:flex;justify-content:center}.profile-list-card{max-width:980px}.profile-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:24px}.profile-list-card-item{display:flex;flex-direction:column;gap:6px;padding:18px 20px;background:#182030f2;border-radius:14px;border:1px solid rgba(120,140,170,.2);text-decoration:none;color:inherit;transition:transform .2s ease,border-color .2s ease}.profile-list-card-item:hover{transform:translateY(-2px);border-color:#f5c96d73}.profile-list-name{font-size:18px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.profile-list-avatar{width:28px;height:28px;border-radius:10px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#141c28e6;border:1px solid rgba(120,140,170,.3)}.profile-list-avatar img{width:100%;height:100%;object-fit:cover}.profile-list-role{color:#f5c96d;font-size:13px}.profile-list-summary{color:#a7b1c2;font-size:13px;line-height:1.5}.profile-detail-card{max-width:900px}.profile-detail-summary{margin:20px 0 24px;color:#b6c0d0}.profile-detail-actions{display:flex;justify-content:flex-end;margin-bottom:16px}.profile-link-button{gap:10px}.profile-link-avatar,.profile-link-initials{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.6px;background:#141c28e6;color:#f5c96d;border:1px solid rgba(120,140,170,.3)}.profile-link-avatar{object-fit:cover;background:transparent}.register-card{display:flex;flex-direction:column;gap:14px;align-items:flex-start;margin-top:20px}.register-note{font-size:12px;color:#9aa5b6}.casefile-card .form-actions{justify-content:flex-start}.profile-detail-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:18px;color:#9aa5b6}.profile-links{display:flex;flex-wrap:wrap;gap:12px}.profile-links a{color:#7bdff2;text-decoration:none}.official-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:11px;letter-spacing:.6px;background:#f5c96d33;border:1px solid rgba(245,201,109,.45);color:#f5c96d;text-transform:uppercase}.profile-template{display:flex;justify-content:center}.profile-template-container{width:100%;max-width:1100px}.profile-template .grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:40px}.profile-template .section{margin-bottom:40px}.profile-template .section h2{font-size:20px;border-left:4px solid #f5c96d;padding-left:14px;margin-bottom:20px;color:#f5c96d}.profile-template .case-card{display:block;text-decoration:none;color:inherit}.profile-template .case-tags span{display:inline-block;background:#242e44e6;padding:5px 10px;border-radius:6px;font-size:11px;margin:4px 6px 0 0}.profile-template .meta{font-size:12px;color:#9aa4b2;margin-top:10px}.profile-template .box{background:#121824e6;padding:22px;border-radius:14px;margin-bottom:18px;border:1px solid rgba(120,140,170,.2);color:#c6d2e2}.profile-template .box h3{margin-top:0;font-size:15px;color:#7bdff2}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;margin-top:26px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field.full{grid-column:1 / -1}.form-field label{font-size:13px;color:#9bb1cc}.form-hint{font-size:12px;color:#7c8799}.form-field input,.form-field textarea,.form-field select{background:#0c121ed9;border:1px solid rgba(120,140,170,.3);border-radius:12px;padding:12px 14px;color:#e6edf6;font-size:14px;font-family:inherit}.form-field input::placeholder,.form-field textarea::placeholder{color:#b4c3d799}.form-field textarea{resize:vertical;min-height:120px}.form-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7bdff2 50%),linear-gradient(135deg,#7bdff2 50%,transparent 50%);background-position:calc(100% - 18px) 18px,calc(100% - 12px) 18px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.toggle-row{display:flex;align-items:center;gap:10px;color:#c6d2e2}.toggle-row input{width:18px;height:18px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.form-message{margin-top:18px;padding:12px 14px;border-radius:12px;border:1px solid transparent;font-size:14px}.form-message.success{background:#24443066;border-color:#56aa7299;color:#a6e6c1}.form-message.error{background:#44242459;border-color:#b45a5a99;color:#f0b3b3}.primary-button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.casefile-badge{display:inline-flex;background:#242e44f2;color:#7bdff2;padding:6px 16px;border-radius:999px;font-size:12px;letter-spacing:.8px;margin-bottom:20px}.casefile-title{font-size:clamp(26px,3.5vw,34px);margin:0 0 12px;font-family:Space Grotesk,Noto Sans JP,sans-serif}.casefile-subtitle{color:#9aa5b6;margin-bottom:32px}.casefile-section{margin-bottom:38px;color:#c6d2e2}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.overview-card{background:#182030f2;padding:16px 20px;border-radius:14px;border:1px solid rgba(120,140,170,.2)}.overview-label{font-size:12px;color:#7bdff2;margin-bottom:6px}.overview-value{font-size:14px}.casefile-list{margin:0;padding-left:18px;color:#b6c0d0}.casefile-list li{margin-bottom:8px}.result-card{background:#0e1422e6;border:1px solid rgba(90,120,160,.4);padding:18px 20px;border-radius:14px;color:#c6d2e2}.result-card strong{color:#7bdff2}@media(max-width:980px){.topbar{grid-template-columns:1fr;justify-items:start}.topnav,.topbar-actions{justify-self:start}.topbar-lp,.profile-header-grid{grid-template-columns:1fr}.header-flex{flex-direction:column;align-items:flex-start}.profile-grid,.overview-grid,.profile-template .grid,.form-grid{grid-template-columns:1fr}}@media(max-width:640px){.topbar{padding:20px}.page{padding:28px 20px 48px}.profile-stats{flex-direction:column;gap:10px}.landing-section{padding:22px}}.lang-toggle{display:inline-flex;background:#121824d9;border:1px solid rgba(120,140,170,.25);border-radius:999px;padding:4px;gap:4px}.lang-button{border:none;background:transparent;color:#b6c0d0;font-size:12px;padding:6px 10px;border-radius:999px;cursor:pointer}.lang-button.is-active{background:#f5c96d40;color:#f5c96d}.release-page{max-width:640px;margin:0 auto;padding:0 24px}.release-page h1{font-size:24px;margin-bottom:32px}.release-entry{background:#121824b3;border:1px solid rgba(120,140,170,.18);border-radius:20px;padding:28px 32px;margin-bottom:20px}.release-entry h2{font-size:18px;margin:0 0 4px}.release-date{font-size:13px;color:#7c8799;margin:0 0 16px}.release-entry ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.release-entry li{font-size:14px;color:#c5cdd8}.privacy-page{max-width:640px;margin:0 auto;padding:0 24px}.privacy-page h1{font-size:24px;margin-bottom:8px}.privacy-updated{font-size:13px;color:#7c8799;margin:0 0 32px}.privacy-section{margin-bottom:28px}.privacy-section h2{font-size:16px;margin:0 0 12px}.privacy-section h3{font-size:14px;color:#9aa3b0;margin:16px 0 8px}.privacy-section p{font-size:14px;color:#c5cdd8;line-height:1.7;margin:0 0 8px}.privacy-section ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.privacy-section li{font-size:14px;color:#c5cdd8}.legal-page{max-width:640px;margin:0 auto;padding:0 24px}.legal-page h1{font-size:24px;margin-bottom:28px}.legal-table{width:100%;border-collapse:collapse}.legal-table th,.legal-table td{font-size:14px;padding:14px 16px;border-bottom:1px solid rgba(120,140,170,.15);text-align:left;vertical-align:top;line-height:1.7}.legal-table th{color:#9aa3b0;white-space:nowrap;width:140px;font-weight:500}.legal-table td{color:#c5cdd8}.legal-table a{color:#7bdff2;text-decoration:none}.legal-table a:hover{text-decoration:underline}@media(max-width:600px){.legal-table th,.legal-table td{display:block;width:100%;padding:6px 0;border-bottom:none}.legal-table th{padding-top:14px}.legal-table td{padding-bottom:14px;border-bottom:1px solid rgba(120,140,170,.15)}}.feedback-page{max-width:560px;margin:0 auto;padding:0 24px}.feedback-card{padding:32px}
