:root{--font-primary:"Barlow",Helvetica,sans-serif;--font-heading:var(--font-primary);--font-mono:"JetBrains Mono","Fira Code","Consolas",monospace;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:2.5rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--letter-spacing-tight:-0.025em;--letter-spacing-normal:0;--letter-spacing-wide:0.025em}body{background-color:var(--color-background-primary);color:var(--color-text-primary);font-family:var(--font-primary);font-size:var(--font-size-md);line-height:var(--line-height-normal);margin:0;min-height:100vh;transition:background-color .15s ease,color .15s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}code,kbd,pre,samp{font-family:var(--font-mono)}.container{padding:1rem}.navbar-custom{margin-bottom:1rem}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:var(--color-background-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}#correspondence-template-create-page .textareaInputContainer{width:100%}#correspondence-template-create-page .selectInputContainer{display:flex;flex-direction:column;width:100%}#correspondence-template-create-page{margin:0 auto;max-width:1200px;padding:24px}#correspondence-template-create-page .section-spacing{margin-bottom:24px}#correspondence-template-create-page .form-row{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}#correspondence-template-create-page .category-select-wrapper{align-items:center;display:flex;margin-top:24px}#correspondence-template-create-page .file-upload-label{color:var(--color-text-primary,#1f2937);display:block;font-size:14px;font-weight:500;margin-bottom:8px}#correspondence-template-create-page .file-upload-label .required-asterisk{color:var(--color-state-error,#ef4444);margin-left:4px}#correspondence-template-create-page .file-upload-area{background-color:var(--color-background-secondary,#f9fafb);border:2px dashed var(--color-border-primary,#d1d5db);border-radius:8px;cursor:pointer;outline:none;padding:24px;text-align:center;transition:all .2s ease}#correspondence-template-create-page .file-upload-area:hover:not(.has-error){background-color:var(--color-background-hover,#f3f4f6);border-color:var(--color-border-hover,#9ca3af)}#correspondence-template-create-page .file-upload-area:focus:not(.has-error){border-color:var(--color-primary,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.1)}#correspondence-template-create-page .file-upload-area.has-error{border-color:var(--color-state-error,#ef4444)}#correspondence-template-create-page .file-input-hidden{display:none}#correspondence-template-create-page .file-info-container{align-items:center;display:flex;flex-direction:column;gap:12px}#correspondence-template-create-page .file-info-box{align-items:center;background-color:var(--color-background-primary,#fff);border:1px solid var(--color-border-primary,#d1d5db);border-radius:6px;display:flex;gap:12px;padding:8px 16px}#correspondence-template-create-page .file-icon{color:var(--color-text-primary,#1f2937);font-size:20px}#correspondence-template-create-page .file-name{color:var(--color-text-primary,#1f2937);font-size:14px}#correspondence-template-create-page .file-change-hint,#correspondence-template-create-page .file-size{color:var(--color-text-secondary,#6b7280);font-size:12px}#correspondence-template-create-page .file-change-hint{margin:0}#correspondence-template-create-page .upload-empty-state{align-items:center;display:flex;flex-direction:column;gap:8px}#correspondence-template-create-page .upload-icon-container{align-items:center;background-color:var(--color-background-secondary,#e5e7eb);border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:8px;width:64px}#correspondence-template-create-page .upload-icon-container .material-icons,#correspondence-template-create-page .upload-icon-container MaterialIcon{color:var(--color-text-secondary,#6b7280);font-size:32px}#correspondence-template-create-page .upload-text{color:var(--color-text-primary,#1f2937);font-size:14px;margin:0}#correspondence-template-create-page .upload-link{color:var(--color-primary,#3b82f6);cursor:pointer;text-decoration:underline}#correspondence-template-create-page .upload-hint{color:var(--color-text-secondary,#6b7280);font-size:12px;margin:0}#correspondence-template-create-page .file-error-container{align-items:center;color:var(--color-state-error,#ef4444);display:flex;font-size:12px;gap:4px;margin-top:8px}#correspondence-template-create-page .file-error-container .material-icons,#correspondence-template-create-page .file-error-container MaterialIcon{font-size:16px}#correspondence-template-create-page .button-container{align-items:flex-end;display:flex;gap:12px;justify-content:flex-end}