import type { FileSystemAdapter, StatAsynchronousMethod, StatSynchronousMethod } from './adapters/fs'; import * as async from './providers/async'; import Settings, { Options } from './settings'; import type { Stats } from './types'; declare type AsyncCallback = async.AsyncCallback; declare function stat(path: string, callback: AsyncCallback): void; declare function stat(path: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void; declare namespace stat { function __promisify__(path: string, optionsOrSettings?: Options | Settings): Promise; } declare function statSync(path: string, optionsOrSettings?: Options | Settings): Stats; export { Settings, stat, statSync, AsyncCallback, FileSystemAdapter, StatAsynchronousMethod, StatSynchronousMethod, Options, Stats }; n: 0; padding-left: 1.2rem; columns: 2; column-gap: 2rem; } .legal-toc li { margin-bottom: 0.4rem; break-inside: avoid; } .legal-toc a { color: #334155; text-decoration: none; transition: color 0.2s; } .legal-toc a:hover { color: #0d9488; text-decoration: underline; } .legal-page section { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e2e8f0; } .legal-page section:last-of-type { border-bottom: none; } .legal-page h2 { font-size: 1.4rem; color: #0f172a; margin: 0 0 1rem 0; padding-top: 0.5rem; } .legal-page h3 { font-size: 1.15rem; color: #334155; margin: 1.5rem 0 0.8rem 0; padding-left: 0.5rem; border-left: 3px solid #0d9488; } .legal-page h4 { font-size: 1rem; color: #475569; margin: 1.2rem 0 0.6rem 0; font-weight: 600; } .legal-page ul, .legal-page ol { padding-left: 1.5rem; margin: 0.8rem 0; } .legal-page li { margin-bottom: 0.5rem; } .legal-page p { margin: 0.8rem 0; } .legal-address { background: #f8fafc; padding: 1rem 1.25rem; border-radius: 8px; font-style: normal; border: 1px solid #e2e8f0; } .legal-highlight { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-left: 4px solid #f59e0b; padding: 1rem 1.25rem; border-radius: 0 8px 8px 0; margin: 1rem 0; } .legal-highlight p { margin: 0; } .legal-info-box { background: #f0fdfa; border: 1px solid #99f6e4; border-radius: 8px; padding: 1rem 1.25rem; margin: 1rem 0; } .legal-warning-box { background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; padding: 1rem 1.25rem; margin: 1rem 0; } .refund-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.95rem; } .refund-table th, .refund-table td { padding: 0.75rem 1rem; text-align: left; border: 1px solid #e2e8f0; } .refund-table th { background: #0d9488; color: white; font-weight: 600; } .refund-table tr:nth-child(even) { background: #f8fafc; } .refund-table tr:hover { background: #f0fdfa; } .legal-nav { display: flex; gap: 1.5rem; justify-content: center; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 2px solid #e2e8f0; } .legal-nav a { color: #0d9488; text-decoration: none; font-weight: 500; padding: 0.5rem 1rem; border-radius: 6px; transition: all 0.2s; } .legal-nav a:hover { background: #f0fdfa; text-decoration: underline; } .section-icon { display: inline-block; width: 28px; height: 28px; background: #0d9488; color: white; border-radius: 50%; text-align: center; line-height: 28px; font-size: 0.85rem; margin-right: 0.5rem; vertical-align: middle; } @media (max-width: 640px) { .legal-toc ol { columns: 1; } .refund-table { font-size: 0.85rem; } .refund-table th, .refund-table td { padding: 0.5rem; } }