:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1a1a2e;background-color:#f5f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}.menu-bar{display:flex;align-items:center;gap:.25rem;padding:0 1rem;height:48px;background:#1a1a2e;color:#fff;box-shadow:0 2px 8px #00000026;flex-shrink:0}.menu-bar-brand{font-weight:700;font-size:1rem;letter-spacing:-.02em;margin-right:1.5rem;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}.menu-bar-brand span{opacity:.5;font-weight:400}.menu-bar a{color:#ffffffb3;text-decoration:none;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.menu-bar a:hover{background:#ffffff1a;color:#fff}.menu-bar a.active{background:#ffffff26;color:#fff}.main-content{flex:1;padding:2rem;max-width:960px;width:100%;margin:0 auto}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.home h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1a1a2e}.home p{color:#666;font-size:1.1rem;margin-bottom:2rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;width:100%;max-width:600px}.tool-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e0e0e0;text-decoration:none;color:#1a1a2e;transition:box-shadow .15s,border-color .15s}.tool-card:hover{box-shadow:0 4px 12px #00000014;border-color:silver}.tool-card-icon{font-size:2rem;line-height:1}.tool-card-title{font-weight:600;font-size:.95rem}.tool-card-desc{font-size:.8rem;color:#888;text-align:center}.colour-converter{max-width:640px;margin:0 auto}.colour-converter h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.colour-converter>p{color:#666;margin-bottom:1.5rem;font-size:.95rem}.colour-input-section{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:1.5rem;margin-bottom:1.5rem}.colour-input-row{display:flex;gap:1rem;align-items:flex-end}.colour-input-field{flex:1}.colour-input-field label{display:block;font-size:.8rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.375rem}.colour-input-field input[type=text]{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;outline:none;transition:border-color .15s}.colour-input-field input[type=text]:focus{border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}.colour-input-field input[type=text].input-error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.colour-picker-wrapper{display:flex;flex-direction:column;align-items:center;gap:.375rem}.colour-picker-wrapper label{font-size:.8rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em}.colour-picker-wrapper input[type=color]{width:44px;height:38px;border:1px solid #ddd;border-radius:8px;padding:2px;cursor:pointer;background:#fff}.colour-preview{width:100%;height:80px;border-radius:12px;border:1px solid #e0e0e0;margin-bottom:1.5rem;transition:background-color .15s}.colour-outputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.colour-output-card{background:#fff;border-radius:10px;border:1px solid #e0e0e0;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.colour-output-card .label{font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.04em}.colour-output-card .value{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.9rem;color:#1a1a2e;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.copy-btn{background:none;border:1px solid #ddd;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;color:#666;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.copy-btn:hover{background:#f0f0f0;color:#333}.copy-btn.copied{background:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}.error-message{color:#e74c3c;font-size:.85rem;margin-top:.5rem}.lorem-ipsum{max-width:640px;margin:0 auto}.lorem-ipsum h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.lorem-ipsum>p{color:#666;margin-bottom:1.5rem;font-size:.95rem}.lorem-controls{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.lorem-presets{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.lorem-presets-label{font-size:.8rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em}.lorem-preset-btn{background:#f5f5f7;border:1px solid #e0e0e0;border-radius:6px;padding:.3rem .65rem;font-size:.8rem;color:#444;cursor:pointer;transition:background .15s,border-color .15s}.lorem-preset-btn:hover{background:#eaeaef;border-color:silver}.lorem-options{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.lorem-option-group{display:flex;flex-direction:column;gap:.375rem}.lorem-option-group label{font-size:.8rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em}.lorem-option-group select,.lorem-option-group input[type=number]{padding:.5rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .15s;background:#fff}.lorem-option-group select:focus,.lorem-option-group input[type=number]:focus{border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}.lorem-option-group input[type=number]{width:80px}.lorem-checkbox-group{flex-direction:row;align-items:center}.lorem-checkbox-group label{display:flex;align-items:center;gap:.4rem;text-transform:none;font-weight:500;font-size:.85rem;cursor:pointer;white-space:nowrap}.lorem-checkbox-group input[type=checkbox]{width:16px;height:16px;cursor:pointer}.lorem-generate-btn{padding:.5rem 1.25rem;background:#1a1a2e;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.lorem-generate-btn:hover{background:#2a2a4e}.lorem-output-section{background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden}.lorem-output-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid #e0e0e0;background:#fafafa}.lorem-output-stats{font-size:.8rem;color:#888}.lorem-output{padding:1.25rem;font-size:.9rem;line-height:1.7;color:#333;max-height:500px;overflow-y:auto}.lorem-output p{margin-bottom:1rem}.lorem-output p:last-child{margin-bottom:0}.word-count{max-width:640px;margin:0 auto}.word-count h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.word-count>p{color:#666;margin-bottom:1.5rem;font-size:.95rem}.word-count-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.word-count-stat-card{background:#fff;border-radius:10px;border:1px solid #e0e0e0;padding:1rem;text-align:center}.word-count-stat-card .stat-value{font-size:1.5rem;font-weight:700;color:#1a1a2e;font-family:SF Mono,Fira Code,Cascadia Code,monospace}.word-count-stat-card .stat-label{font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem}.word-count-input-section{background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden}.word-count-textarea{width:100%;border:none;padding:1.25rem;font-size:.9rem;line-height:1.7;color:#333;resize:vertical;outline:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:200px}.word-count-textarea::placeholder{color:#aaa}.uuid-generator{max-width:640px;margin:0 auto}.uuid-generator h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.uuid-generator>p{color:#666;margin-bottom:1.5rem;font-size:.95rem}.uuid-controls{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:1.25rem;margin-bottom:1.5rem}.uuid-options{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.uuid-option-group{display:flex;flex-direction:column;gap:.375rem}.uuid-option-group label{font-size:.8rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em}.uuid-option-group input[type=number]{padding:.5rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .15s;background:#fff;width:80px}.uuid-option-group input[type=number]:focus{border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}.uuid-checkbox-group{flex-direction:row;align-items:center}.uuid-checkbox-group label{display:flex;align-items:center;gap:.4rem;text-transform:none;font-weight:500;font-size:.85rem;cursor:pointer;white-space:nowrap}.uuid-checkbox-group input[type=checkbox]{width:16px;height:16px;cursor:pointer}.uuid-generate-btn{padding:.5rem 1.25rem;background:#1a1a2e;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.uuid-generate-btn:hover{background:#2a2a4e}.uuid-output-section{background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden}.uuid-output-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid #e0e0e0;background:#fafafa}.uuid-output-stats{font-size:.8rem;color:#888}.uuid-output{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;max-height:500px;overflow-y:auto}.uuid-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.uuid-value{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.9rem;color:#1a1a2e;-webkit-user-select:all;user-select:all}
