.CaseConverterTool-module__K5tmzq__tool{flex-direction:column;gap:24px;width:100%;display:flex}.CaseConverterTool-module__K5tmzq__inputCard{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;gap:20px;padding:32px;display:flex}.CaseConverterTool-module__K5tmzq__textareaWrap{border:1.5px solid var(--color-border);background:#fff;border-radius:12px;width:100%;min-height:200px;transition:border-color .2s;position:relative;overflow:hidden}.CaseConverterTool-module__K5tmzq__textareaWrap:focus-within{border-color:var(--color-accent);background:#fff}.CaseConverterTool-module__K5tmzq__textarea{width:100%;min-height:200px;color:var(--color-text-primary);resize:none;background:0 0;border:none;outline:none;padding:16px 20px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.7}@media (max-width:768px){.CaseConverterTool-module__K5tmzq__inputCard{padding:24px}.CaseConverterTool-module__K5tmzq__textareaWrap,.CaseConverterTool-module__K5tmzq__textarea{min-height:160px}}.CaseConverterTool-module__K5tmzq__toolbar{border-top:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:12px;padding-top:16px;display:flex}.CaseConverterTool-module__K5tmzq__toolbarBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.CaseConverterTool-module__K5tmzq__toolbarBtn:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.CaseConverterTool-module__K5tmzq__toolbarBtn svg{width:16px;height:16px}.CaseConverterTool-module__K5tmzq__toolbarBtn.CaseConverterTool-module__K5tmzq__copied{color:var(--color-accent)}.CaseConverterTool-module__K5tmzq__statsBar{background:var(--color-surface-2);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:8px;align-items:center;gap:12px;padding:10px 20px;font-size:13px;display:flex}.CaseConverterTool-module__K5tmzq__statDivider{color:var(--color-border);font-weight:700}.CaseConverterTool-module__K5tmzq__outputGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:1024px){.CaseConverterTool-module__K5tmzq__outputGrid{grid-template-columns:1fr}}.CaseConverterTool-module__K5tmzq__outputCard{border:1px solid var(--color-border);background:#fff;border-radius:16px;flex-direction:column;gap:16px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #00000008}.CaseConverterTool-module__K5tmzq__outputCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.CaseConverterTool-module__K5tmzq__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.CaseConverterTool-module__K5tmzq__headerTitleGroup{flex-direction:column;gap:4px;display:flex}.CaseConverterTool-module__K5tmzq__caseName{color:var(--color-text-primary);font-size:16px;font-weight:700}.CaseConverterTool-module__K5tmzq__caseBadge{text-transform:uppercase;color:var(--color-accent);background:#c3db6b26;border-radius:4px;width:fit-content;padding:2px 8px;font-size:10px;font-weight:700}.CaseConverterTool-module__K5tmzq__copyCaseBtn{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.CaseConverterTool-module__K5tmzq__copyCaseBtn:hover{color:var(--color-accent);background:#c3db6b26}.CaseConverterTool-module__K5tmzq__copySuccess{color:#15803d;background:#dcfce7;border-color:#bbf7d0}.CaseConverterTool-module__K5tmzq__caseDesc{color:var(--color-text-muted);font-size:13px;line-height:1.5}.CaseConverterTool-module__K5tmzq__outputArea{border:1px solid var(--color-border);font-family:var(--font-dm-mono),monospace;color:var(--color-text-primary);white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:8px;min-height:60px;padding:12px 16px;font-size:14px;line-height:1.6}.CaseConverterTool-module__K5tmzq__placeholder{color:var(--color-text-muted);font-style:italic}.CaseConverterTool-module__K5tmzq__cardFooter{color:var(--color-text-muted);text-align:right;font-size:12px}.CaseConverterTool-module__K5tmzq__exportWrapper{position:relative}.CaseConverterTool-module__K5tmzq__exportMenu{border:1px solid var(--color-border);z-index:50;background:#fff;border-radius:8px;min-width:160px;margin-top:8px;padding:4px;position:absolute;top:100%;left:0;box-shadow:0 10px 15px -3px #0000001a}.CaseConverterTool-module__K5tmzq__exportItem{text-align:left;width:100%;color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px 12px;font-size:13px}.CaseConverterTool-module__K5tmzq__exportItem:hover{background:var(--color-surface-hover)}.CaseConverterTool-module__K5tmzq__dialogOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CaseConverterTool-module__K5tmzq__dialogCard{background:#fff;border-radius:20px;width:90%;max-width:440px;padding:32px;box-shadow:0 20px 25px -5px #0000001a}.CaseConverterTool-module__K5tmzq__dialogTitle{margin-bottom:24px;font-size:18px;font-weight:600}.CaseConverterTool-module__K5tmzq__dialogActions{justify-content:flex-end;gap:12px;display:flex}.CaseConverterTool-module__K5tmzq__faqList{max-width:800px;margin:0 auto}.CaseConverterTool-module__K5tmzq__faqItem{border:1px solid var(--color-border);background:#fff;border-radius:16px;margin-bottom:12px;overflow:hidden}.CaseConverterTool-module__K5tmzq__faqQ{width:100%;color:var(--color-text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px;font-size:18px;font-weight:600;display:flex}.CaseConverterTool-module__K5tmzq__faqChevron{color:var(--color-text-muted);font-size:24px;transition:transform .28s,color .28s}.CaseConverterTool-module__K5tmzq__faqOpen .CaseConverterTool-module__K5tmzq__faqChevron{color:var(--color-accent);transform:rotate(45deg)}.CaseConverterTool-module__K5tmzq__faqA{opacity:0;background:#fff;max-height:0;padding:0 24px;transition:all .28s;overflow:hidden}.CaseConverterTool-module__K5tmzq__faqOpen .CaseConverterTool-module__K5tmzq__faqA{opacity:1;max-height:600px;padding:0 24px 24px}
.page-module__Dc9Ieq__heroCompact{background:linear-gradient(135deg,var(--color-surface)0%,#fff 100%);border-bottom:1px solid var(--color-border);padding:48px 0 36px}.page-module__Dc9Ieq__breadcrumb{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;display:flex}.page-module__Dc9Ieq__breadcrumb a{color:inherit;text-decoration:none;transition:color .15s}.page-module__Dc9Ieq__breadcrumb a:hover{color:var(--color-accent-hover)}.page-module__Dc9Ieq__heroTitleCompact{color:var(--color-text-primary);margin-bottom:8px;font-family:DM Serif Display,serif;font-size:32px;font-weight:400;line-height:1.2}.page-module__Dc9Ieq__heroSub{color:var(--color-text-muted);margin:0;font-size:15px}.page-module__Dc9Ieq__toolSectionTop{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:40px 0 60px}.page-module__Dc9Ieq__contentSection{background:var(--color-surface);border-top:1px solid var(--color-border);padding:80px 0}.page-module__Dc9Ieq__contentBody{max-width:none}.page-module__Dc9Ieq__contentBody p{color:var(--color-text-secondary);margin-bottom:20px;font-size:16px;line-height:1.7}.page-module__Dc9Ieq__contentBody a{color:var(--color-accent-hover);font-weight:500;text-decoration:none}.page-module__Dc9Ieq__contentBody a:hover{text-decoration:underline}.page-module__Dc9Ieq__sectionTitle{color:var(--color-text-primary);margin-bottom:40px;font-family:DM Serif Display,serif;font-size:32px}.page-module__Dc9Ieq__howToSection{border-bottom:1px solid var(--color-border);padding:80px 0}.page-module__Dc9Ieq__howToList{grid-template-columns:repeat(3,1fr);gap:40px;padding:0;list-style:none;display:grid}.page-module__Dc9Ieq__howToItem{gap:20px;display:flex}.page-module__Dc9Ieq__stepNum{background:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.page-module__Dc9Ieq__howToItem strong{margin-bottom:8px;font-size:18px;display:block}.page-module__Dc9Ieq__howToItem p{color:var(--color-text-muted);font-size:15px;line-height:1.6}@media (max-width:768px){.page-module__Dc9Ieq__howToList{grid-template-columns:1fr}}.page-module__Dc9Ieq__whySection{background:var(--color-surface);padding:100px 0}.page-module__Dc9Ieq__whyGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.page-module__Dc9Ieq__whyCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:40px;transition:transform .2s;box-shadow:0 4px 20px #00000008}.page-module__Dc9Ieq__whyCard:hover{transform:translateY(-4px)}.page-module__Dc9Ieq__whyIcon{margin-bottom:24px;font-size:32px}.page-module__Dc9Ieq__whyCard h3{margin-bottom:16px;font-size:20px}.page-module__Dc9Ieq__whyCard p{color:var(--color-text-muted);font-size:15px;line-height:1.6}@media (max-width:1024px){.page-module__Dc9Ieq__whyGrid{grid-template-columns:1fr}}.page-module__Dc9Ieq__relatedSection{background:#fff;padding:72px 0}.page-module__Dc9Ieq__relatedGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.page-module__Dc9Ieq__relatedCard{border:1px solid var(--color-border);background:#fff;border-radius:16px;align-items:flex-start;gap:16px;padding:24px;text-decoration:none;transition:all .2s;display:flex}.page-module__Dc9Ieq__relatedCard:hover{border-color:var(--color-accent);background:#c3db6b26;transform:translateY(-2px);box-shadow:0 4px 12px #0000000a}.page-module__Dc9Ieq__relatedEmoji{flex-shrink:0;margin-top:2px;font-size:1.5rem}.page-module__Dc9Ieq__relatedCard strong{color:var(--color-text-primary);margin-bottom:6px;font-size:.9rem;font-weight:700;display:block}.page-module__Dc9Ieq__relatedCard p{color:var(--color-text-secondary);margin:0;font-size:.8rem;line-height:1.5}.page-module__Dc9Ieq__faqSection{background:var(--color-surface);padding:100px 0}@media (max-width:900px){.page-module__Dc9Ieq__relatedGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__Dc9Ieq__heroCompact{padding:24px 0 16px}.page-module__Dc9Ieq__heroTitleCompact{font-size:24px}}
