@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.upload-area{border:1px solid #333;border-radius:8px;padding:40px 20px;cursor:pointer;transition:all .15s ease;background:#111}.upload-area:hover{border-color:#444;background:#161616}.upload-area.dragging{border-color:#fcfcfc;background:#1a1a1a}.upload-area.has-file{border-color:#333;padding:16px 20px}.upload-area input{display:none}.upload-content{display:flex;flex-direction:column;align-items:center;gap:12px;color:#a1a1a1;font-size:14px}.upload-area.has-file .upload-content{flex-direction:row;justify-content:center}.icon{width:24px;height:24px;color:#888}.upload-area.has-file .icon{color:#fcfcfc}.spinner{width:20px;height:20px;border:2px solid #333;border-top-color:#fcfcfc;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.preview-section{margin-top:0}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.preview-label{font-size:16px;font-weight:500;color:#fcfcfc}.preview-pages{font-size:14px;color:#666}.preview-pages-container{display:flex;flex-direction:column;gap:16px}.preview-page{border-radius:12px;overflow:hidden;border:1px solid #222;background:#0a0a0a}.preview-page img{width:100%;height:auto;display:block;max-width:100%}.links-wrapper{width:100%}.results{margin-top:0;width:100%;padding-bottom:40px}@media (min-width: 768px){.results{position:sticky;top:32px;max-height:calc(100vh - 64px);overflow-y:auto}}.results-header{margin-bottom:16px;text-align:center}@media (min-width: 768px){.results-header{text-align:left}}.results-count{font-size:15px;color:#22c55e;font-weight:500}.links{list-style:none;display:flex;flex-direction:column;gap:1px;background:#222;border-radius:8px;overflow:hidden}.links li a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#111;color:#ededed;text-decoration:none;font-size:14px;transition:background .15s ease}.links li a:hover{background:#1a1a1a}.link-number{flex-shrink:0;color:#090909;font-weight:600;font-size:12px;padding:4px 8px;border-radius:6px}.link-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arrow{width:16px;height:16px;color:#666;flex-shrink:0;transition:color .15s ease}.links li a:hover .arrow{color:#fcfcfc}.footer{margin-top:0;padding-top:24px;padding-bottom:16px;font-size:14px;color:#666;text-align:center;width:100%}.footer a{position:relative;color:#fcfcfc;font-weight:600;text-decoration:none}.footer a:before{content:"";position:absolute;width:100%;height:2px;left:0;bottom:-4px;background-color:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-out}.footer a:hover:before{transform:scaleX(1)}.main{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:48px 16px 32px;box-sizing:border-box}.container{width:100%;max-width:520px;padding:0}.header{text-align:center;margin-bottom:24px}.title{font-size:44px;font-weight:600;color:#fcfcfc;margin-bottom:10px;letter-spacing:-.03em}@media (min-width: 768px){.title{font-size:56px}}.subtitle{font-size:17px;color:#a1a1a1}.error{margin-top:16px;font-size:13px;color:#ff6369;text-align:center}.divider{width:100%;max-width:520px;height:1px;background:#222;margin:40px 0}@media (min-width: 768px){.divider{max-width:1200px}}.divider-footer{width:100%;height:1px;background:#222;margin-top:auto;margin-bottom:8px}.content-grid{width:100%;max-width:520px;display:flex;flex-direction:column;gap:32px;margin-top:32px;padding:0 0 40px}@media (min-width: 768px){.content-grid{max-width:1200px;display:grid;grid-template-columns:1fr 380px;gap:40px;padding:0 24px 40px}}@media (min-width: 1024px){.content-grid{grid-template-columns:1fr 420px;gap:48px;padding:0 32px 40px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#090909;color:#ededed;line-height:1.5;min-height:100dvh;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#090909}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}*{scrollbar-width:thin;scrollbar-color:#333 #090909}*::selection{background:var(--primary);color:var(--primary-foreground)}
