/* Tailwind CSS v3.4.0 - Optimized Build for BrailleDocConverter */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::before,::after{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,'Menlo','Monaco','Consolas','Liberation Mono','Courier New',monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role="button"]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}

/* Apple-style color palette */
.bg-white{background-color:#fff}
.bg-apple-light-gray{background-color:#F2F2F7}
.text-apple-dark{color:#1C1C1E}
.text-apple-blue{color:#007AFF}
.text-apple-gray{color:#8E8E93}
.text-apple-green{color:#34C759}
.text-apple-orange{color:#FF9500}
.text-apple-red{color:#FF3B30}

/* Typography */
.font-sans{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
.font-medium{font-weight:500}
.font-bold{font-weight:700}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-center{text-align:center}

/* Spacing */
.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}
.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}
.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}

/* Layout */
.w-6{width:1.5rem}.w-full{width:100%}.h-6{height:1.5rem}
.max-w-7xl{max-width:80rem}.max-w-4xl{max-width:56rem}.max-w-2xl{max-width:42rem}
.flex{display:flex}.hidden{display:none}.grid{display:grid}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}
.space-x-8>:not([hidden])~:not([hidden]){margin-left:2rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}

/* Borders and shadows */
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}
.border{border-width:1px}.border-apple-light-gray{border-color:#F2F2F7}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}

/* Transitions and interactions */
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.hover\:text-apple-blue:hover{color:#007AFF}
.hover\:bg-blue-600:hover{background-color:#2563eb}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{box-shadow:0 0 0 calc(2px) var(--tw-ring-color)}
.focus\:ring-apple-blue:focus{--tw-ring-color:#007AFF}
.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5}

/* Apple-style buttons */
.apple-button{
  background-color:#007AFF;
  color:#fff;
  padding:0.75rem 1.5rem;
  border-radius:0.5rem;
  font-weight:500;
  transition:background-color 0.15s ease;
  border:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.apple-button:hover{background-color:#0056cc}
.apple-button:disabled{background-color:#8E8E93;cursor:not-allowed}

.apple-button-secondary{
  background-color:#F2F2F7;
  color:#1C1C1E;
  padding:0.75rem 1.5rem;
  border-radius:0.5rem;
  font-weight:500;
  transition:background-color 0.15s ease;
  border:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.apple-button-secondary:hover{background-color:#e5e5ea}

/* Form elements */
.apple-input{
  background-color:#fff;
  border:1px solid #F2F2F7;
  border-radius:0.5rem;
  padding:0.75rem 1rem;
  font-size:1rem;
  transition:border-color 0.15s ease;
  width:100%;
}
.apple-input:focus{
  outline:none;
  border-color:#007AFF;
  box-shadow:0 0 0 3px rgba(0,122,255,0.1);
}

/* Card component */
.apple-card{
  background-color:#fff;
  border-radius:0.75rem;
  box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);
  border:1px solid #F2F2F7;
  padding:1.5rem;
}

/* Progress indicators */
.progress-bar{
  background-color:#F2F2F7;
  height:0.5rem;
  border-radius:0.25rem;
  overflow:hidden;
}
.progress-fill{
  background-color:#007AFF;
  height:100%;
  transition:width 0.3s ease;
}

/* Responsive utilities */
@media (min-width: 640px) {
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:text-5xl{font-size:3rem;line-height:1}
}
@media (min-width: 768px) {
  .md\:flex{display:flex}
  .md\:hidden{display:none}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (min-width: 1024px) {
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
}