.lorem-container{background-color:black;color:white;min-height:100vh}.lorem-hero-section{padding:6rem 2rem 4rem;text-align:center;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center}.lorem-hero-container{display:flex;flex-direction:column;align-items:center}.lorem-hero-tag{display:flex;align-items:center;gap:.5rem;background-color:#111;border-radius:999px;padding:.25rem 1rem;margin-bottom:1.5rem}.lorem-year{background-color:#39ff14;color:black;font-size:16px;font-weight:400;padding:.25rem .5rem;border-radius:999px}.lorem-tag-text{color:#fff;font-size:16px}.lorem-hero-heading{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:#fff;text-align:center;font-weight:400}.lorem-hero-heading span{background:linear-gradient(90deg,#ccc,#999);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lorem-hero-subtext{font-size:1.2rem;color:#ccc;margin-bottom:2rem;text-align:center;max-width:800px}.lorem-tool-section{padding:0 2rem 4rem;max-width:1200px;margin:0 auto}.lorem-tool-wrapper{background-color:#0a0a0a;border-radius:24px;padding:2.5rem;box-shadow:0 20px 40px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:320px 1fr;gap:2.5rem;align-items:stretch}.lorem-controls{background-color:#111;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.05);height:100%;display:flex;flex-direction:column;gap:1.5rem}.lorem-control-group{display:flex;flex-direction:column;gap:.75rem}.lorem-control-group label{color:#888;font-size:.9rem;font-weight:500;letter-spacing:.02em}.lorem-input,.lorem-select{width:100%;padding:1rem;background-color:#000;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:1rem;outline:none;transition:all .2s ease}.lorem-input:focus,.lorem-select:focus{border-color:#39ff14;box-shadow:0 0 0 1px rgba(57,255,20,.1)}.lorem-select option{background-color:#000}.lorem-checkbox-wrapper{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem 0;user-select:none}.lorem-checkbox{width:20px;height:20px;accent-color:#39ff14;cursor:pointer}.lorem-btn{width:100%;padding:1rem 1.5rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;font-size:1rem;margin-top:auto;text-transform:uppercase;letter-spacing:.05em}.lorem-btn-primary{background-color:#39ff14;color:#000;box-shadow:0 4px 15px rgba(57,255,20,.2)}.lorem-btn-primary:hover{background-color:#32e612;transform:translateY(-2px);box-shadow:0 6px 20px rgba(57,255,20,.3)}.lorem-btn-primary:active{transform:translateY(0)}.lorem-output-container{position:relative;height:100%;min-height:500px}.lorem-textarea{width:100%;height:100%;min-height:500px;background-color:#000;color:#e5e5e5;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem 5rem 2rem 2rem;font-size:1.1rem;line-height:1.8;resize:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;transition:border-color .2s ease}.lorem-textarea::-webkit-scrollbar{width:10px}.lorem-textarea::-webkit-scrollbar-track{background:#0a0a0a;border-top-right-radius:16px;border-bottom-right-radius:16px}.lorem-textarea::-webkit-scrollbar-thumb{background:#333;border-radius:5px;border:2px solid #0a0a0a}.lorem-textarea::-webkit-scrollbar-thumb:hover{background:#555}.lorem-textarea:focus{outline:none;border-color:rgba(57,255,20,.5);box-shadow:0 0 0 4px rgba(57,255,20,.05)}.lorem-copy-btn{position:absolute;top:1.5rem;right:1.5rem;background-color:rgba(57,255,20,.1);color:#39ff14;border:1px solid rgba(57,255,20,.2);padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(4px);z-index:10}.lorem-copy-btn:hover{transform:translateY(-1px)}.lorem-copy-btn.copied,.lorem-copy-btn:hover{background-color:#39ff14;color:#000}.lorem-info-section{padding:4rem 2rem;max-width:900px;margin:0 auto;color:#ccc;line-height:1.8}.lorem-info-section h2{color:#fff;font-size:2rem;margin-bottom:1.5rem;margin-top:3rem;font-weight:400}.lorem-info-section h2:first-child{margin-top:0}.lorem-info-section p{margin-bottom:1.5rem;font-size:1.1rem;color:#a0a0a0}.lorem-info-section ul{list-style:none;padding-left:0;margin-bottom:1.5rem}.lorem-info-section li{position:relative;padding-left:2rem;margin-bottom:1rem;color:#a0a0a0}.lorem-info-section li:before{content:"→";color:#39ff14;position:absolute;left:0;font-size:1.2rem;line-height:1;top:2px}@media (max-width:900px){.lorem-tool-wrapper{grid-template-columns:1fr;gap:1.5rem}.lorem-textarea{min-height:400px}.lorem-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;align-items:end}.lorem-control-group{width:100%}.lorem-btn{width:100%;margin-top:0;height:54px}}@media (max-width:600px){.lorem-hero-heading{font-size:2.5rem}.lorem-controls{grid-template-columns:1fr;gap:1.5rem}.lorem-btn{margin-top:.5rem}}