.secure-note-sharer-page-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 135px)}@media(max-width:768px){.secure-note-sharer-page-container{padding:.75rem}}.secure-note-sharer-page-container .page-header{text-align:center;margin-bottom:1.5rem}.secure-note-sharer-page-container .page-header .page-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.5px;transition:color .3s ease}html.dark .secure-note-sharer-page-container .page-header .page-title{color:#f8f8f2}@media(min-width:640px){.secure-note-sharer-page-container .page-header .page-title{font-size:2.5rem}}@media(min-width:1024px){.secure-note-sharer-page-container .page-header .page-title{font-size:3.5rem}}.secure-note-sharer-page-container .page-header .page-subtitle{font-size:.85rem;color:#666;max-width:600px;margin:0 auto 1rem;transition:color .3s ease}html.dark .secure-note-sharer-page-container .page-header .page-subtitle{color:#bd93f9}@media(min-width:640px){.secure-note-sharer-page-container .page-header .page-subtitle{font-size:1.1rem}}.secure-note-sharer-page-container .tool-section{background:#fff;padding:1.5rem;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;gap:1.5rem}html.dark .secure-note-sharer-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.secure-note-sharer-page-container .tool-section .note-creation-form,.secure-note-sharer-page-container .tool-section .note-viewer-section{width:100%;max-width:700px;display:flex;flex-direction:column;gap:1rem}.secure-note-sharer-page-container .tool-section .input-group{display:flex;flex-direction:column;gap:.5rem}.secure-note-sharer-page-container .tool-section .input-group .input-label{font-size:1rem;font-weight:600;color:#1a1a1a}html.dark .secure-note-sharer-page-container .tool-section .input-group .input-label{color:#f8f8f2}.secure-note-sharer-page-container .tool-section .text-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;background-color:#fff;color:#1a1a1a;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}html.dark .secure-note-sharer-page-container .tool-section .text-input{background-color:rgb(44.3404255319,46.5574468085,59.8595744681);border-color:#44475a;color:#f8f8f2}.secure-note-sharer-page-container .tool-section .text-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(26,26,26,.2)}html.dark .secure-note-sharer-page-container .tool-section .text-input:focus{border-color:#f8f8f2;box-shadow:0 0 0 3px rgba(248,248,242,.2)}.secure-note-sharer-page-container .tool-section .text-input.small-input{width:100px;text-align:center}.secure-note-sharer-page-container .tool-section .text-input.note-content-editable{min-height:150px}.secure-note-sharer-page-container .tool-section .options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:.5rem}.secure-note-sharer-page-container .tool-section .options-grid .option-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#1a1a1a}html.dark .secure-note-sharer-page-container .tool-section .options-grid .option-item{color:#f8f8f2}.secure-note-sharer-page-container .tool-section .options-grid .option-item input[type=checkbox]{min-width:1.25rem;min-height:1.25rem;accent-color:#1a1a1a}html.dark .secure-note-sharer-page-container .tool-section .options-grid .option-item input[type=checkbox]{accent-color:#f8f8f2}.secure-note-sharer-page-container .tool-section .options-grid .option-item .input-label-inline{font-weight:600}.secure-note-sharer-page-container .tool-section .options-grid .option-item .tooltip{position:relative;display:inline-block;cursor:help;font-size:.8rem;color:#666;margin-left:.25rem}.secure-note-sharer-page-container .tool-section .options-grid .option-item .tooltip:hover:before{content:attr(data-tooltip);position:absolute;background-color:rgba(26,26,26,.9);color:#fff;padding:.5rem .75rem;border-radius:4px;white-space:normal;z-index:10;bottom:125%;left:50%;transform:translateX(-50%);min-width:200px;text-align:center;font-size:.8rem;box-shadow:0 4px 15px rgba(0,0,0,.2)}html.dark .secure-note-sharer-page-container .tool-section .options-grid .option-item .tooltip:hover:before{background-color:rgba(40,42,54,.9);color:#f8f8f2;box-shadow:0 8px 30px rgba(0,0,0,.6)}.secure-note-sharer-page-container .tool-section .options-grid .option-item .tooltip:hover:after{content:"";position:absolute;bottom:115%;left:50%;transform:translateX(-50%) rotate(45deg);width:8px;height:8px;background-color:rgba(26,26,26,.9);z-index:10}html.dark .secure-note-sharer-page-container .tool-section .options-grid .option-item .tooltip:hover:after{background-color:rgba(40,42,54,.9)}.secure-note-sharer-page-container .tool-section .action-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem;width:100%}.secure-note-sharer-page-container .tool-section .action-buttons .primary-button,.secure-note-sharer-page-container .tool-section .action-buttons .secondary-button{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:4px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;flex-grow:1;justify-content:center}.secure-note-sharer-page-container .tool-section .action-buttons .primary-button:disabled,.secure-note-sharer-page-container .tool-section .action-buttons .secondary-button:disabled{cursor:not-allowed;opacity:.5}.secure-note-sharer-page-container .tool-section .action-buttons .primary-button.danger-button,.secure-note-sharer-page-container .tool-section .action-buttons .secondary-button.danger-button{background-color:#dc2626;color:#fff;border:1px solid #dc2626}.secure-note-sharer-page-container .tool-section .action-buttons .primary-button.danger-button:hover:not(:disabled),.secure-note-sharer-page-container .tool-section .action-buttons .secondary-button.danger-button:hover:not(:disabled){background-color:rgb(178.25,28.75,28.75);border-color:rgb(178.25,28.75,28.75)}html.dark .secure-note-sharer-page-container .tool-section .action-buttons .primary-button.danger-button,html.dark .secure-note-sharer-page-container .tool-section .action-buttons .secondary-button.danger-button{background-color:#dc2626;color:#fff;border-color:#dc2626}html.dark .secure-note-sharer-page-container .tool-section .action-buttons .primary-button.danger-button:hover:not(:disabled),html.dark .secure-note-sharer-page-container .tool-section .action-buttons .secondary-button.danger-button:hover:not(:disabled){background-color:rgb(178.25,28.75,28.75);border-color:rgb(178.25,28.75,28.75)}@media(min-width:600px){.secure-note-sharer-page-container .tool-section .action-buttons .primary-button,.secure-note-sharer-page-container .tool-section .action-buttons .secondary-button{flex-grow:0}}.secure-note-sharer-page-container .tool-section .action-buttons .primary-button{background-color:#1a1a1a;color:#fff;border:1px solid #1a1a1a}.secure-note-sharer-page-container .tool-section .action-buttons .primary-button:hover:not(:disabled){background-color:#333;border-color:#333}html.dark .secure-note-sharer-page-container .tool-section .action-buttons .primary-button{background-color:#f8f8f2;color:#282a36;border-color:#f8f8f2}html.dark .secure-note-sharer-page-container .tool-section .action-buttons .primary-button:hover:not(:disabled){background-color:#44475a;border-color:#44475a}.secure-note-sharer-page-container .tool-section .action-buttons .secondary-button{background-color:#fff;color:#1a1a1a;border:1px solid #d1d5db}.secure-note-sharer-page-container .tool-section .action-buttons .secondary-button:hover:not(:disabled){background-color:#fff;border-color:#1a1a1a}html.dark .secure-note-sharer-page-container .tool-section .action-buttons .secondary-button{background-color:rgb(33.4893617021,35.1638297872,45.2106382979);color:#f8f8f2;border-color:#44475a}html.dark .secure-note-sharer-page-container .tool-section .action-buttons .secondary-button:hover:not(:disabled){background-color:rgb(29.1489361702,30.6063829787,39.3510638298);border-color:#f8f8f2}.secure-note-sharer-page-container .tool-section .note-creation-success-section{width:100%;max-width:700px;display:flex;flex-direction:column;gap:1rem;text-align:center}.secure-note-sharer-page-container .tool-section .note-creation-success-section .section-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}html.dark .secure-note-sharer-page-container .tool-section .note-creation-success-section .section-title{color:#f8f8f2}.secure-note-sharer-page-container .tool-section .note-creation-success-section .success-message{margin-top:0;margin-bottom:1rem}.secure-note-sharer-page-container .tool-section .share-url-container{margin-top:1rem;padding:1rem;background:#fff;border:1px dashed #d1d5db;border-radius:4px;color:#1a1a1a;font-size:.9rem;text-align:left}html.dark .secure-note-sharer-page-container .tool-section .share-url-container{background:rgb(37.829787234,39.7212765957,51.070212766);border-color:#44475a;color:#f8f8f2}.secure-note-sharer-page-container .tool-section .share-url-container .link-box{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.secure-note-sharer-page-container .tool-section .share-url-container .link-box:last-child{margin-bottom:0}.secure-note-sharer-page-container .tool-section .share-url-container .link-box .input-row-wrapper{display:flex;flex-direction:column;width:100%;gap:.5rem}.secure-note-sharer-page-container .tool-section .share-url-container .link-label{font-weight:600;color:#1a1a1a;white-space:nowrap;min-width:120px;text-align:left}html.dark .secure-note-sharer-page-container .tool-section .share-url-container .link-label{color:#f8f8f2}.secure-note-sharer-page-container .tool-section .share-url-container .url-display-group{display:flex;width:100%;gap:.5rem;align-items:center;justify-content:flex-start}.secure-note-sharer-page-container .tool-section .share-url-container .url-display-group .share-url-input{flex-grow:1;cursor:pointer;text-align:left;font-family:monospace;background-color:#fff}html.dark .secure-note-sharer-page-container .tool-section .share-url-container .url-display-group .share-url-input{background-color:rgb(33.4893617021,35.1638297872,45.2106382979)}.secure-note-sharer-page-container .tool-section .share-url-container .url-display-group .copy-button{flex-grow:0;white-space:nowrap;padding:.6rem .8rem;display:flex;align-items:center;gap:.25rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;border-radius:4px;background-color:#666;color:#fff;border:1px solid #666}.secure-note-sharer-page-container .tool-section .share-url-container .url-display-group .copy-button:hover:not(:disabled){background-color:hsl(0,0%,30%);border-color:hsl(0,0%,30%)}html.dark .secure-note-sharer-page-container .tool-section .share-url-container .url-display-group .copy-button{background-color:#bd93f9;color:#282a36;border-color:#bd93f9}html.dark .secure-note-sharer-page-container .tool-section .share-url-container .url-display-group .copy-button:hover:not(:disabled){background-color:rgb(159.4736842105,98.6842105263,246.3157894737);border-color:rgb(159.4736842105,98.6842105263,246.3157894737)}.secure-note-sharer-page-container .tool-section .share-url-container .url-display-group .copy-button:disabled{cursor:not-allowed;opacity:.5}.secure-note-sharer-page-container .tool-section .share-url-container .share-url-input.warning-input{border-color:#333}html.dark .secure-note-sharer-page-container .tool-section .share-url-container .share-url-input.warning-input{border-color:rgb(218.5263157895,195.3157894737,251.6842105263)}.secure-note-sharer-page-container .tool-section .share-url-container .note-share-tip{font-size:.8rem;color:#666;margin-top:.25rem;text-align:left}html.dark .secure-note-sharer-page-container .tool-section .share-url-container .note-share-tip{color:#bd93f9}.secure-note-sharer-page-container .tool-section .share-url-container .note-share-tip.warning-message{color:#333}html.dark .secure-note-sharer-page-container .tool-section .share-url-container .note-share-tip.warning-message{color:rgb(218.5263157895,195.3157894737,251.6842105263)}@media(min-width:600px){.secure-note-sharer-page-container .tool-section .share-url-container .link-box .input-row-wrapper{flex-direction:row;align-items:center;gap:1rem}.secure-note-sharer-page-container .tool-section .share-url-container .link-box .link-label{margin-bottom:0}.secure-note-sharer-page-container .tool-section .share-url-container .link-box .url-display-group{flex-grow:1;margin-bottom:0}.secure-note-sharer-page-container .tool-section .share-url-container .link-box .note-share-tip{margin-left:calc(120px + 1rem)}}.secure-note-sharer-page-container .tool-section .error-message,.secure-note-sharer-page-container .tool-section .loading-message,.secure-note-sharer-page-container .tool-section .success-message{width:100%;text-align:center;padding:.75rem;border-radius:4px;margin-top:1rem;font-weight:500}.secure-note-sharer-page-container .tool-section .error-message.success-message,.secure-note-sharer-page-container .tool-section .loading-message.success-message,.secure-note-sharer-page-container .tool-section .success-message.success-message{margin-top:0}.secure-note-sharer-page-container .tool-section .loading-message{background-color:rgb(204.5,204.5,204.5);color:#1a1a1a;display:flex;align-items:center;justify-content:center;gap:.75rem}html.dark .secure-note-sharer-page-container .tool-section .loading-message{background-color:rgb(29.1489361702,30.6063829787,39.3510638298);color:#f8f8f2}.secure-note-sharer-page-container .tool-section .loading-message .spinner{animation:spin 1s linear infinite}.secure-note-sharer-page-container .tool-section .warning-message{color:#333;font-size:.85rem;margin-top:.5rem}html.dark .secure-note-sharer-page-container .tool-section .warning-message{color:rgb(218.5263157895,195.3157894737,251.6842105263)}.secure-note-sharer-page-container .tool-section .error-message{background-color:hsl(0,72.2222222222%,90.5882352941%);color:#dc2626;border:1px solid #dc2626}html.dark .secure-note-sharer-page-container .tool-section .error-message{background-color:rgb(230.625,103.875,103.875);color:rgb(178.25,28.75,28.75);border-color:rgb(178.25,28.75,28.75)}.secure-note-sharer-page-container .tool-section .note-unavailable-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.secure-note-sharer-page-container .tool-section .note-unavailable-container .error-message{margin-top:0}.secure-note-sharer-page-container .tool-section .note-unavailable-container .action-buttons{margin-top:0;width:auto}.secure-note-sharer-page-container .tool-section .success-message{background-color:rgb(191.038961039,243.961038961,210.5194805195);color:#22c55e;border:1px solid #22c55e}html.dark .secure-note-sharer-page-container .tool-section .success-message{background-color:rgb(82.3051948052,225.1948051948,134.9025974026);color:rgb(26.4935064935,153.5064935065,73.2467532468);border-color:rgb(26.4935064935,153.5064935065,73.2467532468)}.secure-note-sharer-page-container .tool-section .viewed-note-details{width:100%;display:flex;flex-direction:column;gap:1rem}.secure-note-sharer-page-container .tool-section .viewed-note-details .section-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;text-align:center}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .section-title{color:#f8f8f2}.secure-note-sharer-page-container .tool-section .viewed-note-details .section-title.note-meta-title{margin-top:1rem}.secure-note-sharer-page-container .tool-section .viewed-note-details .note-content-display{background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:1rem;min-height:150px;color:#1a1a1a;position:relative}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .note-content-display{background:rgb(37.829787234,39.7212765957,51.070212766);border-color:#44475a;color:#f8f8f2}.secure-note-sharer-page-container .tool-section .viewed-note-details .note-content-display pre{white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.95rem}.secure-note-sharer-page-container .tool-section .viewed-note-details .note-content-display .copy-button{position:absolute;top:.5rem;right:.5rem;background-color:#666;color:#fff;border:1px solid #666;padding:.4rem .8rem;border-radius:4px;display:flex;align-items:center;gap:.25rem;font-size:.85rem;cursor:pointer}.secure-note-sharer-page-container .tool-section .viewed-note-details .note-content-display .copy-button:hover{background-color:hsl(0,0%,30%);border-color:hsl(0,0%,30%)}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .note-content-display .copy-button{background-color:#bd93f9;color:#282a36;border-color:#bd93f9}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .note-content-display .copy-button:hover{background-color:rgb(159.4736842105,98.6842105263,246.3157894737);border-color:rgb(159.4736842105,98.6842105263,246.3157894737)}.secure-note-sharer-page-container .tool-section .viewed-note-details .note-meta-data{background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.75rem 1.5rem;gap:.75rem 1.5rem;font-size:.95rem;color:#1a1a1a}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .note-meta-data{background:rgb(37.829787234,39.7212765957,51.070212766);border-color:#44475a;color:#f8f8f2}.secure-note-sharer-page-container .tool-section .viewed-note-details .note-meta-data strong{color:#666}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .note-meta-data strong{color:#bd93f9}.secure-note-sharer-page-container .tool-section .viewed-note-details .view-note-actions{justify-content:flex-end}.secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container{border:1px solid #d1d5db;border-radius:4px;background:#fff;transition:background .3s ease,border-color .3s ease}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container{background:rgb(37.829787234,39.7212765957,51.070212766);border-color:#44475a}.secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container .accordion-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;background-color:#fff;border-bottom:1px solid #d1d5db;border-radius:4px 4px 0 0;transition:background-color .2s ease,border-color .3s ease}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container .accordion-header{background-color:rgb(33.4893617021,35.1638297872,45.2106382979);border-color:#44475a}.secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container .accordion-header:hover{background-color:#fff}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container .accordion-header:hover{background-color:rgb(29.1489361702,30.6063829787,39.3510638298)}.secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container .accordion-header .section-title{margin-bottom:0;text-align:left;font-size:1rem;flex-grow:1}.secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container .accordion-header svg{color:#666}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container .accordion-header svg{color:#bd93f9}.secure-note-sharer-page-container .tool-section .viewed-note-details .accordion-container .accordion-content{padding:1rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.secure-note-sharer-page-container .tool-section .viewed-note-details .one-time-view-warning{font-size:.9rem;color:#dc2626;text-align:center;margin-top:.5rem;font-weight:600;padding:.5rem;background-color:rgb(251.875,235.625,235.625);border:1px solid hsl(0,72.2222222222%,70.5882352941%);border-radius:4px}html.dark .secure-note-sharer-page-container .tool-section .viewed-note-details .one-time-view-warning{color:rgb(230.625,103.875,103.875);background-color:rgb(112.375,18.125,18.125);border-color:hsl(0,72.2222222222%,35.5882352941%)}.secure-note-sharer-page-container .ad-placeholder{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:1rem;text-align:center;font-size:.8rem;color:#64748b;margin-top:1rem;transition:background .3s ease,border-color .3s ease,color .3s ease}html.dark .secure-note-sharer-page-container .ad-placeholder{background-color:#1a1c24;border-color:#44475a;color:#8be9fd}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}