/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
.\@container{container-type:inline-size}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.\!absolute{position:absolute!important}.\!relative{position:relative!important}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.top-\[4\.5rem\]{top:4.5rem}.isolate{isolation:isolate}.z-0{z-index:0}.z-1{z-index:1}.z-3{z-index:3}.z-6{z-index:6}.z-7{z-index:7}.z-8{z-index:8}.z-9{z-index:9}.z-10{z-index:10}.z-50{z-index:50}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-10{grid-column:span 10/span 10}.col-span-12{grid-column:span 12/span 12}.col-start-2{grid-column-start:2}.float-left{float:left}.float-none{float:none}.float-right{float:right}.clear-both{clear:both}.\!container{width:100%!important}.container{width:100%}.mx-auto{margin-inline:auto}.my-auto{margin-block:auto}.mt-auto{margin-top:auto}.-mr-px{margin-right:-1px}.-mb-px{margin-bottom:-1px}.\!block{display:block!important}.\!contents{display:contents!important}.\!inline{display:inline!important}.\!table{display:table!important}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.list-item{display:list-item}.table{display:table}.table\!{display:table!important}.table-cell{display:table-cell}.h-\[2\.375rem\]{height:2.375rem}.h-\[200px\]{height:200px}.h-full{height:100%}.min-h-screen{min-height:100vh}.\!w-\[1rem\]{width:1rem!important}.\!w-\[10rem\]{width:10rem!important}.\!w-full{width:100%!important}.w-\[2\.375rem\]{width:2.375rem}.w-\[20rem\]{width:20rem}.w-full{width:100%}.max-w-\[200px\]{max-width:200px}.\!min-w-\[5rem\]{min-width:5rem!important}.\!min-w-\[13rem\]{min-width:13rem!important}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.rotate-2{rotate:2deg}.rotate-90{rotate:90deg}.rotate-360{rotate:360deg}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.transform\!{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)!important}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.resize{resize:both}.list-disc{list-style-type:disc}.columns-1{columns:1}.columns-2{columns:2}.columns-3{columns:3}.grid-flow-col{grid-auto-flow:column}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-end-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}.\!truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-transparent{border-color:#0000}.\!bg-transparent{background-color:#0000!important}.bg-transparent{background-color:#0000}.bg-\[url\(\'image\.svg\'\)\]{background-image:url(/image.svg)}.text-center{text-align:center}.text-end{text-align:end}.align-bottom{vertical-align:bottom}.align-middle{vertical-align:middle}.align-top{vertical-align:top}.text-\[8px\]{font-size:8px}.leading-\[0\]{--tw-leading:0;line-height:0}.leading-none{--tw-leading:1;line-height:1}.text-wrap{text-wrap:wrap}.whitespace-nowrap{white-space:nowrap}.capitalize{text-transform:capitalize}.capitalize\!{text-transform:capitalize!important}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.decoration-2{text-decoration-thickness:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring,.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-4{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.\!ring-transparent{--tw-ring-color:transparent}.\!outline{outline-style:var(--tw-outline-style)!important;outline-width:1px!important}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.brightness-2{--tw-brightness:brightness(2%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.contrast-2{--tw-contrast:contrast(2%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.sepia{--tw-sepia:sepia(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\!filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter\!{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-300{--tw-duration:.3s;transition-duration:.3s}.outline-none{--tw-outline-style:none;outline-style:none}.select-all{-webkit-user-select:all;user-select:all}.\!\[https\:\/\/bit\.ly\/2iJuFky\]{https://bit.ly/2iJuFky!important}.\!\[https\:\/\/bit\.ly\/2zwzhEK\]{https://bit.ly/2zwzhEK!important}.\!\[https\:\/\/bit\.ly\/2zxCJ1Z\]{https://bit.ly/2zxCJ1Z!important}.\[isorelax\:isorelax\]{isorelax:isorelax}.\[link\:classes\/Rails\/Application\.html\#method-i-message_verifier\]{link:classes/Rails/Application.html#method-i-message verifier}.\[link\:doc\/rakefile_rdoc\.html\#label-Importing\+Dependencies\]{link:doc/rakefile rdoc.html#label-Importing + Dependencies}.\[link\:files\/activejob\/README_md\.html\]{link:files/activejob/README md.html}.\[m\:n\]{m:n}.\[rdoc-ref\:\#\*_changed\?\]{rdoc-ref:#*changed?}.\[rdoc-ref\:\#\*_previously_changed\?\]{rdoc-ref:#*previously changed?}.\[rdoc-ref\:\#\*_previously_was\]{rdoc-ref:#*previously was}.\[rdoc-ref\:\#\*_was\]{rdoc-ref:#*was}.\[rdoc-ref\:\#checkin\]{rdoc-ref:#checkin}.\[rdoc-ref\:\#checkout\]{rdoc-ref:#checkout}.\[rdoc-ref\:\#search\@Argument\+translation\]{rdoc-ref:#search@Argument + translation}.\[rdoc-ref\:\#search\@Search\+criteria\]{rdoc-ref:#search@Search + criteria}.\[rdoc-ref\:\#search\@Supported\+return\+options\]{rdoc-ref:#search@Supported + return + options}.\[rdoc-ref\:\#with_connection\]{rdoc-ref:#with connection}.\[rdoc-ref\:Base\#save\]{rdoc-ref:Base#save}.\[rdoc-ref\:BigDecimal\@Not\+a\+Number\]{rdoc-ref:BigDecimal@Not + a + Number}.\[rdoc-ref\:BodyTypeBasic\#content_id\]{rdoc-ref:BodyTypeBasic#content id}.\[rdoc-ref\:BodyTypeBasic\#media_type\]{rdoc-ref:BodyTypeBasic#media type}.\[rdoc-ref\:ClassMethods\#store_accessor\]{rdoc-ref:ClassMethods#store accessor}.\[rdoc-ref\:Config\#debug\=\]{rdoc-ref:Config#debug=}.\[rdoc-ref\:Config\#debug\]{rdoc-ref:Config#debug}.\[rdoc-ref\:Config\#idle_response_timeout\]{rdoc-ref:Config#idle response timeout}.\[rdoc-ref\:Config\#max_response_size\]{rdoc-ref:Config#max response size}.\[rdoc-ref\:Config\#open_timeout\]{rdoc-ref:Config#open timeout}.\[rdoc-ref\:Config\#sasl_ir\]{rdoc-ref:Config#sasl ir}.\[rdoc-ref\:ConnectionHandling\#establish_connection\]{rdoc-ref:ConnectionHandling#establish connection}.\[rdoc-ref\:ConnectionHandling\#lease_connection\]{rdoc-ref:ConnectionHandling#lease connection}.\[rdoc-ref\:ConnectionHandling\#retrieve_connection\]{rdoc-ref:ConnectionHandling#retrieve connection}.\[rdoc-ref\:Core\#readonly\?\]{rdoc-ref:Core#readonly?}.\[rdoc-ref\:Core\.configurations\]{rdoc-ref:Core.configurations}.\[rdoc-ref\:Core\.new\]{rdoc-ref:Core.new}.\[rdoc-ref\:Date\@Argument\+limit\]{rdoc-ref:Date@Argument + limit}.\[rdoc-ref\:ESearchResult\#to_a\]{rdoc-ref:ESearchResult#to a}.\[rdoc-ref\:Enumerable\]{rdoc-ref:Enumerable}.\[rdoc-ref\:FinderMethods\#find\]{rdoc-ref:FinderMethods#find}.\[rdoc-ref\:Generic\#cancel_response\]{rdoc-ref:Generic#cancel response}.\[rdoc-ref\:Generic\#command_name\]{rdoc-ref:Generic#command name}.\[rdoc-ref\:Generic\#decode\]{rdoc-ref:Generic#decode}.\[rdoc-ref\:Generic\#encode\]{rdoc-ref:Generic#encode}.\[rdoc-ref\:Generic\#encode_ir\]{rdoc-ref:Generic#encode ir}.\[rdoc-ref\:Generic\#service\]{rdoc-ref:Generic#service}.\[rdoc-ref\:IO\@Byte\+IO\]{rdoc-ref:IO@Byte + IO}.\[rdoc-ref\:IO\@Character\+IO\]{rdoc-ref:IO@Character + IO}.\[rdoc-ref\:IO\@Line\+IO\]{rdoc-ref:IO@Line + IO}.\[rdoc-ref\:IO\@Line\+Number\]{rdoc-ref:IO@Line + Number}.\[rdoc-ref\:IO\@Position\]{rdoc-ref:IO@Position}.\[rdoc-ref\:IRB\@Application\+Name\]{rdoc-ref:IRB@Application + Name}.\[rdoc-ref\:IRB\@Automatic\+Completion\]{rdoc-ref:IRB@Automatic + Completion}.\[rdoc-ref\:IRB\@Automatic\+Indentation\]{rdoc-ref:IRB@Automatic + Indentation}.\[rdoc-ref\:IRB\@Color\+Highlighting\]{rdoc-ref:IRB@Color + Highlighting}.\[rdoc-ref\:IRB\@Command\+Aliases\]{rdoc-ref:IRB@Command + Aliases}.\[rdoc-ref\:IRB\@Command-Line\+Arguments\]{rdoc-ref:IRB@Command-Line + Arguments}.\[rdoc-ref\:IRB\@Commands\]{rdoc-ref:IRB@Commands}.\[rdoc-ref\:IRB\@Configuration\+File\]{rdoc-ref:IRB@Configuration + File}.\[rdoc-ref\:IRB\@Configuration\+Monitor\]{rdoc-ref:IRB@Configuration + Monitor}.\[rdoc-ref\:IRB\@Context\+Mode\]{rdoc-ref:IRB@Context + Mode}.\[rdoc-ref\:IRB\@Custom\+Prompts\]{rdoc-ref:IRB@Custom + Prompts}.\[rdoc-ref\:IRB\@Encodings\]{rdoc-ref:IRB@Encodings}.\[rdoc-ref\:IRB\@End-of-File\]{rdoc-ref:IRB@End-of-File}.\[rdoc-ref\:IRB\@Evaluation\+History\]{rdoc-ref:IRB@Evaluation + History}.\[rdoc-ref\:IRB\@Help\]{rdoc-ref:IRB@Help}.\[rdoc-ref\:IRB\@IRB\+Library\+Directory\]{rdoc-ref:IRB@IRB + Library + Directory}.\[rdoc-ref\:IRB\@IRB\+Loader\]{rdoc-ref:IRB@IRB + Loader}.\[rdoc-ref\:IRB\@IRB\+Name\]{rdoc-ref:IRB@IRB + Name}.\[rdoc-ref\:IRB\@IRB\]{rdoc-ref:IRB@IRB}.\[rdoc-ref\:IRB\@Initialization\+Script\]{rdoc-ref:IRB@Initialization + Script}.\[rdoc-ref\:IRB\@Input\+Command\+History\]{rdoc-ref:IRB@Input + Command + History}.\[rdoc-ref\:IRB\@Input\+Method\]{rdoc-ref:IRB@Input + Method}.\[rdoc-ref\:IRB\@Load\+Modules\]{rdoc-ref:IRB@Load + Modules}.\[rdoc-ref\:IRB\@Locale\]{rdoc-ref:IRB@Locale}.\[rdoc-ref\:IRB\@Performance\+Measurement\]{rdoc-ref:IRB@Performance + Measurement}.\[rdoc-ref\:IRB\@Pre-Defined\+Prompts\]{rdoc-ref:IRB@Pre-Defined + Prompts}.\[rdoc-ref\:IRB\@Prompt\+and\+Return\+Formats\]{rdoc-ref:IRB@Prompt + and + Return + Formats}.\[rdoc-ref\:IRB\@RI\+Documentation\+Directories\]{rdoc-ref:IRB@RI + Documentation + Directories}.\[rdoc-ref\:IRB\@Return-Value\+Printing\+-28Echoing-29\]{rdoc-ref:IRB@Return-Value + Printing + -28Echoing-29}.\[rdoc-ref\:IRB\@SIGINT\]{rdoc-ref:IRB@SIGINT}.\[rdoc-ref\:IRB\@Session\+Context\]{rdoc-ref:IRB@Session + Context}.\[rdoc-ref\:IRB\@Single-IRB\+Mode\]{rdoc-ref:IRB@Single-IRB + Mode}.\[rdoc-ref\:IRB\@Tracer\]{rdoc-ref:IRB@Tracer}.\[rdoc-ref\:IRB\@Verbosity\]{rdoc-ref:IRB@Verbosity}.\[rdoc-ref\:IRB\@Version\]{rdoc-ref:IRB@Version}.\[rdoc-ref\:IRB\@Warnings\]{rdoc-ref:IRB@Warnings}.\[rdoc-ref\:Logger\@Entries\]{rdoc-ref:Logger@Entries}.\[rdoc-ref\:Logger\@Log\+Level\]{rdoc-ref:Logger@Log + Level}.\[rdoc-ref\:Logger\@Periodic\+Rotation\]{rdoc-ref:Logger@Periodic + Rotation}.\[rdoc-ref\:Logger\@Program\+Name\]{rdoc-ref:Logger@Program + Name}.\[rdoc-ref\:Logger\@Size-Based\+Rotation\]{rdoc-ref:Logger@Size-Based + Rotation}.\[rdoc-ref\:Migration\]{rdoc-ref:Migration}.\[rdoc-ref\:ModelSchema\.inheritance_column\]{rdoc-ref:ModelSchema.inheritance column}.\[rdoc-ref\:Persistence\#destroy\]{rdoc-ref:Persistence#destroy}.\[rdoc-ref\:Persistence\#new_record\?\]{rdoc-ref:Persistence#new record?}.\[rdoc-ref\:Persistence\#save\]{rdoc-ref:Persistence#save}.\[rdoc-ref\:QueryMethods\#group\]{rdoc-ref:QueryMethods#group}.\[rdoc-ref\:QueryMethods\#includes\]{rdoc-ref:QueryMethods#includes}.\[rdoc-ref\:QueryMethods\#preload\]{rdoc-ref:QueryMethods#preload}.\[rdoc-ref\:QueryMethods\#select\]{rdoc-ref:QueryMethods#select}.\[rdoc-ref\:QueryMethods\#where\]{rdoc-ref:QueryMethods#where}.\[rdoc-ref\:README\.md\@Type\+Casts\]{rdoc-ref:README.md@Type + Casts}.\[rdoc-ref\:Relation\#update_all\]{rdoc-ref:Relation#update all}.\[rdoc-ref\:ResponseCode\]{rdoc-ref:ResponseCode}.\[rdoc-ref\:Runnable\#result_code\]{rdoc-ref:Runnable#result code}.\[rdoc-ref\:SchemaStatements\#add_check_constraint\]{rdoc-ref:SchemaStatements#add check constraint}.\[rdoc-ref\:SchemaStatements\#add_exclusion_constraint\]{rdoc-ref:SchemaStatements#add exclusion constraint}.\[rdoc-ref\:SchemaStatements\#add_foreign_key\]{rdoc-ref:SchemaStatements#add foreign key}.\[rdoc-ref\:SchemaStatements\#add_index\]{rdoc-ref:SchemaStatements#add index}.\[rdoc-ref\:SchemaStatements\#add_reference\]{rdoc-ref:SchemaStatements#add reference}.\[rdoc-ref\:SchemaStatements\#add_timestamps\]{rdoc-ref:SchemaStatements#add timestamps}.\[rdoc-ref\:SchemaStatements\#add_unique_constraint\]{rdoc-ref:SchemaStatements#add unique constraint}.\[rdoc-ref\:SchemaStatements\#change_column_default\]{rdoc-ref:SchemaStatements#change column default}.\[rdoc-ref\:SchemaStatements\#change_column_null\]{rdoc-ref:SchemaStatements#change column null}.\[rdoc-ref\:SchemaStatements\#check_constraint_exists\?\]{rdoc-ref:SchemaStatements#check constraint exists?}.\[rdoc-ref\:SchemaStatements\#column_exists\?\]{rdoc-ref:SchemaStatements#column exists?}.\[rdoc-ref\:SchemaStatements\#create_table\]{rdoc-ref:SchemaStatements#create table}.\[rdoc-ref\:SchemaStatements\#foreign_key_exists\?\]{rdoc-ref:SchemaStatements#foreign key exists?}.\[rdoc-ref\:SchemaStatements\#index_exists\?\]{rdoc-ref:SchemaStatements#index exists?}.\[rdoc-ref\:SchemaStatements\#remove_check_constraint\]{rdoc-ref:SchemaStatements#remove check constraint}.\[rdoc-ref\:SchemaStatements\#remove_columns\]{rdoc-ref:SchemaStatements#remove columns}.\[rdoc-ref\:SchemaStatements\#remove_exclusion_constraint\]{rdoc-ref:SchemaStatements#remove exclusion constraint}.\[rdoc-ref\:SchemaStatements\#remove_foreign_key\]{rdoc-ref:SchemaStatements#remove foreign key}.\[rdoc-ref\:SchemaStatements\#remove_index\]{rdoc-ref:SchemaStatements#remove index}.\[rdoc-ref\:SchemaStatements\#remove_reference\]{rdoc-ref:SchemaStatements#remove reference}.\[rdoc-ref\:SchemaStatements\#remove_timestamps\]{rdoc-ref:SchemaStatements#remove timestamps}.\[rdoc-ref\:SchemaStatements\#remove_unique_constraint\]{rdoc-ref:SchemaStatements#remove unique constraint}.\[rdoc-ref\:SchemaStatements\#rename_column\]{rdoc-ref:SchemaStatements#rename column}.\[rdoc-ref\:SchemaStatements\#rename_index\]{rdoc-ref:SchemaStatements#rename index}.\[rdoc-ref\:SchemaStatements\#validate_check_constraint\]{rdoc-ref:SchemaStatements#validate check constraint}.\[rdoc-ref\:SchemaStatements\#validate_constraint\]{rdoc-ref:SchemaStatements#validate constraint}.\[rdoc-ref\:SequenceSet\@Creating\+sequence\+sets\]{rdoc-ref:SequenceSet@Creating + sequence + sets}.\[rdoc-ref\:SequenceSet\@Methods\+for\+Assigning\]{rdoc-ref:SequenceSet@Methods + for + Assigning}.\[rdoc-ref\:SequenceSet\@Methods\+for\+Comparing\]{rdoc-ref:SequenceSet@Methods + for + Comparing}.\[rdoc-ref\:SequenceSet\@Methods\+for\+Creating\+a\+SequenceSet\]{rdoc-ref:SequenceSet@Methods + for + Creating + a + SequenceSet}.\[rdoc-ref\:SequenceSet\@Methods\+for\+Deleting\]{rdoc-ref:SequenceSet@Methods + for + Deleting}.\[rdoc-ref\:SequenceSet\@Methods\+for\+IMAP\+String\+Formatting\]{rdoc-ref:SequenceSet@Methods + for + IMAP + String + Formatting}.\[rdoc-ref\:SequenceSet\@Methods\+for\+Iterating\]{rdoc-ref:SequenceSet@Methods + for + Iterating}.\[rdoc-ref\:SequenceSet\@Methods\+for\+Querying\]{rdoc-ref:SequenceSet@Methods + for + Querying}.\[rdoc-ref\:SequenceSet\@Methods\+for\+Set\+Operations\]{rdoc-ref:SequenceSet@Methods + for + Set + Operations}.\[rdoc-ref\:SomeClass\]{rdoc-ref:SomeClass}.\[rdoc-ref\:date\/calendars\.rdoc\@Argument\+start\]{rdoc-ref:date/calendars.rdoc@Argument + start}.\[rdoc-ref\:date\/calendars\.rdoc\]{rdoc-ref:date/calendars.rdoc}.\[rdoc-ref\:dig_methods\.rdoc\]{rdoc-ref:dig methods.rdoc}.\[rdoc-ref\:doc\/command_line_usage\.rdoc\]{rdoc-ref:doc/command line usage.rdoc}.\[rdoc-ref\:doc\/dig_methods\.rdoc\]{rdoc-ref:doc/dig methods.rdoc}.\[rdoc-ref\:doc\/glossary\.rdoc\]{rdoc-ref:doc/glossary.rdoc}.\[rdoc-ref\:doc\/rakefile\.rdoc\]{rdoc-ref:doc/rakefile.rdoc}.\[rdoc-ref\:doc\/rational\.rdoc\]{rdoc-ref:doc/rational.rdoc}.\[rdoc-ref\:lib\/racc\/rdoc\/grammar\.en\.rdoc\]{rdoc-ref:lib/racc/rdoc/grammar.en.rdoc}.\[rdoc\:coverage\]{rdoc:coverage}.\[ruby-dev\:50626\]{ruby-dev:50626}.\[ruby-list\:50731\]{ruby-list:50731}.\[xerces\:xercesImpl\]{xerces:xercesImpl}.\[xml-apis\:xml-apis\]{xml-apis:xml-apis}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:z-1:before{content:var(--tw-content);z-index:1}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:w-full:before{content:var(--tw-content);width:100%}.before\:flex-\[1_1_0\%\]:before{content:var(--tw-content);flex:1}.before\:border-t:before{content:var(--tw-content);border-top-style:var(--tw-border-style);border-top-width:1px}.after\:flex-\[1_1_0\%\]:after{content:var(--tw-content);flex:1}.after\:border-t:after{content:var(--tw-content);border-top-style:var(--tw-border-style);border-top-width:1px}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}.focus\:ring-0:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.ltr\:ml-auto:where(:dir(ltr),[dir=ltr],[dir=ltr] *){margin-left:auto}.ltr\:rounded-tl-none:where(:dir(ltr),[dir=ltr],[dir=ltr] *){border-top-left-radius:0}.rtl\:mr-auto:where(:dir(rtl),[dir=rtl],[dir=rtl] *){margin-right:auto}:where(.rtl\:space-x-reverse:where(:dir(rtl),[dir=rtl],[dir=rtl] *)>:not(:last-child)){--tw-space-x-reverse:1}.rtl\:rounded-tr-none:where(:dir(rtl),[dir=rtl],[dir=rtl] *){border-top-right-radius:0}@media (prefers-color-scheme:dark){.dark\:hidden{display:none}}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-leading{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}
