.html-to-pdf-page-container{max-width:1000px;margin:0 auto;padding:2rem;min-height:calc(100vh - 135px);font-family:Inter,sans-serif}@media(max-width:768px){.html-to-pdf-page-container{padding:1rem}}.html-to-pdf-page-container .page-header{text-align:center;margin-bottom:2.5rem}.html-to-pdf-page-container .page-header .page-title{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#1a1a1a,#666666);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-bottom:.75rem}html.dark .html-to-pdf-page-container .page-header .page-title{background:linear-gradient(135deg,#f8f8f2,#BD93F9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width:640px){.html-to-pdf-page-container .page-header .page-title{font-size:1.75rem}}.html-to-pdf-page-container .page-header .page-subtitle{font-size:1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}html.dark .html-to-pdf-page-container .page-header .page-subtitle{color:#bd93f9}.html-to-pdf-page-container .tool-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.2);border:1px solid #d1d5db;transition:transform .2s,box-shadow .2s}html.dark .html-to-pdf-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:none}.html-to-pdf-page-container .tool-section .input-mode-switcher{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:8px;width:fit-content;margin-left:auto;margin-right:auto;border:1px solid #d1d5db}html.dark .html-to-pdf-page-container .tool-section .input-mode-switcher{background:rgb(33.4893617021,35.1638297872,45.2106382979);border-color:#44475a}.html-to-pdf-page-container .tool-section .input-mode-switcher .input-mode-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:rgba(0,0,0,0);color:#666}html.dark .html-to-pdf-page-container .tool-section .input-mode-switcher .input-mode-button{color:#bd93f9}.html-to-pdf-page-container .tool-section .input-mode-switcher .input-mode-button:hover{color:#1a1a1a;background:rgba(26,26,26,.05)}html.dark .html-to-pdf-page-container .tool-section .input-mode-switcher .input-mode-button:hover{color:#f8f8f2;background:rgba(248,248,242,.1)}.html-to-pdf-page-container .tool-section .input-mode-switcher .input-mode-button.active{background:#1a1a1a;color:#fff;box-shadow:0 2px 4px rgba(26,26,26,.2)}html.dark .html-to-pdf-page-container .tool-section .input-mode-switcher .input-mode-button.active{background:#f8f8f2;color:#282a36}.html-to-pdf-page-container .tool-section .input-area{margin-bottom:2rem;position:relative}.html-to-pdf-page-container .tool-section .input-area .file-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;border:2px dashed #d1d5db;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}html.dark .html-to-pdf-page-container .tool-section .input-area .file-upload-area{background:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a}.html-to-pdf-page-container .tool-section .input-area .file-upload-area:hover{border-color:#1a1a1a;background:#fff}html.dark .html-to-pdf-page-container .tool-section .input-area .file-upload-area:hover{border-color:#f8f8f2;background:rgb(37.829787234,39.7212765957,51.070212766)}.html-to-pdf-page-container .tool-section .input-area .file-upload-area:hover .upload-icon{transform:scale(1.1);color:#1a1a1a}html.dark .html-to-pdf-page-container .tool-section .input-area .file-upload-area:hover .upload-icon{color:#f8f8f2}.html-to-pdf-page-container .tool-section .input-area .file-upload-area .upload-icon{margin-bottom:1rem;color:#666;transition:transform .3s ease,color .3s ease}html.dark .html-to-pdf-page-container .tool-section .input-area .file-upload-area .upload-icon{color:#bd93f9}.html-to-pdf-page-container .tool-section .input-area .file-upload-area .upload-text{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}html.dark .html-to-pdf-page-container .tool-section .input-area .file-upload-area .upload-text{color:#f8f8f2}.html-to-pdf-page-container .tool-section .input-area .file-upload-area .upload-subtext{font-size:.9rem;color:#666}html.dark .html-to-pdf-page-container .tool-section .input-area .file-upload-area .upload-subtext{color:#bd93f9}.html-to-pdf-page-container .tool-section .input-area .file-upload-area.loading{opacity:.7;cursor:not-allowed}.html-to-pdf-page-container .tool-section .input-area .text-input{width:100%;min-height:300px;padding:1rem;border:1px solid #d1d5db;border-radius:8px;font-family:Fira Code,monospace;font-size:.9rem;resize:vertical;outline:none;background:#fff;color:#1a1a1a;transition:border-color .2s,box-shadow .2s}html.dark .html-to-pdf-page-container .tool-section .input-area .text-input{background:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a;color:#f8f8f2}.html-to-pdf-page-container .tool-section .input-area .text-input:focus{border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(26,26,26,.1)}html.dark .html-to-pdf-page-container .tool-section .input-area .text-input:focus{border-color:#f8f8f2;box-shadow:0 0 0 3px rgba(248,248,242,.1)}.html-to-pdf-page-container .tool-section .input-area .file-selected-container{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border:1px solid #d1d5db;border-radius:8px}html.dark .html-to-pdf-page-container .tool-section .input-area .file-selected-container{background:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a}.html-to-pdf-page-container .tool-section .input-area .file-selected-container .file-info{display:flex;align-items:center;gap:1rem}.html-to-pdf-page-container .tool-section .input-area .file-selected-container .file-icon{padding:.75rem;background:rgba(26,26,26,.1);border-radius:4px;color:#1a1a1a}html.dark .html-to-pdf-page-container .tool-section .input-area .file-selected-container .file-icon{background:rgba(248,248,242,.1);color:#f8f8f2}.html-to-pdf-page-container .tool-section .input-area .file-selected-container .file-details .file-name{font-weight:600;color:#1a1a1a;margin-bottom:.2rem}html.dark .html-to-pdf-page-container .tool-section .input-area .file-selected-container .file-details .file-name{color:#f8f8f2}.html-to-pdf-page-container .tool-section .input-area .file-selected-container .file-details .file-status{font-size:.85rem;color:#22c55e}.html-to-pdf-page-container .tool-section .input-area .file-selected-container .clear-button{background:rgba(0,0,0,0);border:none;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s}.html-to-pdf-page-container .tool-section .input-area .file-selected-container .clear-button:hover{background:rgba(220,38,38,.1);color:#dc2626}.html-to-pdf-page-container .tool-section .input-area .clear-textarea-btn{position:absolute;top:10px;right:10px;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:4px;font-size:0;cursor:pointer;color:#666;opacity:.6;transition:opacity .2s,color .2s}html.dark .html-to-pdf-page-container .tool-section .input-area .clear-textarea-btn{background:#282a36;border-color:#44475a;color:#bd93f9}.html-to-pdf-page-container .tool-section .input-area .clear-textarea-btn:hover{opacity:1;color:#dc2626}.html-to-pdf-page-container .tool-section .error-message{color:#dc2626;background:rgba(220,38,38,.1);padding:.75rem;border-radius:8px;text-align:center;margin-bottom:1.5rem;font-size:.9rem;border:1px solid rgba(220,38,38,.2)}.html-to-pdf-page-container .tool-section .action-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.html-to-pdf-page-container .tool-section .action-buttons .action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.html-to-pdf-page-container .tool-section .action-buttons .action-button.primary{background:#1a1a1a;color:#fff;box-shadow:0 4px 6px rgba(26,26,26,.2)}.html-to-pdf-page-container .tool-section .action-buttons .action-button.primary:hover:not(:disabled){background:rgb(13.25,13.25,13.25);transform:translateY(-1px);box-shadow:0 6px 8px rgba(26,26,26,.25)}.html-to-pdf-page-container .tool-section .action-buttons .action-button.primary:disabled{background:#e0e0e0;cursor:not-allowed;box-shadow:none}html.dark .html-to-pdf-page-container .tool-section .action-buttons .action-button.primary{background:#f8f8f2;color:#282a36;box-shadow:0 4px 6px rgba(0,0,0,.3)}html.dark .html-to-pdf-page-container .tool-section .action-buttons .action-button.primary:hover:not(:disabled){background:#fff}html.dark .html-to-pdf-page-container .tool-section .action-buttons .action-button.primary:disabled{background:#44475a;color:#bd93f9}.html-to-pdf-page-container .tool-section .action-buttons .action-button.secondary{background:rgba(0,0,0,0);border:1px solid #d1d5db;color:#666}html.dark .html-to-pdf-page-container .tool-section .action-buttons .action-button.secondary{border-color:#44475a;color:#bd93f9}.html-to-pdf-page-container .tool-section .action-buttons .action-button.secondary:hover{border-color:#dc2626;color:#dc2626;background:rgba(220,38,38,.05)}.html-to-pdf-page-container .tool-section .preview-wrapper.hidden{position:absolute;left:-9999px;top:-9999px;width:800px;opacity:0;pointer-events:none;height:1000px;overflow:hidden}.html-to-pdf-page-container .tool-section .preview-wrapper.visible{margin-top:2rem;padding-top:2rem;border-top:1px solid #d1d5db;position:relative;opacity:1}html.dark .html-to-pdf-page-container .tool-section .preview-wrapper.visible{border-color:#44475a}.html-to-pdf-page-container .tool-section .preview-wrapper .preview-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#1a1a1a}html.dark .html-to-pdf-page-container .tool-section .preview-wrapper .preview-header{color:#f8f8f2}.html-to-pdf-page-container .tool-section .preview-wrapper .preview-header h2{font-size:1.25rem;font-weight:700;margin:0}.html-to-pdf-page-container .tool-section .preview-wrapper .preview-container{border:1px solid #d1d5db;border-radius:8px;overflow:hidden;background:#fff;height:600px;box-shadow:0 1px 3px rgba(0,0,0,.1)}html.dark .html-to-pdf-page-container .tool-section .preview-wrapper .preview-container{border-color:#44475a}.html-to-pdf-page-container .tool-section .preview-wrapper .preview-container .preview-iframe{width:100%;height:100%;border:none}.html-to-pdf-page-container .tool-section .preview-wrapper .preview-note{text-align:center;margin-top:1rem;font-size:.85rem;color:#666}html.dark .html-to-pdf-page-container .tool-section .preview-wrapper .preview-note{color:#bd93f9}.html-to-pdf-page-container .tool-section .ad-placeholder{margin-top:2rem;padding:1rem;background:#fff;border:1px dashed #d1d5db;border-radius:8px;text-align:center;color:#666;font-size:.85rem}html.dark .html-to-pdf-page-container .tool-section .ad-placeholder{background:rgb(37.829787234,39.7212765957,51.070212766);border-color:#44475a;color:#bd93f9}