:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navigation{background:linear-gradient(to bottom,#fff,#fafbfc);border-bottom:1px solid #e0e0e0;padding:0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-logo{font-size:2rem;font-weight:800;color:#0078d4;text-decoration:none;letter-spacing:1px;transition:all .2s ease}.nav-logo:hover{color:#005fa3;transform:translateY(-1px)}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:1rem}.nav-link{color:#666;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease}.nav-link:hover{color:#0078d4;background:#f8f9fa}.nav-link.active{color:#0078d4;background:#e3f2fd}@media (max-width: 768px){.nav-container{padding:1rem}.nav-links{gap:1rem}.nav-link{padding:.5rem;font-size:.9rem}}.input-container{display:flex;gap:16px;width:100%;position:relative}.toast{position:absolute;top:-40px;left:50%;transform:translate(-50%);background:#28a745;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;box-shadow:0 2px 8px #00000026;z-index:1000;animation:slideInFade .3s ease-out}@keyframes slideInFade{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.textarea-wrapper{flex:1;display:block;position:relative;min-height:0}.textarea-header{display:flex;justify-content:space-between;align-items:center;gap:4px;margin-bottom:4px;position:relative;z-index:1}.line-count{font-size:14px;color:#6c757d;font-weight:500}.button-group{display:flex;gap:4px}.copy-button{background:#f8f9fa;border:1px solid #ddd;border-radius:4px;padding:6px 8px;cursor:pointer;font-size:14px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;color:#6c757d;width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='%236c757d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px 16px}.copy-button:hover{background-color:#e9ecef;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='%23495057' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/svg%3E")}.copy-button:active{background-color:#dee2e6}.clear-button{background:#f8f9fa;border:1px solid #ddd;border-radius:4px;padding:6px 8px;cursor:pointer;font-size:14px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;color:#6c757d;width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='%236c757d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px 16px}.clear-button:hover{background-color:#f5c6cb;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='%23721c24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");border-color:#f1aeb5}.clear-button:active{background-color:#f1aeb5}.diff-textarea{min-height:300px;height:300px;font-family:monospace;font-size:16px;background:#fff;color:#222;border:1px solid #ddd;border-radius:4px;outline:none;resize:vertical;padding:8px;line-height:1.5;width:100%;box-sizing:border-box;overflow-y:auto;display:block;position:relative;flex:none}.diff-textarea::-webkit-scrollbar{width:12px}.diff-textarea::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}.diff-textarea::-webkit-scrollbar-thumb{background:#888;border-radius:6px;border:2px solid #f1f1f1}.diff-textarea::-webkit-scrollbar-thumb:hover{background:#555}.diff-textarea::-webkit-scrollbar-thumb:active{background:#333}.diff-textarea{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.diff-viewer-sidebyside{margin-top:24px;background:#f6f8fa;border:1px solid #eee;border-radius:4px;font-family:monospace;font-size:16px;overflow-x:auto}.diff-viewer-header{display:flex;font-weight:700;background:#f0f0f0;border-bottom:1px solid #eee}.diff-viewer-header-cell{flex:1;padding:4px 8px;border-right:1px solid #eee}.diff-viewer-header-cell:last-child{border-right:none}.diff-viewer-row{display:flex}.diff-viewer-cell{flex:1;display:flex;align-items:flex-start;min-height:1.5em;padding:0 8px;border-right:1px solid #eee;background:#fff;white-space:pre-wrap}.diff-viewer-cell:last-child{border-right:none}.diff-viewer-linenum{display:inline-block;width:2.5em;text-align:right;color:#bbb;-webkit-user-select:none;user-select:none;margin-right:8px}.diff-linenum-added{color:#22863a;font-weight:700}.diff-linenum-removed{color:#b31d28;font-weight:700}.diff-line-added{background:#e6ffed}.diff-line-removed{background:#ffeef0}.diff-line-modified{background:#fff5b1}.diff-viewer-content{flex:1;min-width:0;word-break:break-word}.char-diff-added{background:#acf2bd}.char-diff-removed{background:#fdb8c0}.home-container{margin:0 auto;padding:1rem 1rem 5rem;font-family:sans-serif;width:90%}.tool-header{text-align:center;margin-bottom:2rem;padding:2rem 1rem;background:linear-gradient(135deg,#f8f9fa,#fff,#f8f9fa);border-radius:12px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000a}.tool-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0 0 .5rem;text-shadow:0 1px 2px rgba(0,0,0,.05)}.tool-subtitle{font-size:1rem;font-weight:400;color:#6c757d;margin:0;line-height:1.5}.tool-main{width:100%}.button-row{display:flex;justify-content:flex-start;margin:1.5rem 0}.compare-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #667eea4d}.compare-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.compare-button:active{transform:translateY(0);box-shadow:0 2px 6px #667eea4d}.error-message{color:#d73a49;background:#ffeef0;border:1px solid #fdbfcc;border-radius:4px;padding:.75rem 1rem;margin:1rem 0;text-align:center;font-weight:500}.identical-message{color:#28a745;background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;padding:.75rem 1rem;margin:1rem 0;text-align:center;font-weight:500;font-size:1rem}@media (max-width: 768px){.home-container{padding:1rem 1rem 4rem}.tool-header{padding:1rem;margin-bottom:1rem;border-radius:6px}.tool-title{font-size:1.3rem}.tool-subtitle{font-size:.85rem;line-height:1.3}.compare-button{padding:10px 24px;font-size:14px}}.about-container{max-width:800px;margin:0 auto;padding:2rem;font-family:sans-serif;line-height:1.6}.about-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.about-header h1{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:1rem;letter-spacing:1px}.about-subtitle{font-size:1.2rem;color:#666;margin:0;font-style:italic}.about-content{color:#444}.about-section{margin-bottom:3rem}.about-section h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #0078d4}.about-section h3{color:#0078d4;font-size:1.3rem;margin-top:2rem;margin-bottom:1rem}.about-section p{margin-bottom:1.2rem;text-align:justify}.about-section ul,.about-section ol{margin-bottom:1.5rem;padding-left:2rem}.about-section li{margin-bottom:.8rem}.about-section strong{color:#333;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.feature{background:#fff;padding:1.5rem;border-radius:6px;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.feature h3{color:#0078d4;margin-bottom:.75rem;margin-top:0;font-size:1.1rem}.feature p{margin-bottom:0;font-size:.95rem;color:#666}@media (max-width: 768px){.about-container{padding:1rem}.about-header h1{font-size:2rem}.about-section h2{font-size:1.5rem}.about-section h3{font-size:1.2rem}.about-section ul,.about-section ol{padding-left:1.5rem}}.policy-container{max-width:800px;margin:0 auto;padding:2rem;font-family:sans-serif;line-height:1.6;color:#333}.policy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.policy-header h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.last-updated{font-size:1rem;color:#666;font-style:italic;margin:0}.policy-content{color:#444}.policy-section{margin-bottom:2.5rem}.policy-section h2{color:#333;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #0078d4}.policy-section p{margin-bottom:1rem;line-height:1.7}.policy-section ul{margin-bottom:1rem;padding-left:2rem}.policy-section li{margin-bottom:.5rem;line-height:1.6}.policy-section strong{color:#333;font-weight:600}@media (max-width: 768px){.policy-container{padding:1rem}.policy-header h1{font-size:2rem}.policy-section h2{font-size:1.3rem}}html{background:#fff}body{margin:0;padding:0;background:#fff;color:#222;min-height:100vh}#root{min-height:100vh;width:100%;background:#fff;color:#222}.title-row{display:flex;align-items:baseline;gap:1em;margin-bottom:1.5em}.diffly-title{font-size:2.8rem;font-weight:800;letter-spacing:2px}.subtitle{font-size:1.2rem;font-weight:400;color:#666;letter-spacing:1px;margin:0}.app-container{min-height:100vh;width:100%;max-width:none;margin:0;padding:24px;font-family:sans-serif;box-sizing:border-box;display:flex;flex-direction:column}footer{position:fixed;left:0;bottom:0;width:100%;background:#fff;color:#888;font-size:.9rem;box-shadow:0 -2px 8px #0000000a;display:flex;justify-content:flex-end;align-items:center;min-height:2.5rem}.version{margin-right:2rem}.button-row{margin:16px 0}.button-row button{background:#0078d4;color:#fff;border:none;border-radius:4px;padding:8px 24px;font-size:16px;cursor:pointer;transition:background .2s}.button-row button:hover,.button-row button:focus{background:#005fa3}.error-message{color:#b00020;margin-bottom:12px}.content-section{margin-top:3rem;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #0078d4}.content-section h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.content-section h3{color:#555;margin-bottom:.5rem;font-size:1.2rem}.content-section p{line-height:1.6;margin-bottom:1rem;color:#666}.content-section ol,.content-section ul{margin-bottom:1rem;padding-left:1.5rem}.content-section li{margin-bottom:.5rem;line-height:1.5;color:#666}.use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.use-case{background:#fff;padding:1.5rem;border-radius:6px;border:1px solid #e0e0e0}.use-case h3{color:#0078d4;margin-bottom:.75rem}.use-case p{margin-bottom:0;font-size:.95rem}footer{margin-top:auto;padding:.3rem 0;text-align:center;border-top:1px solid #e0e0e0;color:#666;font-size:.85rem}.version{font-family:monospace}
