/*
Theme Name: TSM Dark
Description: Minimal dark companion theme for Temporary Share Manager.
Version: 1.0.1
Requires at least: 6.2
Requires PHP: 8.0
*/
:root{color-scheme:dark}body{margin:0;background:#080b10;color:#f5f7fb;font-family:Inter,system-ui,sans-serif}a{color:#9bb1ff}.site-shell{max-width:1180px;margin:auto;padding:24px}.hero{min-height:72vh;display:grid;place-items:center;text-align:center}.hero h1{font-size:clamp(44px,8vw,88px);letter-spacing:-.06em;margin:0}.hero p{color:#9aa6b8;font-size:19px}.choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:36px}.choice{display:block;text-align:left;padding:28px;border:1px solid #263142;border-radius:18px;background:#10151d;color:#fff;text-decoration:none}.choice strong{font-size:24px}.choice span{display:block;color:#94a0b2;margin-top:8px}.sendtemp-dropzone{position:relative;display:grid;gap:6px;place-items:center;text-align:center;padding:28px 18px;border:1px dashed #566173;border-radius:14px;background:#0e131a;cursor:pointer;transition:.15s ease}.sendtemp-dropzone:hover,.sendtemp-dropzone:focus,.sendtemp-dropzone.is-dragover{border-color:#a7b0bd;background:#141a22;outline:none}.sendtemp-dropzone.has-file{border-style:solid}.sendtemp-dropzone input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.sendtemp-dropzone span,.sendtemp-dropzone small{color:#9ba6b5}.sendtemp-dropzone-files{display:grid;gap:8px;width:100%;margin-top:6px}.sendtemp-file-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 10px;border:1px solid #2a3442;border-radius:9px;background:#0a0f15;box-sizing:border-box}.sendtemp-file-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.sendtemp-file-remove{flex:0 0 auto;border:1px solid #4a5565;border-radius:8px;background:#171d26;color:#f5f7fb;padding:5px 9px;font:inherit;cursor:pointer}.sendtemp-file-remove:hover,.sendtemp-file-remove:focus{background:#222a35;outline:none}.sendtemp-register-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 16px}.sendtemp-register-choice .tsm-btn{width:100%}.sendtemp-register-choice .is-active{box-shadow:0 0 0 2px rgba(255,255,255,.12) inset}.sendtemp-profile-form{display:grid;gap:18px}.sendtemp-profile-form label,.sendtemp-reset-card label{display:grid;gap:7px}.sendtemp-profile-form textarea,.sendtemp-reset-card textarea{width:100%;box-sizing:border-box;resize:vertical}.sendtemp-optional,.sendtemp-security-note,.sendtemp-form-status{color:#9ba6b5;font-size:.92em}.sendtemp-notice{margin-bottom:16px}.sendtemp-pgp-reset-link{margin-top:10px}.tsm-section-value,[data-preview-content] .tsm-section-value{white-space:pre-wrap;overflow-wrap:anywhere}.tsm-field-value{white-space:pre-wrap}@media(max-width:650px){.choices{grid-template-columns:1fr}.sendtemp-register-choice{grid-template-columns:1fr}}